cosimone has quit [Remote host closed the connection]
hyper_ch2 has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
hyper_ch has joined #nixos
hyper_ch2 has joined #nixos
<bew>
Hello, I have nix installed on Arch, I use urxvt installed on Arch and tried to install `less` on Nix. When launching less, it yells at me with 'WARNING: terminal is not fully functional', meaning that less seems to only look for nix-installed terminfo and I'm not sure how to debug this / how to tell it to look in my /usr/share/terminfo by default
<bew>
I tried to look in the nixpkgs/... less.nix but didn't found anything related to terminfos
<bew>
I'm trying to see where is the location of terminfos written for less (if it is)
Soo_Slow has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
pointfree has quit [Read error: Connection reset by peer]
pointfree has joined #nixos
cosimone has quit [Quit: Quit.]
lafa has quit [Read error: Connection reset by peer]
<ddellacosta>
so when I call `:l <nixpkgs>` in nix repl it is loaded into a 'pkgs' variable by default, it seems. Where is this documented? Is this just following the general convention I see elsewhere of using the name 'pkgs'?
rotaerk has quit [Ping timeout: 244 seconds]
DerHorst_ has joined #nixos
bougyman_ has joined #nixos
Hirmes[m]1 has joined #nixos
maralorn1 has joined #nixos
cyberwolf[m]1 has joined #nixos
ptotter[m]11 has joined #nixos
AmandaC has quit [*.net *.split]
emmanuel_erc has quit [*.net *.split]
mullein[m] has quit [*.net *.split]
bloodyfish[m] has quit [*.net *.split]
Avoozl[m] has quit [*.net *.split]
dxb[m] has quit [*.net *.split]
faya01[m] has quit [*.net *.split]
kisaja[m] has quit [*.net *.split]
JohannesArnold[m has quit [*.net *.split]
mmk2410[m] has quit [*.net *.split]
callahad[m] has quit [*.net *.split]
adray has quit [*.net *.split]
badmutex[m] has quit [*.net *.split]
thequux[m] has quit [*.net *.split]
johnburnham[m] has quit [*.net *.split]
trepetti[m] has quit [*.net *.split]
truby has quit [*.net *.split]
alj[m] has quit [*.net *.split]
onewayonelife[m] has quit [*.net *.split]
Hirmes[m] has quit [*.net *.split]
rycee has quit [*.net *.split]
cyberwolf[m] has quit [*.net *.split]
aquarial has quit [*.net *.split]
nyu[m] has quit [*.net *.split]
yusdacra[m] has quit [*.net *.split]
wak-work has quit [*.net *.split]
theduke has quit [*.net *.split]
drozdziak1 has quit [*.net *.split]
maralorn has quit [*.net *.split]
alexarice[m] has quit [*.net *.split]
srxl has quit [*.net *.split]
wangoe[m] has quit [*.net *.split]
chvp has quit [*.net *.split]
timclassic has quit [*.net *.split]
ptotter[m]1 has quit [*.net *.split]
emily has quit [*.net *.split]
Anonymous[m] has quit [*.net *.split]
Mic92 has quit [*.net *.split]
eddyb[legacy] has quit [*.net *.split]
oharvey has quit [*.net *.split]
bitonic has quit [*.net *.split]
nikola2 has quit [*.net *.split]
comex has quit [*.net *.split]
rot13_ has quit [*.net *.split]
lluchs has quit [*.net *.split]
DerHorst has quit [*.net *.split]
bougyman has quit [*.net *.split]
flokli has quit [*.net *.split]
mingc has quit [*.net *.split]
Mic92 has joined #nixos
<infinisil>
> pkgs.pkgs.pkgs.pkgs.pkgs
flokli has joined #nixos
<infinisil>
ddellacosta: It's just that nixpkgs defines pkgs to be itself
<infinisil>
ddellacosta: So actually `:l <nixpkgs>` loads *all* packages on the top level into the scope, so you'll have `hello` and `lib` in there. But `pkgs` is also loaded, which also refers to the whole package set, so there's `pkgs.hello` and `pkgs.lib`
nyu[m] has joined #nixos
srxl has joined #nixos
johnburnham[m] has joined #nixos
faya01[m] has joined #nixos
mullein[m] has joined #nixos
emmanuel_erc has joined #nixos
JohannesArnold[m has joined #nixos
yusdacra[m] has joined #nixos
onewayonelife[m] has joined #nixos
bloodyfish[m] has joined #nixos
AmandaC has joined #nixos
mmk2410[m] has joined #nixos
truby has joined #nixos
Avoozl[m] has joined #nixos
wangoe[m] has joined #nixos
badmutex[m] has joined #nixos
oharvey has joined #nixos
lluchs has joined #nixos
eddyb[legacy] has joined #nixos
bitonic has joined #nixos
nikola2 has joined #nixos
mingc has joined #nixos
comex has joined #nixos
Anonymous[m] has joined #nixos
drozdziak1 has joined #nixos
emily has joined #nixos
callahad[m] has joined #nixos
theduke has joined #nixos
alexherbo2 has quit [Remote host closed the connection]
srxl has quit [Changing host]
srxl has joined #nixos
nyu[m] has joined #nixos
nyu[m] has quit [Changing host]
onewayonelife[m] has quit [Changing host]
onewayonelife[m] has joined #nixos
johnburnham[m] has joined #nixos
johnburnham[m] has quit [Changing host]
<JJJollyjim>
what does "consumeEntire(): ERROR: Input null bytes, won't process"
<JJJollyjim>
mean
<JJJollyjim>
it happens as part of patchPhase, I don't even see how patchPhase uses substituteStream
<JJJollyjim>
:/
<JJJollyjim>
ah right i see, it's a postPatch in this package
<lukego>
I'm looking for the easiest way to run my whole X11 desktop remotely via x11vnc. Is 'terminal-server' really a thing or just dead code in nixpkgs?
<ghasshee_>
Hi, I typed a command "nix eval nixpkgs.foo.bar" then it drains a sequence of errors;
<ghasshee_>
trace: lib.zip is deprecated, use lib.zipAttrsWith instead trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead! trace: `types.list` is deprecated; use `types.listOf` instead
<ghasshee_>
what does this mean and how to improve this ?
<{^_^}>
[nixpkgs] @jonringer pushed commit from @liff to master « kismet: 2020-04-R2 -> 2020-09-R2 »: https://git.io/JUgcE
lisaac has quit [Remote host closed the connection]
<ghasshee_>
I am on 20.03.
kreyren has quit [Remote host closed the connection]
<srhb>
ghasshee_: It just means that some deprecated functions/values were used in order to evaluate your expression. They're unlikely to be fixed in 20.03, but will probably be improved upon in master. To participate in fixing them, you can grep through the nixpkgs repo to find uses of them and try to replace them with their recommended replacements, then open a PR.
<{^_^}>
[nixpkgs] @jonringer pushed commit from @risicle to master « fierce: fix build »: https://git.io/JUgco
reptarmigan has quit [Ping timeout: 260 seconds]
spease has joined #nixos
<spease>
I noticed python's ctypes.util.find_library doesn't seem to find libraries from nix, at least under darwin. I saw there had been some patches to this specific function. Is this the expected behavior? It just returns None. If so, what is the 'right' way to find libraries that are pulled into the environment via nix? Thanks.
<{^_^}>
[nixpkgs] @jonringer merged pull request #98244 → nixosTests.magnetico: wait for open port and make curl actually fail → https://git.io/JUEvT
<{^_^}>
[nixpkgs] @jonringer pushed commit from @mweinelt to master « nixosTests.magnetico: wait for open port and make curl actually fail »: https://git.io/JUgc6
<karantan>
what is the difference between e.g. "nix-env -i nixops" and adding "nixops" to environment.systemPackages in configuration.nix?
<srhb>
karantan: In general, nix-env operates on your user profile, while the latter operates on the system profile
<cole-h>
Additionally: nix-env is imperative, while adding to configuration.nix is declarative.
<karantan>
if I add package to environment.systemPackages it will be there after I do "nixos-rebuild switch". is this true also for "nix-env -i" ?
<srhb>
karantan: The two are unrelated. nixos-rebuild switch will in general not affect packages with nix-env -i
<cole-h>
If you were to copy your config, if you `nix-env`'d nixops, it won't show up until you re-run that command. On the other hand, if you add it to systemPackages, it will show up.
<karantan>
I don't like imperative. That's why I started using nixos
<srhb>
karantan: Then don't use nix-env in general :)
niksnut has joined #nixos
<cole-h>
Then you should stay away from nix-env :)
<karantan>
do we have anything similar like https://nixos.org/nixos/options.html for nixops? I would like to see e.g. all deployment options or resources options
acowley has quit [Read error: Connection reset by peer]
<zecnate>
I'm onto the rust portion of my project, and just read over the rust section in the pkgs manual. After a first skim, I'm confused about the difference between `pkgs.rustPlatform.buildRustPackage` versus the approach with `carnix`. Why would I ever want the latter?
<phaebz>
how to find out which version of a file in the nix store is used in the current generation, e.g. from the list of `ls /nix/store/*glibc*/lib/ld-linux-x86-64.so.2`?
<{^_^}>
[nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUg8e
<kiren>
phaebz: Not sure if this is the proper way, but I'd use `ls -l /nix/var/nix/gcroots/current-system/sw/lib/`
<phaebz>
dminuoso: yep, I am using a 3rd party bin that has /lib64/ld-linux-x86-64.so.2 hardcoded and I want to `patchelf` it, but do not know which interpreter in the store I should set here.
<phaebz>
dminuoso: like so? objdump -x /nix/store/ih9bwzlkp0r5p999fnrdx1m1xkm0kfb6-emacs-26.3/bin/emacs
zecnate has quit [Remote host closed the connection]
gthm has joined #nixos
<phaebz>
but the output is: file format not recognized
teto has joined #nixos
<dminuoso>
phaebz: You'll have to open the file. For some reasons the various binaries are actually shell shims.
<dminuoso>
(Sometimes a few levels deep, until you find the actual elf file)
fendor has joined #nixos
<phaebz>
dminuoso: ok, thanks, need to go off, will check later
<eyJhb>
How can I combine multiple packages into one ? E.g. copy all the files from four other packages, so their libs, etc. reside in the same /nix/store/something ?
mmohammadi9812 has quit [Ping timeout: 246 seconds]
n9nes- has joined #nixos
n9nes has quit [Ping timeout: 256 seconds]
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
noneucat has quit [Quit: Idle for 30+ days]
astylian has quit [Remote host closed the connection]
sparogy has quit [Quit: Idle for 30+ days]
pjt_014[m] has quit [Quit: Idle for 30+ days]
joesventek has quit [Quit: Quit]
aflatter[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
<clever>
eyJhb: buildEnv
joesventek has joined #nixos
nocent has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
dxb[m] has quit [Quit: Idle for 30+ days]
dermetfan has joined #nixos
pmyjavec has joined #nixos
<eyJhb>
Works :) I there a way to specify I do not want "/share/doc" ?
<eyJhb>
Instead of whitelisting all I want
mmohammadi9812 has joined #nixos
<pmyjavec>
Hey all, how do others build and install packages when developing them? I've been running nix-build and then installing the drv by running nix-env -i foo.drv
teto has quit [Ping timeout: 260 seconds]
<pmyjavec>
The issue I have with that, is when changing the nix file, if it's the same as something I'd built before, I can't get a path to the drv again :)
cfricke has joined #nixos
<V>
eyJhb: there might be an option or you could just add `rm -fr $out/share/doc` in postInstall
<eyJhb>
Hmm, true V, that would solve it
<eyJhb>
However it still seems like Omnet++ needs some help detecting inet... NO clue how the hell this works
tokudan has quit [Remote host closed the connection]
<ramen_master>
Hm, it's an "electron" based app and it seems to come with some libraries packaged into the zip file, the application is called dynalist.
mmohammadi9812 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
<ramen_master>
I'll check the packages and see if other electron apps have been packaged.
alp has joined #nixos
tokudan has joined #nixos
tokudan has quit [Remote host closed the connection]
<humancalico[m]>
I want to install the latest GitHub CLI and found there is a package for that in the NixPkgs but that is v0.11.0 although when looking at the source code I found that it was recently bumped to the latest v1.0.0. I am not familiar with the release cycle of nixpkgs but any idea how much time does it take to get the updated packages? Also is there any other way I can install the package from GitHub releases?
<whald>
hi! i'm trying to build a VM for a server running nixos so things can be tested before deploying to the real thing. problem is, there are some minor differences when running on the real machine vs what i want when run in a VM. e.g. i want services.ddclient.enable = false when run inside the VM because redirecting traffic to the VM kind of defeats the purpose.
<sphalerite>
whald: you can put the VM-specific options in a separate file which has the main configuration in imports
<sphalerite>
whald: so you can build the VM with a configuration like { imports = [ ./configuration.nix ]; services.ddclient.enable = false; } and the non-VM from configuration.nix
<whald>
sphalerite, nice! i think this is where i went wrong, i need a separate module for that.
<cptMikky>
hey, I remember seeing some kind of docker-container-as-a-systemd-service nix option but I can't find it now. Can someone give me nudge in the proper direction?
<{^_^}>
[nixpkgs] @NeQuissimus pushed 5 commits to release-20.03: https://git.io/JUgKW
<{^_^}>
[nixpkgs] @NeQuissimus pushed 6 commits to release-20.09: https://git.io/JUgK0
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<cptMikky>
Ah.....> "warning: The option `docker-containers' defined in `/etc/nixos/configuration.nix' has been changed to `virtualisation.oci-containers' that has a different type. Please read `virtualisation.oci-containers' documentation and update your configuration accordingly."
__red__ has quit [Remote host closed the connection]
lordcirth__ has quit [Remote host closed the connection]
<hauleth>
Does anyone know a way to add more derivations to beam.packagesWith?
lordcirth has joined #nixos
<noonien>
i'll try to add the rest of the dependencies now, i remember trying in the past, and hitting a snag with some of the dependencies not supporting windows
<evanjs>
this is what I have so far -- initial impl is on line 40 -- which is just importing a list of strings (files that have been filtered against a certain criteria)
<evanjs>
I want to "pin" everything that is imported so gc doesn't think it's all dead
sangoma has joined #nixos
mmohammadi98120 has joined #nixos
n9nes has joined #nixos
mmohammadi9812 has quit [Ping timeout: 272 seconds]
<mzumquadrat>
Is there some form of meta-package for xfce? I want to install xfce including all the software. Do i have to look up every package manually?
bahamas has joined #nixos
domogled1 has joined #nixos
<lordcirth>
mzumquadrat, do you want to enable it as your desktop? Just set:
<evanjs>
services.xserver.desktopManager.xfce.enable will take care of most of that
<mzumquadrat>
Ah thanks.
<evanjs>
and unless you enable e.g. services.xserver.desktopManager.xfce.noDesktop, it will basically pull in all the stuff you mentioned for you
zakame has joined #nixos
__red__ has joined #nixos
<__red__>
Greetings - so - the package I'm just tidying up has a multi-stage build process so I'm running "make libs" in preBuild. However, I need to add the makeFlags
<__red__>
since that's an array and not a string, is there anything else I need to do to it othr than hunt down the NixOS equivalent of join(" ")
<__red__>
error: cannot coerce a list to a string, at /home/red/projects/nixpkgs/pkgs/development/compilers/ponyc/default.nix:77:14
<__red__>
is what I would expect
n9nes- has joined #nixos
<__red__>
honestly, it may not matter because of what is being compiled during the make lib configure stages
<__red__>
but the makeFlags contain isDarwin, and I don't have a Mac to test it on so I'd rather put it in and it not be needed than omit it and find that the hydra-on-mac fails
n9nes has quit [Ping timeout: 256 seconds]
zakame has quit [Ping timeout: 240 seconds]
<evanjs>
__red__: how about e.g. $makeFlags?
<evanjs>
instead of '${makeFlags}'
risson has quit [Remote host closed the connection]
mananamenos has joined #nixos
risson has joined #nixos
lordcirth_ has joined #nixos
<{^_^}>
[nix] @regnat opened pull request #4055 → Use gold as the linker on Linux → https://git.io/JUgP1
meh` has joined #nixos
zakame has joined #nixos
<__red__>
evanjs: Looks good - thank you!
<__red__>
time to clean up the module and push - thanks!@
<jared-w>
evanjs: glad I still get working notifications if I'm mentioned lol. Anyway, that snippet essentially grabs (from what I understand) all build time dependencies and turns them into instantiation dependencies so that you can use ifd in hydra. (or in my case, build everything in a derevation with zero internet access)
<jared-w>
evanjs: that said, I never caught your snippet. Did you link it?
<evanjs>
based on something from infinisil's config lol. the initial expressoin works fine in terms of building and etc, but if I collect garbage and then try to run nixos-option or etc, well, new-modules was never exactly a "dependency" (only used during build time)
lordcirth__ has joined #nixos
cr4y1_ has joined #nixos
<evanjs>
so it's "dead" and is garbage collected
kenran has quit [Ping timeout: 264 seconds]
<evanjs>
And I'm wondering if something like the mkPins function might help solve that problem
<evanjs>
(right now, I'm just using `imports = validFiles ./.;` -- which ends up being a list of strings, as you'd normally expect imports to be given
cr4y1 has quit [Ping timeout: 240 seconds]
lordcirth_ has quit [Ping timeout: 260 seconds]
<__red__>
evanjs: great question btw, thank you.
<__red__>
(on my pr)
<__red__>
and yeah - it kills me too
mmohammadi9812 has joined #nixos
<__red__>
I tried for hours to get it included -
<__red__>
part of me wants to try again
<__red__>
but another part of me says that since I have to pull something else in (because there isn't a nixos package for it) to just let it slide
Sanchayan has quit [Quit: leaving]
<__red__>
especially since this entire this is mostly temporary due to an upstream bug
<jared-w>
evanjs: I do think something like mkPins would do what you want. The first thing I see is you seem to be using it with a list when it takes an attrset?
<__red__>
which when fixed, we can remove most of the default.nix
<__red__>
evanjs: but now you're making me consider it again...
<jared-w>
I suspect you'll want to leave imports as taking the validFiles and then have mkPins somewhere else that always gets evaluated. Perhaps "installing" the directory?
Raito_Bezarius has quit [Remote host closed the connection]
azure1 has joined #nixos
Raito_Bezarius has joined #nixos
<evanjs>
jared-w: right yeah that's what I was wondering. And yes I was thinking something like that might work
butcher_ has joined #nixos
<evanjs>
wasn't too sure where to put it. Might have been too early in the morning :P
Raito_Bezarius has quit [Remote host closed the connection]
ericsagnes has quit [Ping timeout: 272 seconds]
Raito_Bezarius has joined #nixos
<__red__>
evanjs: now you're making me consider wanting to try agan
<__red__>
evanjs: now you're making me consider wanting to try again
<evanjs>
Oh so that's what edits in IRC look like
<evanjs>
(Been there before 😱)
<evanjs>
And yeah probably a good idea __red__
<evanjs>
I mean, idk, I would. But I just _love_ Yak-Shaving, so...
kloenk has quit [Quit: WeeChat 2.9]
<__red__>
yeah - problem is that we're already pinned with a custom LLVM because of the backported bugfix
<evanjs>
does that prevent the use of the other in-tree deps?
<__red__>
so I'm nervous to unpin a pinned *build* dependency
sangoma has joined #nixos
<__red__>
and the fact that none of this is used after build is the only thing that lets me look at my own face in the morning after
<__red__>
sooner they get to 10.x llvm the better
<evanjs>
*wonders when rustc will be able to use 100% upstream LLVM* yeah definitely a fragile thing now that I think about it
<evanjs>
though maybe even pulling in the in-tree packages and overriding src would be enough? or like... idk, adding expressions for the other versions and consuming them? I have no clue in terms of best practices
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<evanjs>
Can't find the exact status of it but yeah they've had sync issues with the upstream LLVM in the past, though I'm not sure if they've really been all too bad. Looks like they're on 11 now, anyway (https://github.com/rust-lang/rust/pull/73526)
<evanjs>
jared-w: when you say 'install', do you mean using e.g. the mkPin function?
n9nes- has quit [Ping timeout: 260 seconds]
<jared-w>
Rust uses a fork of llvm because they need to be able to apply patches easily and test them. They attempt to mainstream everything as often as possible. Rustc uncovers a ton of bugs due to being "c-like" but being able to make heavy use of dangerous optimizations. Rust still can't emit proper aliasing info iirc, since llvm just doesn't know how to use it properly
<evanjs>
jared-w++
<{^_^}>
jared-w's karma got increased to 5
<evanjs>
that lol. thank you!
<jared-w>
Wew karma!
<__red__>
evanjs: honetsly - all options feel wrong, but as long as it's deterministic and doesn't leak outside the build i'm kinda okay with it
<__red__>
even if it does feel weird.
<evanjs>
__red__: sure sure. I was hoping that at the very least, we could e.g. be able to tell what's using gtest... though, now that I dig deeper, it looks like others use e.g. googletest instead of gtest or etc, so yeah, it's whatever in that case lol
tomberek has joined #nixos
<jared-w>
evanjs: and yeah I meant with (mkPin allYoImports) hiding somewhere in your environment packages and seeing if that does the trick. Normally I'd say to just `mkPin { imports = ... }` but idk if that actually works or if it breaks nix modules (I suspect the latter)
<__red__>
I just wish the compile times weren't so insane
<evanjs>
__red__: for your package or rustc? :P
<jared-w>
Heh, yeah. That's compilers for you. Bootstrapping is raw hell and kinda always is
ericsagnes has joined #nixos
hiro99 has joined #nixos
ShaRose has quit [Quit: I appear to have left for some reason.]
ShaRose has joined #nixos
<LambdaDuck>
join #fish
mmohammadi9812 has quit [Ping timeout: 260 seconds]
<evanjs>
jared-w: like `environment.systemPackages = [ (mkPins (validFiles ./.))];` or?
<evanjs>
right that's what I was wondering initially. Couldn't figure out how to map it properly though
growpotkin has joined #nixos
<jared-w>
It would get messy since you'd be importing stuff that's in the nix store rather than in the "proper" spot lol. Lots of relative file path stuff starts breaking at that point if you're not careful
<evanjs>
Hrmmm
<evanjs>
Wondering if there _is_ a way to solve this idiomatically as is 🤪
<evanjs>
__red__: yeah it can be annoying to test pure nix builds at times. lorri and etc have helped a lot in terms of "close to the same env for building/testing"
<noonien>
has anyone managed to cross compile their project for windows?
astro has quit [Read error: Connection reset by peer]
astro has joined #nixos
<{^_^}>
[nixpkgs] @jonringer merged pull request #98222 → [20.09] pythonPackages.bcrypt: use 3.1.x for python older than 3.6 → https://git.io/JU0HS
<{^_^}>
[nixpkgs] @jonringer pushed 2 commits to release-20.09: https://git.io/JUgSF
<__red__>
I wihs tehre was a way to cancel grahamofborg
<__red__>
since I know that its going to fail and I need to upload a new version
azazel has joined #nixos
<{^_^}>
[nixpkgs] @jonringer merged pull request #98547 → [20.09] Backport google resumable media → https://git.io/JUgug
<{^_^}>
[nixpkgs] @jonringer pushed 3 commits to release-20.09: https://git.io/JUg9U
<{^_^}>
[nixpkgs] @jonringer merged pull request #98549 → [20.09] python3Packages.fluent-logger: relax version for msgpack → https://git.io/JUgzI
<{^_^}>
[nixpkgs] @jonringer pushed commit from @freezeboy to release-20.09 « python3Packages.fluent-logger: relax version for msgpack »: https://git.io/JUg9T
<{^_^}>
[nixpkgs] @mweinelt opened pull request #98574 → [20.09] nixosTests.magnetico: wait for open port and make curl actually fail → https://git.io/JUg94
m4tsa_ has joined #nixos
<{^_^}>
[nix] @martinetd opened pull request #4057 → nix/store on btrfs compression: add workaround → https://git.io/JUg9B
lordcirth_ has quit [Ping timeout: 260 seconds]
m4ts has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos
hiro99 has quit [Ping timeout: 272 seconds]
NinjaTrappeur1 has joined #nixos
leungbk has joined #nixos
NinjaTrappeur1 has quit [Client Quit]
NinjaTrappeur has quit [Quit: WeeChat 2.8]
leungbk has quit [Remote host closed the connection]
NinjaTrappeur has joined #nixos
<__red__>
evanjs: the other option is that I could just pull the official binary version instead and wrap that
<evanjs>
__red__: bleh lol
<__red__>
evanjs: but I figred that nix would rather have the compile from source, even though it's a touch messier
<evanjs>
jared-w: Ah yes indeed okay this _is_ working. I just have to make sure everything that behaves this way adds whatever files they import to systemPackages as well. Sweet!
butcher_ has quit [Read error: Connection reset by peer]
ris has joined #nixos
teto has quit [Ping timeout: 240 seconds]
jnetod has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}>
[nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUgHX
<azazel>
garbas: have you ever tried to use pypi2nix to install plone dependencies?
<jared-w>
evanjs: nice. The systemPackages thing is just a place in configuration.nix that I know is always evaluated. You could probably stick it somewhere else and have it work just fine.
<jared-w>
azazel: mach nix might also be wroth looking at https://github.com/DavHau/mach-nix I think pypi2nix is no longer maintained unfortunately
<jnetod>
with flakes, how do I access a file from an input outPath? tried "${nixos-unstable}/path/to/file" and "${nixos-unstable.outPath}/path/to/file" but got "infinite recursion encountered".
philr has quit [Ping timeout: 260 seconds]
dermetfan has quit [Ping timeout: 260 seconds]
<{^_^}>
[nixpkgs] @rnhmjoj merged pull request #98574 → [20.09] nixosTests.magnetico: wait for open port and make curl actually fail → https://git.io/JUg94
<{^_^}>
[nixpkgs] @rnhmjoj pushed 2 commits to release-20.09: https://git.io/JUgQY
dermetfan has joined #nixos
orivej has joined #nixos
<jlv>
What do I do if a build tries to access `/tmp`?
kenran has joined #nixos
boomer[m] is now known as doomer[m]
mananamenos has quit [Ping timeout: 265 seconds]
lordcirth_ has joined #nixos
alp has quit [Ping timeout: 272 seconds]
kenran has quit [Ping timeout: 260 seconds]
<Ke>
jlv: just in case, does setting TMPDIR help, or does nix already set that
<Ke>
did not even know /tmp was not provided
<jlv>
Emil Karlson: I'm pretty sure Nix already sets `TMPDIR`
jnetod has quit [Remote host closed the connection]
<Ke>
I guess the question would be, why does it do that
<jlv>
Emil Karlson: my understanding is that the Nix build environment is sandboxed. It can't access outside directories like /tmp . Allowing that would break reproducibility and open security holes.
domogled has quit [Ping timeout: 240 seconds]
domogled1 is now known as domogled
domogled has quit [Quit: domogled]
<Ke>
reproducibility yes but making it a security issue you would either have to use confused deputy or similar or fool someone to run your bad build, in which case you could maybe just have the bad code there directly
<xensky>
hopefully this question isn't too stupid... what's the difference between enabling programs.gnupg.agent vs adding gnupg to environment.systemPackages?
<gchristensen>
hm 20.09 hasn't updated in a hot minute
shibboleth has quit [Quit: shibboleth]
<garbas>
azazel: yes, first i created requirements.txt out of buildout.cfg and then few overrides to break cyclic dependencies. I would be interested how much work it is to get it working with poetry2nix
<cole-h>
gchristensen: Indeed... hm...
<xensky>
one more question for today; my default font size for some programs seems to be a size too small. is font scale setting available in config somewhere? i didn't see it looking at the options under `fonts.`, and i tried changing via lxappearance but that only specifies the font and not the size
lordcirth_ has joined #nixos
TweyII has quit [Quit: WeeChat 2.9]
<cole-h>
gchristensen: Also seems like the nixpkgs-20.09-darwin channel never got added to that screen
<cole-h>
s/screen/page/
knupfer has joined #nixos
Raito_Bezarius has quit [Remote host closed the connection]
knupfer has joined #nixos
Raito_Bezarius has joined #nixos
<cole-h>
gchristensen: Since you have access to bastion, if you have some spare time, maybe you could check the logs for the darwin service to see why it's in a perpetual state of failure? ;P
<cizra>
Is boot.kernelPackages = pkgs.linuxPackages_5_7; supposed to work these days? It's failing to compile some NVidia-related thingamajig: https://paste.ee/p/Anvwy
karantan has joined #nixos
<catern>
Is there a helper to create a fixed-output derivation which just copies some files from a subdirectory of an input derivation, to $out?
<__red__>
I am the impatient one
<catern>
I have a git repo that has multiple pieces of software in it which I want to build in separate derivations, but one of them changes much more frequently than the other, and I don't want to have to rebuild both whenever I update the git revision
* __red__
pokes ofBorg
<catern>
So I'm thinking I'd move the source code into separate fixed-out derivations
<__red__>
When a test timeouts (ponyc.passthru.tests on x86_64-linux — Timed out, unknown build status) - is it going to retry?
<azazel>
garbas: I've tried to do the same, but I've stumbled upon a strange problem with the compilation of the "persitent" package: when I do a "pypi2nix -r plone52-buildout-requirements.txt" it exits with an error ( https://termbin.com/evaka ) that i don't really understand. When packaged alone, the process works flawlessly... I'm almost certain it has something to do with the damn setuptools version
<vifon>
Hello, I'm trying to blacklist a kernel module and I suspect it's being loaded during stage 1 as setting boot.blacklistedKernelModules doesn't help. How can I proceed? The module in question: snd_hda_codec_hdmi
<{^_^}>
[nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUgN9
<azazel>
vifon: maybe you could load the right kernel before that? i.e. by using boot.initrd.kernelModules?
<vifon>
Can it be used to blacklist a module? It seems to be capable only of adding modules.
<vifon>
Hm, I should be able to overwrite this list, but it doesn't contain this module.
<azazel>
yes, but if your driver is another, maybe loading it early will block snd_hda_codec_hdmi from being loaded into
<vifon>
I don't need a different driver. I'm trying to prevent Pulseaudio from switching to HDMI audio which I don't use at all.
bwe_ is now known as bwe
bwe has left #nixos [#nixos]
zebrag has joined #nixos
inkbottle has quit [Ping timeout: 240 seconds]
<evanjs>
clever: mmm is there any way I can `nixos-rebuild` from a qemu "vm"? :P assuming NIX_PATH has everything it needs
<evanjs>
getting stuck on the fileSystem needing to be set lol
matthewkenigsber has joined #nixos
<clever>
evanjs: you need to add qemu-vm.nix to the imports, its in nixpkgs
<clever>
evanjs: or use a more complete install that doesnt share the host store, and just functions normally
<evanjs>
clever: yeah I should be sourcing the imports from nixos-generate... probably should make sure I am
<evanjs>
assuming that actually imports what I need
<evanjs>
I can just import them manually in the machine config anyhow
elvishjerricco has quit [Ping timeout: 244 seconds]
mankyKitty has quit [Ping timeout: 244 seconds]
gleber has quit [Ping timeout: 246 seconds]
srhb has quit [Ping timeout: 258 seconds]
lally has quit [Ping timeout: 240 seconds]
nick_h has quit [Ping timeout: 240 seconds]
hamishmack has quit [Ping timeout: 240 seconds]
joesventek has joined #nixos
patrickod has quit [Ping timeout: 244 seconds]
blackriversoftwa has quit [Ping timeout: 244 seconds]
lsix has joined #nixos
dmj` has quit [Ping timeout: 240 seconds]
rizary has quit [Ping timeout: 240 seconds]
johanot has quit [Ping timeout: 244 seconds]
newhoggy has quit [Ping timeout: 244 seconds]
nh2 has quit [Ping timeout: 244 seconds]
eacameron has quit [Ping timeout: 244 seconds]
grfn has quit [Ping timeout: 260 seconds]
emilazy has quit [Ping timeout: 260 seconds]
HeN has quit [Ping timeout: 260 seconds]
evck_ has quit [Ping timeout: 260 seconds]
alanz_ has quit [Ping timeout: 260 seconds]
cvlad- has quit [Ping timeout: 260 seconds]
NemesisD has quit [Ping timeout: 256 seconds]
hnOsmium0001 has quit [Ping timeout: 256 seconds]
rodarmor has quit [Ping timeout: 260 seconds]
jmeredith has quit [Ping timeout: 260 seconds]
steveeJ has quit [Ping timeout: 260 seconds]
ghuntley has quit [Ping timeout: 260 seconds]
sneakweb has quit [Ping timeout: 260 seconds]
lovek323 has quit [Ping timeout: 260 seconds]
omnigoat has quit [Ping timeout: 260 seconds]
NekomimiScience has quit [Ping timeout: 260 seconds]
jbetz has quit [Ping timeout: 260 seconds]
higherorder has quit [Ping timeout: 260 seconds]
yrashk has quit [Ping timeout: 260 seconds]
lightandlight has quit [Ping timeout: 260 seconds]
lstanley has quit [Ping timeout: 260 seconds]
chriscoffee has quit [Ping timeout: 260 seconds]
d10n-work has quit [Ping timeout: 244 seconds]
fnords has quit [Ping timeout: 244 seconds]
cstrahan has quit [Ping timeout: 244 seconds]
visl has quit [Ping timeout: 244 seconds]
bitonic has quit [Ping timeout: 260 seconds]
dgpratt has quit [Ping timeout: 244 seconds]
lukego has quit [Ping timeout: 244 seconds]
bgupta has quit [Ping timeout: 244 seconds]
bahamas has joined #nixos
buggymcbugfix has quit [Ping timeout: 240 seconds]
joshmeredith has quit [Ping timeout: 240 seconds]
chessai has quit [Ping timeout: 240 seconds]
SrPx has quit [Ping timeout: 260 seconds]
zmacs has quit [Ping timeout: 260 seconds]
sdier has quit [Ping timeout: 260 seconds]
CustosLimen has quit [Ping timeout: 260 seconds]
cbarrett has quit [Ping timeout: 260 seconds]
dvim has quit [Ping timeout: 260 seconds]
ocharles has quit [Ping timeout: 260 seconds]
ynotperez has quit [Ping timeout: 260 seconds]
jkkm has quit [Ping timeout: 260 seconds]
dani- has quit [Ping timeout: 260 seconds]
davetapley has quit [Ping timeout: 260 seconds]
jlpeters has quit [Ping timeout: 260 seconds]
manveru has quit [Ping timeout: 260 seconds]
christiaanb has quit [Ping timeout: 260 seconds]
chpatrick has quit [Ping timeout: 260 seconds]
joshmeredith has joined #nixos
carter has quit [Ping timeout: 244 seconds]
diamondman has quit [Ping timeout: 244 seconds]
oharvey has quit [Ping timeout: 260 seconds]
waleee-cl has quit [Ping timeout: 260 seconds]
eddyb[legacy] has quit [Ping timeout: 260 seconds]
lukego has joined #nixos
chessai has joined #nixos
victorbjelkholm_ has quit [Ping timeout: 260 seconds]
agander_m has quit [Ping timeout: 260 seconds]
scoates has quit [Ping timeout: 260 seconds]
sam_w has quit [Ping timeout: 260 seconds]
r0bby has quit [Ping timeout: 260 seconds]
philipcristiano has quit [Ping timeout: 260 seconds]
betawaffle has quit [Ping timeout: 260 seconds]
angerman has quit [Ping timeout: 260 seconds]
mitchellh has quit [Ping timeout: 260 seconds]
teehemkay has quit [Ping timeout: 260 seconds]
<clever>
looks like some clouds are rolling in.....
NemesisD has joined #nixos
dstzd has joined #nixos
dstzd has joined #nixos
dstzd has quit [Changing host]
buggymcbugfix has joined #nixos
rizary has joined #nixos
lally has joined #nixos
bgupta has joined #nixos
eacameron has joined #nixos
newhoggy has joined #nixos
nick_h has joined #nixos
mankyKitty has joined #nixos
dgpratt has joined #nixos
mgsk has quit [Ping timeout: 260 seconds]
zmacs has joined #nixos
christiaanb has joined #nixos
patrickod has joined #nixos
chriscoffee has joined #nixos
yrashk has joined #nixos
jlpeters has joined #nixos
mitchellh has joined #nixos
teehemkay has joined #nixos
dani- has joined #nixos
grfn has joined #nixos
jkkm has joined #nixos
srhb has joined #nixos
agander_m has joined #nixos
cvlad- has joined #nixos
chpatrick has joined #nixos
alanz_ has joined #nixos
scoates has joined #nixos
lightandlight has joined #nixos
cbarrett has joined #nixos
cstrahan has joined #nixos
HeN has joined #nixos
emilazy has joined #nixos
rodarmor has joined #nixos
sneakweb has joined #nixos
SrPx has joined #nixos
davetapley has joined #nixos
manveru has joined #nixos
hamishmack has joined #nixos
carter has joined #nixos
d10n-work has joined #nixos
elvishjerricco has joined #nixos
johanot has joined #nixos
philipcristiano has joined #nixos
visl has joined #nixos
r0bby has joined #nixos
ynotperez has joined #nixos
steveeJ has joined #nixos
sam_w has joined #nixos
lovek323 has joined #nixos
sdier has joined #nixos
diamondman has joined #nixos
waleee-cl has joined #nixos
NekomimiScience has joined #nixos
jmeredith has joined #nixos
angerman has joined #nixos
betawaffle has joined #nixos
mgsk has joined #nixos
victorbjelkholm_ has joined #nixos
blackriversoftwa has joined #nixos
taktoa[c] has joined #nixos
oharvey has joined #nixos
ocharles has joined #nixos
eddyb[legacy] has joined #nixos
bitonic has joined #nixos
nh2 has joined #nixos
robmyers has joined #nixos
dmj` has joined #nixos
lstanley has joined #nixos
hnOsmium0001 has joined #nixos
jbetz has joined #nixos
dvim has joined #nixos
fnords has joined #nixos
higherorder has joined #nixos
<evanjs>
clever: there we go. yeah... pointed it to the right nixos-config in nixPath and fileSystems appears to exist now. Now I just need to set boot.loader.grub.devices to nodev or whatever
evck_ has joined #nixos
omnigoat has joined #nixos
ghuntley has joined #nixos
CustosLimen has joined #nixos
gleber has joined #nixos
bahamas has quit [Ping timeout: 260 seconds]
<evanjs>
ah. or virtualisation.useBootLoader
<gchristensen>
clever: did you have a way to get ZFS on AWS?
<clever>
gchristensen: its in a flake now!, but auto-resize is still bugged
<Athas>
Which derivation do I need in order to get xfce? There are a whole bunch of derivations called "xfce", but which one gives me everything?
<nahamu>
clever: I was looking into expanding bootable ZFS pools. You probably need a script that runs at boot time that uses sgdisk or some such to expand (destroy and recreate) the ZFS partition.
<nahamu>
But it would be nice if we could get ZFS to just do the right thing.
<clever>
nahamu: already resizing the partition, and then running `zpool online -e`, but the pool itself doesnt expand
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nahamu>
I was experimenting with ZFS pools created originally on illumos with -B which reserves way more space at the beginning of the drive.
dstzd has joined #nixos
dstzd has joined #nixos
dstzd has quit [Changing host]
<clever>
gchristensen: thats a fragment of another flake.nix, that was depending on ops-lib/zfs/flake.nix
<nahamu>
clever: oh. I hadn't seen `zpool online -e` failing...
<clever>
nahamu: it just silently has no effect, but when ran manually after boot it works
<nahamu>
clever: oh, so scripted it fails but manually works... weird.
<clever>
the tricky part, is that each test, requires uploading a new 3gig ami to aws
<clever>
i need to add dropbear to the initrd, make it hang, and then ssh into the initrd, to debug
<nahamu>
I was doing my experiments on VMs locally, but yeah.
<nahamu>
Good luck!!
<nahamu>
If I find anything I'll try to remember to let you know.
<clever>
gchristensen: you also need to include the zfs-runtime module in your configuration.nix, or the machine wont be able to boot anymore
<gchristensen>
cool, thank you!
<clever>
gchristensen: and systemd.services.amazon-shell-init is based on amazon-init.nix, but instead of you supplying a configuration.nix, you just supply a shell script in the userdata
<clever>
gchristensen: that allows fetching a tarball with a flake.nix, and building it
cosimone_ has joined #nixos
<evanjs>
clever: hrm. but now it just stalls at Welcome to GRUB! lol. (I just enabled virtualisation.useBootLoader)
cosimone has quit [Ping timeout: 240 seconds]
<clever>
evanjs: the dynamically generated qemu vm that shares the host store, isnt really able to reinstall the bootloader
<clever>
evanjs: if you want that kind of testing, you need to run qemu on a disk image normally, and install nixos as normal
Raito_Bezarius has quit [Remote host closed the connection]
<mvnetbiz_>
If I nix-copy-closure a system to a host, I can activate it, but is there an easy way to add a bootloader entry?
<clever>
evanjs: nix-build simple-test.nix -A legacy_virtio then run result/bin/qemu_test1 to boot a livecd of sorts, justdoit will be pre-configured to install nixos to /dev/vda with zfs+mbr+grub, or install manually yourself
<clever>
evanjs: then result/bin/qemu_test2 to boot from the disk without the livecd
<mvnetbiz_>
oh that makes sense from where I looked at the bootloader entry making code before. Thanks! clever++
<{^_^}>
clever's karma got increased to 513
<mvnetbiz_>
surprised I couldn't find that from google
<esclear_m>
How do I prevent an enabled service from autostarting?
<esclear_m>
I'd like to have postgresql installed as a service (with all the configuration done via the options), but I will only use it sparingly for development and thus would prefer to start it manually when needed.
<clever>
esclear_m: the other method is to just use mkForce to set wantedBy to an empty list, then it wont be wanted by multi-user.target, so it wont run on boot
<clever>
but the example i was going to grab, got removed 17 days ago!, so you now have to refer to the red side of a diff! heh
<esclear_m>
Nice, thanks a lot!
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<mvnetbiz_>
clever, I preemptively + you haha. I got to trying it now, and I dont get a new boot entry :(
zakame has quit [Remote host closed the connection]
Raito_Bezarius has quit [Quit: WeeChat 2.9]
Raito_Bezarius has joined #nixos
<clever>
mvnetbiz_: do you have a new symlink/generation in /nix/var/nix/profiles/? that is pointing to the new path?
<mvnetbiz_>
yes, and nix-env --list-generations --profile /nix/var/nix/profiles/system shows gen 9 and gen 10. gen 10 is the new one, (and activated) but I only have boot entries up to 9
<mvnetbiz_>
The old boot entries are still there, which iirc dont get deleted by nix GC but the bootloader entry installer goes to delete generations that are gone
fendor has quit [Remote host closed the connection]
Raito_Bezarius has quit [Client Quit]
<clever>
mvnetbiz_: oh, did you change which bootloader your using?
<{^_^}>
[nixpkgs] @zowoq pushed commit from @saschagrunert to master « nixos/cri-o: add `networkDir` option »: https://git.io/JUgxh
morr has joined #nixos
<clever>
mvnetbiz_: you might need `NIXOS_INSTALL_BOOTLOADER=1 switch-to-configuration switch`, to update those things
Raito_Bezarius has quit [Remote host closed the connection]
<mvnetbiz_>
It's always been systemd-boot, and no.
Raito_Bezarius has joined #nixos
rprije has joined #nixos
<clever>
mvnetbiz_: systemd-boot has an anoying feature where you can hit a certain key at the boot menu, to lock it to a certain generation, and it wont boot the default anymore until you hit that key again
Raito_Bezarius has quit [Client Quit]
<mvnetbiz_>
I was just looking at nixos-rebuild.sh, I couldn't figure out where that variable gets used
<clever>
mvnetbiz_: how did you activate the new generation?
<clever>
ah, that wont update the bootloader at all
<clever>
you must usw the bin/switch-to-configuration script
<clever>
it takes the normal boot|switch|test args, same as nixos-rebuild
<clever>
switch and boot, will then update the bootloader
<clever>
switch and test, will also run activate
<mvnetbiz_>
interesting, it worked, now to hope I didn't mess up its configuration.
<cole-h>
How do I build something without the daemon, temporarily? Is my only choice to become root?
Raito_Bezarius has joined #nixos
<clever>
cole-h: yeah, you need write access to most of /nix to do a build
lsix has quit [Quit: WeeChat 2.9]
<edef>
clever: i feel we could improve the boot activation script to override that
<clever>
edef: which activation script?
<edef>
clever: whatever tweaks loader.conf
<clever>
edef: those arent activation scripts
lafa has quit [Remote host closed the connection]
fnords has quit [Ping timeout: 260 seconds]
<edef>
clever: i'm not sure what else to call them
<clever>
edef: thats config.system.build.installBootLoader being ran by switch-to-configuration, before activate gets ran
<clever>
mvnetbiz_: also, switch-to-configuration is whats responsible for restarting all of the changes systemd services, activate mostly just handles state like /etc/ updates
robmyers has quit [Ping timeout: 260 seconds]
wpcarro has quit [Ping timeout: 260 seconds]
jackdk has quit [Ping timeout: 260 seconds]
wpcarro has joined #nixos
jackdk has joined #nixos
<edef>
clever: right, yes
<mvnetbiz_>
yeah I skimmed over it. why is it separate?
fnords has joined #nixos
robmyers has joined #nixos
<clever>
mvnetbiz_: i think the activate script is mostly auto-generated, while switch-to-configuration is static
<clever>
mvnetbiz_: yeah, activate is just the module system concat'ing every activation script together
<mvnetbiz_>
have I seen something about systemd "automatic boot assessment" integration in nixos before?
<clever>
i havent seen that before
greyeax has joined #nixos
blackriversoftwa has quit [Ping timeout: 258 seconds]
<greyeax>
Hey there, is anyone els getting host name resolving issues?
arjen-jonathan has quit [Ping timeout: 260 seconds]
<greyeax>
even though i can browse to that link, and ping it
Raito_Bezarius has quit [Quit: WeeChat 2.9]
blackriversoftwa has joined #nixos
<cole-h>
clever: Thanks. Stopping the nix-daemon socket and service, and `nix build`ing as root worked.
<clever>
cole-h: no need to stop the daemon either, if your root, it wont use the daemon
<cole-h>
Oh really?
<cole-h>
Nice, I'll keep that in mind next time I have to unbork Nix :P
<cole-h>
clever++
<{^_^}>
clever's karma got increased to 514
<cole-h>
I guess the daemon really only makes sense to give unprivileged users permission to modify the story (or to delegate that permission to the daemon)
<mvnetbiz_>
greyeax, can you ping releases.nixos.org?
<clever>
cole-h: one handy trick, is that things like `sudo nix-build --option builders foo`, will let SSH_AUTH_SOCK leak a little, and then nix can ssh into foo via your agent
<clever>
cole-h: the sandbox code still clears the var, so it wont leak into the build
<mvnetbiz_>
does that location you an address you cant ping?
<samueldr>
but the weird thing is that the bot ^ hasn't seen anything it seems
<cole-h>
State :x
<samueldr>
yeah
<__red__>
Here we go again - hopefully I won't break my tree again with bad squashing...
<__red__>
$$
<samueldr>
__red__: just in case note the rev where you're at to rescue later :)
__monty__ has quit [Quit: leaving]
cosimone has quit [Quit: Quit.]
<erictapen>
cole-h: samueldr: Is there an issue about it? Would expect to show up on status.nixos.org
<samueldr>
AFAIK there's no issue
<samueldr>
it's only been investigated recently
<erictapen>
ah I see
<samueldr>
(and I didn't realise at the time that it was the infra that had the issue, I thought it was only that individual that were looking into why their own repo broke)
dermetfan has quit [Ping timeout: 260 seconds]
tmaekawa has joined #nixos
Pwnna has quit [Quit: Bye]
__Sander__ has quit [Quit: Konversation terminated!]
meh` has quit [Read error: Connection reset by peer]
Pwnna has joined #nixos
justin has joined #nixos
justin has quit [Remote host closed the connection]
niksnut has quit [Ping timeout: 256 seconds]
<evanjs>
clever: thanks! merged my config with the qemu test thing and I was able to rebuild properly
ericsagnes has quit [Ping timeout: 272 seconds]
<evanjs>
only really needed to ensure the system can build on _a_ system so that should be sufficient lol. the manual nixPath and etc was the bigger thing I needed to test
<__red__>
samueldr: I copied my work out of my broken branch and re-downloaded my fork - then made a new fork
<__red__>
so it only polutes my fork. I'll delete from remote fork once I work out how.
<__red__>
okay - I need to reboot my VM to reduce the stupid number of CPUs I bought while I worked on this problem
<__red__>
beb
<__red__>
brb
__red__ has quit [Remote host closed the connection]