worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || 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/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
ris has quit [Ping timeout: 246 seconds]
CodeSpelunker has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #95228 → syncthing: 1.7.1 -> 1.8.0 → https://git.io/JJyhW
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9o6
<moet> hmmm
<moet> ok, it seems i can't actually install this way because the livecd's nix store is a small tmpfs
<{^_^}> [nixpkgs] @marsam closed pull request #95258 → minio: 2020-05-01T22-19-14Z -> 2020-08-08T04-50-06Z → https://git.io/JJSNe
<moet> and i understand this isn't the "right" use case, but i thought i'd try to get away with it anyhow
<moet> i'll have to think about this more
<{^_^}> [nixpkgs] @marsam closed pull request #95278 → syncthing-discovery: 1.7.1 -> 1.8.0 → https://git.io/JJ9Rd
<{^_^}> [nixpkgs] @marsam merged pull request #95277 → cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2 → https://git.io/JJ9R1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9oP
<clever> moet: oh right
<clever> moet: nixops expects it to copy to / not /mnt/ on the remote end, so it cant deploy to the livecd
<clever> moet: one minute
<clever> moet: you want to manually run steps 1/2/3/4 in https://github.com/NixOS/nixops/issues/1189
<{^_^}> nixops#1189 (by cleverca22, 1 year ago, open): plan for supporting custom partition layouts and custom FS's on any backend
<{^_^}> [nixpkgs] @marsam merged pull request #95268 → pure-prompt: 1.12.0 -> 1.13.0 → https://git.io/JJ9ch
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9oQ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95292 → aha: 0.5 -> 0.5.1 → https://git.io/JJ9oj
toraritte has quit [Remote host closed the connection]
<risson> ugh, my zfs pool decided to die
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJ9K3
kalbasit_ has quit [Ping timeout: 256 seconds]
tilcreator has quit [Ping timeout: 265 seconds]
torarittex has quit [Read error: Connection reset by peer]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
abathur has joined #nixos
<_habnabit> so.. /nix/var/nix/profiles/ has system-1-link through system-11-link in it. it's using up a ton of space that way haha. what command is supposed to manage those? nix-env seems to manage e.g. /nix/var/nix/profiles/per-user/habnabit/
<clever> _habnabit: nix-env --profile /nix/var/nix/profiles/system
<_habnabit> clever, aha
<clever> there is also the `nix-collect-garbage -d` flag
<_habnabit> clever, `nix-collect-garbage -d` did not delete any of those old systems
<clever> for nix-env, you can then use the normal --list-generations and --delete-generations flags
<clever> `nix-collect-garbage -d` can only affect profiles you have +w to
<clever> if ran as root, that includes system
<_habnabit> oh, that'd do it
<_habnabit> ok yeah that freed a lot
<_habnabit> how is the base system still using 6G..
<clever> what does `ls -l /run/{booted,current}-system` print?
tilcreator has joined #nixos
<mica[m]> if I have some scripts that are built into a program's bin in the nix store, but are not linked on the path, how do I add them to the path?
<_habnabit> lrwxrwxrwx 1 root root 88 Aug 9 07:34 /run/booted-system -> /nix/store/wnrgjmkf39pfcak8maiii0xzn3aaw7jj-nixos-system-nixbuild-20.03.2756.d3a1eb06ba4
<_habnabit> lrwxrwxrwx 1 root root 88 Aug 13 00:38 /run/current-system -> /nix/store/hgjpwzjpnz2j1jsdkznc0xpf80qy8mdw-nixos-system-nixbuild-20.03.2756.d3a1eb06ba4
orivej has quit [Ping timeout: 256 seconds]
<clever> _habnabit: something has changed since boot (but not nixpkgs), so you still have 2 profiles rooted, but they likely share a lot
<_habnabit> hmm ok
<clever> _habnabit: next up, find a random fat thing in /nix/store (ncdu -x /nix/store), and then run `nix-store --query --roots` on it, to find out why its rooted
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
<_habnabit> huh, gnupg is in there twice
<clever> _habnabit: run --query --roots on both versions, how do the roots differ?
<_habnabit> ahh, that's booted system vs. current system
<_habnabit> guess i'll reboot and re-gc
<clever> yep
mmmattyx has quit [Quit: Connection closed for inactivity]
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
waleee-cl has quit [Quit: Connection closed for inactivity]
<_habnabit> ok, so it says /nix/store is 1.3G, but df reports 5.5G used. hrm
<clever> _habnabit: which filesystem?
<_habnabit> ext4
<clever> _habnabit: can you pastebin the `du -h --max=1 /nix ; df -h /nix` output?
<_habnabit> clever, https://bpa.st/P3VQ
<clever> _habnabit: /nix is part of /, so you have stuff outside the store, sudo ncdu -x /
<_habnabit> OH right. i forgot i made a 4G swapfile on this system. that would do it!
emacsomancer has quit [Ping timeout: 260 seconds]
sigmundv has quit [Ping timeout: 256 seconds]
Rusty1 has joined #nixos
emacsomancer has joined #nixos
<moet> clever: yeah, i was playing at maybe running nixops without running the manual installation steps first
h0m1 has quit [Ping timeout: 246 seconds]
<moet> but i guess i can't do that
<clever> moet: yeah, it wont work right, because nixops expects the state in / to persist, and be the final system
<clever> moet: the issue i linked is how to install remotely, and make the very first generating be what nixops made, so you can skip that dummy generation
<moet> oh, that's pretty close to what i wanted!
<moet> thank you
nixbitcoin_ has joined #nixos
<_habnabit> and is there a way to easily mount the rootfs readonly? whether that means rebooting or something i can do online
nixbitcoin has quit [Ping timeout: 240 seconds]
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #95294 → Postgresql rootless → https://git.io/JJ9K7
<clever> _habnabit: hmmm, you could maybe use fileSystems."/".options = [ "ro" ];
<_habnabit> yeah that seems to have done it
fre has quit [Ping timeout: 246 seconds]
rajivr has joined #nixos
stevenroose has quit [Ping timeout: 260 seconds]
<moet> clever: yeah, this is pretty cool.. i'll try it a little later
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95295 → bftpd: 5.4 -> 5.6 → https://git.io/JJ963
<{^_^}> [nixpkgs] @elliottvillars closed pull request #95022 → symbolator: init at 1.0.2 → https://git.io/JJMlv
stevenroose has joined #nixos
dbmikus has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #94912 → apacheHttpd: 2.4.43 -> 2.4.46 [20.03 backport] → https://git.io/JJXg4
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to release-20.03: https://git.io/JJ96c
fre has joined #nixos
parsnip_ has joined #nixos
parsnip_ has quit [Changing host]
parsnip_ has joined #nixos
parsnip_ is now known as parsnip
fling has left #nixos [#nixos]
CodeSpelunker has joined #nixos
<veleiro> what's a valid nix.nixPath value?
<veleiro> can i do this? 'let nixpkgs-unstable-pinned = builtins.fetchTarball ...;'
<clever> veleiro: a list of things, the same `-I thing` you can do on the cli, or do `export NIX_PATH=thing:thing:thing`
<veleiro> nix.nixPath = ["nixpkgs=${nixpkgs-unstable-pinned}"]
<clever> veleiro: in your case, nix.nixPath = [ "nixpkgs= yeah that
<clever> but, that will only take effect after it has built
<clever> while building the first time, it respects the current $NIX_PATH and -I flags
<clever> also, that value gets baked into the env of shells, and if you nixos-rebuild again, it wont update until you logout and log back in
<clever> veleiro: line 12 points to a static path, so you dont have to keep relogging, and then line 16 sets up that path to point to a copy of nixpkgs
<alienpirate5> can someone help me with my transmission issue please
<veleiro> ahh yes, thanks clever!
<veleiro> i needed a visual example
<boomer[m]> Omg
<alienpirate5> after the recent transmission bump and hardening i have experienced an issue
<boomer[m]> Discord owner
<alienpirate5> about three months ago my transmission data directory got seemingly wiped
<alienpirate5> boomer: what?
<boomer[m]> Nothing
<DigitalKiwi> does switching from nouveau to nvidia require a reboot or merely display-manager.service restart
<alienpirate5> anyway, after upgrading my channels to the most recent nixos-unstable-small, my data directories have returned to the state they were in May
jbox has quit [Quit: WeeChat 2.9]
<veleiro> clever: the config i was following had:
<veleiro> "nixos-config=/src/configuration.nix:/nix/var/nix/profiles/per-user/root/channels"
<veleiro> its confusing after the :
<clever> veleiro: it behaves a lot like `gcc -I`, for any <foo>, check if /nix/var/nix/profiles/per-user/root/channels/foo exists
<veleiro> aaaaah, for that nixos-config value
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95297 → abcmidi: 2020.07.28 -> 2020.08.09 → https://git.io/JJ9PO
<clever> the nixos-config bit is where it deviates from `gcc -I`, that maps <nixos-config> to /src/configuration.nix
<veleiro> well the part after ":" plus nixpkgs being defined as well throws me off
<veleiro> in '/nix/var/nix/profiles/per-user/root/channels I do see a manifest.nix though
<clever> because its a normal nix-env profile, and manifest.nix allows nix-env -i usage
<veleiro> damn i forget about nix-env
<clever> when you `nix-channel --update nixos`, it will do something like `nix-env -i -E .... --profile /nix/var/nix/profiles/per-user/root/channels` to "install" a thing called "nixos" to the profile
<clever> [root@amd-nixos:~]# nix-env --profile /nix/var/nix/profiles/per-user/root/channels -q
<clever> dummy
<clever> nixos-20.09pre237606.b50ef9afa11
<clever> and like any nix-env profile, you can list the installed things
<clever> i think dummy is something i did a while back while playing with it, and nixos isnt a program, but a full copy of nixpkgs
<veleiro> I can see now
<veleiro> im on that exact unstable too hehe
<veleiro> well i was getting stuck with defining nix.nixPath properly
<veleiro> but now i think its because i need to update once or relogin
<veleiro> i mean pinning
<clever> probably both
<drakonis> hmm, i'm having some very real trouble with getting networkd to work
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4cba5d3a512 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
knerten1 has joined #nixos
knerten has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #94478 → mopidy-tunein: init at 1.0.0 → https://git.io/JJVBX
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JJ9XI
patagonicus0 has joined #nixos
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95298 → blender: 2.83.3 -> 2.83.4 → https://git.io/JJ9Xs
cptchaos83 has joined #nixos
patagonicus has quit [Ping timeout: 260 seconds]
patagonicus0 is now known as patagonicus
zupo has joined #nixos
<energizer> what's this about? "gcc: fatal error: cannot execute 'cc1': execvp: No such file or directory" https://bpa.st/KMIA
<{^_^}> [nixpkgs] @jonringer merged pull request #95288 → jc: 1.13.1 -> 1.13.4 → https://git.io/JJ9w7
<{^_^}> [nixpkgs] @jonringer pushed commit from @Atemu to master « jc: 1.13.1 -> 1.13.4 »: https://git.io/JJ9X7
zupo has quit [Ping timeout: 246 seconds]
<{^_^}> [nix] @nh2 opened pull request #3926 → repl.cc: Check for HAVE_BOEHMGC → https://git.io/JJ9Xj
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
<bqv> adisbladis: thought about pulling descriptions from (m)elpa?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95300 → babl: 0.1.78 -> 0.1.80 → https://git.io/JJ9Mm
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/b4dac6714d7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<moet> clever: how do i get nixops to generate without copying? deploy attempts a copy & doesn't necessarily print out the path i need to copy to the target store
<moet> clever: or a better question, how do i get nixops to just print out the name of the configuration
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #95146 → mgba: 0.8.2 -> 0.8.3 → https://git.io/JJDjK
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JJ9M0
<moet> nixops dump-nix-paths ..?
<moet> that /seems/ right ..ish.. i guess the symlink contained within is the correct one
cjpbirkbeck has quit [Ping timeout: 246 seconds]
davidrusu has joined #nixos
justanotheruser has quit [Ping timeout: 244 seconds]
zangi has quit [Ping timeout: 265 seconds]
jumper149 has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @lopsided98 opened pull request #95301 → geos: fix build on 32-bit ARM → https://git.io/JJ9Df
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<davidrusu> Hello! I'm trying to package up ompl: https://ompl.kavrakilab.org/ and I'm running into an issue with generating python bindings to the c++ library. The OMPL folks rely on a tool called castxml to turn c++ source code into an XML tree which they then parse to produce their python bindings. Anyways, long story short is that castxml is relying on
<davidrusu> LLVM libraries to parse the c++ code, I'm running into an issue where some low level c/c++ libraries are not getting included or linked properly.
<davidrusu> Here's the error log I'm hitting: https://gist.github.com/davidrusu/b9bf22938924391e5666401f0dbc5cec
<davidrusu> Anyone know what may be the cause?
zangi has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
ManiacOfMadness has quit []
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95302 → bitwarden: 1.19.0 -> 1.20.1 → https://git.io/JJ9Dh
pjt_tmp has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
<bqv> ,locate steam-run
<bqv> ,locate binsteam-run
<bqv> ,locate bin steam-run
<{^_^}> Found in packages: steam-run-native
<{^_^}> Found in packages: steam-run-native
<{^_^}> Couldn't find in any packages
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95303 → cgal_5: 5.0.2 -> 5.0.3 → https://git.io/JJ9yF
fresheyeball has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis- has joined #nixos
drakonis has quit [Quit: WeeChat 2.9]
drakonis has joined #nixos
drakonis- has quit [Client Quit]
drakonis- has joined #nixos
drakonis has quit [Client Quit]
drakonis- is now known as drakonis
kraeXen has joined #nixos
CodeSpelunker has quit [Quit: CodeSpelunker]
<{^_^}> [nix] @nh2 opened pull request #3927 → Tell in detail why remote building fails on -v → https://git.io/JJ99G
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95304 → btfs: 2.21 -> 2.22 → https://git.io/JJ99B
ddellacosta has quit [Ping timeout: 264 seconds]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
endformationage has quit [Quit: WeeChat 2.7.1]
kraeXen has quit [Ping timeout: 260 seconds]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @marsam merged pull request #95287 → vips: 8.9.2 -> 8.10.0 → https://git.io/JJ9al
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9Qf
<{^_^}> [nixpkgs] @marsam merged pull request #95244 → tmuxPlugins.fingers: fix rtpFilePath → https://git.io/JJSCW
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ9Qo
<{^_^}> [nixpkgs] @jonringer opened pull request #95305 → python35: remove → https://git.io/JJ9QQ
emmanuel_erc has quit [Ping timeout: 260 seconds]
<moet> any idea when the version of nixops supporting deployment.targetUser will be released?
uzr[m] has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/c7588685bb4 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
emmanuel_erc has joined #nixos
cmk_zzz_ has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/b4dac6714d7 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
cmk_zzz has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95306 → twitterBootstrap: 4.5.0 -> 4.5.2 → https://git.io/JJHtE
<siraben> When I press delete in nix-shell -pure it instead inserts a space, what's happening?
<siraben> Nix on macOS
oida has quit [Ping timeout: 240 seconds]
<_habnabit> sooo i've been looking at the amazon-init service and i can't find any examples of using it? i guess i just put the configuration.nix into it? implementation at https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/amazon-init.nix#L15-L41
palo1 has joined #nixos
<srhb> _habnabit: Looks like once you've deployed a system that imports that module explicity, yes.
<{^_^}> [nixpkgs] @Atemu opened pull request #95308 → fileSystems: strip trailing slash of mountPoints → https://git.io/JJHtP
<_habnabit> srhb, and the format of the ### line then?
<{^_^}> [nixos-hardware] @Mic92 opened pull request #184 → lenovo/thinkpad/x1/7th-gen: fix evaluation → https://git.io/JJHt1
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @matthewbauer opened pull request #95309 → Support Android 29 in cross-compilation → https://git.io/JJHtS
<srhb> _habnabit: Not sure, you'll have to reverse engineer it from that bash logic, if you want to use it :)
emmanuel_erc has quit [Ping timeout: 260 seconds]
bukkitgerman8608 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95310 → cbc: 2.10.3 -> 2.10.5 → https://git.io/JJHtd
oida has joined #nixos
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #95311 → coqPackages.coqhammer: 1.2 → 1.3 → https://git.io/JJHqT
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #94270 → postfix: add useDane config option → https://git.io/JJ2l6
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJHqV
<moet> clever: ok, i got it to work finally.. there were hiccups
<moet> clever: but thank you for pointing me to that guide/GH-issue
<iqubic> I'm thinking of trying to use the Haskell-Language-Server on NixOS. How hard would that be to set up?
<srhb> iqubic: This thread might be a starting point: https://github.com/haskell/haskell-language-server/issues/122
<{^_^}> haskell/haskell-language-server#122 (by spacekitteh, 11 weeks ago, open): Nix installation?
<kini> siraben: not sure, but what's the full command you're running to start `nix-shell`? also have you tried opening a new terminal and trying to reproduce it there? also by delete do you mean actual delete or backspace? Does $TERM show something different inside and outside the nix-shell? What happens if you run the `reset` command inside the nix-shell and try again? Does the output of `stty -a` look different inside and outside the nix-shell?
<{^_^}> [nixpkgs] @danieldk merged pull request #93197 → nomad: add 0.12, multi-version support → https://git.io/JJGII
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJHmm
hyper_ch2 has joined #nixos
<iqubic> Looks like Haskell-Language-Server is available on unstable: https://nixos.org/nixos/packages.html?channel=nixpkgs-unstable&query=haskell-language-server
<iqubic> Has anyone used that?
moet has quit [Quit: it works!]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @danieldk closed pull request #93820 → nomad: 0.11.3 -> 0.12.1 → https://git.io/JJBOe
spudly- has joined #nixos
spudly- has joined #nixos
spudly- has quit [Changing host]
<{^_^}> [nixpkgs] @danieldk closed pull request #95018 → upgrade: nomad to 0.12.1 → https://git.io/JJMci
<srhb> iqubic: I mean, it runs... :P
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95312 → cmake: 3.18.0 -> 3.18.1 → https://git.io/JJHm6
spudly has quit [Ping timeout: 264 seconds]
spudly- is now known as spudly
sputny has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95306 → twitterBootstrap: 4.5.0 -> 4.5.2 → https://git.io/JJHtE
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJHmd
user_0x58 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #95302 → bitwarden: 1.19.0 -> 1.20.1 → https://git.io/JJ9Dh
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJHmA
orivej has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95301 → geos: fix build on 32-bit ARM → https://git.io/JJ9Df
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJHYT
<{^_^}> [nixpkgs] @danieldk merged pull request #95281 → taskell: 1.9.4 -> 1.10.0 → https://git.io/JJ9EJ
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJHY3
<{^_^}> [nixpkgs] @vcunat pushed to master « knot-dns: add libmaxminddb dependency »: https://git.io/JJHYZ
coco has joined #nixos
<coco> ,locate pdfunite
<{^_^}> Found in packages: poppler_utils
malook has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95270 → rust-analyzer: 2020-08-03 -> 2020-08-10 → https://git.io/JJ9CN
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJHYi
<{^_^}> [nixpkgs] @jonringer opened pull request #95313 → pythonPackages.exchangelib: removed due to prolonged breakage → https://git.io/JJHOn
coco has quit [Quit: WeeChat 2.7.1]
dick_ has joined #nixos
CMCDragonkai has quit [Quit: CMCDragonkai]
CMCDragonkai has joined #nixos
domogled has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @FRidh pushed 198 commits to staging-next: https://git.io/JJHsG
<{^_^}> [nixpkgs] @FRidh pushed 199 commits to staging: https://git.io/JJHsn
dansho has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #92964 → nixos/stage-1: fix initrd secrets with custom compressor → https://git.io/JJYSa
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJHsl
<colemickens> pkgs.firefox + wayland screen sharing: https://github.com/NixOS/nixpkgs/pull/84233
<{^_^}> #84233 (by colemickens, 18 weeks ago, open): firefox: add pipewire patch for wayland users
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95314 → bpytop: 1.0.0 -> 1.0.13 → https://git.io/JJHsR
<matthewcroughan> colemickens: !!!!!
<matthewcroughan> does that mean I can just upgrade and see screen sharing magically work now!
<matthewcroughan> the magic of nix?
<{^_^}> [nixpkgs] @colemickens opened pull request #95316 → grex: init at 1.1.0 → https://git.io/JJHGe
<colemickens> well it's not merged
<colemickens> it does include a one-liner for testing in the meantime at the bottom of the thread
jtobin has joined #nixos
mallox has joined #nixos
mallox has quit [Client Quit]
noudle has joined #nixos
lsix has joined #nixos
<{^_^}> [nixpkgs] @bartelsielski closed pull request #74525 → nixos/powerdns: Use upstream systemd service file → https://git.io/Je1fF
proofofkeags has quit [Remote host closed the connection]
<{^_^}> [patchelf] @edolstra merged pull request #228 → remove unused DT_IGNORE. → https://git.io/JJ9L4
<{^_^}> [patchelf] @edolstra pushed 2 commits to master: https://git.io/JJHZB
fendor has joined #nixos
<energizer> adisbladis: what did i do wrong? https://bpa.st/UOZA
itshaydendev has joined #nixos
nixbitcoin_ is now known as nixbitcoin
hyper_ch2 has quit [Read error: Connection reset by peer]
jurlerci has quit [Ping timeout: 256 seconds]
smatting_ has joined #nixos
hke has quit [Quit: bye]
hke has joined #nixos
realrokka has joined #nixos
malook has quit [Remote host closed the connection]
stephaneyfx has quit [Quit: Leaving]
alp has joined #nixos
<{^_^}> [nixpkgs] @Atemu closed pull request #95256 → osu: init at 2020.806.0 → https://git.io/JJSQ2
<fps> hmm, is there a standard way to run two display managers? so i can login into a second session?
VulNix has quit [Ping timeout: 260 seconds]
cinimod has joined #nixos
VulNix has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #94480 → bitcoin: 0.20.0 -> 0.20.1 → https://git.io/JJVRg
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JJHCc
dansho has quit [Ping timeout: 260 seconds]
dick_ has quit [Quit: -a- IRC for Android 2.1.56]
cole-h has quit [Quit: Goodbye]
<{^_^}> [nixpkgs] @dotlambda opened pull request #95318 → dovecot: 2.3.10.1 -> 2.3.11.3 → https://git.io/JJHWq
<joko> Hey, does anyone know if Hydra supports GitHub PRs on flake-based repositories? E.g., I make a PR and Hydra evaluates it, too.
gthm has joined #nixos
<cinimod> I have mkShell {
<cinimod> physicell
<cinimod> buildInputs = [
<cinimod> imagemagick
<cinimod> xquartz
<cinimod> python3
<cinimod> ];
<cinimod> Sorry
<cinimod> But I get [nix-shell:~/PhysiCellTest]$ display logo.gif display: unable to open X server `foobar` @ error/display.c/DisplayImageCommand/410.
eoli3n has joined #nixos
davidrusu has quit [Ping timeout: 245 seconds]
<cinimod> I am on macos btw not nixos
<immae> do you have something in DISPLAY environment variable? (not sure it’s the same on macos, I hope it’s not too far from linux)
o1lo01ol_ has quit [Remote host closed the connection]
mikeplus64 has joined #nixos
<mikeplus64> anyone use crate2nix here?
<cinimod> immae: I tried export DISPLAY=:0 but I think the main problem is starting an X server
<cinimod> [nix-shell:~/PhysiCellTest]$ startx /nix/store/bybd1c51gvn09l8cm1hraxgbgggxgs9n-xquartz-1.18.4/bin/startx: line 60: /nix/store/bybd1c51gvn09l8cm1hraxgbgggxgs9n-xquartz-1.18.4/lib/X11/xinit/privileged_startx: No such file or directory
<mikeplus64> anyway, i am hit by this https://github.com/kolloch/crate2nix/issues/133 issue and want to use the workaround of "[setting] cargo_web = false" ... but i have no idea where to set that
<{^_^}> kolloch/crate2nix#133 (by bbigras, 13 weeks ago, open): error: attribute 'cargo_web' missing
<immae> cinimod: I don’t expect you to be able to start an X server from an already-graphical session, do you have experience in that already?
<cinimod> immae: I have no experience in this at all
<immae> ok
<immae> Maybe someone else would know better then, sorry
<cinimod> I want to use imagemagick which apparently needs an X server
<cinimod> immae: thanks very much for taking the time
<immae> I think if you find a generic (non-necessarily nixos) way to start an x server on your mac then the rest should be easy enough
<{^_^}> [nixpkgs] @mstrangfeld opened pull request #95320 → tektoncd-cli: init at 0.11.0 → https://git.io/JJH8m
<kini> cinimod: maybe you can use this https://www.xquartz.org/
thc202 has joined #nixos
<kini> I don't have a mac but I've seen my mac-using colleagues use this. It looks kind of dead though since the last release was in 2016, but maybe it still works
<energizer> maybe xvfb
alp has quit [Ping timeout: 272 seconds]
dansho has joined #nixos
<cinimod> kini immae: I installed xquartz via `brew cask` and set `export DISPLAY=:0` and now I have an image
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
proofofkeags has joined #nixos
<cinimod> Of course it would be nicer to have to use brew
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<cinimod> not to have to use brew
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
alp has joined #nixos
turion has quit [Quit: Leaving.]
proofofkeags has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #95219 → lf: use buildFlagsArray → https://git.io/JJy7o
<{^_^}> [nixpkgs] @primeos pushed commit from @zowoq to master « lf: use buildFlagsArray (#95219) »: https://git.io/JJH4c
<immae> cinimod: There seem to be a bug in the xquartz provided by nixpks but without a mac I can only guess from the derivation: The privileged_startx is in $out/lib/X11/xinit/privileged_startx.d/privileged instead of $out/lib/X11/xinit/privileged_startx
<immae> You might want to fix it or report it
<cinimod> immae: thanks I will do my best but I need to get my machine ready for a tutorial which requires imagemagick
<cinimod> immae: I made a note and will look later
<immae> ok (I could blindly try to fix it but I have no way to properly test it so I’ll pass)
<cinimod> immae: that's very kind of you but I can try later and maybe ask you for help then
<immae> sure
<{^_^}> [nixpkgs] @stigtsp opened pull request #95321 → perlPackages.CryptSodium: init at 0.11 → https://git.io/JJH4a
<{^_^}> [nix] @edolstra merged pull request #3926 → repl.cc: Check for HAVE_BOEHMGC → https://git.io/JJ9Xj
<{^_^}> [nix] @edolstra pushed 2 commits to 2.3-maintenance: https://git.io/JJH4M
<{^_^}> [nix] @edolstra merged pull request #3923 → Separate auth and logic for the daemon → https://git.io/JJ9CJ
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JJH4Q
sigmundv has joined #nixos
malook has joined #nixos
AlonzoC has quit [Ping timeout: 272 seconds]
emilsp has quit [Read error: Connection reset by peer]
Piece_Maker has joined #nixos
emilsp has joined #nixos
Acou_Bass has quit [Ping timeout: 240 seconds]
eta has quit [Ping timeout: 260 seconds]
eta has joined #nixos
Piece_Maker is now known as Acou_Bass
itshaydendev has quit [Quit: itshaydendev]
<{^_^}> [nixpkgs] @mstrangfeld opened pull request #95322 → gradle: 6.5 -> 6.6 → https://git.io/JJHBJ
<{^_^}> [nixpkgs] @Luflosi opened pull request #95323 → kitty: 0.18.2 -> 0.18.3 → https://git.io/JJHBk
domogled has joined #nixos
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
kenshinCH has quit [Ping timeout: 256 seconds]
dansho has quit [Quit: Leaving]
pjt_tmp has quit [Ping timeout: 256 seconds]
infinee has joined #nixos
infinee has left #nixos [#nixos]
orivej has quit [Ping timeout: 240 seconds]
proofofkeags has joined #nixos
malook1 has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
malook has quit [Ping timeout: 240 seconds]
malook1 is now known as malook
sigmundv has joined #nixos
malook has quit [Client Quit]
proofofkeags has quit [Ping timeout: 256 seconds]
bbb has joined #nixos
wolfshappen has quit [Ping timeout: 264 seconds]
bbb is now known as Guest78268
wolfshappen has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/b4dac6714d7 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<{^_^}> [nixpkgs] @lsix merged pull request #95323 → kitty: 0.18.2 -> 0.18.3 → https://git.io/JJHBk
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/JJH0u
sangoma has joined #nixos
nikola_i has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
lsix has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/33548111764 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
pankaj_ has joined #nixos
pankaj_ has quit [Client Quit]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJHu8
cr4y1 has quit [Remote host closed the connection]
icefrost_ has joined #nixos
troydm has quit [Ping timeout: 240 seconds]
whald has joined #nixos
icefrost_ has quit [Ping timeout: 240 seconds]
Shados_ has quit [Quit: Shados_]
Shados has joined #nixos
troydm has joined #nixos
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @erictapen merged pull request #95260 → meli: alpha-0.5.1 -> alpha-0.6.1 → https://git.io/JJSx2
<{^_^}> [nixpkgs] @erictapen pushed 2 commits to master: https://git.io/JJHgt
<{^_^}> [nixpkgs] @marsam opened pull request #95325 → ncspot: 0.2.0 -> 0.2.1 → https://git.io/JJHgq
alp has quit [Ping timeout: 272 seconds]
proofofkeags has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
<hiro98> hi
is_null has joined #nixos
andymandias has quit [Ping timeout: 240 seconds]
ScottHDev4 has joined #nixos
<ScottHDev4> Hello, I'm having this issue when rebuilding my system config : https://termbin.com/l7a8, I tried rm /sys/firmware/efi/efivars/dump-* as proposed here https://discourse.nixos.org/t/20-03-uefi-installation-problem-vs-instructions/7783 but nothing matched the regex. Any ideas
knupfer has quit [Quit: knupfer]
<{^_^}> [nixpkgs] @gomain opened pull request #95326 → spago: bash completion → https://git.io/JJH2F
knupfer has joined #nixos
sangoma has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #95327 → cmake: Add a patch to fix a regression since CMake 3.18 → https://git.io/JJH2x
sangoma has joined #nixos
<Raito_Bezarius> ,escape
<{^_^}> Usage: ,escape <text> to show how to escape the given text in Nix
<Raito_Bezarius> ,escape ${stuff:-x}
<{^_^}> Escape this in " strings with: \${stuff:-x}
<{^_^}> Escape this in '' strings with: ''${stuff:-x}
lsix has quit [Ping timeout: 265 seconds]
alp has joined #nixos
<Cadey> ummm
<Cadey> i'm getting an odd issue every time i try to rebuild the system: https://gist.github.com/Xe/b82b3c9b0525ab72f901ef2f52e7232e
<{^_^}> [nixpkgs] @marsam opened pull request #95328 → vale: 2.3.0 -> 2.3.2 → https://git.io/JJHa4
<Cadey> oh good, nix-env is broken too :D
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
karetsu has joined #nixos
knupfer has joined #nixos
icefrost_ has joined #nixos
<Cadey> error: syntax error, unexpected '!', expecting ')', at /nix/store/zzi59xnxp4c9ijjrhkykdwxgml737w5p-nixos-20.03.2790.b4dac6714d7/nixos/pkgs/servers/x11/xorg/overrides.nix:471:38
ericsagnes has quit [Ping timeout: 260 seconds]
azure1 has joined #nixos
zangi has quit [Read error: Connection reset by peer]
<Cadey> how do i force-upgrade a nixos system remotely?
<Cadey> nixops?
lsix has joined #nixos
cinimod has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #95329 → pcre2: Disable JIT on RISC-V → https://git.io/JJHVD
Extends has joined #nixos
dhess has joined #nixos
<Mic92> Cadey: nixos-install?
<Cadey> ?
<Cadey> i'm trying to nixops force-update the system from another machine on the network
<Cadey> hopefully that will help
hiro98 has quit [Ping timeout: 260 seconds]
<Mic92> Cadey: ok. because nixos-install should also work if you nix-env is b0rked.
<Cadey> :+1:
<Cadey> oh god the slower machine needs to compile virtualbox
<Mic92> But it looks more like your channel is broken?
<Cadey> how can i tell for sure?
azure1 has quit [Ping timeout: 260 seconds]
<symphorien[m]> (locally) if you have an older generation, you can run /nix/store/path-to-generation/bin/switch-to-configuration switch
<symphorien[m]> also it looks like a syntax error in the channel, you should try to rollback the channel
<Cadey> how do i rollback the channel again?
knupfer has quit [Quit: knupfer]
zupo has joined #nixos
knupfer has joined #nixos
<Mic92> nix-channel --rollback
<Mic92> It is weird though how there can be syntax errors in channels
azure1 has joined #nixos
<Cadey> still getting it about 7 rollbacks back
<Mic92> Because everything is evaluated
<Mic92> nix-store --repair-path
<Mic92> in case something was changed in the nix store.
<Cadey> returned immediately without any output
<Cadey> like suspiciously immediately
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
<Cadey> should i try to nixos-install?
ericsagnes has joined #nixos
<Cadey> Mic92: i get the same error with nixos-install
<Mic92> Cadey: have you looked what the source code is in this line?
<Mic92> what nix version do you have?
<Cadey> ${optionalString (typesFile ! != null) "cp '${typesFile}' 'types/${name}'"}
<Cadey> [root@shachi:~]# nix --version
<Cadey> nix (Nix) 2.3.6
lordcirth has joined #nixos
<Cadey> ...huh that file does look syntactically wrong
<Mic92> This looks also wrong to me
<Cadey> how do i override protections and edit it manually?
smatting_ has quit [Ping timeout: 272 seconds]
sputny has quit [Quit: sputny]
<Mic92> for a quick fix:
<Mic92> mount -o rw,remount /nix/store
<Mic92> And than we should fix this in nixpkgs itself
<Mic92> if it is still there
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Cadey> it's still there
<Cadey> i'm opening it in vim as root and writing the file with w!
<Mic92> chmod +w
lordcirth__ has quit [Ping timeout: 244 seconds]
<Cadey> that seemed to fix it
<Mic92> If I checkout the very same commit it is correct
<Mic92> so your channel is broken somehow
<Cadey> i'm gonna go do some hardware tests. thanks for helping me figure this out!
lsix has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
icefrost_ has quit [Ping timeout: 260 seconds]
<karetsu> is transmission 'broken' in some way on nixos-unstable? it seems to be picking only small parts of my settings = {}; block but not others
<karetsu> and refuses to connect to anything
zupo has quit [Ping timeout: 246 seconds]
sangoma has quit [Ping timeout: 264 seconds]
<Mic92> karetsu: are spreading settings = {} over many files?
<karetsu> nope, just one
<Mic92> because it's type.attrs and that does not deep merge properly
<Mic92> I have a different type in home-assistant for that reason
Thra11 has quit [Quit: WeeChat 2.8]
<karetsu> I have my entire config spread across multiple files, but unless its a breaking change when nix itself got an update it has worked for months previously
<Mic92> karetsu: in any case you can debug things like that with nix repl
sangoma has joined #nixos
<Mic92> karetsu: that is fine, just settings = {} must be in the same file.
<karetsu> Mic92: thanks, will go do some testing
<karetsu> and yeah it is
<Mic92> karetsu: it has a nixos example: https://nixos.wiki/wiki/Nix_command/repl#Examples
<karetsu> oh I just pulled that up :D
<karetsu> so in the repl its showing my settings, but in the application itself so much of it is unset, all of the config in my ~/.config/transmission-daemon looks correct but when the service starts its ignoring it (I have it set to run as my user so the path is correct)
<{^_^}> [nixpkgs] @erictapen opened pull request #95330 → stabber: 2016-11-09 -> 2020-06-08 → https://git.io/JJHoE
noudle has quit []
Baughn has quit [Quit: ZNC 1.6.2+deb1 - http://znc.in]
hiro98 has joined #nixos
Baughn has joined #nixos
cosarara has joined #nixos
cinimod has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #95300 → babl: 0.1.78 -> 0.1.80 → https://git.io/JJ9Mm
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « babl: 0.1.78 -> 0.1.80 »: https://git.io/JJHKk
mariatsji has joined #nixos
<karetsu> got it, for no good reason a setting was wrong and yet it worked fine before, it must've been fixed XD
<mariatsji> hello, is it a fact of nix that (the impurities) of networking is unavailable in mkDerivation?
icefrost_ has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<cosarara> hi there! I'm trying to install otb bitmap fonts on my new nixos system but I'm having trouble. I'm looking at https://github.com/NixOS/nixpkgs/issues/75160 which I see is too new an effort for 20.03, so I tried to get terminus and dina from the unstable channel, but I'm doing something wrong. This is my config https://p.teknik.io/zFd6C
<{^_^}> #75160 (by rnhmjoj, 35 weeks ago, open): fonts: provide opentype files for X11 bitmap fonts
<cosarara> you'll see I set unstable.dina and unstable.terminus_font in fonts.fonts
<cosarara> but after a rebuild, I still have only pcf files
zupo has joined #nixos
<infinisil> mariatsji: Yes, the network is not available in derivations, unless it's a fixed-output derivation
schlumpp[m] has joined #nixos
lsix has joined #nixos
zupo has quit [Ping timeout: 240 seconds]
cosimone has joined #nixos
rardiol has quit [Ping timeout: 240 seconds]
philr has quit [Ping timeout: 256 seconds]
cosimone has quit [Remote host closed the connection]
ScottHDev4 has quit [Ping timeout: 246 seconds]
icefrost_ has quit [Ping timeout: 256 seconds]
Rusty1 has joined #nixos
<mariatsji> tyty
andymandias has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #95286 → perlPackages.Minion: init at 10.13 → https://git.io/JJ92D
<{^_^}> [nixpkgs] @aanderse pushed 4 commits to master: https://git.io/JJH68
proofofkeags has joined #nixos
malook has joined #nixos
icefrost_ has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej_ has joined #nixos
proofofkeags has quit [Ping timeout: 256 seconds]
<karetsu> should my default group be 'users' rather than a group matching my username? trying to figure out what the permissions on ~ should be and the group on *everything* is users
<{^_^}> [nixpkgs] @romildo merged pull request #95271 → marwaita: 2020-07-01 -> 7.4.2 → https://git.io/JJ9CA
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JJHiU
malook has quit [Client Quit]
<{^_^}> [nixpkgs] @romildo merged pull request #94823 → theme-jade1: 1.7 -> 1.8 → https://git.io/JJPvm
zupo has joined #nixos
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JJHiC
ManiacOfMadness has joined #nixos
zupo has quit [Ping timeout: 264 seconds]
nikola_i has quit [Quit: Connection closed for inactivity]
malook has joined #nixos
inkbottle has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @primeos pushed to master « inxi: 3.1.05-2 -> 3.1.05-4 »: https://git.io/JJHPH
shibboleth has joined #nixos
orivej_ has quit [Ping timeout: 256 seconds]
ddellacosta has joined #nixos
orivej has joined #nixos
karetsu has quit [Ping timeout: 256 seconds]
alp has quit [Remote host closed the connection]
alp has joined #nixos
karetsu has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95209 → broot: disable (impure) br shell function nag, install bash/zsh/fish files for the br function → https://git.io/JJy1g
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJHXv
zebrag has joined #nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<{^_^}> [nixpkgs] @mweinelt merged pull request #94694 → ssh-audit: 1.7.0 -> 2.2.0 → https://git.io/JJKML
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JJHXn
fendor_ has joined #nixos
malook has quit [Quit: malook]
fendor has quit [Ping timeout: 256 seconds]
karetsu has quit [Ping timeout: 256 seconds]
karetsu has joined #nixos
<{^_^}> [nixpkgs] @BananchickPasha opened pull request #95333 → Rider 2020.1.4 -> 2020.2 + fix build → https://git.io/JJHX1
shah^ has quit []
alp has quit [Remote host closed the connection]
alp has joined #nixos
zupo has joined #nixos
tsrt^ has joined #nixos
mariatsji has quit [Remote host closed the connection]
cosimone has joined #nixos
mariatsji has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 110 commits to haskell-updates: https://git.io/JJH1k
<{^_^}> [nixos-hardware] @ehmry merged pull request #184 → lenovo/thinkpad/x1/7th-gen: fix evaluation → https://git.io/JJHt1
<{^_^}> [nixos-hardware] @ehmry pushed commit from @Mic92 to master « lenovo/thinkpad/x1/7th-gen: fix evaluation »: https://git.io/JJH1L
zupo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @romildo opened pull request #95334 → luna-icons: init at 2020-08-09 → https://git.io/JJH1t
ddellacosta has quit [Quit: WeeChat 2.8]
<infinisil> karetsu: Yeah default group for normal users is "users"
<cosarara> I was missing .otb after teh package name, problem solved
mariatsji has quit [Ping timeout: 256 seconds]
cfricke has joined #nixos
cfricke has quit [Client Quit]
ManiacOfMadness has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej_ has joined #nixos
<aanderse> i used `direnv` for the first time last night
<aanderse> i see `nix-direnv` looks even more appealing for my workflow
<aanderse> the documentation doesn't explicitly state... do i need to install `direnv` **and** `nix-direnv` or does `nix-direnv` replace `direnv`?
mariatsji has joined #nixos
<mbrgm> Mic92: can you tell the reason for https://github.com/Mic92/sops-nix/blob/master/pkgs/sshkeys/convert.go#L24 (only RSA keys supported for ssh-to-gpg)?
proofofkeags has joined #nixos
<Mic92> mbrgm go doest support ecdsa
<Mic92> *does not
<Mic92> That's the only reason
<Mic92> for gnupg
icefrost_ has quit [Ping timeout: 240 seconds]
<Mic92> mbrgm: hope we get age support soonish in sops itself.
gustavderdrache has joined #nixos
<mbrgm> Mic92: I see. thx for the great work anyway!
karetsu has quit [Quit: WeeChat 2.9]
the_rajsun[m] has joined #nixos
drewr has quit [Quit: brb]
iyzsong- has quit [Quit: ZNC 1.7.5 - https://znc.in]
<seanparsons> Does `nixos-rebuild` also build the old configuration as well as the new one? I've just removed something which used to depend on ghc864 from my config and now `nixos-rebuild switch` complains about `ghc864` not existing.
<seanparsons> With that complaint pointing at the source code in nix for the thing that I removed.
<{^_^}> [nixpkgs] @ryantm merged pull request #95314 → bpytop: 1.0.0 -> 1.0.13 → https://git.io/JJHsR
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJHM9
iyzsong has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @ryantm merged pull request #95024 → asls: 0.4.0 -> 0.4.2 → https://git.io/JJMEP
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJHM7
icefrost_ has joined #nixos
<infinisil> aanderse: I think you need to install direnv still
zebrag has joined #nixos
<aanderse> infinisil: thanks
wolfshappen has quit [Ping timeout: 256 seconds]
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
drewr has joined #nixos
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @ehmry opened pull request #95335 → nixos/rsyncd: convert module to an INI generator → https://git.io/JJHDJ
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #95304 → btfs: 2.21 -> 2.22 → https://git.io/JJ99B
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JJHDI
<{^_^}> [nixpkgs] @amanjeev closed pull request #86020 → [WIP] Pkg jetbrains toolbox → https://git.io/JftnZ
twelvecorporatet has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
bukkitgerman8608 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #95325 → ncspot: 0.2.0 -> 0.2.1 → https://git.io/JJHgq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJHDC
turion has joined #nixos
alp has quit [Ping timeout: 272 seconds]
<infinisil> seanparsons: No, nixos-rebuild doesn't build old configs
<turion> I'm trying to make a shell.nix where I override some haskell packages with newer versions that I just released to hackage very recently. I can't use callHackage for that, right?
andymandias has quit [Ping timeout: 272 seconds]
gustavderdrache has quit [Ping timeout: 256 seconds]
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
est has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #95336 → nixos/manual: add a section about common GPU acceleration issues → https://git.io/JJHDy
<infinisil> turion: You can use callHackage if your nixpkgs version is from after the package was updated on hackage (more or less)
<infinisil> turion: If it's not though, you can still use callHackageDirect in any case
wolfshappen has quit [Ping timeout: 240 seconds]
est31 has quit [Ping timeout: 240 seconds]
alp has joined #nixos
<turion> infinisil: callHackageDirect sounds just like the thing I need, thanks!
<turion> infinisil++
<{^_^}> infinisil's karma got increased to like 332, I think
wolfshappen has joined #nixos
sangoma has joined #nixos
<seanparsons> infinisil: The complaint I'm seeing is about the attribute `activationScript`, which makes me think it does...for that so that it can determine what needs adding/removing from things like systemd? *handwaving intensifies*
<seanparsons> It's definitely digging down into stuff that isn't referenced anymore as adding `--show-trace` is flagging it up clearly.
<{^_^}> [nixpkgs] @marsam merged pull request #95295 → bftpd: 5.4 -> 5.6 → https://git.io/JJ963
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJHy3
<{^_^}> [nixpkgs] @marsam merged pull request #95292 → aha: 0.5 -> 0.5.1 → https://git.io/JJ9oj
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJHyG
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @pasqui23 opened pull request #95337 → switcheroo-control: init at 2.3 → https://git.io/JJHyc
<infinisil> seanparsons: Need more info to be able to help with that. Like logs, what commands you ran, your configuration.nix, etc.
<{^_^}> [nixpkgs] @turion opened pull request #95338 → haskell-update: Mark essence-of-live-coding* as unbroken → https://git.io/JJHyX
malook has joined #nixos
domogled1 has joined #nixos
domogled has quit [Read error: Connection reset by peer]
domogled1 is now known as domogled
o1lo01ol1o has joined #nixos
n3t has quit [Ping timeout: 272 seconds]
<Ke> if I enable systemd-boot and grub, is it true that only one gets enabled, or did I configure it wrong?
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @nh2 merged pull request #94207 → mesa: Fix `-Werror=int-conversion` build error on musl. → https://git.io/JJgtc
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JJHSu
<infinisil> Ke: I think both get enabled, but I don't think this is an intended use case
<infinisil> I guess unless you have different boot disks for the different loaders
<seanparsons> infinisil: It appears to be because I had a `config.packageOverrides` adding something to `pkgs.haskell.packages.ghc864` if I try to add a different package I've built and that override isn't referenced anymore, somehow it's rematerialising.
<seanparsons> Oh and that's with it not even being referenced from the current generation, merely the process of adding a new haskell based package causes this issue to occur.
rardiol has joined #nixos
acarrico has joined #nixos
<infinisil> seanparsons: I need error, logs, code, etc. to help
Dagger has quit [Excess Flood]
azure1 is now known as zangi
<seanparsons> infinisil: Here's the console output and the `release.nix` file at the bottom of the trace: https://gist.github.com/seanparsons/dba045a892ffdff3dbe9d66db8915c72
<zangi> how to set $PATH precedence in nix-shell?
Dagger2 has joined #nixos
<zangi> how to set $PATH precedence in nix-shell?
<seanparsons> Somehow `haskell.packages.ghc864.podcast-chooser` is still in there, even though it's not in any config at all.
Profpatsch has joined #nixos
<{^_^}> [nixpkgs] @DIzFer opened pull request #95339 → pythonPackages.urwid: disable tests for pythons < 3 → https://git.io/JJH9X
<infinisil> seanparsons: So the error you're getting because the nixpkgs version you're using (nixos-20.03) doesn't have a ghc864 package set
<infinisil> > stable.haskell.packages
<{^_^}> { ghc8101 = <CODE>; ghc822Binary = <CODE>; ghc844 = <CODE>; ghc863Binary = <CODE>; ghc865 = <CODE>; ghc881 = <CODE>; ghc882 = <CODE>; ghc883 = <CODE>; ghc884 = <CODE>; ghcHEAD = <CODE>; ghcjs = <CODE>...
<infinisil> There's only ghc844, ghc865, and some others
Arahael has quit [Ping timeout: 240 seconds]
knupfer has quit [Remote host closed the connection]
<infinisil> seanparsons: And if you're wondering why podcast-chooser is evaluated at all because you think it shouldn't, then I also need the file you include release.nix from to help
knupfer has joined #nixos
<infinisil> Or the command you use to evaluate release.nix
Arahael has joined #nixos
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
mariatsji has quit [Remote host closed the connection]
Profpatsch has left #nixos ["WeeChat 2.8"]
<{^_^}> [nixpkgs] @DIzFer opened pull request #95340 → targetcli: build with python3 → https://git.io/JJHHt
<Ke> infinisil: there is no reason that would not work, though mine just does not
mariatsji has joined #nixos
Darkmatter66_ has joined #nixos
zebrag has quit [Ping timeout: 240 seconds]
zebrag has joined #nixos
Darkmatter66 has quit [Ping timeout: 265 seconds]
mariatsji has quit [Remote host closed the connection]
<seanparsons> infinisil: Yeah, I was passing a ghc package set which did exist to that derivation. Here's a reference to the source for that package: https://github.com/seanparsons/podcast-chooser/blob/master/default.nix
mariatsji has joined #nixos
turion has quit [Ping timeout: 246 seconds]
<infinisil> seanparsons: Ah, maybe you are looking to pin your nixpkgs. Because currently you're doing `import <nixpkgs>` which just uses the nixpkgs you happen to have in NIX_PATH, which could be different for everybody
Guest78268 has quit [Quit: WeeChat 2.7.1]
<infinisil> By pinning nixpkgs you can use a specific nixpkgs directly in the nix expression
<infinisil> ,pinning seanparsons
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d228d3f2053 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<seanparsons> Have done that previously, but now this `podcast-chooser` package is completely unused, which is why this is confusing.
<infinisil> seanparsons: Then again, what do you mean by unused, it's unused where?
<infinisil> You just linked to the project itself, but not where you're including it (your configuration.nix perhaps?)
<seanparsons> infinisil: It's not referenced in `systemPackages` and the package and source definitions in my config are commented out.
eoli3n has quit [Ping timeout: 246 seconds]
<Ke> bios can boot from auxiliary partition with blocklist and EFI can boot the normal way
<infinisil> Well Nix doesn't evaluate anything that's not used
<infinisil> seanparsons: Maybe put a `podcast-chooser = throw "Nope"` in there and evaluate with `--show-trace`, then you can see where it's included from somewhat
stephaneyfx has joined #nixos
<flythief> hi, my locale has errors. when I run `locale` , I get this: locale: Cannot set LC_CTYPE to default locale: No such file or directory (same for LC_MESSAGES, LC_ALL)
<flythief> LC_NUMERIC="mn_CN.UTF-8"
<flythief> LC_CTYPE="mn_CN.UTF-8"
<flythief> locale: LANG=mn_CN.UTF-8
<{^_^}> [nixpkgs] @flokli opened pull request #95342 → nixos/systemd: don't try to install systemd-initctl.{service,socket} → https://git.io/JJHN5
<flythief> I try to set LC_CTYPE to zh_CN.UTF-8 in configuration.nix. Can someone give me some guide? thanks :)
<{^_^}> [nixpkgs] @vcunat pushed to master « rtlwifi_new: switch fetchFromGitHub to a working repo »: https://git.io/JJHNd
<{^_^}> [nix] @Ericson2314 opened pull request #3928 → Use `TeeSink` and `TeeSouce` in a few more places → https://git.io/JJHNb
<{^_^}> [nixpkgs] @vcunat pushed to release-20.03 « rtlwifi_new: switch fetchFromGitHub to a working repo »: https://git.io/JJHNx
ramses_ has joined #nixos
<seanparsons> infinisil: So if I uncomment this line here in my config it breaks with that error: https://gist.github.com/seanparsons/dba045a892ffdff3dbe9d66db8915c72#file-common-nix-L263
<ramses_> Hey guys, is it possible to have fetchFromGithub pull a package from github using SSH instead of HTTPS?
<infinisil> seanparsons: task repo is private, can't see code
<infinisil> Oh it's not relevant, never mind
<seanparsons> infinisil: Made public either way just to prove there's no nonsense in there. :)
<infinisil> seanparsons: So I'm pretty sure you must include podcast-chooser from elsewhere in your config
<flythief> well, I find that my kde setting's region is mn_CN, I change it to zh_CN, now it's good.
<infinisil> seanparsons: Assuming you have a standard nixpkgs from a channel, nixos-rebuild doesn't evaluate anything other than what you specify in your NixOS config
invokesus has joined #nixos
cosarara has left #nixos ["WeeChat 2.3"]
turion has joined #nixos
<Ke> seabios absolutely does
<seanparsons> infinisil: I just ran `ag pod` in /etc/nixos and only see reference to what's in that common.nix file.
<seanparsons> Usual 20.03 channel according to `nix-channel --list`.
<infinisil> seanparsons: Run nixos-rebuild with -v to see all Nix files it evaluates
<infinisil> podcast-chooser should be referenced in one of them
<seanparsons> Oh lord that's a lot of files.
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<infinisil> Can ignore all the ones from nixpkgs
<FireFly> ooh that's a good flag to be aware of
fendor has joined #nixos
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #3928 → Use `TeeSink` and `TeeSouce` in a few more places → https://git.io/JJHNb
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JJQCK
cinimod` has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95343 → chezmoi: 1.8.3 -> 1.8.4 → https://git.io/JJQCy
cinimod has quit [Ping timeout: 240 seconds]
<seanparsons> infinisil: I searched all those files and got a whole load of zip: https://gist.github.com/seanparsons/dba045a892ffdff3dbe9d66db8915c72#file-podcast-search-txt
andymandias has joined #nixos
wolfshappen has quit [Ping timeout: 256 seconds]
<iwq> Is there a way to get a type of an expression at runtime? outside the repl of course
<{^_^}> [nixpkgs] @aanderse closed pull request #84146 → nixos/postgresql: add statements option to replace the ensureDatabases and ensureUsers options → https://git.io/JvFKt
proofofkeags has quit [Remote host closed the connection]
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @aanderse closed pull request #94048 → nixos/mysql: add statements option to replace initialDatabases, ensureDatabases, and ensureUsers options → https://git.io/JJEG3
<infinisil> seanparsons: Well, the --show-trace shows that /nix/store/yx2lbnddcwv01q9f5jjb02fc5w7ylij3-source/release.nix was evaluated
<infinisil> Which is your podcast-chooser source
zupo has joined #nixos
<infinisil> And should definitely contain the podcast word in it
<infinisil> You sure this wasn't part of the list of evaluated files with -v?
<seanparsons> infinisil: Yeah, just confirmed it wasn't part of the output as I have both the original output and the list of files that I used in that gist output.
<symphorien[m]> iwq builtins.typeOf
<iwq> perfect! Thank you
erasmas has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
zupo has quit [Ping timeout: 265 seconds]
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
<seanparsons> infinisil: Plot twist, it is included if I uncomment the reference to my task project in systemPackages.
knupfer has joined #nixos
<iwq> im guessing there is no way to get the return type of a function? i would like to check if the return type is a set before i call it
knupfer has quit [Client Quit]
knupfer has joined #nixos
waleee-cl has joined #nixos
<symphorien[m]> you can't because it could depend on the input, or even be random
<infinisil> seanparsons: No idea then, very weird
knupfer has quit [Client Quit]
knupfer has joined #nixos
<seanparsons> infinisil: Same search shows it but seemingly nothing including it: https://gist.github.com/seanparsons/dba045a892ffdff3dbe9d66db8915c72#file-podcast-search2-txt
alp has quit [Ping timeout: 272 seconds]
<infinisil> seanparsons: The list of files it evaluates is in the order it needs them, so you might be able to infer what needs it from the files prior to it
growpotkin has joined #nixos
emptyflask has joined #nixos
<seanparsons> infinisil: Immediately before it appears to be all the things in `systemPackages`, this is feeling more and more like a proper bug of some kind.
domogled has quit [Remote host closed the connection]
domogled has joined #nixos
wolfshappen has quit [Ping timeout: 240 seconds]
wolfshappen has joined #nixos
* infinisil doubts it
ramses_ has quit [Ping timeout: 265 seconds]
<numkem> seems like on unstable-small `gjs` isn't compiling anymore
noudle has joined #nixos
fresheyeball has quit [Ping timeout: 246 seconds]
fresheyeball has joined #nixos
nature has joined #nixos
<nature> Hi, how can I add a plugin to vim that is not in the vimPlugins package ?
<Mic92> nature: out-of-tree or as part of nixpkgs?
wolfshappen has quit [Ping timeout: 256 seconds]
<nature> out-of-tree (if it means not in the nixpkgs)
<Mic92> yes
<nature> the yes out-of-tree
<Mic92> nature: Basically you need to write such a function yourself: https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vim-plugins/generated.nix#L6
fresheyeball has quit [Read error: Connection reset by peer]
wolfshappen has joined #nixos
<Mic92> put () around it and than use it where you add your other vim plugins
ramses_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95344 → eternal-terminal: 6.0.9 -> 6.0.11 → https://git.io/JJQ4F
<nature> thanks !
<{^_^}> [nixpkgs] @matthewbauer pushed 6 commits to mobile-fixes: https://git.io/JJQBT
<ramses_> Is there any way to specify the GIT_SSH_COMMAND env var when calling fetchgit in a NixOS module?
<{^_^}> [nixpkgs] @jonringer opened pull request #95345 → python3Packages.trackpy: remove due to prolonged breakage → https://git.io/JJQBs
fresheyeball has joined #nixos
<evanjs> Trying to interpolate a variable into a jq command via runCommand, but it keeps escaping the string, halp
MaybeNewUser has joined #nixos
<evanjs> here is the command: "cat ${generatedCargoNix} | ${rq}/bin/rq -t | ${jq}/bin/jq '.package[] | select(.name=="${name}").source'"
<evanjs> (w/o surrounding quotes)
<MaybeNewUser> is it feasible to run nixos on a machine with a dualcore and 5gb of DDR2 ram?
<noudle> why not?
zangi has quit [Read error: Connection reset by peer]
<drakonis> yes
<noudle> i run it on a dualcore with 4gb ram
<MaybeNewUser> i dont know maybe its to slow?
<drakonis> nah its not
zangi has joined #nixos
<MaybeNewUser> ok thanks
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/05195accdc5 (from 75 minutes ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<infinisil> NixOS generally isn't any slower than other distros
wolfshappen has quit [Ping timeout: 256 seconds]
fendor has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #95347 → python3Packages.starfish: remove due to prolonged breakage → https://git.io/JJQBu
<MaybeNewUser> ok thanks
meh` has joined #nixos
cosimone has quit [Remote host closed the connection]
fendor_ has quit [Remote host closed the connection]
cosimone has joined #nixos
wolfshappen has joined #nixos
alp has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95348 → docopt_cpp: 0.6.2 -> 0.6.3 → https://git.io/JJQB9
<Mic92> infinisil: evaluation takes more RAM than most other package managers so.
<Mic92> 1GB is for instance not enough without swap
<{^_^}> [nixpkgs] @jonringer opened pull request #95349 → python3Packages: remove broken, unmaintained packages → https://git.io/JJQgo
<evanjs> *remembers there's "fromTOML"* oh yeah...
<evanjs> lib.elemAt (lib.splitString "#" (lib.elemAt (lib.filter (a: a.name == "${name}") t.package) 0).source) 0
<evanjs> wooo
<Mic92> its a builtin now
<immae> you may replace lib.elemAt (lib.filter ...) 0 by lib.find no?
<evanjs> mmyup I had totally forgotten about that :P
<evanjs> ooooo
<{^_^}> [nixpkgs] @jonringer opened pull request #95350 → python3Packages.pyro-ppl: remove due to prolonged breakage → https://git.io/JJQos
fendor has joined #nixos
seanparsons has quit [Quit: ZNC 1.7.5 - https://znc.in]
ddellacosta has joined #nixos
<{^_^}> [nix-idea] @Tristan971 opened pull request #15 → Refresh for compat with IJ 2020+ → https://git.io/JJQ6l
seanparsons has joined #nixos
<evanjs> looks like it's findFirst or findSingle, but I feel like I'm using it wrong
<evanjs> e.g. lib.findFirst (a: a.name == "${name}") "" t.package
<evanjs> oh that's the default lol
<{^_^}> [nixpkgs] @jonringer opened pull request #95351 → python3Packages.zope_i18n: remove due to prolonged breakage → https://git.io/JJQXX
<{^_^}> [nixpkgs] @kalbasit merged pull request #95026 → bazel-kazel: 0.0.10 -> 0.0.11 → https://git.io/JJMuh
<{^_^}> [nixpkgs] @kalbasit pushed commit from @r-ryantm to master « bazel-kazel: 0.0.10 -> 0.0.11 (#95026) »: https://git.io/JJQ1e
<drakonis> hmm, i need to deploy laravel on nginx and i dont think i get how to make it work
knupfer has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #95352 → python3Packages.pybfd: remove due to prolonged breakage → https://git.io/JJQQm
freezeboy has joined #nixos
<nature> Can I "import" multiple attribute in the namespace with the "with" keywords ? let's say something like: `with pkgs.vimPlugins, pkgs.vimUtils;` ?
<freezeboy> just write two with
<clever> nature: with pkgs.vimPluguns; with pkgs.vimUtils;
urkk has joined #nixos
invokesus has quit [Remote host closed the connection]
<nature> thanks
lordcirth has quit [Ping timeout: 260 seconds]
<urkk> hi, I'm dealing with binary distributed library that dlopens other libraries outside the (current) rpath
proofofkeags has joined #nixos
<urkk> I use the autoPatchelfHook to patch all other libraries
Dagger2 is now known as Dagger
<urkk> But I want to also add a custom rpath to this one
proofofkeags has quit [Remote host closed the connection]
<urkk> However, my postFixup hook runs *before* the autoPatchelfHook, which destroys my rpath
Thra11 has joined #nixos
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lordcirth has joined #nixos
<urkk> Also runtimeDependencies only are added for binaries not libraries :(
ysgard has joined #nixos
<freezeboy> urkk maybe remove autoPatchElf and patch with all the deps ?
user_0x58 has joined #nixos
mjsir911 has quit [Quit: Goodbye, World!]
<urkk> freezeboy: yeah, but there are a lot of other lib where the auto patchelf hook works fine
<{^_^}> [nixpkgs] @jonringer merged pull request #95352 → python3Packages.pybfd: remove due to prolonged breakage → https://git.io/JJQQm
<urkk> I was looking for an alternative to having to do it all manually
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.pybfd: remove due to prolonged breakage »: https://git.io/JJQAG
mjsir911 has joined #nixos
<freezeboy> urkk you just remove the deps from buildInputs and put these in a rpath variable, then use patchelf
<veleiro> how can you prefetch the sha256 of a *.tar.xz?
<freezeboy> @vel
<freezeboy> veleiro you can use nix-prefetch-url
<symphorien[m]> ,tofu veleiro
<{^_^}> veleiro: To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000), then replace it with the correct hash Nix expected. For inserting 52 0's in vim: <esc>52i0<esc>
<veleiro> freezeboy: doesnt work for *.xz, only *.gz or .zip
<freezeboy> oh ... sad
<veleiro> it might just be the packed version sha256sum since its for fetchurl
<Mic92> there is also nix-prefetch
<Mic92> which is more general
<Mic92> My favorite
cosimone has quit [Quit: Quit.]
<veleiro> cool
<Mic92> One prefetcher to rule them all
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<Mic92> Don't look in the source so, it's a lot of shell
<Extends> I personally use lib.fakeSha256 instead of writing manually 52 0
Mateon1 has quit [Remote host closed the connection]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Mateon1 has joined #nixos
<Mic92> urkk: you make autoPatchelfHook honor additional custom library paths
<Mic92> forgot the option but it was in the source
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<freezeboy> urkk I mean, removing the autopatchelf hook, and list al the deps
<Mic92> ah you found runtimeDependencies already
<urkk> Mic92 I would like, yeah. runtimeDependencies only work for binaries
<urkk> freezeboy that's my last resort
<urkk> I'm trying to add another hook to postFixupHooks, so I can run *after* autoPatchelf
<{^_^}> [nixpkgs] @flokli opened pull request #95353 → nixos: remove StandardOutput=syslog, StandardError=syslog lines → https://git.io/JJQA5
orivej_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #95080 → Bump castxml to 0.3.4 → https://git.io/JJDIc
<{^_^}> [nixpkgs] @teto pushed commit from @davidrusu to master « castxml: 0.2.0 -> 0.3.4 (#95080) »: https://git.io/JJQAx
sangoma has quit [Ping timeout: 265 seconds]
snajpa has quit [Quit: ZNC 1.7.1 - https://znc.in]
aither has quit [Quit: ZNC 1.7.1 - https://znc.in]
aither has joined #nixos
MaybeNewUser has quit [Remote host closed the connection]
<dminuoso> infinisil: To be fair, nix-* tools can be quite demanding on memory. :p
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/05195accdc5 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95354 → dgraph: 20.03.4 -> 20.07.0 → https://git.io/JJQxT
<dminuoso> Many nix/nixos users have fallen prey to the OOM killer.
<infinisil> dminuoso: Mic92: Yeah, but one could still use e.g. nixops (or any other deployment tool that builds the system locally then pushes it to the target) to get around the memory requirements
<nature> Could somebody give me a hand, I really can't figure out what is wrong with my config, yet when I do a nixos-revuild switch I have the following error: `error: syntax error, unexpected '=', expecting ';', at /etc/nixos/home-manager.nix:72:19`
<infinisil> So while evaluating/building NixOS takes a bunch of memory, _running_ it technically doesn't :) (unless you want to rebuild on the machine itself of course)
<nature> here is the file: https://paste.rs/aya
<nature> the line 72 is the one with `extraConfig = ''`
<dminuoso> nature: plugins = with pkgs.vimPlugins; with pkgs.vimUtils [
<dminuoso> You forgot to close that lits
<nature> god... Ok thanks
cinimod` has left #nixos ["ERC (IRC client for Emacs 26.1)"]
<dminuoso> or.. not?
<dminuoso> uh
<dminuoso> nature: Just do a binary search. Delete large chunks to narrow it down.
ysgard has quit []
<nature> nono it was correct
<nature> It worked now :D
<Mic92> infinisil: not really what you want on your laptop no? Otherwise this is also the approach I am using with krops.
ris has joined #nixos
snajpa has joined #nixos
<infinisil> Mic92: Yeah, though you could still use a more powerful remote machine for the build (flipping the whole thing around)
<infinisil> (nixos-rebuild --build-host/--target-host)
<Mic92> I would assume that people with laptops with 4GB don't have more powerful machines
<dminuoso> nature: the file looks right though, perhaps you forgot to save your buffer?
<infinisil> Mic92: Yeah, but it's still a possibility. Though 4GB should be enough for NixOS, and swap is a good way to get around it anyways
<urkk> oh! I can use dontAutoPatchelf and run autoPatchelf manually :-D
freezeboy has quit [Remote host closed the connection]
<nature> dminuoso: nono it worked fine now, you were spot on
<nature> dminuoso: I just missed the semi-colon
<nature> dminuoso: you were really helpful thanks
<{^_^}> [nixpkgs] @wesleysliao opened pull request #95355 → libnifalcon: init at 1.1 → https://git.io/JJQxg
<drakonis> aight, i'm having trouble serving php files with nginx
justanotheruser has quit [Ping timeout: 246 seconds]
<bqv> Wow, it'd been so long since the mastodon pr got updated, I forgot my flake depended on it
<drakonis> apparently home manager can be used normally now btw
<drakonis> and why do you use dtach for weechat
<drakonis> tmux has attaching features
<bqv> Tmux seems overkill, I don't need or want multiple windows there
<{^_^}> [nixpkgs] @jonringer opened pull request #95356 → python3Packages.caldavclientlibrary-asynk: remove due to prolonged breakage → https://git.io/JJQxy
<drakonis> but you're already using tmux
bogdb has joined #nixos
FRidh has joined #nixos
<drakonis> a bit weird not to
<drakonis> isnt it possible to just attach and use tmux normally?
cole-h has joined #nixos
<{^_^}> [nixpkgs] @catern opened pull request #95357 → pythonPackages.exchangelib: 1.12.2 -> 3.2.1 → https://git.io/JJQxp
<bqv> drakonis: of course, but then I have another tmux to worry about
<bqv> Id rather just not
sputny has joined #nixos
<bqv> Also home-manager still hasn't got a flake.nix, so nope
<drakonis> i mean
<drakonis> i heard from irc that it is doable it seems?
<drakonis> ask monty
<bqv> You can use it as a non-flake
<bqv> I don't wanna do that
<bqv> Seems nasty
dbmikus has joined #nixos
<drakonis> hmm i see
<bqv> Something as substantial as h-m should be a flake
sigmundv has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar opened pull request #95358 → fontconfig: Stop using versioned config dirs → https://git.io/JJQpq
<drakonis> looks like the work is being done by rycee now
<{^_^}> [nixpkgs] @jonringer merged pull request #95357 → pythonPackages.exchangelib: 1.12.2 -> 3.2.1 → https://git.io/JJQxp
<{^_^}> [nixpkgs] @jonringer pushed commit from @catern to master « pythonPackages.exchangelib: 1.12.2 -> 3.2.1 »: https://git.io/JJQpO
<bqv> Anyway, a more reasonable suggestion would have been to use abduco, which I also already use, but then as I said, another abduco to worry about, I lose the ability to pkill abduco
xlei has joined #nixos
xlei has quit [Excess Flood]
<{^_^}> [nixpkgs] @jonringer closed pull request #95313 → pythonPackages.exchangelib: removed due to prolonged breakage → https://git.io/JJHOn
<drakonis> i see
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @0x4A6F opened pull request #95359 → timescale-prometheus: init at 0.1.0-beta.1 → https://git.io/JJQpw
<bqv> /run/weechat/$(which
<bqv> /run/weechat/dtach)
<drakonis> real talk though
<drakonis> anyone's got experience with nginx and php?
<drakonis> the entry on the wiki isnt very helpful
<drakonis> i need to deploy laravel
sputny has quit [Remote host closed the connection]
<bqv> 36 /nix/store/dqr2xly44ahlqn70npkk9w60yqdfm0lq-dtach-0.9 36 /nix/store/xgdr9vi69j25im6ryibcrrpm9f3g0zr5-abduco-2018-05-16 740 /nix/store/fdikmldk3yqy8gs8x193bjdwk12anfkx-tmux-3.1b
<bqv> Lol, dtach and abduco both 36k
<bqv> Tmux 740k
<bqv> Tiny wins…
noudle has quit []
<drakonis> ho ho
<drakonis> wait a moment
<drakonis> but isnt tmux also running?
<drakonis> you have both dtach and tmux in the store
<quidome[m]> Question about installing full desktop environments. By including gnome I seem to get the entire gnome setup but KDE seems to leave out all KDE applications. Is there an easy way to include those apps or should I be adding them to my package list one by one?
<bqv> drakonis: yeah, but I don't want the window stuff, y'know
<drakonis> okay?
<bqv> Otherwise say weechat closes but tmux has randomly grown a new window
<drakonis> ah i see
<bqv> Now that service won't die
<bqv> Tmux is not the pick here
<drakonis> i've seen someone write a weechat service that uses tmux
<bqv> Abduco would have been, if I wasn't picky
<bqv> Yeah, people do. People aren't smart…
<drakonis> it does kill tmux
<bqv> Manually
<drakonis> ExecStop = "${pkgs.tmux}/bin/tmux -f ${tmuxConf} -S /var/lib/weechat/tmux.session kill-session -t irc";
<bqv> Very manually, lol
roosemberth is now known as Orbstheorem
<drakonis> anyways, i urgently have to figure out how to make nginx serve php
<clever> drakonis: php-fpm is my prefered method
<bqv> I've probably deleted my old nginx config
<bqv> But same
mariatsji has quit [Remote host closed the connection]
<drakonis> do you have any example code for that?
<drakonis> otherwise i'll have to run valet inside a container just for that
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3c6d35a07e6 (from 81 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<bqv> Tbh my solution these days is to just not use anything php
<drakonis> i just need to expose laravel to the world
<bqv> Pervert
emmanuel_erc has quit [Read error: Connection reset by peer]
<drakonis> wow ruuuude
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #94880 → thunderbird: Enable official branding by default → https://git.io/JJXL9
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJQhw
mariatsji has joined #nixos
meh` has quit [Ping timeout: 256 seconds]
mariatsji has quit [Ping timeout: 264 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
jakob_rs has joined #nixos
emmanuel_erc has joined #nixos
spudly- has joined #nixos
<jakob_rs> Are the internals of Nix documented anywhere?
spudly has quit [Ping timeout: 260 seconds]
spudly- is now known as spudly
<bqv> In the source code, mostly
mariatsji has joined #nixos
<jakob_rs> I figured I could look at the original thesis but the design of Nix seems to have changed noticeably since then
emmanuel_erc has quit [Read error: Connection reset by peer]
<jakob_rs> For example the original paper claims that if you write something like "${bash}/bin/bash", Nix won't count bash as a dependency iirc
emmanuel_erc has joined #nixos
<clever> jakob_rs: modern nix does count that as a dep on bash
<jakob_rs> Yeah that's my point
<jakob_rs> So it's kind of hard to figure out how Nix _actually_ decides what counts as a dependency, for example
<Taneb> (does nix inspect binaries for paths?)
<edef> it does
<edef> specifically, the hash part of the path
<clever> jakob_rs: all strings have some "context" invisibly attached to them, which says which derivations it depends on
<clever> jakob_rs: when you pass those strings into a new derivation, they get collected together, and form the build-time dependencies
alp has quit [Ping timeout: 272 seconds]
<Taneb> edef: interesting
<clever> for runtime deps, nix will NAR up $out (similar to tar), and grep the entire NAR for the hash of each build-time dep
<jakob_rs> So that's why Nix won't pick up a dependency if you were to just copy-paste the path itself?
mariatsji has quit [Read error: Connection reset by peer]
mariatsj_ has joined #nixos
<clever> jakob_rs: correct
<jakob_rs> Are all dependencies normally always a build output of something in the `inputDrvs` part of the derivation?
mariatsji has joined #nixos
<lovesegfault> What's the right way to do "1.2.3" -> "1_2_3"?
<clever> jakob_rs: deps are either other derivations, or a raw path (the result of things like "${./foo}")
<jakob_rs> More specifically, is there something special about the way the `builtin:builenv` builder registers dependencies? (note that the store derivation for ~/.nix-profile has an empty inputDrvs)
<lovesegfault> in particular: I'm formatting a version into it's git tag name
<nature> I have the following setup: https://paste.rs/m2b would anyone know why the plugin I created manually doesn't seem to work ?
<clever> jakob_rs: builtin:builenv stuff is technically a derivation, but instead of running a program in the sandbox, it runs a function in the nix library
mariatsj_ has quit [Ping timeout: 260 seconds]
<clever> jakob_rs: so it behaves like a derivation in nearly every way, including the sandboxing
<nature> The seem to be loaded when I enter `:scriptnames` but they don't seem to be working
<jakob_rs> Ah, dependencies of inputSrcs are considered as well
<{^_^}> [nixpkgs] @corngood opened pull request #95360 → Ignore SIGINT in chroot → https://git.io/JJ7en
<clever> jakob_rs: yeah, the runtime deps of each build-time dep is also included in the sandbox
mariatsji has quit [Ping timeout: 246 seconds]
missionformilk has quit [Quit: leaving]
rajivr has quit [Quit: Connection closed for inactivity]
mariatsji has joined #nixos
<drakonis> aight i have php now
<drakonis> time to get into laravel
shibboleth has quit [Quit: shibboleth]
<stephaneyfx> lovesegfault, does that do what you need? `builtins.replaceStrings ["."] ["_"] "1.2.3"` -- there might be simpler
<bogdb> hi, I'm trying to build & install the python bindings for a custom derivation, but can't seen to get it right. can anyone help? https://gist.github.com/foolnotion/a3e769e5a98a487f1732ad6498aabe4c
<jakob_rs> clever: Thanks for your answers
mariatsji has quit [Ping timeout: 260 seconds]
<jakob_rs> > let inherit (import <nixpkgs/nixos> { }) config options system; in config
<{^_^}> { appstream = <CODE>; assertions = <CODE>; boot = <CODE>; console = <CODE>; containers = <CODE>; docker-containers = <CODE>; documentation = <CODE>; dysnomia = <CODE>; ec2 = <CODE>; environment = <COD...
<{^_^}> [nixpkgs] @Lassulus merged pull request #95359 → timescale-prometheus: init at 0.1.0-beta.1 → https://git.io/JJQpw
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JJ7vL
<jakob_rs> ^ I didn't expect that to actually work when I tried it 2 minutes ago
<nature> I have the following setup: https://paste.rs/m2b the plugins I manually built seem to load but I don't have access to any of their function, I really don't know why...
eoli3n has joined #nixos
<nature> Help would be very much appreciated :)
<bqv> no idea
est has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
est31 has joined #nixos
_user has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #95348 → docopt_cpp: 0.6.2 -> 0.6.3 → https://git.io/JJQB9
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJ7vQ
<_user> is there a way to setup a dev environment on the nixos minimal iso that does not have gcc in $PATH?
<{^_^}> [nixpkgs] @sternenseemann opened pull request #95361 → chroma: init at 0.8.0 → https://git.io/JJ7vN
<bqv> do you have internet
<_user> yes
<bqv> then that, probably :p
<bqv> what would you like in your env
<_user> im experimenting with bootstrapping some autotools-related programs, but they autodetect gcc every time :P
<bqv> e.g. try `nix-shell -p gcc -p make -p autotools`
<bqv> huh
<samueldr> bqv: without :)
<bqv> confused
endformationage has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #95362 → nixos/fontconfig: Reintroduce unversioned fonts.conf → https://git.io/JJ7fY
<samueldr> _user: not using `-p`
cyphase has quit [Ping timeout: 246 seconds]
<_user> its weird that if i am in the base minimal iso environment gcc is not present but if i `nix-shell -p llvm clang` then suddenly gcc is also installed
<bqv> no that's normal, lol, that's why i suggested it
<bqv> if you have internet, it'll just fetch stuff from the cache
kalbasit has joined #nixos
zaeph has quit [Ping timeout: 265 seconds]
<samueldr> _user: that's because of `pkgs.runCommand/pkgs.runCommandCC`
<samueldr> there are assumptions that this is used for building stuff
<_user> ok
<samueldr> if you use this as a shell.nix (or default.nix) and use `nix-shell` that'll get you a make, but not a gcc
<_user> yeah that snippet works
<{^_^}> [nixpkgs] @primeos pushed to master « jekyll: Update the dependencies (security, CVE-2020-14001) »: https://git.io/JJ7fW
cyphase has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #95356 → python3Packages.caldavclientlibrary-asynk: remove due to prolonged breakage → https://git.io/JJQxy
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JJ7f8
FossiFoo has joined #nixos
<FossiFoo> Hi. I'm trying to get v4l2loopback-0.12.5-5.7.15 running, because 0.12.4 from 20.03 is actually broken. So I checked out nixpgs and can build and install it, but I can't figure out how to insmod/modprobe it because it's now a .ko.xz and all I can find on the internet is to run depmod, but I guess that won't work with nixos? Any hints?
<jakob_rs> With "checked out nixpkgs and can build and install it", what do you mean?
<jakob_rs> You'll generally want to add the package to boot.extraModulePackages
<jakob_rs> I am aware that v4l2loopback fails to build on stable on linuxPackages_latest, but it works on unstable, and you can selectively specify to get the package from nixos-unstable instead:
<{^_^}> [nixpkgs] @Lassulus merged pull request #94654 → jellyfin-mpv-shim: 1.5.11 -> 1.7.1 → https://git.io/JJoNR
<{^_^}> [nixpkgs] @Lassulus pushed 3 commits to master: https://git.io/JJ7fN
<jakob_rs> boot.extraModulePackages = with nixos-unstable; [ linuxPackages_latest.v4l2loopback ];
<clever> bqv: gcc and make are in the nix-shell by default
<clever> _user: gcc is always in nix-shell, you want to use clangStdenv instead of normal stdenv
<jakob_rs> Although that'll break if linuxPackages_latest on nixos-unstable and stable are out of sync
kalbasit_ has joined #nixos
<jakob_rs> I'd recommend doing something like `boot.kernelPackages = nixos-unstable.linuxPackages_latest; boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];`
emmanuel_erc has quit [Read error: Connection reset by peer]
<jakob_rs> That's how I've done it, at least
<{^_^}> [nixpkgs] @primeos pushed to master « gollum: 5.1 -> 5.1.1 (security, CVE-2020-14001) »: https://git.io/JJ7JI
emmanuel_erc has joined #nixos
<bqv> clever: samueldr: right, now i understand what you guys meant. total misunderstanding
<samueldr> clever: or stendNoCC could be used if you intend to use no CC
<{^_^}> [nixpkgs] @lopsided98 opened pull request #95363 → crda: fix cross compilation → https://git.io/JJ7JY
<samueldr> stdenv*
never_released has joined #nixos
never_released_ has quit [Ping timeout: 264 seconds]
<clever> samueldr: yep
<samueldr> with nix-shell, as demonstrated, it's a bit more subtle since you're opted-in into using runCommand or runCommandCC
<jakob_rs> Where `nixos-unstable` is defined as `import <nixos-unstable> { }`
jakob_rs has left #nixos ["WeeChat 2.7.1"]
<_user> is there a string-to-attrs type nix builtin? something that could convert `[ "pkg1" "pkg2" ]` to `with pkgs; [ pkg1 pkg2 ]`
<clever> samueldr: nix-shell -E 'with import <nixpkgs> {}; stdenvClang.mkDerivation { name = "dummy"; buildInputs = [ cmake ]; }'
<samueldr> clever: yeah, always a bit clumsy to make this part of the CLI, shell.nix is your friend at that point :)
<clever> yep
<{^_^}> [nixpkgs] @flokli merged pull request #95362 → nixos/fontconfig: Reintroduce unversioned fonts.conf → https://git.io/JJ7fY
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJ7Ju
<_user> it would be icing on the cake if i could just pass in extra packages to my new shell.nix ; )
<clever> _user: nix-shell --arg extraPkgs 'pkgs: with pkgs; [ foo bar ]'
<clever> then { extraPkgs ? (pkgs: {}) }: and buildInputs = [ (extraPkgs pkgs) ];
<{^_^}> [nixpkgs] @Lassulus merged pull request #94405 → openjump: 1.3.1 -> 1.15 → https://git.io/JJaHm
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JJ7Jw
zemm_ is now known as zemm
<clever> --arg can take any nix expr, just like -E, and then just passes it into the file
<clever> in my case, its a function that takes a pkgs tree, and returns a list of packages you chose
<nature> I have a problem with some manually built vim plugins, and I suppose it's du to the fact that they are meant to be installed with vim-plug, how would I be able to do that with nix ? here is my config: https://paste.rs/m2b
<_user> clever: yep, my first thought was passing in --arg extraPkgs '[ pkg1 pkg2 etc ]'
<bqv> oh, that reminds me, is there a simple way to enable e.g. allowBroken, on a nix-shell cmdline?
<bqv> (or nix shell, in my case)
FRidh has quit [Quit: Konversation terminated!]
<clever> _user: the expr is evaled in its own isolated context, so pkg1&pkg2 dont exist yet
<clever> bqv: nix-shell -E 'with import <nixpkgs> { config.allowBroken = true; }; ....'
<bqv> :/
<bqv> i know about that option, i was hoping something could be done with --option or --arg
<bqv> but ah well
<clever> bqv: --arg doesnt play nicely with -p, and shell.nix eats all the other args
<pbogdan> for this specific case you can also set `NIXPKGS_ALLOW_BROKEN` env var iirc
<bqv> heh
<bqv> oh, neat
<clever> $NIXPKGS_CONFIG also overrides the config.nix path
hiro98 has quit [Remote host closed the connection]
<NobbZ[m]> , nix-locate
<{^_^}> Invalid command syntax
<NobbZ[m]> ,nix-locate
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #95047 → ergo: 3.2.7 -> 3.3.0 → https://git.io/JJMPl
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JJ7Uk
Darkmatter66_ has quit [Ping timeout: 246 seconds]
<makefu> ,locate libGL.so.1
<{^_^}> Found in packages: libglvnd, primusLib, xorg_sys_opengl
<makefu> ,locate libGL.so
<{^_^}> Found in packages: libglvnd, primusLib
<seanparsons> infinisil: I figured it out, or at least fixed it. That mysterious source code had a gc root of some direnv created folder for my regular non-root user, so I nuked that, ran `nix-collect-garbage` and then it worked.
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #95364 → neovim: fix build on Darwin → https://git.io/JJ7Um
domogled has quit [Ping timeout: 246 seconds]
thc202 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Atemu opened pull request #95365 → Libgaminggear, roccat-tools fix compilation → https://git.io/JJ7U0
noudle has joined #nixos
icefrost_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #95353 → nixos: remove StandardOutput=syslog, StandardError=syslog lines → https://git.io/JJQA5
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJ7Ur
Extends has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dywedir merged pull request #95062 → aliza: 1.48.10 -> 1.98.32 → https://git.io/JJMQi
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JJ7UK
<nature> What is the correct way to install a npm package on nixos ?
<bqv> step 1: burst into tears
<bqv> step 2: investigate napalm
alp has joined #nixos
<nature> :'(
<nature> thanks anyway
<crazazy[m]> i just have a shellscript that automates fetching a package from npm and then uses node2nix to fetch all dependencies
<simpson> nature: There's no universal JS packaging system, so there's no single correct technique. Most of the time, you can follow the instructions in the nixpkgs manual for adding the desired package: https://nixos.org/nixpkgs/manual/#node.js
FossiFoo has quit [Remote host closed the connection]
<crazazy[m]> https://github.com/crazazy/nix-gen-node-tools doesn't work for root packages starting with an @
<_user> nature: if you think NPM is bad i dare you to try to bootstrap autotools and friends from scratch
<_user> the dependency graph is a connected graph
<crazazy[m]> as in cyclic graphs?
<simpson> _user: Isn't that apples to oranges? NPM is a package manager; it fetches packages, or bundles of modules. autotools configures and builds packages. I suppose also that "from scratch" is something of a strange term, since *both* all computing is from scratch and *also* nobody here is cooking their own rocks to make their own CPUs.
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #95366 → vimPlugins.vim-clang-format: init at 2019-05-15 → https://git.io/JJ7Uj
<_user> well, the thing is each autotool depends on every other one, unless you use the precompiled configure script blobs. however, some tools like flex and bison depend on themselves, which is sad
<{^_^}> [nixpkgs] @jtojnar pushed 69 commits to staging-next: https://git.io/JJ7Tk
<{^_^}> [nixpkgs] @jtojnar pushed 70 commits to staging: https://git.io/JJ7Tt
kalbasit__ has joined #nixos
<crazazy[m]> _user: versions excluded, that does sound like cyclic graphs yea
kalbasit_ has quit [Ping timeout: 240 seconds]
shibboleth has joined #nixos
griff_ has joined #nixos
<simpson> Not sad, just bootstrapping. A fact of life and of computation.
fendor has quit [Read error: Connection reset by peer]
kalbasit__ has quit [Ping timeout: 240 seconds]
kalbasit has quit [Ping timeout: 240 seconds]
kalbasit_ has joined #nixos
raiaq has joined #nixos
raiaq has left #nixos [#nixos]
never_released has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @lopsided98 opened pull request #95367 → nixos/nixos-*: use runtimeShell → https://git.io/JJ7Tb
gthm has quit [Ping timeout: 260 seconds]
never_released has joined #nixos
<bqv> isn't guix shepharding the majority of the effort to bootstrap all-the-things
<bqv> what have they got, for autotools, so far
noudle has quit []
kalbasit has joined #nixos
kalbasit__ has joined #nixos
noudle has joined #nixos
zaeph has joined #nixos
LuisCh has joined #nixos
never_released has quit [Remote host closed the connection]
kalbasit_ has quit [Ping timeout: 265 seconds]
never_released has joined #nixos
<{^_^}> [nixpkgs] @lopsided98 opened pull request #95368 → zstd: fix shebangs when cross-compiling → https://git.io/JJ7kW
alp has quit [Ping timeout: 272 seconds]
never_released has quit [Excess Flood]
<catern> how does the multiprocessing library in the Python stdlib work on Nix? Nix doesn't set PYTHONPATH, it sets sys.path via a Python wrapper, so how do the subprocess Pythons get their PYTHONPATH/sys.path set up since they can't just inherit it?
never_released has joined #nixos
<crazazy[m]> bqv: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/autotools.scm this is guix packaging autotools. however, I have no intuition for reading lisp so i'm not really sure what they are doing
<bqv> heh
<{^_^}> [nixpkgs] @lheckemann merged pull request #92081 → makeModulesClosure: handle builtin modules better → https://git.io/JJTTT
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/JJ7kH
malik has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
kahiru has quit [Read error: Connection reset by peer]
<{^_^}> [nixos-hardware] @Mic92 opened pull request #185 → Asus TUF FX504GD → https://git.io/JJ7Iv
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
kahiru has joined #nixos
<drakonis> finally
<drakonis> i have solved my laravel issues
<drakonis> turns out i was pointing it to the wrong place
<W1lkins> I'm trying to enable mullvad-vpn from https://github.com/NixOS/nixpkgs/blob/ff174bf0f56651f6bcfccc072117a7c346214782/nixos/modules/services/networking/mullvad-vpn.nix as `{ config, pkgs, ... }: { services.mullvad-vpn.enable = true; }` but I always get "error: The option `services.mullvad-vpn' defined in `/etc/nixos/services.nix' does not exist." -
<W1lkins> probably something super simple I'm missing as I'm new to nixos, but what exactly is going wrong here?
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
domogled has joined #nixos
<drakonis> turns out doing sysadmin things is a route to truly mastering nixos
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
Pidgeotto has joined #nixos
Pidgeotto has quit [Excess Flood]
<W1lkins> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<{^_^}> [nixpkgs] @ingenieroariel opened pull request #95369 → hasura: 1.2.1 -> 1.3.1-beta.1 → https://git.io/JJ7I2
<kini> W1lkins: are you on nixos-unstable or 20.03? The 20.03 branch of the repo doesn't seem to have that file you linked to.
<W1lkins> kini: I have the channel `nixos-unstable` added, do I need `nixpkgs-unstable` instead?
<{^_^}> [nixpkgs] @dasj19 opened pull request #95370 → reportlab: 3.5.46 -> 3.5.47 → https://git.io/JJ7IM
<kini> I'm not sure but I think you need to have that channel added and also named "nixos", in order for the usual commands to work properly to install it as your bootable system (probably there's some way to configure it otherwise, though)
<kini> I seem to recall seeing a warning somewhere that nixpkgs-unstable should never be used as a nixos channel, fwiw
domogled has quit [Ping timeout: 264 seconds]
<W1lkins> kini: thanks, I'll keep digging and avoid having nixpkgs-unstable named as nixos for now :-)
emptyflask has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @nasadorian opened pull request #95371 → Rename incorrectly named vim Dracula plugin → https://git.io/JJ7IA
<Miyu-saki> Does anyone remember the name of one of the NiOS alternatives? Not Guix, not not-os.
cole-h has quit [Quit: Goodbye]
emptyflask has joined #nixos
alp has joined #nixos
<Miyu-saki> (Not SLNOS either)
<crazazy[m]> wiki mentions triton, other than that i don't know of any
<Miyu-saki> Oh yeah, Triton! Thanks.
<crazazy[m]> np
<_user> is there any approximate timeline for how long it will take to stabilize nix flakes?
knupfer has joined #nixos
<_habnabit> so i'm not sure how the ec2-metadata thing is supposed to set the box's hostname.. https://github.com/NixOS/nixpkgs/blob/7b0167204d1db7f65cc0c21e3f2c65ff9b65a738/nixos/modules/virtualisation/ec2-metadata-fetcher.nix fetches the hostname to /etc/ec2-metadata/hostname and https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/amazon-init.nix#L15-L41 doesn't seem to actually use it
<{^_^}> [nixos-hardware] @Mic92 merged pull request #185 → Asus TUF FX504GD → https://git.io/JJ7Iv
<{^_^}> [nixos-hardware] @Mic92 pushed 2 commits to master: https://git.io/JJ7L2
<{^_^}> [nixpkgs] @ryantm merged pull request #95261 → operator-sdk: 0.19.2 -> 1.0.0 → https://git.io/JJ9Ti
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJ7La
<{^_^}> [nixos-hardware] @Mic92 closed pull request #183 → Add Asus TUF FX504GD → https://git.io/JJS1r
malik has left #nixos ["ERC (IRC client for Emacs 26.3)"]
shibboleth has quit [Quit: shibboleth]
Extends has joined #nixos
<energizer> _habnabit: idk anything about the ec2 code but usually on nixos the hostname is determined by networking.hostName
<_habnabit> energizer, yeah, but that code seems to set networking.hostName = "" and then.. not set it anywhere else
emptyflask has quit [Ping timeout: 240 seconds]
LuisCh has left #nixos ["ERC (IRC client for Emacs 26.3)"]
<{^_^}> [nix] @Ericson2314 opened pull request #3930 → Define `LegacySSHStore::buildPaths` using `cmdBuildPaths` → https://git.io/JJ7t3
emptyflask has joined #nixos
<grfn> is there a way to wrap a python package so it gets LD_LIBRARY_PATH set on import?
<energizer> grfn: like, you want to dynamically set LD_LIBRARY_PATH as a python import hook?
<grfn> no, like
<grfn> as part of the package
<energizer> my XY-problem alarm is going off
<grfn> there's this package that tries to dlopen()
<grfn> on import
<grfn> and I want to point it at the thing it's trying to dlopen
<energizer> i dont see dlopen in there
<grfn> it's
<grfn> deep
<energizer> it doesnt appear in search
<grfn> so that depends on xmlsec, which in turn dlopens xmlsec-openssl.so
<energizer> you can patch xmlsec's dlopen() to give it the correct path directly
<grfn> how?
_user has quit [Quit: Connection closed]
<energizer> see the default.nix in that folder for how to use it
<{^_^}> [nixpkgs] @ymarkus opened pull request #95372 → CKAN update → https://git.io/JJ7to
<{^_^}> [nixpkgs] @jonringer merged pull request #95370 → reportlab: 3.5.46 -> 3.5.47 → https://git.io/JJ7IM
<{^_^}> [nixpkgs] @jonringer pushed commit from @dasj19 to master « reportlab: 3.5.46 -> 3.5.47 »: https://git.io/JJ7t1
mmmattyx has joined #nixos
emptyflask has quit [Ping timeout: 264 seconds]
knupfer has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @zowoq merged pull request #95246 → buildGoModule: update deleteVendor docs → https://git.io/JJS0W
<{^_^}> [nixpkgs] @zowoq pushed 2 commits to master: https://git.io/JJ7tA
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95373 → doxygen: 1.8.18 -> 1.8.19 → https://git.io/JJ7qq
fjodor[m] has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #95221 → .github/CODEOWNERS: add go compilers and builders → https://git.io/JJy5R
<{^_^}> [nixpkgs] @zowoq pushed to master « .github/CODEOWNERS: add go compilers and builders »: https://git.io/JJ7q3
<Raito_Bezarius> does anyone know if there is a simple way to get dropbear with ed25519 support?
<Raito_Bezarius> for boot.initrd.ssh especially
<{^_^}> [nixpkgs] @maxeaubrey closed pull request #84926 → dell-command-configure: init at 4.2.0 with module → https://git.io/JvhOH
kraeXen has joined #nixos
<nature> how can I escape a double '' when I am in a multi-line string ?
<nature> \'\' ?
<evils> ,escape ''
<{^_^}> Escape this in " strings with: ''
<{^_^}> Escape this in '' strings with: '''
knupfer has joined #nixos
turion has quit [Ping timeout: 272 seconds]
<Raito_Bezarius> ,escape x
<{^_^}> Escape this in " and '' strings with: x
<Raito_Bezarius> interesting, it's smart
<{^_^}> [nixpkgs] @ryantm merged pull request #95282 → tendermint: 0.33.6 -> 0.33.8 → https://git.io/JJ9uI
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJ7qd
<makefu> ,escape ${$$$(hello)}
criptonauta__ has joined #nixos
<{^_^}> Escape this in '' strings with: ''${$$$(hello)}
<{^_^}> Escape this in " strings with: \${$$$(hello)}
criptonauta_ has quit [Read error: Connection reset by peer]
<makefu> ,escape ${''${HELLO}}
<{^_^}> Escape this in '' strings with: ''${'''''${HELLO}}
<{^_^}> Escape this in " strings with: \${''\${HELLO}}
<makefu> > ''''${'''''${HELLO}}''
<{^_^}> "${''${HELLO}}"
erasmas has quit [Quit: leaving]
<jlv> Hmm. What do I do if the `src` for a derivation is a single, unarchived, file? I'm getting an error because it doesn't know how to "unpack the source archive".
o1lo01ol_ has joined #nixos
<bqv> yes, hello, we can hear you
<bqv> stop shouting at us
<clever> jlv: unpackPhase = "cp -vi $src something";
<makefu> bqv: everybody knows that bash env vars always are full-caps
<clever> makefu: bash only listens if you scream
<makefu> that explains alot
<bqv> lol
ramses_ has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 264 seconds]
jurlerci has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
urkk has quit [Ping timeout: 240 seconds]
<jlv> Anyone know why `fetchGit` sometimes doesn't work with `ref`? I'm getting errors like "error: cannot update ref 'refs/heads/v4.1.1': trying to write non-commit object 8c0a45c20e76c7571c2fb31b21fced1682e6c980 to branch 'refs/heads/v4.1.1'".
<kini> jlv: is it a sporadic error or is it reproduceable? Can you give the full `fetchGit` call that produces the error?
xdefrag has joined #nixos
domogled has joined #nixos
emmanuel_erc has quit [Ping timeout: 260 seconds]
emmanuel_erc has joined #nixos
<energizer> nice
<{^_^}> [nixpkgs] @jonringer opened pull request #95374 → nixos/pulseaudio: Fix ExecStop → https://git.io/JJ7mm
xdefrag has quit [Quit: WeeChat 2.7.1]
xdefrag has joined #nixos
<jlv> kini: it's reproducible, and I have several instances. Here's a bunch: https://pastebin.com/9PpDaWQp
<{^_^}> [nixpkgs] @xaverdh closed pull request #69511 → kernel/modules-closure.sh v2: fix the modules closure → https://git.io/JeGiQ
domogled has quit [Ping timeout: 240 seconds]
<Orbstheorem> <3 nix: `nix-shell --run zsh -p 'wireshark-cli.overrideAttrs(old:{prePatch = "sed /ITEM_LABEL_LENGTH/s/240/2400/ -i epan/proto.h";})'`.
<{^_^}> [nixpkgs] @xaverdh closed pull request #66235 → kernel/modules-closure.sh: fix the modules closure → https://git.io/fjQEw
nil is now known as comonoid
drakonis1 has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen1 has joined #nixos
o1lo01ol_ has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
dingenskirchen1 is now known as dingenskirchen
<jlv> kini: also, if you add `rev` for the commit in the corresponding error message, it works. However, even with `rev`, if you try it on a new machine (or collect Nix garbage, presumably), it will give the error message on the first try but then work.
<clever> jlv: it gets cached in ~/.cache/nix/gitv2 so a GC wont delete it
jurlerci has quit [Quit: leaving]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<jlv> clever: I see. I didn't actually try GC to reproduce that behavior. I just noticed it when building the project on a different machine.
nature has quit [Ping timeout: 272 seconds]
<clever> jlv: i find pkgs.fetchgit to be a lot more reliable
<clever> jlv: and pkgs.fetchFromGitHub is faster, if its github
Rusty1 has joined #nixos
knupfer has quit [Ping timeout: 244 seconds]
shibboleth has joined #nixos
Mateon1 has quit [Ping timeout: 264 seconds]
eoli3n has quit [Ping timeout: 246 seconds]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95375 → discord-ptb: 0.0.21 -> 0.0.21 → https://git.io/JJ7md
Extends has quit [Remote host closed the connection]
quinn has joined #nixos
steadmon has joined #nixos
pikajude- is now known as pikajude
<steadmon> hello all, would anyone be able to help me with a Postfix config issue on my NixOS system?
pikajude has joined #nixos
pikajude has quit [Changing host]
<steadmon> i have a working config, but when I try to add a `generic` alias map, it breaks
<pikajude> so i just started using desktop nixos and it has a meltdown when i get to really high ram usage
<pikajude> i.e. when compiling lots of stuff
speasee has joined #nixos
<pikajude> which isn't horribly unexpected, but macos handles this type of situation much more easily
<pikajude> and my pc also seems to be reluctant to fallback to swap
speasee is now known as spease
kraeXen has quit [Ping timeout: 260 seconds]
<pikajude> why might this be
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95376 → discord-canary: 0.0.106 -> 0.0.109 → https://git.io/JJ7YT
<energizer> there's such a thing as "swappiness"
<pikajude> oh
<pikajude> and 60 is the default, which i am using
<pikajude> i wonder if it'd even help to set it higher
<pikajude> i also gave nix-daemon lower "nice" priority
<spease> Hi...today I'm trying to use xcodeenv to build an iOS app via nix-build. I was able to reduce some initial "not able to write" errors by adding "-UseNewBuildSystem=NO" to the Xcode args. However now I'm getting "Unable to determine SimDeviceSet, set_path=(null)" (and some additional not writable errors wrt logs). The final error is "No
<spease> architectures to compile for (ARCHS=x86_64, VALID_ARCHS=arm64)." I believe the "Unable to determine" may be caused by the simulator data living in "~/Library/Developer/CoreSimulator/Devices/" which is presumably not accessible from the nix environment (which I believe is executed by nixbld*, not my user). Is there a graceful way to handle this with
<spease> nix?
<spease> Sorry that's a mouthful
kraeXen has joined #nixos
<steadmon> specifically, the unit-script-postfix-pre-start script calls `postfix set-permissions config_directory=/var/lib/postfix/conf`, which then complains that the generic map file is on a read-only filesystem and can't be chowned
<{^_^}> [nixpkgs] @worldofpeace merged pull request #95206 → [20.03] Fix ibus → https://git.io/JJyXY
<{^_^}> [nixpkgs] @worldofpeace pushed 13 commits to staging-20.03: https://git.io/JJ7YZ
<energizer> pikajude: sometimes i just use -j1 to avoid those issues
<{^_^}> [nixpkgs] @jonringer closed pull request #95374 → nixos/pulseaudio: Fix ExecStop → https://git.io/JJ7mm
<pikajude> sure, that works too
<pikajude> i was hoping for a better solution but i might as well do that
nDuff has joined #nixos
kraeXen has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #95328 → vale: 2.3.0 -> 2.3.2 → https://git.io/JJHa4
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ7YC
kraeXen has joined #nixos
<energizer> yeah i'd like a solution to that, i guess i should just give up and buy a new computer with more ram
<bqv> more?!
mbrgm_ has joined #nixos
<energizer> for my desktop, not for my remote
mbrgm has quit [Ping timeout: 246 seconds]
mbrgm_ is now known as mbrgm
<jlv> clever: doesn't `pkgs.fetchgit` require a `sha256`? That wouldn't be easy to use here. I'm reading from a package set that only provides git url and reference tag.
<clever> jlv: you could pre-fetch things, compute the sha256, and then generate an extra lock file that lists the sha256's
<{^_^}> [nixpkgs] @marsam merged pull request #95343 → chezmoi: 1.8.3 -> 1.8.4 → https://git.io/JJQCy
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJ7Yu
<jlv> clever: ya. That is probably the "right" way to do it, but it's a lot more work XD
<steadmon> there doesn't seem to be a way to set the `generic` alias map directly in the postfix service config
<steadmon> so I create it manually by setting its content in `environment.etc."postfix-maps/generic".text`
<steadmon> that works as expected
<steadmon> then i add it to the postfix config by setting `services.postfix.mapFiles.generic = "/etc/postfix-maps/generic";`
<steadmon> this correctly compiles the `generic` aliases map to `/var/lib/postfix/conf/generic.db`
<clever> steadmon: you could also do `services.postfix.mapFiles.generic = builtins.toFile "any-name" "body";`
<clever> that will generate a file in /nix/store/ and then point the config to it
<steadmon> clever: interesting, let me try that
<steadmon> clever: that worked, thank you so much! been struggling with this all day
<clever> thats the nix way of doing things, ignore /etc/ entirely, and just use absolute paths for everything
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95377 → fatsort: 1.6.2.605 -> 1.6.3.622 → https://git.io/JJ7Yh
lsix has quit [Quit: WeeChat 2.9]
drakonis1 has quit [Quit: WeeChat 2.9]
evils has quit [Read error: Connection reset by peer]
Mateon1 has joined #nixos
evils has joined #nixos
kraeXen has quit [Ping timeout: 260 seconds]
gv has quit [Remote host closed the connection]
<spease> Hmm, new problem. I don't appear to have a profile directory in my /nix/var/nix/profiles/per-user/<user> folders
gv has joined #nixos
alp has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95378 → gegl_0_4: 0.4.24 -> 0.4.26 → https://git.io/JJ7OR
griff_ has quit [Quit: griff_]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #95379 → gitolite: 3.6.11 -> 3.6.12 → https://git.io/JJ7Or
Mr_Keyser_Soze has joined #nixos
aszlig has quit [Quit: Kerneling down for reboot NOW.]
Mr_Keyser_Soze has quit [Remote host closed the connection]
aszlig has joined #nixos