worldofpeace changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018 || For best support,
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
zeta_0 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
zeta_0 has quit [Client Quit]
disksssssdjfkjds has joined #nixos
zeta_0 has joined #nixos
zeta_0 has quit [Remote host closed the connection]
zeta_0 has joined #nixos
<disksssssdjfkjds> I'm at a shell on a nixos live usb. How can I chroot into an existing NixOS installation and run nix-collect-garbage?
<disksssssdjfkjds> Larger issue is that after updating or failing to update because of space issues I cannot boot into NixOS anymore. I see the nvidia no screens error in the logs after mounting my nixos filesystem and navigating to /var/log/Xorg.log.old. I assumed I'd be able to choose an older configuration and boot just fine, but it just "hung" at a black screen
<disksssssdjfkjds> like it does with graphics issues. ctrl+alt+f1,2,3,etc didn't take me to a shell either.
o1lo01ol1o has quit [Ping timeout: 265 seconds]
<puffnfresh> disksssssdjfkjds: you should be able to mount and run a GC, the installation instructions say how to chroot https://nixos.org/nixos/manual/index.html#sec-installation-installing
<clever> disksssssdjfkjds: nixos-enter is a helper to chroot and setup env vars for you
<puffnfresh> ah yeah I forgot about nixos-enter!
Rusty1 has joined #nixos
o1lo01ol1o has joined #nixos
<disksssssdjfkjds> AWESOME! nixos-enter did the exact right thing since I'd already mounted my nixos install at /mnt :)
<disksssssdjfkjds> thanks puffnfresh and clever. I'll see if this fixes it, otherwise I might need some nvidia help :S or help pinning to the older working version
mbrgm_ has joined #nixos
<puffnfresh> you should be able to boot a previous generation disksssssdjfkjds
<puffnfresh> are you saying the grub list isn't showing?
<disksssssdjfkjds> puffnfresh The grub list is showing, but all of my previous generations weren't booting which makes 0 sense to me. I'm going to try the latest one and older ones after fixing the space issue just in case now htough.
<disksssssdjfkjds> it looks like I booted just fine with latest configuration after fixing space issue
<{^_^}> [nixpkgs] @lheckemann opened pull request #76672 → mirtk: enable tbb support for multithreading → https://git.io/JeNxQ
<disksssssdjfkjds> I fear something might have happened with my recent partition moving/resizing/growing but fsck kept saying everything was okay for that partition.
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm_ is now known as mbrgm
<gchristensen> after a nix-collect-garbage, any deleted nixos profiles will stay in the bootloader until nixos-rebuild boot|switch is run
<clever> disksssssdjfkjds: and switch wont work under nixos-enter, only boot|build
<DigitalKiwi> nixos art
<DigitalKiwi> now to make 5 more?
<colemickens> What's the best ARM device available these days that is well supported by upstream/nixos? Should I just not overthink it and grab an RPi4?
disksssssdjfkjds has quit [Ping timeout: 260 seconds]
<evanjs> colemickens: afaik rpi is the most well supported on nixos for arm
<{^_^}> [nixpkgs] @dali99 opened pull request #76673 → bitwarden_rs: 1.9.1 -> 1.13.0 → https://git.io/JeNxx
<evanjs> but see this too #63720
<{^_^}> https://github.com/NixOS/nixpkgs/issues/63720 (by majewsky, 26 weeks ago, open): Raspberry Pi 4 support
<evanjs> colemickens: ^
<evanjs> right right, as listed on the main ARM page on the wiki, RPi3 is supported upstream - https://nixos.wiki/wiki/NixOS_on_ARM
<clever> colemickens: there is also an rpi4 sd_image in nixpkgs, which i believe works ( samueldr can probably confirm)
<clever> colemickens: and there is #nixos-aarch64 for more arm stuff
fendoer has quit [Read error: Connection reset by peer]
<samueldr> no mainline kernel yet for rpi4
<colemickens> might be a fun chance to learn too, I have a couple of these laying around: http://www.orangepi.org/OrangePiR1/
<clever> i also happen to be hacking away at custom firmware for the rpi currently
<colemickens> (thx for all the info already!)
<samueldr> Cortex-A7 is armv7l, so no binary cache as of now
<gchristensen> (speaking of which...)
<colemickens> I don't mind building, but that might be annoying depending on how hard bring up is :)
<gchristensen> it is just so slow
<samueldr> those cortices (cortexies? corticies?) naming are annoying to get a hang of initially!
<gchristensen> corticle?
<clever> colemickens: cross-compile works for some things
<samueldr> but my rule of thumb right now is: smaller than 10? likely 32 bit, greater than 10? likely 64 bit
<clever> colemickens: one min ...
<samueldr> ah
<samueldr> looks like < 20 would be a better rule
<samueldr> (that paragraph would have been useful to me initially!)
<clever> colemickens: https://gist.github.com/cleverca22/16873623f6a33ee192f0f4cdf4d2b598 this is how i installed nix on an armv7l pi
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<samueldr> wait what, A32 is ARMv8, but 32 bit??!?!?
<clever> that tar only gives you nix itself (and whatever winds up in its closure), but thats enough to turn the system into a build machine
<samueldr> using 19.09 (unstable hasn't been verified lately) this could also used for a root of trust https://github.com/samueldr/cross-system
<samueldr> if you don't want to rely on another distro for your board
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/14133ec1245 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> [nixpkgs] @jtojnar opened pull request #76674 → treewide: structured-attrs fixes → https://git.io/JeNpm
jmeredith has joined #nixos
* colemickens is surprised at so many arm instructions involving a manual installation. I would expect most people to be building netboot images or sd card images
<gchristensen> me too
jluttine has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<DigitalKiwi> when all you've got is a serial <> usb cable the whole world looks like a tty?
<clever> DigitalKiwi: until your serial cable outputs B��������ɱ��jR
<clever> DigitalKiwi: note, that should have been "Hello, world!" lol
<clever> i have no idea why/how, but inserting a delay before the first print solved it
<{^_^}> [nixpkgs] @hedning pushed commit from @bjornfor to master « gnomeExtensions.gsconnect: 27 -> 30 (#76633) »: https://git.io/JeNp6
<{^_^}> [nixpkgs] @hedning merged pull request #76633 → gnomeExtensions.gsconnect: 27 -> 30 → https://git.io/JeN12
<{^_^}> [nixpkgs] @lilyball opened pull request #76675 → ffsend: 0.2.57 -> 0.2.58 → https://git.io/JeNpM
zeta_0 has joined #nixos
<nilsirl[m]> how can I override configuration with nix-build?
<nilsirl[m]> like you would do something.ovveride({asdf: lkj})
<Enzime> I don't use nix-build so not too sure, but nix repl could work
<Enzime> nix repl
<Enzime> :l <nix file> e.g. :l <nixos>
<Enzime> :b something.override()
<clever> nix-build -E can do similar
<clever> nix-build -E 'with import <nixpkgs> {}; something.override { ... }'
<nilsirl[m]> thank you @clever
<nilsirl[m]> and Enzime. The thing is that now I need -I to set the nixpkgs location
<Enzime> nilsirl[m]: you can just do :l /path/to/nixpkgs more directly
<Enzime> of course this depends on if you want to be doing this interactively vs as a command you can just run in scripts etc
<clever> nix-build -E 'with import /path/to/nixpkgs {}; something.override { ... }'
<clever> nix-build -E 'with import ./. {}; something.override { ... }'
<clever> Enzime: i find that nix repl gets confused if i edit the file its running, so i have to quit and re-enter the repl, and then i have to repeat all previous commands
<clever> so i tend to use nix repl to figure out the exact expr i want, but then switch to nix-build -E to run it repeatedly as i edit the files
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<Enzime> clever: yeah makes sense, I've had that issue a few times as well
fruchti has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #75663 → certbot: 0.39.0 -> 1.0.0 → https://git.io/JeQnI
<{^_^}> [nixpkgs] @flokli pushed 4 commits to master: https://git.io/JeNhY
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to gcc-9: https://git.io/JeNhs
<{^_^}> [nixpkgs] @NilsIrl opened pull request #76676 → Bemenu: 0.1.0 -> 0.3.0 → https://git.io/JeNhZ
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/0449a653eb3 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
mounty has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeNhl
dingenskirchen has quit [Remote host closed the connection]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/e04700a9440 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
mounty has joined #nixos
dingenskirchen has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to gcc-9: https://git.io/JeNhP
ng0 has quit [Quit: leaving]
<{^_^}> [nixpkgs] @eadwu opened pull request #76677 → sourcehut/update-4 → https://git.io/JeNhj
<{^_^}> [nixpkgs] @eadwu opened pull request #76678 → vscod{e,ium}: 1.41.0 -> 1.41.1 → https://git.io/JeNjv
<{^_^}> [nixpkgs] @eadwu opened pull request #76679 → pythonPackages.sqlalchemy-utils: 0.35.0 -> 0.36.0 → https://git.io/JeNjf
<{^_^}> [nixpkgs] @eadwu opened pull request #76680 → recursive: 1.022 -> 1.030 → https://git.io/JeNjJ
<{^_^}> [nixpkgs] @eadwu opened pull request #76681 → pythonPackages.pep8-naming: 0.8.2 -> 0.9.1 → https://git.io/JeNjU
fruchti has quit [Quit: .]
<{^_^}> [nixpkgs] @kalbasit merged pull request #76572 → clash: init at 0.16.0 → https://git.io/Jebxa
<{^_^}> [nixpkgs] @kalbasit pushed commit from @contrun to master « clash: init at 0.16.0 (#76572) »: https://git.io/JeNjm
nemcis has joined #nixos
h0m1 has quit [Ping timeout: 248 seconds]
selfsymmetric-mu has quit [Disconnected by services]
selfsymmetric-mu has joined #nixos
leothrix has quit [Quit: ZNC 1.7.5 - https://znc.in]
kamadorueda has joined #nixos
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #76682 → luckybackup: init at 0.5.0 → https://git.io/JeNjl
leothrix has joined #nixos
jluttine has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
leothrix has quit [Quit: ZNC 1.7.5 - https://znc.in]
leothrix has joined #nixos
fusion809 has joined #nixos
fragamus has joined #nixos
<lc> hi, I have a repository using haskell.nix but when I build on different hosts I get different derivation keys but I can't figure out why, how do I analyse this
<lc> built using nix build -f nix/default.nix shakebook.components.exes.build-site
justanotheruser has quit [Ping timeout: 248 seconds]
justanotheruser has joined #nixos
Guest47956 has joined #nixos
fragamus has quit [Ping timeout: 258 seconds]
MidAutumnMoon has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/eab4ee0c27c (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
felixfoertsch23 has joined #nixos
Scriptkiddi has quit [Remote host closed the connection]
das_j has quit [Remote host closed the connection]
das_j has joined #nixos
Scriptkiddi has joined #nixos
felixfoertsch has quit [Ping timeout: 268 seconds]
ebzzry has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #76674 → treewide: structured-attrs fixes → https://git.io/JeNpm
<{^_^}> [nixpkgs] @jtojnar pushed 16 commits to master: https://git.io/JeAvf
<{^_^}> [nixpkgs] @jonringer merged pull request #76603 → mautrix-telegram: 0.6.1 -> 0.7.0 → https://git.io/JeNWE
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JeAvU
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
kleisli has quit [Ping timeout: 240 seconds]
spacefrogg has joined #nixos
MmeQuignon has joined #nixos
drakonis has quit [Quit: WeeChat 2.7]
leothrix has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @jonringer merged pull request #75917 → grpc: 1.25.0 -> 1.26.0 → https://git.io/Je5Bi
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JeAvt
leothrix has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 68 commits to staging-next: https://git.io/JeAvc
<{^_^}> [nixpkgs] @jtojnar pushed 69 commits to staging: https://git.io/JeAvC
endformationage has quit [Quit: WeeChat 2.6]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/0449a653eb3 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
jmeredith has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
nixy37 has quit [Quit: The Lounge - https://thelounge.chat]
nixy37 has joined #nixos
Soo_Slow has joined #nixos
ayerhart has quit [Read error: Connection reset by peer]
kleisli has joined #nixos
nemcis has left #nixos [#nixos]
zeta_0 has joined #nixos
Chiliparrot has joined #nixos
Chiliparrot has quit [Ping timeout: 248 seconds]
mexisme has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @wakira opened pull request #76683 → nixos/ibus: fix missing dconf profile → https://git.io/JeAfL
Rusty1 has quit [Quit: Konversation terminated!]
Acou_Bass has quit [Ping timeout: 240 seconds]
philr has quit [Ping timeout: 268 seconds]
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
Acou_Bass has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
ericsagnes has quit [Ping timeout: 260 seconds]
gerschtli1 has quit [Quit: WeeChat 2.6]
gerschtli has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 258 seconds]
palo1 is now known as palo
interro[m] has joined #nixos
Acou_Bass has quit [Quit: ZNC 1.7.4 - https://znc.in]
<{^_^}> [nixpkgs] @jonringer opened pull request #76686 → steam.chroot: add at-spi2-core → https://git.io/JeAfh
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to gcc-9: https://git.io/JeAJv
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #76660 → Nextcloud: 16.0.6 -> 16.0.7 [19.09] → https://git.io/JeNFd
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to release-19.09: https://git.io/JeAJY
kamadorueda has quit [Remote host closed the connection]
lovesegfault has quit [Ping timeout: 248 seconds]
ericsagnes has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
deadloko has quit [Quit: WeeChat 2.6]
ddellacosta has quit [Ping timeout: 265 seconds]
philr has joined #nixos
chagra has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3d70d4ba0b6 (from 30 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
mexisme has joined #nixos
yobj has quit [Remote host closed the connection]
mexisme has quit [Ping timeout: 260 seconds]
mac10688 has quit [Ping timeout: 268 seconds]
ebzzry has joined #nixos
noudle has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/62ef779f2a5 (from 25 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
mexisme has joined #nixos
yobj has joined #nixos
raoul7 has joined #nixos
edcragg7 has joined #nixos
edcragg7 has quit [Client Quit]
raoul7 has quit [Client Quit]
goodwill[m] has joined #nixos
veske has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #76687 → gitless: use python3 → https://git.io/JeATm
zaeph has joined #nixos
Sargun has quit [Remote host closed the connection]
brightone has joined #nixos
mexisme has quit [Ping timeout: 248 seconds]
corsair has joined #nixos
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #76675 → ffsend: 0.2.57 -> 0.2.58 → https://git.io/JeNpM
zupo has joined #nixos
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JeAT4
<{^_^}> [nixpkgs] @FRidh merged pull request #76655 → [r19.09] python: ecdsa: 0.13.2 -> 0.13.3, addressing CVE-2019-14853 & CVE-2019-14859 → https://git.io/JeN7J
<{^_^}> [nixpkgs] @FRidh pushed to release-19.09 « python: ecdsa: 0.13.2 -> 0.13.3 »: https://git.io/JeATR
justanotheruser has quit [Ping timeout: 248 seconds]
Chiliparrot has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #76687 → gitless: use python3 → https://git.io/JeATm
<{^_^}> [nixpkgs] @FRidh pushed commit from @jonringer to master « gitless: use python3 »: https://git.io/JeATw
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/979b8410dbc (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
corsair has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @filalex77 opened pull request #76688 → topgrade: 3.5.0 -> 3.6.0 → https://git.io/JeATy
h0m1 has quit [Quit: WeeChat 2.7]
h0m1 has joined #nixos
ptrcmd_ is now known as ptrcmd
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to python-unstable « pythonPackages.Babel: remove glibcLocales and don't set LC_ALL »: https://git.io/JeAkY
noudle has quit []
FRidh has joined #nixos
fenedor has joined #nixos
<blitzclone_> https://github.com/NixOS/nixpkgs/pull/76065 <- this qemu update incl a security fix looks like it could use some attention. Does anyone have spare cycles?
<{^_^}> #76065 (by risicle, 1 week ago, open): qemu: 4.1.0 -> 4.2.0, including patch for minor CVE-2019-15890
ng0 has joined #nixos
ng0 has joined #nixos
ng0 has quit [Changing host]
chagra has quit [Ping timeout: 240 seconds]
thc202 has joined #nixos
corsair has joined #nixos
Makaveli7 has joined #nixos
Makaveli7 has quit [Client Quit]
reanimus has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 240 seconds]
reanimus has joined #nixos
acarrico has joined #nixos
chagra has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/979b8410dbc (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
veske has quit [Quit: This computer has gone to sleep]
Soo_Slow has quit [Quit: Soo_Slow]
<{^_^}> [nixpkgs] @jonringer pushed to python-unstable « nbstripout: fix build »: https://git.io/JeAIf
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
o1lo01ol1o has joined #nixos
chloekek has joined #nixos
o1lo01ol1o has quit [Ping timeout: 260 seconds]
Chiliparrot has joined #nixos
<wedens[m]> qemu 4.2.0 and libvirt 5.4.0 looks like a recipe for disaster
zx2c4 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 24 commits to staging: https://git.io/JeAI0
<zx2c4> ma27[m]: hey
<ma27[m]> Hey:)
<chagra> hello!
<chagra> is there a guide somewhere to where I have to start to begin contributing to nixpkgs?
Chiliparrot has quit [Ping timeout: 248 seconds]
<chagra> I feel like now I know enough to maybe help. I have already an NUR with some packages and I'd like to maybe add those in the future
mounty has quit [Ping timeout: 260 seconds]
<chagra> oh yeah forgot about the manual. I always just open it and Ctrl+F for the language of the software I'm packaging
<chagra> thanks!
Chiliparrot has joined #nixos
dansho has joined #nixos
flatmap has joined #nixos
flatmap has quit [Client Quit]
flatmap has joined #nixos
<zx2c4> ma27[m]: hey hoping we can get that wireguard pr merged today
<zx2c4> whats the status with that?
<ma27[m]> The assertion/noop thing isn't a blocker actually. Will take a look at this as soon as I'm on my laptop. IIRC it looked pretty fine, so should be doable today I guess :)
Chiliparrot has quit [Ping timeout: 260 seconds]
<flatmap> I'm trying to use nix-env on a fresh new installed nixos; I can install any package, but "nix-collect-garbage -d" will remove (delete) all profiles;
<flatmap> nix-env -f "<nixpkgs>" -i hello
<flatmap> replacing old 'hello-2.10'
<flatmap> installing 'hello-2.10'
avn has quit [Ping timeout: 260 seconds]
cosimone has joined #nixos
<flatmap> ix-store -q --references `which hello`
<flatmap> error: path '/hom/xxx/.nix-profile/bin/hello' is not in the Nix store
o1lo01ol1o has joined #nixos
<ar> flatmap: nix-store -q --references $(readlink -f $(which hello)) maybe?
<flatmap> that nix-store query worked, but the problem still stands
<flatmap> now say I create a new profile
<flatmap> nix-env -f "<nixpkgs>" -p builder2 -i bc
<flatmap> installing 'bc-1.07.1'
<flatmap> building '/nix/store/7ylm095fww7vwiy57qv03w0fhp2j1pp8-user-environment.drv'...
<flatmap> created 2 symlinks in user environment
<flatmap> nix-env --switch-profile builder2
<flatmap> nix doctor
<flatmap> Store uri: daemon
<flatmap> Warning: found profiles outside of /nix/var/nix/profiles.
<flatmap> The generation this profile points to might not have a gcroot and could be
<flatmap> garbage collected, resulting in broken symlinks.
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<flatmap> /home/xxx/.nix-profile/bin
<zx2c4> ma27[m]: cool, thanks
<zx2c4> indeed not a blocker
<zx2c4> green button time!
<flatmap> @ar: thanks for the "readlink" tip
Chiliparrot has joined #nixos
cosimone has quit [Remote host closed the connection]
mounty has joined #nixos
cosimone has joined #nixos
cab404 has joined #nixos
iyzsong has joined #nixos
<flatmap> if I run nix-collect-garbage -d, both "builder2" and "profile" will be completely deleted (not just old generation)
veske has joined #nixos
mrblq has joined #nixos
mrblq has quit [Remote host closed the connection]
cab404 has quit [Ping timeout: 258 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
Chiliparrot has quit [Ping timeout: 248 seconds]
vidbina has joined #nixos
o1lo01ol1o has joined #nixos
cosimone has quit [Remote host closed the connection]
zupo has joined #nixos
zupo has quit [Client Quit]
veske has quit [Quit: This computer has gone to sleep]
noudle has joined #nixos
veske has joined #nixos
alex`` has quit [Quit: WeeChat 2.7]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
veske has quit [Client Quit]
<{^_^}> [nixpkgs] @jtojnar pushed 23 commits to staging: https://git.io/JeAtY
veske has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #76578 → wireguard-tools 1.0.20191226 / wireguard 0.0.20191226 → https://git.io/JeNJV
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/JeAtl
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
<zx2c4> ma27[m]: thanks!
chagra has quit [Quit: WeeChat 2.6]
veske has quit [Client Quit]
corsair has quit [Ping timeout: 258 seconds]
<ma27[m]> you're welcome!
sigmundv_ has joined #nixos
alex has joined #nixos
lord| has joined #nixos
alexherbo2 has joined #nixos
kaliumxyz has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-19.09: https://git.io/JeAtD
veske has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/5ff4ee5b6ca (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> [nixpkgs] @filalex77 opened pull request #76689 → what: init at 0.5.1 → https://git.io/JeAtb
LLED2_2 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to gcc-9 « go*: fix aarch64 build »: https://git.io/JeAqv
LLED2_ has quit [Ping timeout: 265 seconds]
chagra has joined #nixos
v88m has quit [Ping timeout: 268 seconds]
kaliumxyz has joined #nixos
chloekek has quit [Ping timeout: 260 seconds]
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jtojnar pushed commit from @merijnb to staging « treewide: replace make/build/configure/patchFlags with nix lists »: https://git.io/JeAqL
bvdw has joined #nixos
chagra has quit [Ping timeout: 260 seconds]
chagra has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
kleisli has quit [Ping timeout: 260 seconds]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to gcc-9 « qtcurve: fix build w/gcc9 »: https://git.io/JeAqz
<{^_^}> [nixpkgs] @jtojnar pushed commit from @globin to staging « treewide: installFlags is a list »: https://git.io/JeAqg
horner has quit [Read error: Connection reset by peer]
horner has joined #nixos
drakonis has joined #nixos
chloekek has joined #nixos
corsair has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #76691 → python3Packages.trezor: 0.11.5 -> 0.11.6 → https://git.io/JeAqK
<tilpner_> lc: Use nix-diff
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to staging: https://git.io/JeAqS
<alexarice[m]> getting the error `lspci: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory` when trying to run a native steam game, anyone have any idea why this could be happening?
o1lo01ol1o has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
Chiliparrot has joined #nixos
cosimone has quit [Remote host closed the connection]
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/daf861a810d (from 27 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
cosimone has joined #nixos
cosimone has quit [Client Quit]
<{^_^}> [nixpkgs] @iimog opened pull request #76692 → libbass: 2.4.14 -> 2.4.15 → https://git.io/JeAme
o1lo01ol1o has quit [Remote host closed the connection]
<alexarice[m]> chagra: I feel libGL should already be included though?
Neo-- has joined #nixos
Chiliparrot has quit [Ping timeout: 245 seconds]
vidbina has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @filalex77 opened pull request #76693 → findomain: init at 0.9.3 → https://git.io/JeAmq
orivej has joined #nixos
<{^_^}> [nixpkgs] @fadenb opened pull request #76694 → what: init at 0.5.1 → https://git.io/JeAmm
<chagra> alexarice[m]: I'm not seeing it in the nix expressions, but I'm not really familiar with steam on nixos so I don't know
<chagra> alexarice[m]: open an issue on github
<alexarice[m]> chagra: I'll mess around with adding packages then will make an issue if I can't get it to work
<{^_^}> [nixpkgs] @fadenb closed pull request #76694 → what: init at 0.5.1 → https://git.io/JeAmm
<{^_^}> [nixpkgs] @jtojnar pushed 110 commits to structured-attrs: https://git.io/JeAmC
Chiliparrot has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
iyzsong has quit [Ping timeout: 252 seconds]
waleee-cl has joined #nixos
gxt has joined #nixos
reanimus has quit [Ping timeout: 260 seconds]
_reanimus_ has joined #nixos
<{^_^}> [nixpkgs] @bkchr opened pull request #76696 → coreutils: Fix cross compilation for Android → https://git.io/JeAmi
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3fdb468b479 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-19.09: https://git.io/JeAmd
Rusty1 has joined #nixos
Chiliparrot has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #62868 → reredirect: init at 0.2 → https://git.io/fjzDQ
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JeAmN
<lc> tilpner_: it tells me that the input sources for the repo are different and if I do a file tree diff on the input sources the diff is the .git folder
<{^_^}> [nixpkgs] @aszlig opened pull request #76697 → nginx: Clear Last-Modified if ETag is from store → https://git.io/JeAmx
<tilpner_> lc: Good, filter your src attribute: https://nixos.org/nix/manual/#builtin-filterSource
thc202 has quit [Ping timeout: 248 seconds]
<lc> hmm I have no idea how to do this in haskell.nix
<tilpner_> Do you have a ./. anywhere?
<lc> no
FRidh has quit [Quit: Konversation terminated!]
<tilpner_> Which source differs according to nix-diff?
thc202 has joined #nixos
<lc> it only goes as far as the immediate dependency which is the repo itself
<lc> but I'm sure I'm getting a lot more cache misses than just that
drakonis has quit [Ping timeout: 240 seconds]
<lc> this file is generated
<tilpner_> I don't know what that is used for, but it could be your problem
<tilpner_> Try altering it to not include .git
<tilpner_> (Or figure out where it is used and why it's not a problem)
<lc> ok, I think I'll ask on haskell.nix issues, thank you
<tilpner_> lc: Possibly relevant: input-output-hk/haskell.nix#380 and input-output-hk/haskell.nix#363
<{^_^}> https://github.com/input-output-hk/haskell.nix/issues/380 (by angerman, 1 week ago, open): fatal: not a git repository (or any of the parent directories): .git
<{^_^}> https://github.com/input-output-hk/haskell.nix/issues/363 (by roberth, 2 weeks ago, open): Option to specify cleanSource function for local sources
<{^_^}> [nixpkgs] @fnords opened pull request #76698 → protonmail-bridge: 1.2.2-1 -> 1.2.3-1 → https://git.io/JeAYs
__monty__ has joined #nixos
tilpner_ is now known as tilpner
o1lo01ol1o has joined #nixos
knupfer has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
selfsymmetric-mu has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
guru42 has joined #nixos
cosimone has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « linux_latest-libre: 17151 -> 17153 »: https://git.io/JeAY6
orivej has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
gustavderdrache has joined #nixos
cosimone_ has joined #nixos
cosimone has quit [Ping timeout: 248 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
dansho has quit [Quit: Leaving]
selfsymmetric-mu has quit [Remote host closed the connection]
guru42 has quit [Quit: Leaving]
zupo has joined #nixos
knupfer has quit [Ping timeout: 268 seconds]
mexisme has joined #nixos
Chiliparrot has joined #nixos
mexisme has quit [Ping timeout: 260 seconds]
v88m has joined #nixos
flatmap has quit [Quit: flatmap]
flatmap has joined #nixos
cosimone_ has quit [Remote host closed the connection]
cosimone_ has joined #nixos
timmw has quit [Quit: The Lounge - https://thelounge.chat]
orivej has quit [Ping timeout: 240 seconds]
timmw has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #76699 → java: set an additional JAVA_HOME per major version → https://git.io/JeAOS
Chiliparrot has quit [Ping timeout: 248 seconds]
leah2 has quit [Quit: trotz alledem!]
leah2 has joined #nixos
orivej has joined #nixos
flatmap has quit [Quit: flatmap]
flatmap has joined #nixos
selfsymmetric-pa has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #76647 → yeetgif: init at 1.23.5 → https://git.io/JeNH8
<{^_^}> [nixpkgs] @Lassulus pushed commit from @ajs124 to master « yeetgif: init at 1.23.5 »: https://git.io/JeA3T
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
<{^_^}> [nixpkgs] @pschuprikov opened pull request #76700 → python3Packages: toggl-cli fix pendulum version bounds → https://git.io/JeA3L
cosimone_ has quit [Quit: Terminated!]
zupo has quit [Ping timeout: 258 seconds]
civodul has joined #nixos
o1lo01ol1o has joined #nixos
Squarism is now known as YucataReminder
tilcreator has joined #nixos
MmeQuignon has quit [Quit: WeeChat 2.6]
YucataReminder is now known as Squarism
chagra_ has joined #nixos
zupo has joined #nixos
chagra has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to gcc-9: https://git.io/JeA3u
FRidh has joined #nixos
chagra_ has quit [Quit: WeeChat 2.6]
chagra has joined #nixos
ng0_ has joined #nixos
ng0_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #76678 → vscod{e,ium}: 1.41.0 -> 1.41.1 → https://git.io/JeNjv
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to master: https://git.io/JeA32
<{^_^}> [nixpkgs] @jakubgs opened pull request #76701 → fix from where transmission service loads config → https://git.io/JeA3w
<{^_^}> [nixpkgs] @ryantm merged pull request #76419 → skypeforlinux: 8.54.0.91 -> 8.55.0.123 → https://git.io/JeFbH
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JeA3o
<{^_^}> [nixpkgs] @FRidh merged pull request #76649 → rubyMinimal: fix build → https://git.io/JeNQZ
<{^_^}> [nixpkgs] @FRidh pushed commit from @alyssais to staging « rubygems: fix for Ruby with no openssl »: https://git.io/JeA3P
ng0_ is now known as ng0
fenedor has quit [Read error: Connection reset by peer]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #76702 → Clarify error message of 'assigning to top-level attribute' → https://git.io/JeA3N
rardiol has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #76364 → procps: 3.3.15 -> 3.3.16 → https://git.io/JeF1j
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « procps: 3.3.15 -> 3.3.16 »: https://git.io/JeA3h
<{^_^}> [nixpkgs] @FRidh merged pull request #76318 → libmicrohttpd: 0.9.68 -> 0.9.69 → https://git.io/JeAse
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « libmicrohttpd: 0.9.68 -> 0.9.69 »: https://git.io/JeAsv
<{^_^}> [nixpkgs] @FRidh merged pull request #76445 → sqlite: 3.30.0 -> 3.30.1 → https://git.io/JeFhU
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « sqlite: 3.30.0 -> 3.30.1 »: https://git.io/JeAsL
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @FRidh merged pull request #76141 → rhash: 1.3.8 -> 1.3.9 → https://git.io/Jedo0
<{^_^}> [nixpkgs] @FRidh pushed commit from @c0bw3b to staging « rhash: 1.3.8 -> 1.3.9 »: https://git.io/JeAsq
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3fdb468b479 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<{^_^}> [nixpkgs] @FRidh pushed 421 commits to python-unstable: https://git.io/JeAsG
<{^_^}> [nixpkgs] @FRidh merged pull request #75929 → Staging next → https://git.io/Je5gT
<{^_^}> [nixpkgs] @FRidh pushed 53 commits to master: https://git.io/JeAsZ
<{^_^}> [nixpkgs] @FRidh pushed 16 commits to staging-next: https://git.io/JeAsc
<{^_^}> [nixpkgs] @FRidh pushed 17 commits to staging: https://git.io/JeAsC
rardiol has joined #nixos
<{^_^}> [nixpkgs] @filalex77 opened pull request #76703 → rx: 0.2.0 -> 0.3.0 → https://git.io/JeAs8
selfsymmetric-pa has quit [Ping timeout: 268 seconds]
chloekek has quit [Ping timeout: 265 seconds]
vidbina has joined #nixos
v88m has quit [Ping timeout: 258 seconds]
MayeulC_backup has quit [Remote host closed the connection]
<Guanin> Still struggeling with openldap and user auth. I am able to use sudo to switch to the account declared in the directory, but still not able to login as the user on the tty. Right now I'm testing this problem in isolation by building a VM. My config is still available here: https://gist.github.com/Amarandus/532641e29d92779f9d34f61cee76fbcb
<{^_^}> [nixpkgs] @FRidh pushed 134 commits to staging: https://git.io/JeAGJ
<{^_^}> [nixpkgs] @FRidh merged pull request #68029 → Default gcc to gcc9 → https://git.io/fjhkx
<{^_^}> [nixpkgs] @FRidh pushed 237 commits to staging-next: https://git.io/JeAGk
LinuXit has quit [Quit: User has been idle for 30+ days.]
abbafei[m] has quit [Quit: User has been idle for 30+ days.]
<{^_^}> [nixpkgs] @FRidh opened pull request #76705 → Staging next → https://git.io/JeAGq
mac10688 has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 0 commits to python-unstable: https://git.io/JeAGY
alex has quit [Quit: WeeChat 2.7]
momack2[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @aanderse opened pull request #76706 → nixos/sysstat: provide a type for each module option → https://git.io/JeAGZ
delli3 has joined #nixos
layus[m] has quit [Quit: User has been idle for 30+ days.]
<{^_^}> [nixpkgs] @FRidh pushed 421 commits to python-unstable: https://git.io/JeAGc
<{^_^}> [nixpkgs] @FRidh merged pull request #76059 → Python package set major updates → https://git.io/Je59U
<{^_^}> [nixpkgs] @FRidh pushed 422 commits to staging-next: https://git.io/JeAGC
<{^_^}> [nixpkgs] @FRidh pushed 0 commits to python-unstable: https://git.io/JeAGW
<{^_^}> [nixpkgs] @FRidh pushed 424 commits to staging: https://git.io/JeAG8
grahamc[m] has quit [Quit: User has been idle for 30+ days.]
<gchristensen> RIP in peace, grahamc[m]
escaP[m] has quit [Quit: User has been idle for 30+ days.]
gaisseml[m] has quit [Quit: User has been idle for 30+ days.]
ericsagnes has quit [Ping timeout: 246 seconds]
kaychaks[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<aanderse> gchristensen: abandoning matrix?
<gchristensen> I haven't used it in at least a year
<gchristensen> but every time matrix crashes hard it comes back online, and then 30+ days later matrix kicks me off again
bachp has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<aanderse> gchristensen: gotcha
xavierm02 has quit [Quit: User has been idle for 30+ days.]
<{^_^}> [nixpkgs] @filalex77 opened pull request #76707 → nixosTests.haka: port to python → https://git.io/JeAGE
zer0xp[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
is0x3F has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<clever> gchristensen: so its going to continue to DoS in your name, even if your not using it? lol
<{^_^}> [nixpkgs] @mmahut merged pull request #76700 → python3Packages: toggl-cli fix pendulum version bounds → https://git.io/JeA3L
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeAG2
yangm has quit [Remote host closed the connection]
lel[m] has quit [Quit: User has been idle for 30+ days.]
zebrag has joined #nixos
inkbottle has quit [Ping timeout: 265 seconds]
mac10688 has quit [Ping timeout: 265 seconds]
provessor[m] has quit [Quit: User has been idle for 30+ days.]
<ma27[m]> regarding matrix (in conjunction with IRC): I'm not even sure anymore if my (bridged) user is currently authenticated on freenode or not (I guess that's the reason why I couldn't join `#nixos-chat` last time I tried).
<ma27[m]> Otoh I reduced the amount of messengers I need to use which is actually a good thing %)
<aanderse> +1 for less messengers
corsair has quit [Ping timeout: 260 seconds]
zmlww[m] has quit [Quit: User has been idle for 30+ days.]
<{^_^}> [nixpkgs] @bjornfor merged pull request #76706 → nixos/sysstat: provide a type for each module option → https://git.io/JeAGZ
<{^_^}> [nixpkgs] @bjornfor pushed commit from @aanderse to master « nixos/sysstat: provide a type for each module option »: https://git.io/JeAGP
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
kleisli has joined #nixos
<ma27[m]> aaron: to be honest - I somehow gave up a few days ago and started using rambox on my laptop :D
<ma27[m]> but actually 👍️ :)
<{^_^}> [nixpkgs] @filalex77 opened pull request #76708 → nixosTests.hardened: port to python → https://git.io/JeAGS
cosimone has joined #nixos
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #76686 → steam.chroot: add at-spi2-core → https://git.io/JeAfh
<{^_^}> [nixpkgs] @bjornfor pushed commit from @jonringer to master « steam.chroot: add at-spi2-core »: https://git.io/JeAGH
marius851000[m] has quit [Quit: User has been idle for 30+ days.]
imj[m] has quit [Quit: User has been idle for 30+ days.]
<evanjs> Wait, how do I idiomatically nest mkIf or if statements?
<evanjs> Or can I even do that?
<evanjs> might be a better question for nix-lang
<{^_^}> [nixpkgs] @bjornfor pushed commit from @jonringer to release-19.09 « steam.chroot: add at-spi2-core »: https://git.io/JeAGp
harkenedraven has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
kleisli has quit [Ping timeout: 265 seconds]
otini has quit [Quit: User has been idle for 30+ days.]
jakobrs has joined #nixos
MiloIgnis[m] has quit [Quit: User has been idle for 30+ days.]
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #76138 → afl: 2.52b -> 2.56b → https://git.io/Jedwp
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @risicle to master « afl: 2.52b -> 2.56b »: https://git.io/JeAZJ
<{^_^}> [nixpkgs] @bjornfor merged pull request #76598 → Cross-compiled sheevaplug support → https://git.io/JeNc7
<{^_^}> [nixpkgs] @bjornfor pushed 7 commits to master: https://git.io/JeAZU
mexisme has joined #nixos
fpletz[m] has quit [Quit: User has been idle for 30+ days.]
zummed[m] has quit [Quit: User has been idle for 30+ days.]
dm9 has joined #nixos
veske has quit [Quit: This computer has gone to sleep]
mexisme has quit [Ping timeout: 246 seconds]
<jakobrs> I'm trying to debug NixOS and
<jakobrs> is it possible to apply patches to NixOS itself?
ejpcmac has quit [Quit: User has been idle for 30+ days.]
<{^_^}> [nixpkgs] @aanderse opened pull request #76709 → nixos/httpd: update default ssl protocols → https://git.io/JeAZZ
<nilsirl[m]> How can I have nix-build use the current source tree?
v88m has joined #nixos
<Taneb> nilsirl[m]: what exactly are you trying to do?
<nilsirl[m]> I have the source of obs-studio on my computer
<nilsirl[m]> (using git-clone)
<nilsirl[m]> Is there a way I can get a result directory just by running a nix-build or something
<nilsirl[m]> * Is there a way I can get a result directory just by running a nix-build or something?
<nilsirl[m]> * Is there a way I can get a result directory just by running a nix-build or something?
alex[m]9 has quit [Quit: User has been idle for 30+ days.]
<evanjs> nilsirl[m]: what do you mean? Is nix-build giving you something like `error: cannot auto-call a function that has an argument without a default value ('pkgs')`?
xeji has quit [Quit: WeeChat 2.2]
<nilsirl[m]> evanjs: I'm not even running nix-build yet. I don't know how to run it to build obs
JaakkoLuttinen[m has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
fenedor has joined #nixos
<evanjs> nilsirl[m]: okay so you want to do it with a specific git repo? If you haven't made any changes to the repo, it might be easier to simply override the src attribute
<nilsirl[m]> evanjs:
<nilsirl[m]> * evanjs
IslandUsurper has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<nilsirl[m]> evanjs: yeah my question is how to override the src attribute. And why would that not be possible if changes have been made
<nilsirl[m]> ?
Vskilet has quit [Quit: User has been idle for 30+ days.]
v88m has quit [Ping timeout: 258 seconds]
<evanjs> nilsirl[m]: sorry, I didn't mean to imply that, I was going to say that, if you have not made any changes, it might be simpler to just specify the git repo in the src override, vs building something you've cloned locally
cosimone_ has joined #nixos
<evanjs> nilsirl[m]: is there a specifc commit you're trying to get?
<nilsirl[m]> yes, so how would I override src with my local directory?
<evanjs> ah I'll do that one then
joepie91[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
regnat[m] has quit [Quit: User has been idle for 30+ days.]
pachacuti[m] has quit [Quit: User has been idle for 30+ days.]
cosimone has quit [Ping timeout: 248 seconds]
sevcsik- has quit [Quit: User has been idle for 30+ days.]
jakobrs has quit [Ping timeout: 258 seconds]
<evanjs> `nix-build -E 'with import <nixpkgs> {}; pkgs.obs-studio.overrideAttrs(old: { src = ./.; })'`
<evanjs> that seems to be working
<evanjs> nilsirl[m]: ^
GerdFlaig[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<evanjs> so basically just `.overrideAttrs(old: { src = ./.; })` is the bit you were wondering about, I think
submoo[m] has quit [Quit: User has been idle for 30+ days.]
<chagra> nilsirl[m]: https://nixos.org/nixpkgs/manual/#chap-overrides if you want to learn more about overriding
<chagra> the -E flag is the best
<chagra> aliases with -E probably have saved me a lot of time
<nilsirl[m]> evanjs: thank you, this is very complex
brightone has quit [Ping timeout: 268 seconds]
<evanjs> nilsirl[m]: hopefully it gets easier once you play with it a bit. nix/NixOS really does much of the heavy lifting for you :D
<immae> Hello there, I just discovered by chance that I was wable to run something like "nix-env -i glibc-iconv", but I cannot find this "glibc-iconv" anywhere in any nix expressions (tried with "grep -r" and "find -name"), where does this magic name come from?
goibhniu has quit [Quit: User has been idle for 30+ days.]
jakobrs has joined #nixos
ddellacosta has joined #nixos
jakobrs has quit [Client Quit]
floscr has joined #nixos
jakobrs has joined #nixos
<deni> is anyone running kubernetes on nixos?
craige[m] has quit [Remote host closed the connection]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2314fb1bbfd (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<evanjs> immae: you might want to check out nix-index, which lets you make this type of query: https://github.com/bennofs/nix-index. in this case, though, nix search seems to return what you're looking for
<evanjs> nix search glibc-iconv -> nixpkgs.libiconv
<evanjs> `installing 'glibc-iconv-2.27'`
erasmas has joined #nixos
<immae> evanjs: ah, right
<deni> I'm running into an issue where I initially deployed it with `services.kubernetes.masterAddress` set to localhost (as per the doc) but then I wanted to change that to the public IP of the server. Now something is broken with the certificate generation... ie. I'm not sure how to remove the old stuff and just let it regenerate everything from scratch
<immae> evanjs: where does this alias come from though? I would expect to grep it somewhere in nix expressions...
<deni> specifically certmgr.service is failling to start
<deni> I tried removing kubernetes altogether but that stuff apparantely presists (ie. it's not idempotent)
<eon`> deni: has the same issue, but I didn't found how to regenerate certs from scratch
<eon`> s/has/had
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #76272 → Fix build and update dpdk and dependent packages → https://git.io/JeAZA
<{^_^}> [nixpkgs] @orivej-nixos pushed 6 commits to master: https://git.io/JeAZx
<evanjs> immae: I think it might be realted to where libiconv/glibc-iconv is in nix -- see the repology page for the links https://repology.org/project/glibc-iconv/versions
rkrzr has joined #nixos
<evanjs> So it's not a traditional package IIUC
<immae> evanjs: Ok, I’ll find my way there I think, thanks for the links
<evanjs> if you want to navigate to package definitions from NixOS directly, try e.g. `nix edit nixpkgs.libiconv`
<immae> evanjs: right, then libiconv is a derivation that has name "glibc-iconv-{version}", which kind of explain how nix found it :)
<immae> Thanks
<immae> still seem a little magic but less than 10 minutes ago :p
floscr has quit [Ping timeout: 258 seconds]
geemili has quit [Quit: User has been idle for 30+ days.]
malteof[m] has quit [Quit: User has been idle for 30+ days.]
<jakobrs> How would one go about replacing/patching the nixpkgs used by NixOS?
MichaelRaskin has joined #nixos
<jakobrs> cf. issue #76690
<{^_^}> https://github.com/NixOS/nixpkgs/issues/76690 (by jakobrs, 5 hours ago, open): useOSProber fails to detect (LVM-installed) OSes
<{^_^}> [nixpkgs] @jonringer merged pull request #76688 → topgrade: 3.5.0 -> 3.6.0 → https://git.io/JeATy
<{^_^}> [nixpkgs] @jonringer pushed commit from @filalex77 to master « topgrade: 3.5.0 -> 3.6.0 »: https://git.io/JeAns
<nilsirl[m]> is there a way to specify a branch to fetchFromGitHub?
<immae> nilsirl[m]: rev
kirelagin has quit [Quit: User has been idle for 30+ days.]
vld has quit [Ping timeout: 265 seconds]
<nilsirl[m]> immae: do I just give it the branch name?
<rkrzr> Has anybody here gotten Yubikey based Full Disk Encryption to work? I followed the tutorial at https://nixos.wiki/wiki/Yubikey_based_Full_Disk_Encryption_(FDE)_on_NixOS, but after rebooting it does not accept the passphrase I chose earlier.
<immae> either that or refs/heads/your_branch, I’m not sure
<immae> nilsirl[m]: but I know one of them works :p
<clever> nilsirl[m]: just put a branch name where the rev goes, that simple
<immae> jakobrs: if you don’t want to fork the whole nixpkgs, in your case you can for instance just override config.system.build.installBootLoader to a new value in your configuration
<clever> nilsirl[m]: also, it will break every time somebody pushes to the branch, but only if you dont have the source already, causing all kinds of fun problems
<jakobrs> immae: How would I do that?
ninjatrappeur[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
Thinkofname[m] has quit [Quit: User has been idle for 30+ days.]
clacke[m] has quit [Quit: User has been idle for 30+ days.]
Brian[m]4 has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<immae> jakobrs: you have some `boot.loader.grub.enable` somewhere in your configuration, right? if so, then "next" to it you may put system.build.installBootLoader = lib.mkForce ''a replacement of what you have here https://github.com/NixOS/nixpkgs/blob/release-19.09/nixos/modules/system/boot/loader/grub/grub.nix#L607'';
<deni> eon`: yeah I'm kind of surprised that the install/uninstall process isn't idempotent. Uninstalling it clearly leaves some stuff on the filesystem that gets reused when I try to install again. :/
<{^_^}> [nixpkgs] @FRidh merged pull request #76652 → Packaging several async python web libraries / databases connectors → https://git.io/JeNQz
<{^_^}> [nixpkgs] @FRidh pushed 14 commits to master: https://git.io/JeAn0
<{^_^}> [nixpkgs] @FRidh merged pull request #76664 → python3Packages.fsspec: 0.5.2 -> 0.6.2 enable tests → https://git.io/JeNNd
<{^_^}> [nixpkgs] @FRidh pushed 5 commits to master: https://git.io/JeAnz
<{^_^}> [nixpkgs] @FRidh closed pull request #76681 → pythonPackages.pep8-naming: 0.8.2 -> 0.9.1 → https://git.io/JeNjU
offlinehacker has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<{^_^}> [nixpkgs] @FRidh merged pull request #76679 → pythonPackages.sqlalchemy-utils: 0.35.0 -> 0.36.0 → https://git.io/JeNjf
<{^_^}> [nixpkgs] @FRidh pushed commit from @eadwu to staging-next « pythonPackages.sqlalchemy-utils: 0.35.0 -> 0.36.0 »: https://git.io/JeAnr
vidbina has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #76663 → python3Packages.aioamqp: refactor fix broken package → https://git.io/JeNNZ
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to master: https://git.io/JeAno
<{^_^}> [nixpkgs] @FRidh merged pull request #76691 → python3Packages.trezor: 0.11.5 -> 0.11.6 → https://git.io/JeAqK
<{^_^}> [nixpkgs] @FRidh pushed commit from @mmahut to master « python3Packages.trezor: 0.11.5 -> 0.11.6 »: https://git.io/JeAn6
<Athas> Firefox has become incredibly crashy recently. Is that something anyone else has experienced?
vidbina has joined #nixos
frederic_chopwn[ has quit [Quit: User has been idle for 30+ days.]
<simpson> Yes. I have a middling number of tabs open (80-90, I hear this is not "a lot of tabs") and often individual tabs will crash when I am not looking at them.
<simpson> Pretty sure that the correct solution would be to toss half of them in bookmarks and close the other half, but that requires gumption which I don't currently have.
<ivan> my firefox has not been crashing
<Athas> I have tne entire browser segfault, not individual tabs.
<ivan> you are using firefox and not firefox-bin, right
<Athas> Yes.
<Athas> I wonder if those systemd-coredump dumps contain something useful...
<ivan> maybe you can see if firefox-bin makes your problems go away and then file a nixpkgs issue on firefox
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to staging-next: https://git.io/JeAnp
ndarwincorn has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<{^_^}> [nixpkgs] @FRidh pushed 4 commits to staging: https://git.io/JeAnh
<{^_^}> [nixpkgs] @FRidh pushed 425 commits to python-unstable: https://git.io/JeAcv
fendoer has joined #nixos
<ivan> oh yeah I'm running firefox on master and I block a lot of JavaScript, not sure if those matter
<{^_^}> [nixpkgs] @Ma27 pushed 0 commits to gcc-9: https://git.io/JeAcO
gxt has joined #nixos
<Athas> Well, the core file is mostly useless because of no debugging symbols, but it looks like it terminated with a SIGABRT, which is a little unusual.
HappyEnt[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
<ivan> also have uBlock Origin blocking a lot of stuff
<ivan> 1-0-5=cf_crash_signature&o1=notequals&query_format=advanced&type0-0-0=substring&type0-0-1=substring&type0-0-2=substring&type0-0-3=substring&type0-0-4=substring&type0-0-5=substring&type0-0-6=substring&type1-0-0=substring&type1-0-1=substring&type1-0-2=substring&type1-0-3=substring&type1-0-4=substring&type1-0-5=substring&v1=Graveyard&value0-0-0=crash&value0-0-1=crash&value0-0-2=crash&value0-0-3=crash&value0-0-4=crash&value0-0-5=crash&value0-0-6=crash&v
<ivan> alue1-0-0=linux&value1-0-1=linux&value1-0-2=linux&value1-0-3=linux&value1-0-4=linux&value1-0-5=linux&order=changeddate%20DESC%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&query_based_on=
<ivan> oh crap sorry
<Athas> Clicking the first of those links crashed Firefox!
fenedor has quit [Ping timeout: 240 seconds]
<ivan> sounds bad
<Athas> It's very annoying.
<ivan> does that repro? do you block google-analytics?
bikki[m] has quit [Quit: User has been idle for 30+ days.]
<jakobrs> immae: That doesn't seem to do anything? At least nothing happens if is set it to lib.mkForce (abort "a")
<gchristensen> Athas: are you on wayland?
<Athas> gchristensen: yeah, I'm suspecting that's the reason.
<gchristensen> does it seem to crash when clicking a link from another program which is opened in firefox?
<Athas> Yes, that is always the trigger.
<gchristensen> yeah.
lovesegfault has joined #nixos
Chiliparrot has quit [Ping timeout: 245 seconds]
gaisseml[m]1 has quit [Quit: User has been idle for 30+ days.]
<Athas> Ah, so it's known. Good.
gxt has quit [Ping timeout: 240 seconds]
<gchristensen> firefox beta has it fixed, but introduces other problems around scaling -- if you use differently scaled outputs
<Athas> I do. Darn.
<Athas> What's the firefox-wayland derivation?
<gchristensen> I think it just sets MOZ_ENABLE_WAYLAND=1
<Athas> Weird, I can do that on my own.
<Athas> Maybe I'll just use firefox-esr-68 for a month or two.
jakobrs has quit [Quit: leaving]
jakobrs has joined #nixos
<Athas> Lovely, that works.
luftmensch[m] has quit [Quit: User has been idle for 30+ days.]
orivej has quit [Ping timeout: 258 seconds]
gxt has joined #nixos
lovesegfault has quit [Quit: WeeChat 2.7]
<deni> eon`: I had to run `nix-store --delete` on a couple of certmgr paths that were in the store. And then when I redeployed it worked out fine it seems.
ayerhart has joined #nixos
<eon`> deni: oh, nice, can you share which ones ?
olejorgenb[m] has quit [Quit: User has been idle for 30+ days.]
bendlas has left #nixos ["Kicked by @appservice-irc:matrix.org : User has been idle for 30+ days."]
dm9 has quit [Quit: WeeChat 2.7]
jakobrs has left #nixos [#nixos]
lovesegfault has joined #nixos
ayerhart has quit [Client Quit]
<{^_^}> [nixpkgs] @ktor opened pull request #76711 → gradle: 5.6.1 -> 5.6.4 → https://git.io/JeACv
ayerhart has joined #nixos
horner_ has joined #nixos
<{^_^}> [nixpkgs] @ryantm pushed commit from Julien Moutinho to pull/46131/head « shorewall: init at 5.2.3.3 »: https://git.io/JeAC3
gxt has quit [Ping timeout: 240 seconds]
horner has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
opthomasprime has joined #nixos
opthomasprime has left #nixos [#nixos]
fendor_ has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<averell> https://paste.q3k.org/paste/5FA6B1Iy#cDbZ6NYTXqakyz5H1tDml1wnYp5C-CQ0pRIr794BeL1 <-- trying to override a python package, unfortunately disabled = isPy3k; is evaluated too early. what's the proper way to set disabled = false from outside?
<{^_^}> [nixpkgs] @ryantm merged pull request #46131 → shorewall: init at 5.2.3.3 → https://git.io/fAE88
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JeACb
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5bbcc17ec18 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<LnL> averell: yeah, it uses throw which can't be overridden without some extra shenanigans
dingenskirchen has left #nixos [#nixos]
philr has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @jonringer pushed 42 commits to staging-next: https://git.io/JeAW8
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #76712 → Bochs: quote homepage URL in order to suit the new standards → https://git.io/JeAWg
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #76712 → Bochs: quote homepage URL in order to suit the new standards → https://git.io/JeAWg
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JeAWa
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #76711 → gradle: 5.6.1 -> 5.6.4 → https://git.io/JeACv
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JeAWw
v88m has joined #nixos
Neo-- has quit [Read error: Connection reset by peer]
wavirc22 has joined #nixos
selfsymmetric-pa has joined #nixos
wavirc22 has quit [Client Quit]
avn has joined #nixos
Neo-- has joined #nixos
lovesegfault has quit [Quit: WeeChat 2.7]
v88m has quit [Ping timeout: 258 seconds]
Neo-- has quit [Ping timeout: 258 seconds]
ixxie has joined #nixos
lord| has quit [Ping timeout: 265 seconds]
rkrzr has quit [Ping timeout: 260 seconds]
Guest38788 has joined #nixos
vld has joined #nixos
wildjames has joined #nixos
wildtrees has joined #nixos
<wildjames> Does this mean my bash version is to old? bash 4.3
<wildjames> tmp/.mount_znx2Q5aPj/znx: line 6: shopt: inherit_errexit: invalid shell option name
vld has quit [Ping timeout: 240 seconds]
<infinisil> > bash.version
<{^_^}> "4.4"
<infinisil> Doesn't sound too old to me
<infinisil> ,dnw wildjames
<{^_^}> wildjames: Provide as much info as possible on problems. What specifically doesn't work? What command did you run? What's the error? This makes debugging easier and helps getting faster responses
fusion809 has quit [Remote host closed the connection]
<wildjames> ./znx init ....
<wildjames> i tried it on slackware that i found on a usb drive because my glibc is to old on my main devuan system
orivej has joined #nixos
<BugeyeD> hi all. given nixos with many users, how does one go about ensuring all user-installed packages are appropriately patched for security? is there an established method to do this?
<wildjames> Well never mind, i found another way to get it on usb drive.
<wildjames> usb is super slow though so ill dd that to my harddisk in the hope that it will be usable.
lord| has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #76551 → nagios: various improvements → https://git.io/JebMg
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to master: https://git.io/JeAlb
Bryophyllum has joined #nixos
Bryophyllum has quit [Client Quit]
Bryophyllum has joined #nixos
yobj has quit [Remote host closed the connection]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @ysndr opened pull request #76716 → atom, atom-beta: 1.36.1 -> 1.42.0, 1.37.0-beta0 -> 1.43.0-beta0 → https://git.io/JeA8s
kamadorueda has joined #nixos
yobj has joined #nixos
nek0 has quit [Quit: ZNC 1.7.5 - https://znc.in]
kamadorueda has quit [Remote host closed the connection]
nek0 has joined #nixos
<{^_^}> [nixos-org-configurations] @grahamc pushed commit from @edolstra to master « channel update exporter: export current revision »: https://git.io/JeA8o
<{^_^}> [nixos-org-configurations] @grahamc pushed to master « status.nixos.org: add channel status quick-view »: https://git.io/JeA8K
o1lo01ol1o has joined #nixos
<wildjames> Does nixos not ship with nvidia-settings?
<{^_^}> [nixpkgs] @jtojnar pushed to staging « libreoffice: fix eval »: https://git.io/JeA8y
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<makefu> wildjames: does not seem so
<makefu> ,locate nvidia-settings
cosimone_ has quit [Quit: Quit.]
<{^_^}> Found in packages: zafiro-icons, maia-icon-theme, moka-icon-theme, paper-icon-theme, iconpack-obsidian, papirus-icon-theme, numix-icon-theme-circle, numix-icon-theme-square
<makefu> ,locate bin/nvidia-settings
<{^_^}> Couldn't find in any packages
<infinisil> makefu: It might be unfree
<infinisil> (in which case this won't find it)
<infinisil> makefu: It's in `linuxPackages.nvidia_x11.settings` apparently
mexisme has joined #nixos
drakonis has quit [Quit: WeeChat 2.7]
gustavderdrache has quit [Quit: Leaving.]
horner_ has quit [Quit: zzZzZzZzZZZzzz…]
<{^_^}> [nixpkgs] @jtojnar pushed 110 commits to structured-attrs: https://git.io/JeA4O
kleisli has joined #nixos
drakonis has joined #nixos
pistache is now known as pstch
<{^_^}> [nixpkgs] @furrycatherder opened pull request #76717 → libwebsockets: propagate openssl and libuv → https://git.io/JeA4C
<Baughn> How can I fetch a URL that's invalid as a filename?
<gchristensen> fetchurl { name = "..."; ...
<Baughn> It still complains, because the target filename contains a space.
corsair has joined #nixos
<Baughn> gchristensen: Is there something like a canonicalization function available?
Guest38788 has quit [Remote host closed the connection]
<Baughn> I used to use url-encoded names, but it's complaining about the % sign now
awaz has joined #nixos
orivej has joined #nixos
<clever> Baughn: what is the exact args you ran it with?
mexisme has quit [Ping timeout: 260 seconds]
mexisme has joined #nixos
<Baughn> clever: url = "https://media.forgecdn.net/files/2443/194/BetterBuildersWands-1.12-0.11.1.245%2B69d0d70.jar"; filename = "BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar"; sha256 = "f10e9db9cee878032dd674068bc12e6b871d88b83360e7d6ff207023dea7beed";
<clever> Baughn: you want name, not filename
<Baughn> ....pretend that's what I said.
<clever> Baughn: the + may also translate into a space, try removing it?
<Baughn> Problem is, of course, that some of these files have spaces and stuff in the filenames.
<Baughn> I got around it with builtins.replaceString
<clever> Baughn: id also prefer using pkgs.fetchurl if you have a hash, builtins.fetchurl harms performance more
<Baughn> Nah, the + is suppposed to literally be there in the .jar filename.
<Baughn> That's what I use.
<clever> Baughn: what is the exact error msg?
<Baughn> Well, here's one:
<Baughn> error: The path name 'BiblioCraft[v2.4.4][MC1.12.2].jar' is invalid: the '[' character is invalid. Path names are alphanumeric and can include the symbols +-._?= and must not begin with a period. Note: If 'BiblioCraft[v2.4.4][MC1.12.2].jar' is a source file and you cannot rename it on disk, builtins.path { name = ... } can be used to give it an alternative name.
<Baughn> But I've worked around it by now. *shrug*
<Baughn> E24, while not exactly on schedule, will be happening.
<clever> Baughn: another option is to use recursive hashing (will need a different sha256)
<clever> Baughn: then you can set name="simple-name"; and generate /nix/store/hash-simple-name/[fancy]-complex name.jar
<clever> Baughn: that would also be more compatible with running it thru buildEnv to put every jar into a single dir later
<clever> Baughn: i think fetchurl { downloadToTemp = true; postFetch = "mkdir $out; mv downloadedFile $out/"; name = "simpler_name"; url = "..."; } would do that
<clever> Baughn: but now the sha256 must be of the nar of $out, rather then the raw .jar itself
cosimone has joined #nixos
<evils> ,locate bin freecad
<{^_^}> Couldn't find in any packages
<MichaelRaskin> I think it has capitalisation
<MichaelRaskin> > freecad
<evils> FreeCAD -_-
<{^_^}> "<derivation /nix/store/d8wq0wp7ig93snmkj4izqyxwxhras4j0-freecad-0.18.4.drv>"
<evils> thanks
nioncode has joined #nixos
<{^_^}> [nixos-channel-scripts] @edolstra pushed 2 commits to master: https://git.io/JeABU
orivej has quit [Ping timeout: 265 seconds]
<nioncode> hi all. A few months ago I received an email to join nixos' github organization, which I totally forgot about until now. However, I don't know the benefit of joining or if there are any downsides to it, so I can't judge whether I should join or not. Was the email maybe triggered by mistake or how did I 'earn' the privilege to be part of the org? :)
<gchristensen> ,invite nioncode
<{^_^}> nioncode: Invited to join "Nixpkgs Maintainers" on GitHub? For more information, see: https://discourse.nixos.org/t/join-the-package-maintainer-team/3751
shibboleth has joined #nixos
<nioncode> a sweet, thanks
Bryophyllum has quit [Quit: Bryophyllum]
vld has joined #nixos
corsair has quit [Ping timeout: 268 seconds]
kenshinCH has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to structured-attrs « virtualbox: fix eval »: https://git.io/JeABm
<kenshinCH> hello! I'm trying to use https://github.com/nix-community/nixos-generators to build an image using https://github.com/Mic92/dotfiles/blob/6a48eee2c772bd1f52f22fca5f531770958c738f/nixos/images/yubikey-image.nix and I think it's working, but... it feels like it's compiling everything from source. Like X, Pulse, ... Is that expected?
<{^_^}> [nixpkgs] @jtojnar pushed to staging « virtualbox: fix eval »: https://git.io/JeABn
<infinisil> kenshinCH: When you run the build, what do the initial lines say? The ones under "These derivations will be built"?
<{^_^}> [nixpkgs] @jtojnar pushed 110 commits to structured-attrs: https://git.io/JeABB
<infinisil> (all of them)
<kenshinCH> kernel-modules, pam-environment
vld has quit [Ping timeout: 268 seconds]
<kenshinCH> and I'd say a hundred or so more
<kenshinCH> infinisil: https://pastebin.com/LZcYwjSQ
<infinisil> Hm there are indeed some things there that shouldn't have to be built
<infinisil> kenshinCH: What's the nixpkgs version you're using?
<kenshinCH> can it be that it's because I'm using kexec format?
orivej has joined #nixos
<infinisil> Nope
<kenshinCH> well with ISO it's almost done already
<kenshinCH> anyway, I'm on 19.09
<infinisil> And what expression are you building exactly?
<infinisil> I can't find anything for yubikey in nixos-generators
<kenshinCH> it's the second link I posted
<infinisil> What's it got to do with nixos-generators though?
cosimone has quit [Quit: Quit.]
<kenshinCH> I'm following this: https://nixos.wiki/wiki/Yubikey in the Offline generators section
<Smith[m]> Anyone working on pinebook pro support ? Where can i find information on the state of nixos on Pinebook Pro?
vld has joined #nixos
<infinisil> Ah I see
<infinisil> kenshinCH: What does `nix-info` output?
<kenshinCH> system: "x86_64-linux", multi-user?: yes, version: nix-env (Nix) 2.3, channels(root): "nixos-19.09.1548.3a1861fcabc, nixos-unstable-20.03pre199897.471869c9185", nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
<infinisil> kenshinCH: Is the yubikey not x86_64-linux perhaps?
eoli3n_ has joined #nixos
<infinisil> I at least can't reproduce the paths in your pastebin
<kenshinCH> I'm not bulding *for* the yubikey. It's just a boot image for my laptop
<eoli3n_> Hi Nix community ! let's try that nixos
cosimone has joined #nixos
<kenshinCH> or, what do you mean, the key is not x86_64-linux?
isidore has joined #nixos
<kenshinCH> anyway, it's not a problem: I can run it in virtualbox and it should be fine
vld has quit [Ping timeout: 260 seconds]
corsair has joined #nixos
<infinisil> Oh I see
<infinisil> Well then
<infinisil> eoli3n_: Cool, feel free to ask away if you need help :)
<eoli3n_> thx infinisil <3
<kenshinCH> eoli3n_: yep! You'll see: great community
<eoli3n_> i come from archlinux, happy to see that nix community is as sympatic :)
<Palpares> often sympathy is proportional to complexity
<{^_^}> [nixpkgs] @matthewbauer opened pull request #76718 → linux-pam: set sconfigdir to /etc for usage at runtime → https://git.io/JeAB7
fendor__ has joined #nixos
isidore has quit [Quit: WeeChat 2.7]
isidore has joined #nixos
fendor_ has quit [Ping timeout: 260 seconds]
markus1189 has quit [Ping timeout: 268 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #76719 → nixos/containers: use machinectl poweroff → https://git.io/JeARv
shibboleth has quit [Quit: shibboleth]
drakonis has quit [Read error: Connection reset by peer]
kleisli has quit [Ping timeout: 258 seconds]
ee194350 has quit [Quit: The Lounge - https://thelounge.github.io]
markus1189 has joined #nixos
sigmundv_ has quit [Ping timeout: 268 seconds]
ixxie has quit [Ping timeout: 265 seconds]
isidore has quit [Quit: WeeChat 2.7]
vld has joined #nixos
cosimone has quit [Quit: Quit.]
pstch has quit [Quit: leaving]
<{^_^}> [hydra] @edolstra pushed to flake « Build against nix-master »: https://git.io/JeARC
Chiliparrot has quit [Ping timeout: 248 seconds]
corsair has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @kampfschlaefer opened pull request #76721 → rsync: Fix perl-substitution in rrsync → https://git.io/JeARl
vld has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 265 seconds]
kenshinCH has quit [Quit: WeeChat 2.6]
FRidh has quit [Quit: Konversation terminated!]
takeda has joined #nixos
drakonis has joined #nixos
<averell> thanks LnL!
<Palpares> MichaelRaskin: read half of the nix pills right now. i have the feeling this is too abstract. practical examples of how concepts are used in real life would be helpful IMO
<MichaelRaskin> Thanks for reporting back. I think Nix manual is a long-form reference manual, but it does try to give some practical examples, too
<MichaelRaskin> I wonder what you will say about it when you get around to it.
<Palpares> funny thing: the nix-pills url is broken immediatly after my message
<makefu> Palpares: you may find concrete solutions to your real-world problems in https://nixos.wiki . there is also https://www.youtube.com/watch?v=lxtHH838yko which i find quite nice as an introduction to "the real world"
<makefu> https://www.youtube.com/watch?v=61MuMY9XFNo shows the nix-lang constructs with real-world examples. however if you went through half of nix-pills then this may not be super new
<LnL> averell: a bit hacky, I don't think there's a way to get at the function without importing again
<Palpares> ^^ i guess i have to practice in my VM and build my configs. when ready, I will be able to get the config back and do a fresh install
<Palpares> also the wiki looks promising
selfsymmetric-pa has quit [Remote host closed the connection]
Chiliparrot has joined #nixos
<averell> yeah, not looking for beauty awards, this is nicely self-contained so i like it :)
kleisli has joined #nixos
<{^_^}> [nixpkgs] @xwvvvvwx opened pull request #76722 → linuxPackagesFor: wireguard: respect supported kernel versions → https://git.io/JeA0W
o1lo01ol1o has joined #nixos
kuznero has joined #nixos
<kuznero> Hi All! I just came across guix... what is the story with it? Why not contributing to nix/nixos? Why separate distribution? In all fareness good to have more likeminded approaches, but still...
<{^_^}> [nixos-org-configurations] @edolstra pushed 3 commits to master: https://git.io/JeA0B
<{^_^}> [nixpkgs] @jonringer pushed 10 commits to staging-next: https://git.io/JeA00
<eoli3n_> I want to give a try to zfs, on nix zfs wiki : "creates boot partition outside of zfs", archlinux zfs wiki : "It is not necessary to partition the drives before creating the ZFS filesystem. It is recommended to point ZFS at an entire disk"
horner has joined #nixos
<MichaelRaskin> kuznero:
<MichaelRaskin> well, there is this idea of using GNU approach as much as possible
<MichaelRaskin> So Guile
<MichaelRaskin> (and then there is some unification of expression language and build script language)
<MichaelRaskin> And also GNU approach to software freedom…
<kuznero> But like conceptually the same in terms of functional package manager, right? So, pretty much the same with lisp-kind of turing-complete language. If I understand correctly there was a reason for having nix the way it is - it is easier to generate hashes for packages, but with Guile that is "full" language, is it going it be possible at all?
<MichaelRaskin> No problem at all
leotaku has quit [Ping timeout: 268 seconds]
<kuznero> The thing with GNU - that is the only thing that makes it different. But even then it is possible to extend NixOS to come only with GNU-compatible packages. Nix itself is LGPL-v2.1?
<MichaelRaskin> The hashed part is the derivation call
<MichaelRaskin> Nix language changes rarely needed to change anything there
<MichaelRaskin> And even switching to Guile doesn't really change much in the logic there. Derivation generation function call matters, how you construct its arguments is an irrelevant detail
<kuznero> I see
<kuznero> Is there any way users can benefit from both? I've seen examples like `guix import` that can install some nix-packages...
<MichaelRaskin> Well, we have some complicated balance of attitutde towards unfree packages. Of course an official GNU distribution would not be satisfied with that balance.
<kuznero> But separating GNU-compatible packages into GNU-channel in Nix would make it more appealing perhaps?
<MichaelRaskin> You can install both Nix and Guix, no problems are to be expected
<MichaelRaskin> Of course, they cannot _share_ anything (bash-based stdenv and Guile-based stdenv are different)
<kuznero> I see
<MichaelRaskin> Maybe guix import manages to convert simple Nix packages to Guix stdenv, never tried
<drakonis> it requires nix to do it
<MichaelRaskin> I think we want installation CD to work with Intel WiFi cards, which means we are already out of RYF eligibility
<MichaelRaskin> (And we do not consider literal RYF rules a useful goal)
<kuznero> Is there any way when Guix and NixOS communities can join forces so to say?
<drakonis> MichaelRaskin: you're out of eligibility simply by offering convenience
<MichaelRaskin> In the area where we are perfectly coaligned, it is actually better to stay independent
<kuznero> I see
<MichaelRaskin> (explaining people that no, the act they have suffered the same pain for ten years does not make this pain a good thing… it is better to have different voices suitable for different people)
<kuznero> ok, just a crazy idea: would it be possible/feasible/interesting to have another front-end language instead of nix that will still be constituting NixOS?
<MichaelRaskin> What is NixOS?
<kuznero> That is nix, which can then be considered an intermediate language, that other languages can transpile into.
<MichaelRaskin> Anyway, Nixpkgs value is a shared codebase with package data
<MichaelRaskin> An alternative backend for faster evaluation of Nix sounds like something more useful…
<MichaelRaskin> But yeah, if you just generate derivation calls from another language, that should work fine
<kuznero> And that should attract people that prefer let's say language in a lisp-family. I can hear some excitement from guix community on that front.
<gchristensen> sounds like guix :)
<kuznero> guix with nix as a core language
<kuznero> Thanks for the good discussion! And Happy coming New Year everybody!
bvdw has quit [Quit: bvdw]
bvdw has joined #nixos
kuznero has quit [Quit: Leaving]
jlv has joined #nixos
jlv has quit [Remote host closed the connection]
selfsymmetric-mu has joined #nixos
zaeph has quit [Ping timeout: 260 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
__monty__ has quit [Quit: leaving]
<Ralith_> anyone have an example of overriding the version of an emacs package?
philr has joined #nixos
justanotheruser has quit [Ping timeout: 248 seconds]
<Ralith_> nvm
jlv has joined #nixos
fendoer has quit [Read error: Connection reset by peer]
joko has quit [Ping timeout: 265 seconds]
gxt has joined #nixos
drakonis has quit [Ping timeout: 240 seconds]
fendor__ has quit [Quit: Leaving]
shah^ has quit []
tsrt^ has joined #nixos
<jlv> Well, I just enabled zsh with home-manager, and the powerline is mostly bare and there are no colors. This doesn't feel right...
<jlv> This is my first time trying zsh, so I can't tell if something is broken, or if this is just what default zsh looks like.
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer pushed to staging-next « libreoffice: make NIX_CFLAGS_COMPILE a list »: https://git.io/JeAun
takeda has quit [Ping timeout: 258 seconds]
justanotheruser has joined #nixos
<infinisil> jlv: Sounds about right
justanotheruser has quit [Client Quit]
vld has joined #nixos
<jlv> infinisil: So that is what default zsh looks like? I was kind of expecting the default to be at least as nice as bash.
ngerstle[m] has joined #nixos
vld has quit [Ping timeout: 268 seconds]