worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || 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-inf
<bew> no you can't, that would defeat the point of a declarative config, it wouldn't be pure.. Either you force the IP in your config, or maybe sth else like first get the actual ip before starting the program that needs it (outside of nix, but you could use Nix to wrap the program)
pushqrdx has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<uhohqueenofTechl> Can you declaratively patch any NixOS package?
<bew> yes afaik
<{^_^}> [nixpkgs] @fabaff merged pull request #117762 → chezmoi: 2.0.3 -> 2.0.4 → https://github.com/NixOS/nixpkgs/pull/117762
<bew> what kind of patch? choose another dependency? edit the source code?
<supersandro2000> bpye: try disabling controlmaster in ssh
<bpye> I have tried that, no luck
<supersandro2000> bpye: well not sure how you can find out why process 4323 was killed
<{^_^}> [nixpkgs] @fabaff merged pull request #117706 → python38Packages.micawber: 0.5.2 -> 0.5.3 → https://github.com/NixOS/nixpkgs/pull/117706
<{^_^}> [nixpkgs] @fabaff merged pull request #117634 → oil: 0.8.7 -> 0.8.8 → https://github.com/NixOS/nixpkgs/pull/117634
<bpye> supersandro2000 It looks like 2361 is the first error, which is that absolute path 'K' thing
<bpye> Is there any way clean thenix store more than a gc?
j has joined #nixos
pacc[m] has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #117841 → swego: 0.93 -> 0.94 → https://github.com/NixOS/nixpkgs/pull/117841
phalrax has quit [Quit: Connection closed]
<bpye> Hm, I guess nix-store --verify --check-contents, but that reports no issues, either on the host or the remote
<{^_^}> [nixpkgs] @fabaff merged pull request #117844 → teler: 1.1.1 -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/117844
j is now known as jess
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 276 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> [nixpkgs] @fabaff merged pull request #117837 → sipvicious: 0.3.2 -> 0.3.3 → https://github.com/NixOS/nixpkgs/pull/117837
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<ajs124> bpye: do all remote builds fail or only certain ones?
Vadrigar_ has joined #nixos
<uhohqueenofTechl> <bew "what kind of patch? choose anoth"> Edit the source code
<bpye> I have tried a few different targets in that flake - one of which is just pkgs.linuxKernelLatest and they all fail, but I could still use my x64 machine as a remote successfully
Vadrigar_ has quit [Ping timeout: 240 seconds]
<bpye> I can recreate the VM and see but if it broke I would like to know how so I don’t do it again…
<uhohqueenofTechl> Can I declaritively edit the source code of any nix package?
<ajs124> bpye: I might have missed that, but did it use to work and just stop working or did it never work?
<ajs124> uhohqueenofTechl: you can use an overlay and overrideAttrs
<bpye> It was working previously, though I was using unstable - that failed when I added librespot as it didn’t seem to pull a cached cargo or anything and cargo-bootstrap failed, but also I don’t want to rebuild llvm - so I then switched to 20.09 in the flake and I’ve been unable to make that work
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<uhohqueenofTechl> <ajs124 "uhoh, queen of Techlore - #👥•ch"> Can I do this in home manager?
<bpye> ajs124 That said, unstable also doesn't work now
<bpye> So I think my next thing will have to be to try a new VM...
<bpye> Wait, huh, an earlier generation of the VM works, so it was the nixos-rebuilt --upgrade switch there that broke it?
<bpye> Except now it thinks it has to build the linux kernel, whilst I'm pretty sure 20.09's linuxPackages_latest should be cached...
simba1 has quit [Ping timeout: 240 seconds]
haritz has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
grimvar_ has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
haritz has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JYZvH
grimvar has quit [Ping timeout: 252 seconds]
pushqrdx has quit [Quit: pushqrdx]
drsensor has joined #nixos
simba1 has joined #nixos
dsrt^ has quit []
vs^ has joined #nixos
uhohqueenofTechl has left #nixos ["User left"]
stree has quit [Ping timeout: 260 seconds]
Synthetica has quit [Quit: Connection closed for inactivity]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #117853 → haskellPackages.github: Loosen version bounds at 0.26 → https://github.com/NixOS/nixpkgs/pull/117853
citadelcore has joined #nixos
h0m1 has quit [Ping timeout: 245 seconds]
sss2 has quit [Quit: Leaving]
<citadelcore> Hey all. Is there a way to evaluate a custom expression with `nix eval` when using a flake as the input?
<citadelcore> I've looked at --apply, but it seems to be very restrictive in what it accepts (you can't actually define expressions inside, even a space will break the parser)
<citadelcore> Essentially I want to perform some custom transform on a certain output of the flake
h0m1 has joined #nixos
stree has joined #nixos
<l33[m]> i just built an entire system from a flake... i'm impressed! :-)
<l33[m]> it wasn't even my system! LOL!
<supersandro2000> I just got nixos containers working on Ubuntu with natting
<supersandro2000> nixos migration here I come!
<hiking[m]> oh fuck I forgot I have a nixos notification ping... I'm gonna get blasted here lol
patagonicus0 has joined #nixos
<l33[m]> <supersandro2000 "I just got nixos containers work"> migrate! migrate! MIGRATE!
<supersandro2000> l33[m]: if you have a lot of services and things it takes a while
patagonicus has quit [Ping timeout: 240 seconds]
patagonicus0 is now known as patagonicus
<l33[m]> <supersandro2000 "l33: if you have a lot of servic"> i know....and you are run 68% of the services on the internet right now.
<l33[m]> > <@freenode_supersandro2000:matrix.org> l33: if you have a lot of services and things it takes a while
<l33[m]> * i know....and you are running 68% of the services on the internet right now.
<{^_^}> error: syntax error, unexpected '<', at (string):492:1
<supersandro2000> editing on matrix really works well with IRC
<l33[m]> <supersandro2000 "editing on matrix really works w"> i very much doubt that.....
<gchristensen> it is not ideal :P
<l33[m]> <l33[m] "i very much doubt that..... "> i got banned from IRC in 1986... I've not been allowed back since. ;-)
haritz has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
attila_lendvai has quit [Ping timeout: 246 seconds]
<gchristensen> a few before september even :)
<gchristensen> years*
<l33[m]> wow, you just edited that... i see what you did there.. :-)
ris has quit [Ping timeout: 260 seconds]
<l33[m]> well i have nothing to report, everything i've tried with nix/OS seems to be working...
orivej has quit [Ping timeout: 246 seconds]
<l33[m]> which is both amazing and terrifying at the same time....or as we say .. amazeafying.
<gchristensen> pretty boring
<l33[m]> :-)
<hiking[m]> Will NixOS ever bundle an installer? 🤔 just asking since I feel more comfortable using gui installers
<citadelcore> nvm, I was being an idiot and messed up my bash script. Nothing wrong with --apply :)
citadelcore has quit [Quit: Connection closed]
rajivr has joined #nixos
<simpson> hiking[m]: https://github.com/NixOS/nixpkgs/issues/21662 is where folks have discussed this. I got the impression that none of the installer tools are fully-featured enough yet.
<{^_^}> #21662 (by matthewbauer, 4 years ago, open): RFC: Graphical installer for NixOS
<zhaofeng> Ok, I was being a complete idiot and messed up my Nix store (some files deleted). Now rebuilding gives me "error: while setting up the build environment: getting attributes of path '/nix/store/9k5zncj9m4pzkxyy649a1s3xssgqvb0f-qemu-5.2.0': No such file or directory". How can I go about resolving this?
<hiking[m]> <{^_^} "#21662 (by matthewbauer, 4 years"> thanks for the tip
<zhaofeng> I tried `nix-store --verify --check-contents --repair` but it didn't help
<matthewcroughan> ryantm: The bot hid my post, I know the forums are undergoing massive usage at the moment, which is why I'm asking you directly to take a look ;D
<matthewcroughan> Sorry for bothering, but I feel that my profile might be hidden for weeks otherwise, and I want to participate a lot more.
<matthewcroughan> username `matthewcroughan` https://discourse.nixos.org/u/matthewcroughan/
<simpson> hiking[m]: FWIW there's not much which happens during installation but that *doesn't* happen during typical system updates. You'll have to eventually learn enough Nix to hack your configuration.nix, for example. The only thing done during installation is disk partitioning.
<simpson> ...I do agree that a graphical disk partitioning tool can be *much* easier and more comfortable than the TUI tools like parted or cfdisk.
<gchristensen> I got you matthewcroughan (cc ryantm )
<matthewcroughan> Thanks <3
<matthewcroughan> How do you give kudos here again?
<hiking[m]> That's the deal. I feel somewhat insecure when partitioning... principally because I have to avoid borking my Windows partition (which I still need sadly)
<matthewcroughan> I swear that bot is dead or something
<gchristensen> <3 nickname or nickname++ :)
bew has quit [Quit: Connection closed]
bew has joined #nixos
<gchristensen> I think you can also do ✨ matthewcroughan
<{^_^}> matthewcroughan's karma got increased to 2
<matthewcroughan> Oh great :D
<matthewcroughan> Does it take multiple arguments?
<gchristensen> no
<matthewcroughan> gchristensen++
<{^_^}> gchristensen's karma got increased to 445
<gchristensen> but you can do multiple on one line :)
<bew> {^_^}++
<{^_^}> {^_^}'s karma got increased to 229
<bew> x)
<matthewcroughan> Can we make it recursive?
<matthewcroughan> I'm sure we can, in some screwed up way.
<hiking[m]> Oh god I just said "thanks" to an IRC bot?
<gchristensen> ,karma = Give karma with: <3 nickname or nickname++ or ✨ nickname. You can grant karma to multiple people on one line via <3 nickname1 <3 nickname2 <3 nickname3, etc.
<hiking[m]> 🥸
<{^_^}> karma defined
<gchristensen> matthewcroughan: {^_^} doesn't see messages {^_^} sends, so I don't think so :)
<matthewcroughan> Can we write a nix expression that gets evaluated with >, that then gets picked up by {^_^}?
<gchristensen> you can try in #bottest :)
ross`_ is now known as ross`
Qwerky_ has quit [Remote host closed the connection]
cr0ssw1nd has quit [Quit: Leaving]
<infinisil> The bot can only read messages from non-{^_^} nicks, and it can only write with the {^_^} nick, so no recursion :)
alexherbo2 has quit [Ping timeout: 240 seconds]
<matthewcroughan> The fact that you have even thought about this is what comforts me about Nix.
<gchristensen> hehe
<gchristensen> you're still welcome to try of course ;)
<matthewcroughan> gchristensen: where are your repos!
<matthewcroughan> I want to steal code.
<matthewcroughan> Primarily, I want to know how you use traefik, and cross-compile.
Qwerky has joined #nixos
<deltab> it's how IRC works: you don't receive the messages you send
<matthewcroughan> Hmm.. Why Can't I do `imports = [ ${self}/modules/tailscale.nix ];`
<matthewcroughan> I just get syntax error, unexpected DOLLAR_CURLY
<l33[m]> l33++
<{^_^}> l33's karma got increased to 7
<matthewcroughan> LOL
<matthewcroughan> matthewcroughan++
<{^_^}> matthewcroughan's karma got decreased to 1
<matthewcroughan> Oh bother :(
<l33[m]> no do you see why i got banned from IRC in 1983
zebrag has quit [Quit: Konversation terminated!]
<bew> matthewcroughan for relative path you can do ./foo/bar
<matthewcroughan> I've been completely demoted. How brutal.
Qwerky has quit [Ping timeout: 246 seconds]
<bew> matthewcroughan++ :D
<{^_^}> matthewcroughan's karma got increased to 2
zebrag has joined #nixos
<matthewcroughan> l33[m]: Your irc name is l33[m]
<matthewcroughan> there's some other l33 on Freenode that you just promoted.
<l33[m]> super!
<matthewcroughan> bew: from the root of the repo?
S0rin_ has joined #nixos
<l33[m]> I alway want negative karma, thats just how janitors have to be.
<matthewcroughan> I'm looking for `${self}` from the perspective of the flake, not of the nix file I'm working in
mayhew has quit [Quit: Konversation terminated!]
<matthewcroughan> this works elsewhere, just not in a list of `import`
<deltab> matthewcroughan: do you need quotes around it?
<matthewcroughan> `imports*`
<matthewcroughan> deltab: nope, that doesn't work either
<bew> iirc imports need a list of paths, not strings, so you can't do `"${self}/foo/bar"`
<matthewcroughan> Ah, right, yeah..
<matthewcroughan> is there a toPath function?
<matthewcroughan> and can we make every element of a list toPath?
<infinisil> aszlig++
<{^_^}> aszlig's karma got increased to -666
S0rin has quit [Read error: Connection reset by peer]
S0rin has joined #nixos
<{^_^}> [nixpkgs] @TredwellGit opened pull request #117855 → xorg.libXaw: 1.0.13 -> 1.0.14 → https://github.com/NixOS/nixpkgs/pull/117855
<infinisil> matthewcroughan: bew: Imports can be both strings or paths
<infinisil> imports = [ "${self}/modules/tailscale.nix" ]
<infinisil> (Imports can also be functions or attributes actually, but that's not relevant here)
<bew> infinisil oh, right, good then
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #117856 → pythonPackages.nodepy → https://github.com/NixOS/nixpkgs/pull/117856
S0rin_ has quit [Ping timeout: 268 seconds]
aexoxea has joined #nixos
cr0ssw1nd has joined #nixos
<cr0ssw1nd> Hey there
dansho has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
ahmedelgabri has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @TredwellGit opened pull request #117858 → glibc: 2.32-39 -> 2.32-40 → https://github.com/NixOS/nixpkgs/pull/117858
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @anund opened pull request #117859 → libsForQt5.ffmpegthumbs: ffmpeg_3 -> ffmpeg_4 → https://github.com/NixOS/nixpkgs/pull/117859
epitron[m] has joined #nixos
jesystani has joined #nixos
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Qwerky has joined #nixos
<jesystani> hello, im wondering if theres something like pkgs.writeScriptBin, except it will copy an existing file, but update the shebang to match nixos? i presume something like this happens in he builder, but im not sure if theres a helper function to quickly create a derivation for single file scripts like that. thank you
<cole-h> zhaofeng: I think if you `touch` that file / `mkdir` that dir and then repair the store, that might work?
AlpineLlama has joined #nixos
<infinisil> jesystani: The `patchShebangs` bash function does that in stdenv
<infinisil> So you could probably do `pkgs.runCommandNoCC "copy" {} "cp ${some-file} $out; patchShebangs $out"`
Qwerky has quit [Ping timeout: 240 seconds]
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #117859 → libsForQt5.ffmpegthumbs: ffmpeg_3 -> ffmpeg_4 → https://github.com/NixOS/nixpkgs/pull/117859
b has quit [Quit: Lost terminal]
ahmedelgabri has joined #nixos
sss2 has joined #nixos
drsensor has quit [Quit: Connection closed for inactivity]
<jesystani> infinisil: that would be part of a derivation right?
<infinisil> runCommand[NoCC] defines a derivation
<jesystani> oh i see, awesome
<jesystani> thank you
ahmedelgabri has quit [Ping timeout: 246 seconds]
Guest55480 has quit [Ping timeout: 252 seconds]
Wizek has quit [Quit: Connection closed for inactivity]
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #117860 → pythonPackages.ronin: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/117860
<jesystani> infinisil: what does the "copy" part to that do?
<bew> jesystani this is just the name of the derivation, it can be "foobar" if you want
<jesystani> ah ok, sorry to be a pain but where are the documentation for these functions? I always lose track of them
ahmedelgabri has quit [Ping timeout: 245 seconds]
<bew> almost everything is in the manual: https://nixos.org/manual/nixpkgs/stable
<bew> and that function is documented in the section "trivial builder": https://nixos.org/manual/nixpkgs/stable/#chap-trivial-builders
<bew> +s
<jesystani> thhank you :)
<{^_^}> [nixpkgs] @ryantm merged pull request #117461 → bupstash: 0.7.0 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/117461
<{^_^}> [nixpkgs] @ryantm merged pull request #111761 → gobgp: 2.23.0 -> 2.24.0 → https://github.com/NixOS/nixpkgs/pull/111761
<{^_^}> [nixpkgs] @ryantm merged pull request #117518 → seaweedfs: 2.34 -> 2.35 → https://github.com/NixOS/nixpkgs/pull/117518
<{^_^}> [nixpkgs] @ryantm merged pull request #117552 → clojure: 1.10.2.774 -> 1.10.3.814 → https://github.com/NixOS/nixpkgs/pull/117552
<{^_^}> [nixpkgs] @ryantm merged pull request #117516 → sd-local: 1.0.26 -> 1.0.27 → https://github.com/NixOS/nixpkgs/pull/117516
<bew> jesystani an interesting read is also the source code :) https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/trivial-builders.nix
<{^_^}> [nixpkgs] @ryantm merged pull request #117607 → marvin: 21.2.0 -> 21.3.0 → https://github.com/NixOS/nixpkgs/pull/117607
<{^_^}> [nixpkgs] @ryantm merged pull request #117529 → unciv: 3.13.10 -> 3.13.11 → https://github.com/NixOS/nixpkgs/pull/117529
<jesystani> so im playing around with it now and i have a probably trivial question: runCommand and co create a derivation to my knowledge, but im unsure how to have that derivation be treated as a package, unless im just doing something really wrong, i get an error that im getting something thats not a package.
stree has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #117655 → pkgconf-unwrapped: 1.7.3 -> 1.7.4 → https://github.com/NixOS/nixpkgs/pull/117655
<supersandro2000> Does it make sense in NixOS to split services into containers at all?
<supersandro2000> All the typically container use cases are already solved by nix tbh
<{^_^}> [nixpkgs] @marsam merged pull request #117845 → tfsec: 0.39.10 -> 0.39.14 → https://github.com/NixOS/nixpkgs/pull/117845
<{^_^}> [nixpkgs] @ryantm merged pull request #117338 → ibm-sw-tpm2: 1637 -> 1661 → https://github.com/NixOS/nixpkgs/pull/117338
<supersandro2000> well maybe process isolation
<{^_^}> [nixpkgs] @marsam merged pull request #117775 → git-lfs: 2.13.2 -> 2.13.3 → https://github.com/NixOS/nixpkgs/pull/117775
Dr8128 has quit [Ping timeout: 240 seconds]
stree has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #117794 → k9s: 0.24.3 -> 0.24.5 → https://github.com/NixOS/nixpkgs/pull/117794
<{^_^}> [nixpkgs] @ryantm merged pull request #117801 → lightburn: 0.9.21 -> 0.9.22 → https://github.com/NixOS/nixpkgs/pull/117801
<{^_^}> [nixpkgs] @ryantm merged pull request #117821 → photoflare: 1.6.7 -> 1.6.7.1 → https://github.com/NixOS/nixpkgs/pull/117821
mkaito has joined #nixos
Supersonic112 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #117861 → ecasound: unbreak → https://github.com/NixOS/nixpkgs/pull/117861
Dr8128 has joined #nixos
jbox has quit [Ping timeout: 240 seconds]
ahmedelgabri has quit [Ping timeout: 250 seconds]
pinkieval has quit [Ping timeout: 240 seconds]
fresheyeball has quit [Quit: WeeChat 2.9]
Dr8128 has quit [Ping timeout: 252 seconds]
Jd007 has quit [Quit: Jd007]
Jd007 has joined #nixos
Vadrigar_ has joined #nixos
Vadrigar_ has quit [Ping timeout: 246 seconds]
<matthewcroughan> infinisil: If I do imports = [ "${self}/modules/tailscale.nix" ] I end up with infinite recursion
sb0 has joined #nixos
dansho has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111541 → egl-wayland: 1.1.4 -> 1.1.6, fix pkg-config file → https://github.com/NixOS/nixpkgs/pull/111541
<infinisil> matthewcroughan: Where does self come from?
<infinisil> Show the whole file ideally
simba1 has quit [Ping timeout: 245 seconds]
simba1 has joined #nixos
stree has quit [Quit: Caught exception]
stree has joined #nixos
mkaito has quit [Quit: WeeChat 3.1]
jbox has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #117862 → python3Packages.python-dynamodb-lock: init at 0.9.3 → https://github.com/NixOS/nixpkgs/pull/117862
palo1 has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
Jd007 has quit [Quit: Jd007]
<jesystani> can someone sanity check me on if patchShebang will patch #!/bin/zsh accordingly?
<sb0> "nixops deploy -d lab" gives me the error "root@rpi-2: Permission denied (publickey,password,keyboard-interactive)." but when I do "ssh root@rpi-2" (under the same user) it logs in using the public key without any problem. what is going on?
<sb0> in the log on rpi-2 I see auth failures when attempting to log in with a ED25519 key, which is weird because my keys should be RSA
<infinisil> jesystani: It should if you have zsh as a build input
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<sb0> hm ok seems it needs nixops destroy and there's another keypair silently used by nixops
wallacer has joined #nixos
wallacer has quit [Max SendQ exceeded]
wallacer has joined #nixos
wallacer has quit [Max SendQ exceeded]
<heyarne[m]> i'd like to give pipewire a try and i'm on 20.09. can i do that? at the moment i get an error (`error: The option `services.pipewire.alsa' defined in `/etc/nixos/configuration.nix' does not exist.
<heyarne[m]> `)
dexterfoo has quit [Quit: WeeChat 1.9.1]
<jesystani> infinisil: oh that'll be it, thanks
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117861 → ecasound: unbreak → https://github.com/NixOS/nixpkgs/pull/117861
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117176 → swaycwd: init at 0.0.1 → https://github.com/NixOS/nixpkgs/pull/117176
andymandias has quit [Quit: ZNC 1.8.1 - https://znc.in]
andymandias has joined #nixos
simba1 has quit [Ping timeout: 246 seconds]
simba1 has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #117863 → gopass: 1.12.4 -> 1.12.5 → https://github.com/NixOS/nixpkgs/pull/117863
zakame has joined #nixos
simba1 has quit [Ping timeout: 258 seconds]
simba1 has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/dc2870a606a (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<heyarne[m]> to answer my own question: https://github.com/NixOS/nixpkgs/issues/41212
<{^_^}> #41212 (by Chiiruno, 2 years ago, closed): [Question] How to enable a service from a different channel
<{^_^}> [nixpkgs] @marsam opened pull request #117864 → libfyaml: 0.6 -> 0.6.3 → https://github.com/NixOS/nixpkgs/pull/117864
ahmedelgabri has joined #nixos
paddymahoney has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @RaghavSood merged pull request #117268 → lndmanage: init at 0.11.0 → https://github.com/NixOS/nixpkgs/pull/117268
paddymahoney has joined #nixos
<{^_^}> [nixpkgs] @RaghavSood merged pull request #117248 → stripe-cli: 1.5.10 -> 1.5.11 → https://github.com/NixOS/nixpkgs/pull/117248
<{^_^}> [nixpkgs] @RaghavSood merged pull request #117228 → openethereum: 3.1.1 -> 3.2.1 → https://github.com/NixOS/nixpkgs/pull/117228
ahmedelgabri has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #117865 → stix-two: 2.11 -> 2.12 → https://github.com/NixOS/nixpkgs/pull/117865
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117848 → factorio: 1.1.27 -> 1.1.30 → https://github.com/NixOS/nixpkgs/pull/117848
bitmapper has quit [Quit: Connection closed for inactivity]
<heyarne[m]> hm… am i misunderstanding `disabledModules`? my `/etc/nixos/configuration.nix` starts like this: https://pastebin.com/1n8AW84f but trying to rebuild it still throws an error: `error: The option \`services.pipewire.enable' in \`/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/desktops/pipewire.nix' is already declared in
<heyarne[m]> \`/nix/store/9p64rfhziavzvg45z4gidba52vqbqmgj-source/nixos/modules/services/desktops/pipewire/pipewire.nix'.`
<heyarne[m]> again, to answer my own question: the path changed, so `disabledModules = ["services/desktops/pipewire.nix"];` did the trick. sorry for rubberducking!
Datta[m] has joined #nixos
cr0ssw1nd has quit [Ping timeout: 240 seconds]
jbox has quit [Quit: WeeChat 3.1]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b01e00ba8f8 (from 15 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Lord_of_Life has joined #nixos
<heyarne[m]> hm, i still can't get it to build. the relevant path of my `/etc/nixos/configuration.nix` is here https://pastebin.com/AmxNGKGt. the build output. the output of `nixos-rebuild dry-build --show-trace` is here: https://pastebin.com/s3QSB2xQ can somebody provide some guidance how i can make unstable pipewire work on 20.09?
malook has joined #nixos
<supersandro2000> ++ lib.optional [ cfg.pulse.enable cfg.package.pulse ] ;
<heyarne[m]> yes. where is that `cfg.package` coming from? still pretty new to this
<heyarne[m]> or rather where should it be provided
stree has quit [Ping timeout: 268 seconds]
Vadrigar_ has joined #nixos
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
Heirlung has quit [Quit: ZNC - http://znc.in]
Heirlung has joined #nixos
Vadrigar_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jojosch opened pull request #117866 → jellyfin-mpv-shim: 1.10.2 -> 1.10.3 → https://github.com/NixOS/nixpkgs/pull/117866
pinkieval has joined #nixos
zupo has joined #nixos
zupo_ has joined #nixos
vs^ has quit []
zupo has quit [Ping timeout: 240 seconds]
stree has joined #nixos
Frosku has joined #nixos
dsrt^ has joined #nixos
<{^_^}> [nixpkgs] @nlewo merged pull request #117854 → yq-go: 4.6.2 -> 4.6.3 → https://github.com/NixOS/nixpkgs/pull/117854
<Frosku> Hi, how easy is it to do a 100% free software install of NixOS?
<{^_^}> [nixpkgs] @mrVanDalo opened pull request #117867 → tor-browser-bundle-bin: make overrideAttrs work → https://github.com/NixOS/nixpkgs/pull/117867
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @fuwa25519 opened pull request #117868 → wownero: 0.8.0.1 -> 0.9.2.2 → https://github.com/NixOS/nixpkgs/pull/117868
<aaronjanse> Very easy
<aaronjanse> Unfree software is disabled by default
<aaronjanse> Frosku
Vadrigar_ has joined #nixos
gurmble has joined #nixos
grumble has quit [Remote host closed the connection]
gurmble is now known as grumble
<Frosku> Brilliant
zhaofeng has quit [Ping timeout: 265 seconds]
cole-h has quit [Ping timeout: 240 seconds]
<supersandro2000> heyarne[m]: the package for the service
jonringer has quit [Ping timeout: 258 seconds]
<supersandro2000> this is often used to customize the package, eg add modules to nginx
zhaofeng has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117855 → xorg.libXaw: 1.0.13 -> 1.0.14 → https://github.com/NixOS/nixpkgs/pull/117855
respawn_ has joined #nixos
simba1 has quit [Ping timeout: 246 seconds]
Qwerky has joined #nixos
simba1 has joined #nixos
Datta[m] has left #nixos ["User left"]
Qwerky has quit [Ping timeout: 252 seconds]
PhantomFutaba has joined #nixos
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @nlewo merged pull request #116673 → gremlin-console: 3.4.8 -> 3.4.10 → https://github.com/NixOS/nixpkgs/pull/116673
Qwerky has quit [Ping timeout: 252 seconds]
ahmedelgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 245 seconds]
<MarcWeber> I've been running nixos on a jiffybox domain factory. Now after updating even su username shows 'cannot get capabilities for /run/wrappers/wrappers.E8lIc8lDDP/su: Operation not supported'
<MarcWeber> WHat is the easiest way out?
Wizek has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj closed pull request #117852 → [20.09] qt5.qtwebengine: 5.15.2 -> 5.15.3-a059e740 → https://github.com/NixOS/nixpkgs/pull/117852
ahmedelgabri has joined #nixos
pl643 has joined #nixos
<{^_^}> [nixpkgs] @nek0 opened pull request #117869 → matomo: 3.14.1 -> 4.2.1 → https://github.com/NixOS/nixpkgs/pull/117869
mallox has joined #nixos
nasirhm has quit [Quit: Idle for 30+ days]
ZeroCostAbstrac4 has quit [Quit: Idle for 30+ days]
aniketd[m] has quit [Quit: Idle for 30+ days]
eternalgod[m] has quit [Quit: Idle for 30+ days]
DarkTrancer[m] has quit [Quit: Idle for 30+ days]
aramiscd[m] has quit [Quit: Idle for 30+ days]
grahamc[m] has quit [Quit: Idle for 30+ days]
veehaitch[m] has quit [Quit: Idle for 30+ days]
ramses[m] has quit [Quit: Idle for 30+ days]
samir420[m] has quit [Quit: Idle for 30+ days]
spinlock[m] has quit [Quit: Idle for 30+ days]
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/ad47284f8b0 (from 2 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> [nixpkgs] @Mephistophiles opened pull request #117870 → add new i3wm package: i3-auto-laout → https://github.com/NixOS/nixpkgs/pull/117870
n-osborne has joined #nixos
n-osborne has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 merged pull request #117829 → inter-ui: remove inter-ui → https://github.com/NixOS/nixpkgs/pull/117829
Vadrigar_ has quit [Ping timeout: 240 seconds]
respawn_ has quit [Quit: Leaving]
pl643 has quit [Quit: Ping timeout (120 seconds)]
n-osborne has joined #nixos
stree has quit [Ping timeout: 240 seconds]
cr0ssw1nd has joined #nixos
<Reventlov> Hey.
evils has joined #nixos
<{^_^}> [nixpkgs] @FliegendeWurst opened pull request #117871 → tor-browser-bundle-bin: 10.0.14 -> 10.0.15 → https://github.com/NixOS/nixpkgs/pull/117871
<Reventlov> I have trouble enabling opensmtpd on my nixos install. This is what I use: https://0x0.st/-bor.txt
<Reventlov> but I'm not seeing the service being run, at all
<{^_^}> [nixpkgs] @fabaff merged pull request #117773 → git-extras: 6.1.0 -> 6.2.0 → https://github.com/NixOS/nixpkgs/pull/117773
<Reventlov> how would I go to debug that ?
Vadrigar_ has joined #nixos
<Reventlov> (I'm seeing a "building '/nix/store/kzdilv5y4pqkfypvipra7pvz5sn53xhm-smtpd.conf.drv'...")
stree has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #117872 → abcmidi: 2021.03.10 -> 2021.03.27 → https://github.com/NixOS/nixpkgs/pull/117872
fendor has joined #nixos
Vadrigar_ has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1dfe690209a (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<fgaz> Reventlov: try to inspect what's happening with the service if you didn't already do that
PhantomFutaba has quit [Read error: Connection reset by peer]
Guest55480 has joined #nixos
PhantomFutaba has joined #nixos
<fgaz> eg. `systemctl status <servicename>`, `journalctl -e -u <servicename>`, `systemctl cat <serrvicename>`
zupo has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #117873 → python3Packages.yara-python: init at 4.0.5 → https://github.com/NixOS/nixpkgs/pull/117873
<Reventlov> fgaz: the service is not found
<Reventlov> it's like it's not built at all
cr0ssw1nd has quit [Quit: Leaving]
<Reventlov> a reboot fixed this :|
<Reventlov> really weird.
<fgaz> did you use nixos-rebuild switch?
<Reventlov> yeah
<Reventlov> multiple time, and before the reboot it wasn't doing anything
<Reventlov> after the reboot, it actually tried to enable the service
<fgaz> weird indeed. even if it failed to enable, the service should still be there even without the reboot
n-osborne has quit [Remote host closed the connection]
sangoma has joined #nixos
BenjiProd has joined #nixos
marek has quit [Changing host]
marek has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to master « metrics: drop requiredSystemFeatures; /cc #76776 »: https://git.io/JYZdX
<{^_^}> [nixpkgs] @vcunat pushed to release-20.09 « metrics: drop requiredSystemFeatures; /cc #76776 »: https://git.io/JYZdp
mallox has quit [Ping timeout: 265 seconds]
Quarub has joined #nixos
alexherbo2 has joined #nixos
hexo has quit [Read error: Connection reset by peer]
sangoma has quit [Read error: Connection reset by peer]
hexo- has joined #nixos
sangoma has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
PhantomFutaba has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #117874 → (unbreak) julia: use system blas only when not darwin → https://github.com/NixOS/nixpkgs/pull/117874
Vadrigar_ has joined #nixos
PhantomFutaba has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
Vadrigar_ has quit [Ping timeout: 240 seconds]
Vadrigar_ has joined #nixos
orivej has joined #nixos
n-osborne has joined #nixos
<figgyc> one of the irc bots has a command to look up which package provides a binary right?
Vadrigar_ has quit [Ping timeout: 268 seconds]
Vadrigar_ has joined #nixos
<Ke> ,locate bin/bash
<{^_^}> Found in packages: bash, bash_5, bashInteractive, bashInteractive_5
<Ke> hmm, output has changed
Vadrigar_ has quit [Ping timeout: 240 seconds]
<figgyc> ,locate bin/rpi-update
<{^_^}> Couldn't find in any packages
<figgyc> probably doesnt search aarch64, too bad
n-osborne has quit [Remote host closed the connection]
mallox has joined #nixos
<zopieux> how comes this is so slow tho
<{^_^}> [nixpkgs] @7c6f434c merged pull request #117874 → (unbreak) julia: use system blas only when not darwin → https://github.com/NixOS/nixpkgs/pull/117874
<Ke> install nixpkgs.nix-index
phalrax has joined #nixos
n-osborne has joined #nixos
<phalrax> Hi, looking for a way to get the ipv4 address of my interface in configuration.nix, any ideas?
<Ke> figgyc: binaries are listed by command-not-found tool
Dr8128 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #117875 → foot: fix PGO build with clang → https://github.com/NixOS/nixpkgs/pull/117875
Vadrigar_ has joined #nixos
respawn_ has joined #nixos
<Ke> someone changed the whole nixos again in unstable?
n-osborne has quit [Remote host closed the connection]
stree has quit [Ping timeout: 246 seconds]
berberman has quit [Ping timeout: 245 seconds]
berberman has joined #nixos
<{^_^}> [nixpkgs] @andreisergiu98 opened pull request #117877 → radarr: change sed separator in update script → https://github.com/NixOS/nixpkgs/pull/117877
leotaku has quit [Read error: No route to host]
stree has joined #nixos
leotaku has joined #nixos
<{^_^}> [nixpkgs] @wandersoncferreira opened pull request #117878 → hey-mail: init at 1.1.0 → https://github.com/NixOS/nixpkgs/pull/117878
sshow has quit [Remote host closed the connection]
<pinpox> Hi, are there any (static) code analyzers for nix code? I'd like to integrate some checks as part of my CI when pushing changes to a repo
<pinpox> Stuff like suggestions on possible code smells and syntax checks if possible.
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
ris has joined #nixos
<Ke> I think just evaluating once in a way that touches all the files should check syntax
jesystani has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #117879 → waypipe: 0.7.2 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/117879
<{^_^}> [nixpkgs] @turboMaCk opened pull request #117880 → carla: Fix NSM compatibility → https://github.com/NixOS/nixpkgs/pull/117880
jesystani has joined #nixos
yjftsjthsd has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
lemsip has quit [Quit: I become anti-present]
kaliumxyz has quit [Ping timeout: 245 seconds]
zebrag has joined #nixos
lsix has joined #nixos
<{^_^}> [nixpkgs] @lheckemann merged pull request #115792 → nixos/stage-1: make cpio quiet → https://github.com/NixOS/nixpkgs/pull/115792
malook has left #nixos ["ERC (IRC client for Emacs 27.1)"]
wfranzini has joined #nixos
sb0 has quit [Quit: Leaving]
malook has joined #nixos
wfranzini has quit [Ping timeout: 240 seconds]
mallox has quit [Ping timeout: 252 seconds]
ahmedelgabri has joined #nixos
Vadrigar_ has quit [Ping timeout: 268 seconds]
ahmedelgabri has quit [Ping timeout: 276 seconds]
Izorkin has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @ninjin opened pull request #117881 → julia: large unbreak/cleanup/reorganisation → https://github.com/NixOS/nixpkgs/pull/117881
<{^_^}> [nixpkgs] @siraben opened pull request #117882 → python3Packages.labmath: init at 1.2.0 → https://github.com/NixOS/nixpkgs/pull/117882
bgamari has quit [Ping timeout: 258 seconds]
ahmedelgabri has joined #nixos
attila_lendvai has joined #nixos
ahmedelgabri has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Yarny0 opened pull request #117883 → pycoin: expose cli via top-level entry → https://github.com/NixOS/nixpkgs/pull/117883
bgamari has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #117884 → [20.09] pythonPackages.lxml: 4.6.2 -> 4.6.3, addressing CVE-2021-28957 → https://github.com/NixOS/nixpkgs/pull/117884
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
Dotz0cat has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #117789 → istioctl: 1.9.1 -> 1.9.2 → https://github.com/NixOS/nixpkgs/pull/117789
sangoma has quit [Ping timeout: 246 seconds]
rubm has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #117886 → pythonPackages.pygments: enable tests → https://github.com/NixOS/nixpkgs/pull/117886
Izorkin has joined #nixos
Dotz0cat has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #117887 → python3Packages.pyosmium: 3.1.0 → 3.1.3 → https://github.com/NixOS/nixpkgs/pull/117887
respawn_ has quit [Quit: Leaving]
Dr8128 has quit [Ping timeout: 265 seconds]
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
figgyc has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
phalrax has quit [Quit: Connection closed]
stree has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @kvtb opened pull request #117888 → types.nix: fix outdated comment → https://github.com/NixOS/nixpkgs/pull/117888
nwp[m] has joined #nixos
malook1 has joined #nixos
emilsp has joined #nixos
Izorkin has joined #nixos
malook1 has quit [Quit: malook1]
Vadrigar_ has joined #nixos
stree has joined #nixos
PhantomFutaba has quit [Ping timeout: 252 seconds]
Vadrigar_ has quit [Ping timeout: 260 seconds]
qbit has quit [Quit: leaving]
hiro98 has joined #nixos
<Reventlov> Hey
<Reventlov> It seems that https://github.com/NixOS/nixpkgs/blob/nixos-20.09/nixos/modules/services/web-apps/mediawiki.nix is not really ready for sqlite, am I wrong ? It's mentioned in the documentation, but…
<Reventlov> no mention of "sqlite" in the module, and it seems that this will fail if sqlite is used: $wgDBserver = "${cfg.database.host}:${if cfg.database.socket != null then cfg.database.socket else toString cfg.database.port}";
Quarub has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @marsam merged pull request #117160 → abseil-cpp: build shared → https://github.com/NixOS/nixpkgs/pull/117160
mcornick has quit [Quit: bbl]
mcornick has joined #nixos
Dr8128 has joined #nixos
mcornick has quit [Client Quit]
mcornick has joined #nixos
<{^_^}> [nixpkgs] @ppenguin opened pull request #117889 → Update strawberry 0.9.2 → https://github.com/NixOS/nixpkgs/pull/117889
ahmedelgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
hlz has quit [Quit: WeeChat 3.1]
hlz has joined #nixos
malook has left #nixos ["ERC (IRC client for Emacs 27.1)"]
attila_lendvai has quit [Ping timeout: 240 seconds]
mcornick has quit [Quit: bbl]
cantstanya has quit [Ping timeout: 240 seconds]
sangoma has joined #nixos
cantstanya has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #117271 → logrotate: compile with acl support → https://github.com/NixOS/nixpkgs/pull/117271
<{^_^}> [nixpkgs] @doronbehar closed pull request #85202 → module/xss-lock: add package to systemPackages when the module is ena… → https://github.com/NixOS/nixpkgs/pull/85202
<{^_^}> [nixpkgs] @doronbehar merged pull request #114838 → vit: 2.0.0 -> 2.1.0 → https://github.com/NixOS/nixpkgs/pull/114838
ahmedelgabri has joined #nixos
attila_lendvai has joined #nixos
ahmedelgabri has quit [Client Quit]
ahmedelgabri has joined #nixos
mcornick has joined #nixos
Vadrigar_ has joined #nixos
sshow has joined #nixos
emilsp has quit [Quit: I become anti-present]
figgyc has joined #nixos
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
cinimod`` has quit [Ping timeout: 246 seconds]
cinimod` has joined #nixos
Vadrigar_ has quit [Ping timeout: 240 seconds]
gramanas has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @milahu opened pull request #117890 → locate.nix: write /etc/updatedb.conf → https://github.com/NixOS/nixpkgs/pull/117890
cinimod` has quit [Ping timeout: 252 seconds]
m4tsa_ has joined #nixos
Izorkin has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/dc2870a606a (from 23 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to master: https://git.io/JYnaf
<{^_^}> [nixpkgs] @vcunat merged pull request #117408 → chore: Use python with dbus in pidgin → https://github.com/NixOS/nixpkgs/pull/117408
m4ts has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @risicle opened pull request #117891 → python3Packages.urllib3: 1.26.3 -> 1.26.4, python2Packages.urllib3: add patch for CVE-2021-28363 → https://github.com/NixOS/nixpkgs/pull/117891
haritz has joined #nixos
haritz has quit [Changing host]
haritz has joined #nixos
ach_ has joined #nixos
aexoxea has quit [Quit: Goodbye!]
ach_ has quit [Client Quit]
Vadrigar_ has joined #nixos
<matthewcroughan> infinisil: self comes from the flake
attila_lendvai has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.ocaml-version: use Dune 2 »: https://git.io/JYnKn
figgyc[m] has joined #nixos
Frosku has quit [Ping timeout: 240 seconds]
Frosku has joined #nixos
Vadrigar_ has quit [Ping timeout: 246 seconds]
<infinisil> matthewcroughan: I know, can you show the whole file?
<matthewcroughan> infinisil: flake or my configuration?
bnjmnt4n[m] has quit [Quit: Idle for 30+ days]
<matthewcroughan> This is the configuration which is referencing many ../../ directories
<matthewcroughan> I want to cut down on this and am scheming a way
sangoma has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos
rubm has quit [Read error: Connection reset by peer]
rubm has joined #nixos
<infinisil> matthewcroughan: The file that uses "${self}" in imports
<matthewcroughan> infinisil: Oh, I haven't put it in there, I'm just trying to put it in the imports of that file though
<matthewcroughan> I tried various ways and the errors reported are what occurred :D
<matthewcroughan> I haven't committed those attempts, is what I'm saying
<infinisil> matthewcroughan: So how did you get `self` in scope in your attempt that gave infinite recursion/
<matthewcroughan> Oh, just put it in the top of the file in the `{ self, stuff, things}:`
Vadrigar_ has joined #nixos
<infinisil> matthewcroughan: So you put the `self` in specialArgs?
<matthewcroughan> What is specialArgs?
wfranzini has joined #nixos
<matthewcroughan> I put it in l5
<infinisil> Just commit your attempt so I can look at it properly
<matthewcroughan> infinisil: latest commit shows the attempt
<infinisil> Ah I see
<infinisil> matthewcroughan: Extend https://github.com/MatthewCroughan/nixcfg/blob/master/flake.nix#L45 with `inherit inputs self; `
<matthewcroughan> oh, I didn't realise specialArgs was part of the flake
<matthewcroughan> is there an rfc/description of what that does?
<infinisil> specialArgs is a NixOS module system thing, doesn't have anything directly to do with flakes
<matthewcroughan> infinisil: I can't really understand why that worked :D
<matthewcroughan> but it did
lordcirth has joined #nixos
<matthewcroughan> can you maybe explain what on earth just happened?
<matthewcroughan> hmm
<matthewcroughan> I guess that's pretty much what I'm trying to do
<infinisil> matthewcroughan: specialArgs just forwards the arguments you pass to all modules
jonringer has joined #nixos
<matthewcroughan> Is there any way I could avoid wrapping it in quotes?
<infinisil> So `specialArgs.foo = 10` allows you to access `foo` as an argument from all modules
<matthewcroughan> Also, what if I want *all* modules to be from self? Can I do 'imports = with self;` ?
<infinisil> You can do `imports = [ (self + "/some/path.nix") ]`
<matthewcroughan> yeah that's nice
oida has quit [Remote host closed the connection]
<matthewcroughan> Actually, looks like that doesn't work
oida has joined #nixos
<matthewcroughan> error: syntax error, unexpected DOLLAR_CURLY
<{^_^}> [nixpkgs] @7c6f434c opened pull request #117892 → quicklispPackages: update, sbcl: 2.0.8 -> 2.1.2, and related stuff → https://github.com/NixOS/nixpkgs/pull/117892
civodul has joined #nixos
stree has quit [Ping timeout: 268 seconds]
Frosku has quit [Ping timeout: 240 seconds]
<gramanas> Hi, I was wondering if there is information about the mirroring of emacs' package archives in nixpkgs (like elpa and melpa). I am getting some 404s while configuring emacs with nix-build due to it trying to download older versions of the packages.
Frosku has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #117893 → <!-- To help with the large amounts of pull requests, we would appreciate your reviews of other pull requests, especiall… → https://github.com/NixOS/nixpkgs/pull/117893
NULLx76 has joined #nixos
<raboof> whoops sorry :). "opensnitch: init at 1.3.6"
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117872 → abcmidi: 2021.03.10 -> 2021.03.27 → https://github.com/NixOS/nixpkgs/pull/117872
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117746 → openrazer: 2.9.0 -> 3.0.0 → https://github.com/NixOS/nixpkgs/pull/117746
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117757 → agate: 2.5.3 -> 3.0.0 → https://github.com/NixOS/nixpkgs/pull/117757
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117871 → tor-browser-bundle-bin: 10.0.14 -> 10.0.15 → https://github.com/NixOS/nixpkgs/pull/117871
mallox has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117778 → hugo: add man pages and shell completions → https://github.com/NixOS/nixpkgs/pull/117778
cole-h has quit [Ping timeout: 240 seconds]
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @Pacman99 opened pull request #117894 → lib/modules: don't change disabled store paths → https://github.com/NixOS/nixpkgs/pull/117894
supercoven has joined #nixos
mallox has quit [Quit: WeeChat 3.1]
<drozdziak1> Has anyone built a NIx-based system for Wine recipes? Like a reproducible Playonlinux?
<{^_^}> [nixpkgs] @KAction opened pull request #117895 → jq: add configuration option to disable regex support → https://github.com/NixOS/nixpkgs/pull/117895
Vadrigar_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117795 → bitwig-studio: 3.3.3 -> 3.3.6 → https://github.com/NixOS/nixpkgs/pull/117795
teasea has quit [Quit: teasea]
teasea has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #117892 → quicklispPackages: update, sbcl: 2.0.8 -> 2.1.2, and related stuff → https://github.com/NixOS/nixpkgs/pull/117892
zakame has quit [Ping timeout: 268 seconds]
Guest43 has joined #nixos
dongcarl has quit [Ping timeout: 265 seconds]
kaliumxyz has joined #nixos
<Guest43> Why many open issues in github compared to other distros? A) lots of packages b) lots of bugs c) understaffed
kfollesdal has joined #nixos
Vadrigar_ has joined #nixos
<bew> did you see the mega-activity there is on the nixpkgs repo? (https://github.com/NixOS/nixpkgs/pulse and it's ONLY 1 week)
<kfollesdal> Any advice to how to add a module/service from another channel/branch to nixos system configuration (flake). For example I want to add the following PR https://github.com/NixOS/nixpkgs/pull/116775 to my nixos configuration.
<{^_^}> #116775 (by veehaitch, 1 week ago, open): nixos/github-runner: init at v2.277.1
<ehmry> drozdziak1: not that I know of, but there are people interested in this
<simpson> Guest43: (A), mostly; there's a great picture I like to share when folks ask this question: https://repology.org/graph/map_repo_size_fresh.svg
<supersandro2000> Guest43: because most distros do not use github to track their issues
<supersandro2000> and count does not say anything about the quality
Vadrigar_ has quit [Ping timeout: 240 seconds]
supercoven_ has joined #nixos
growpotkin has joined #nixos
Guest43 has quit [Ping timeout: 252 seconds]
zakame has joined #nixos
supercoven has quit [Ping timeout: 240 seconds]
dominikh has joined #nixos
ahmedelgabri has quit [Ping timeout: 250 seconds]
zupo has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
Guest43 has joined #nixos
lordcirth_ has joined #nixos
lordcirth has quit [Ping timeout: 245 seconds]
<Guest43> simpson supersandro2000 understood, is there reason why it's not more popular? Maybe the target demographic is small or it just didn't become meme distro like arch yet :]
<Guest43> simpson BTW I am that Firefox scrolling guy, still haven't left
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/f32d08af802 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<Guest43> Don't use nixos atm
<simpson> Guest43: Popularity is overrated.
Vadrigar_ has joined #nixos
<Reventlov> hey
<Reventlov> fgaz: found out why this morning rebuild-switch was not working
<Guest43> simpson well it's better if community is bigger
<Reventlov> see something weird ? https://0x0.st/-b82.png
<{^_^}> [nixpkgs] @tomberek merged pull request #117538 → zabbix.agent2: init at 5.0.5 → https://github.com/NixOS/nixpkgs/pull/117538
<Guest43> I mean to a certain point
<{^_^}> [nixpkgs] @ajs124 merged pull request #117748 → yed: 3.20.1 -> 3.21.1 → https://github.com/NixOS/nixpkgs/pull/117748
<Reventlov> well, up there, on this screenshot: the nixos-rebuild just OOM
sangoma has joined #nixos
<Guest43> Is there a limit on what can be done in config? It looks to me its easy when first setting up etc but after a while it gets hard if you want to do a bit complex stuff. Thus maybe requiring non nix way of fixing it if even it's possible. Creating NOT 100% reproducible build. Do you get what I am saying.
rajivr has quit [Quit: Connection closed for inactivity]
<simpson> Guest43: In theory, no, there's no limitations. In practice, managing /home is tricky enough that we have separate tools, like home-manager.
<simpson> Did you have a specific example of something that you imagine Nix cannot configure?
jbox has joined #nixos
<jbox> should I use btrfs with my 32 GB nixos server?
figgyc has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gustavderdrache has joined #nixos
<jbox> I don't have that much space and I won't be using it for a file server (no btrfs-sync or whatever)
<Ke> what does the server do
<Ke> nixos runs fine on most filesystems
<jbox> right now it's just a little general-purpose machine for things like znc and maybe a blog
<jbox> I just like having a server for when I need it :)
figgyc has joined #nixos
D_ has quit [Remote host closed the connection]
<jbox> I'll probably just go with ext4, since I don't need the extra complexity of what btrfs has to offer
D_ has joined #nixos
<Ke> if there is no special purpose, I recommend going with what you are comfortable with
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jbox> Ke: thanks :)
Vadrigar_ has quit [Ping timeout: 246 seconds]
<Guest43> simpson no just theoretical, thanks for answering. Let me pick your brain a bit, back to Firefox scrolling freezing issue, I noticed only thing that might be same is CPU? Because de/wm/xorg/Wayland/GPU were different across people who had this issue. It can't be nixos default setup issue because other people don't have it
iv_nn[m] has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #114018 → nixos/filesystems: always write mount options for swap devices → https://github.com/NixOS/nixpkgs/pull/114018
<Guest43> simpson libinput also complains while scrolling, events are too many your system is slow, but that might be generic
<Guest43> If you open your logger and try scrolling in Firefox preferences do you see libinput error?
<simpson> Guest43: Oh. I had assumed that you were talking about problems that *you* were experiencing on *your* hardware. For a difficult performance problem like this, it's easy to get confused if one looks at other people's problems.
<{^_^}> [nixpkgs] @fabaff opened pull request #117898 → python3Packages.pytenable: init at 1.2.8 → https://github.com/NixOS/nixpkgs/pull/117898
<simpson> Also, if you can reproduce the same problem with the same Firefox on two different distros' kernels, then it is a problem that you could try taking upstream to Mozilla.
<Guest43> simpson oh I have this Firefox issue, question about the limit of config was just curiosity
<matthewcroughan> Has anybody got a wiki definition of what a package is?
sangoma has quit [Ping timeout: 240 seconds]
<Guest43> Simpson nope, none other distro has it AFAIK, can't find anything similar online
<matthewcroughan> This defines what a module is.
<matthewcroughan> What is a package? A derivation? Are they synonyms?
<Guest43> simpson do you think libinput might have to do something with this, cause it puts out error at exact time of freeze saying amount of events exceeded x allowed in x seconds. Either something wrong with libinput or its not getting response fast from machine. Issues both occur in input events, when scrolling and keydown
<Guest43> Although I think this libinput error is found in other distros too
<simpson> matthewcroughan: Somebody will probably have a link, but a package is anything in the Nix store, and a derivation is a special sort of package which contains build instructions for Nix.
<simpson> Guest43: That would be an expected symptom of rendering being too slow, which is the root cause that we've been examining.
<matthewcroughan> So are these not packages by your own definition?
<matthewcroughan> These are all derivations.
<simpson> matthewcroughan: They're not in the Nix store, so neither. Each file is a Nix expression, right?
<matthewcroughan> Yeah but if I want to call them packages, am I wrong?
<simpson> Yes.
<Guest43> Simpson I see, but it's weird that it's random. Does nix have some stuff that perhaps regulates CPU power or something? CPU governor was set to performance
<Guest43> By default
<simpson> Linux does have some stuff like that, and many distros like to configure it. You could check to see if that's a factor.
<Guest43> I don't know what they are but saw unfamiliar services audit/seed
ddellaco_ has quit [Remote host closed the connection]
jophish has quit [Quit: WeeChat 3.1]
ddellacosta has joined #nixos
<Guest43> simpson here is a paradox it's not hardware issue I think, because tested on 3 different machines. Same issue. Implies it's nixos issue. Now only minority have this issue. Implies hardware issue
<matthewcroughan> simpson: the reason I'm asking is because I'm documenting my repo, colemickens style and I want this definition to be correct
<matthewcroughan> "- `pkgs/` - [Packages/Derivations](https://nixos.org/manual/nix/unstable/expressions/derivations.html) that aren't in nixpkgs that I want to hack on."
kfollesdal has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @doronbehar merged pull request #114367 → qpdf: 10.1.0 -> 10.2.0 → https://github.com/NixOS/nixpkgs/pull/114367
<simpson> matthewcroughan: "things" and "stuff" are powerful words for this purpose. Consider the POV of somebody reading your repo: What do you want them to know about? What do you want them to feel comfortable doing?
<matthewcroughan> simpson: I want them to not be confused by terminology
<matthewcroughan> And to have a concrete definition that is not in any way abstract that they can click on and learn about from
<Guest43> Simpson have you tried to reproduce this?
<{^_^}> [nixpkgs] @doronbehar merged pull request #113768 → python37Packages.gspread: 3.6.0 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/113768
<Guest43> can you check please
<simpson> Guest43: "nixos" is too broad and coarse. Yeah, I've tried to reproduce it, and we established that it's a GPU problem, right?
<matthewcroughan> If I say "pkgs", I need to inform what that actually means. I need to at the very least link to the relevant documentation on that word.
<matthewcroughan> I am happy with my definition so far, but I want your opinion on what the `pkgs` folder of `nixpkgs` even is.
<matthewcroughan> It's a collection of derivations. Right?
<simpson> Sure. It doesn't matter.
<Guest43> simpson no, cause 3 different nvidia cards (my machines) + Intel cards (github issue) reproduces this issue. Do you happen to have and?
fuzzypixelz has joined #nixos
<Guest43> And
<matthewcroughan> simpson: I think it matters a lot, because now that I'm a few months into really dealing with Nix, the biggest problem for me was terminology.
<Guest43> AMD*
<matthewcroughan> You are too deep in to understand that, I bet :P
<simpson> Guest43: It's not reproducible on my AMD/ATI or Intel or nVidia GPUs, no.
<matthewcroughan> That's a compliment, btw.
<simpson> Sorry, I don't care and I'm out of gumption. Good luck to you both.
simpson has left #nixos ["WeeChat 1.0.1"]
<Guest43> simpson wow, what the heck man, mystery of the year
<matthewcroughan> And just like that, simpson vanishes!
<matthewcroughan> Say the name 3 times and they will appear.
<{^_^}> [nixpkgs] @primeos merged pull request #117879 → waypipe: 0.7.2 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/117879
<Guest43> I think I annoyed him with my problem, sorry Simpson
<Guest43> Simpson
<Guest43> simpson
<matthewcroughan> simpson++ simpson++ simpson++
<{^_^}> simpson's karma got increased to 47
<Guest43> Oh how do we get rankings
<Guest43> Is this channel specific stuff or general irc/freenode
<Guest43> I mean karma
<matthewcroughan> Unsure, I think it's specific to this channel.
<Guest43> If you need inspiration idempotent desktop is nice for setup docs
<fuzzypixelz> I noticed that people define things like `systemPackages` to be different non-overlapping lists in many files and simply keep linking them together using `imports` until "they reach the main system config file. How does this work exactly? is there some magic in `imports`?
<fuzzypixelz> `test`, `test`?
<Guest43> Idempotent a desktop.github.io I think
<fuzzypixelz> `test` test`.
<Guest43> idempotent-desktoo.github.io
<Guest43> Matthew
n-osborne has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #115488 → qsynth: 0.6.3 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/115488
<matthewcroughan> Guest43: I love that word
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ivanbrennan opened pull request #117900 → fly: remove writeText → https://github.com/NixOS/nixpkgs/pull/117900
wfranzini has joined #nixos
<fuzzypixelz> matthewcroughan: it's pretty mattey
<fuzzypixelz> s/mattey/matthey
<fuzzypixelz> uh ruined the pun
<Guest43> What Matthew or idempotent
<matthewcroughan> This is getting hairy.
n-osborne has quit [Remote host closed the connection]
<Guest43> His setup is nice, xmonad with nix
n-osborne has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<matthewcroughan> Guest43: yeah but it's highly personal
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #115506 → qmidinet: 0.6.3 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/115506
zebrag has joined #nixos
<matthewcroughan> I like it for the primary reason that it demonstrates things, but it is not the simplest thing I've seen :D
<Guest43> Yeah organized github readme will also be sufficient
n-osborne has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @risicle opened pull request #117901 → [20.09] rpm: 4.15.1 -> 4.15.1.1, addressing CVE-2021-3421, CVE-2021-20271 and CVE-2021-20266 → https://github.com/NixOS/nixpkgs/pull/117901
malook has joined #nixos
cub3s_ has joined #nixos
<matthewcroughan> Should be pretty descriptive, hopefully I'm not being too esoteric
<cub3s_> Is there a good/recommended way of merging two stores from two different machines? (Should I just copy over all distinct directories within /nix/store and that's it? Do I have to worry about preserving permissions, modification times, etc.?)
<matthewcroughan> cub3s_: probably `nix copy`
<matthewcroughan> maybe look into that
<matthewcroughan> I've never heard of anybody just smashing the /nix/store over using `mv` `cp` or `scp` lol.
<Guest43> I think good enough. What is flakes in few words? What it helps with? I recently tried nixos
<matthewcroughan> Guest43: Lets you declare **everything**.
<matthewcroughan> Without flakes, within Nix itself, you can't share your entire system with me.
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/JYcq7
<matthewcroughan> Without flakes, your channels are a bit of state that is undeclared/unspecified in your config.
<{^_^}> [nixpkgs] @vcunat merged pull request #100592 → nixos/kresd: Fix unsupported regex → https://github.com/NixOS/nixpkgs/pull/100592
<matthewcroughan> nix-channel --list for example, you have something set there that I don't have set on my system, probably.
<fuzzypixelz> partly because it doesn't keep track of which nixpkgs was used to build it
<matthewcroughan> So, flakes make it possible to define the *entire* system, even down to that small detail, the channel you're using.
<matthewcroughan> Though, it's not channels anymore. It's "inputs". Channels are gone.
<fuzzypixelz> for example look at the gigantic wall of inputs here: https://github.com/bqv/nixrc
<Guest43> Thanks, makes sense I will have to read a bit on it. What other than channels, for example?
<cub3s_> matthewcroughan, it seems like nix copy indeed appends to the destination store (leaving existing paths alone). right? this is nice and exactly what i need if true
<matthewcroughan> My system, my whole system. My everything. It really is everything.. All of its inputs are defined here.
<matthewcroughan> Those inputs all have git hashes that are managed by the nix tooling. So when I do `nix flake update` it goes and fetches the latest git hash for those inputs.
<matthewcroughan> Those hashes are updated in the flake.lock file.
<fuzzypixelz> matthewcroughan: do you understand why channels are not "composable"?
<matthewcroughan> This means absolutely every single detail of your system is captured at a point in time.
zupo has joined #nixos
<matthewcroughan> fuzzypixelz: Well yeah, because they're a command you run on the cli, they're something you do as an additional step to your system.
<Guest43> Nice! Thanks
<matthewcroughan> It's not written in nix code anywhere that your channel should be nixpkgs on the unstable branch at the ah1h2ika97y commit hash
<cub3s_> Is anyone here building Haskell programs using Nix/cabal?
<fuzzypixelz> matthewcroughan: is that what composable means? :o
<matthewcroughan> I'm not really sure, but I think so.
Guest43 has quit [Quit: Connection closed]
<matthewcroughan> If composable means the ability to pull your whole system up in one go.
<matthewcroughan> without *any* additional steps.
<matthewcroughan> If composed means everything is declared in nix files.
<fuzzypixelz> matthewcroughan: oh I see. OK so aside from increased reproducibility. what else is there?
<matthewcroughan> Well, lets say you want to debug my system.
<matthewcroughan> I don't want to give you ssh access to my system.
<matthewcroughan> You can just open up a nix repl and start browsing my system, without compiling anything.
<matthewcroughan> The flake defines literally everything about my system, so anything is possible, you could start tab completing everything, seeing what services I have enabled, bla bla. Sky is the limit.
malook has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @7c6f434c opened pull request #117902 → nyxt: 2020-10-23 -> 2021-03-27 → https://github.com/NixOS/nixpkgs/pull/117902
<matthewcroughan> The second most important reason they exist (in my opinion) is that they allow things like this to be distributes.
<bew> Guest43: I recommend reading https://www.tweag.io/blog/2020-05-25-flakes/
<matthewcroughan> You could imagine having a bot that updates your maintained flake, that is completely separate from nixpkgs, that nobody but you maintains.
<fuzzypixelz> how exaclty would I do that with nix repl?
<fuzzypixelz> matthewcroughan: that wasn't possible with good ol' default.nix through channels? putting aside the non-composability part.
<matthewcroughan> Then, all I have to do in order to add it to my system is add the git repo to my inputs, then install it into my system with environment.systemPackages = [ inputs.firefox.defaultPackage.x86_64-linux ];
<matthewcroughan> fuzzypixelz: Not really, because how can you do it if you're on a completely different version of nixpkgs than me?
<matthewcroughan> There's uncertainty, flakes eliminate that uncertainty
<matthewcroughan> There's a lot that could still be done with the old way, but this just makes it better. You need outside-tooling to manage it for you like niv otherwise.
tejing has quit [Ping timeout: 240 seconds]
<matthewcroughan> I'm not really an expert in the old way of doing things, I'm a flake-native, I don't know what people did to manage the old way of doing things.
<matthewcroughan> fuzzypixelz: I'm looking into your request on the flake repl.
<spacetato> lots of `fetchUrl` :/
stree has quit [Ping timeout: 246 seconds]
<fuzzypixelz> neither am I. I installed nix in nomvember of last year. But I'm curious haha
hiro98 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @LeSuisse opened pull request #117903 → gitAndTools.git-bug: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/117903
<matthewcroughan> fuzzypixelz: I'd say it's a great idea to get into flakes on a personal machine, like a laptop
<matthewcroughan> I mean, check this thing out
<fuzzypixelz> matthewcroughan: oh I have I have
<matthewcroughan> This is 3 computers, working together thanks to flakes. I have a lot remaining to be done with it, but it's 3 systems declared with flakes, all they have to do is `git pull` and `nixos-rebuild switch`
<matthewcroughan> the flake.nix in that repo should be readable.
<matthewcroughan> You can run fu1, fu2, fu3 in a virtual machine, no problem.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117698 → vimPlugins.termwrapper-nvim: init at 2020-12-23 → https://github.com/NixOS/nixpkgs/pull/117698
<matthewcroughan> I only know how to do that on NixOS at the moment, hah.
<matthewcroughan> `nixos-rebuild build-vm --flake github:matthewcroughan/nixcfg#t480`
<matthewcroughan> I had a friend try that, he totally just built my entire laptop's configuration, then booted it via the qemu script it generates. Madness.
<matthewcroughan> The dream, also, is to have nixos-install work with flakes so that you can just boot a machine up and `nixos-install --flake github:matthewcroughan/nixcfg#t480`
<matthewcroughan> That goes down incredibly badly at the moment, flakes are experimental, that will *not* do anything remotely close to properly install your system :D
<matthewcroughan> fuzzypixelz: I can't figure out the way to do it without cloning my repo. But you can just `git clone git@github.com:MatthewCroughan/nixcfg.git`
<matthewcroughan> then, with a Nix that has flakes enabled, cd in. Then `nix repl`
<matthewcroughan> Once in the repl, run `flake = builtins.getFlake (toString ./)`
<matthewcroughan> Er.. That's not quite right, one moment.
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/JYc3o
__monty__ has joined #nixos
veegee has quit [Quit: veegee]
<bew> matthewcroughan: from the repl, can't you do `builtins.getFlake "github:matthewcroughan/nixcfg"` and use that?
<fuzzypixelz> matthewcroughan: I think it would be easier to just pull nixUnstable through a nix-shell?
<matthewcroughan> bew: amazing if so
<fuzzypixelz> oh no I misread that nvm
<matthewcroughan> oh my god... bew
<bew> :D
<matthewcroughan> Oh my god..
<matthewcroughan> bew++
<{^_^}> bew's karma got increased to 3
<fuzzypixelz> bew+++
<matthewcroughan> fuzzypixelz: so yeah, just enter a flake enabled nix repl, then just say `flake = builtins.getFlake "github:matthewcroughan/nixcfg"`, then type `flake.` and then press tab
<fuzzypixelz> bew++
<{^_^}> bew's karma got increased to 4
<{^_^}> [nixpkgs] @bjornfor pushed 3 commits to release-20.09: https://git.io/JYcsv
<fuzzypixelz> holly molly matthewcroughan ... I wish these things were better documented
<matthewcroughan> fuzzypixelz: you're browsing my system without ssh
stree has joined #nixos
<matthewcroughan> fuzzypixelz: look at flake.outputs.packages.x86_64-linux. and press tab
<bew> the auto download of things while browsing the flake in the repl is crazy cool
<matthewcroughan> then use :b flake.outputs.packages.x86_64-linux.dolphin-demu
<matthewcroughan> you're building my dolphin-emu package ;D
<fuzzypixelz> fuzzypixelz: yes I am at this very moment. I think you're using sway is that accurate? :P
<matthewcroughan> bew: do you know how to feed an expression into the repl pre-emptively
<matthewcroughan> ?
<matthewcroughan> `nix repl -E 'flake = builtins.getFlake "github:matthewcroughan/nixcfg"' doesn't work for example
maxdevjs has joined #nixos
<bew> Hehe I've found a way
<matthewcroughan> bew: share! :D
<fuzzypixelz> couldn't build it from repl but nix build github:...#dolphin-emu worked
<bew> basically you can give `nix repl` a file, and it will evaluate it and load the variables from it, so if you're using zsh you can easily create a temporary file with some content, like so:
<bew> `nix repl =(echo '{flake = builtins.getFlake "github:matthewcroughan/nixcfg";}')`
<{^_^}> [nixpkgs] @vcunat pushed to master « nixos/kresd: trivial cleanup »: https://git.io/JYcGc
<fuzzypixelz> that's ... the hackiest thing I've see in a while
<fuzzypixelz> bew++
<{^_^}> bew's karma got increased to 5
<bew> hehe, it is "a way"
lsix has quit [Quit: WeeChat 3.1]
Frosku has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Remote host closed the connection]
<fuzzypixelz> I never knew about zsh `=(...)` syntax
Frosku has joined #nixos
<matthewcroughan> bew: that doesn't seem to work for me
<matthewcroughan> bash: syntax error near unexpected token `('
<bew> yeah, that `=( ... )` syntax only works on zsh
<matthewcroughan> oh
<bew> I'm checking for bash, but I don't think it exists
<matthewcroughan> bew: zsh koolkidz ;D
<matthewcroughan> what is it doing exactly?
<bew> run the command you give, save the output to a temporary file, and put that filename as an arg for the command `nix repl HERE-THE-FILENAME`
<bew> and when the nix repl command exist, the tmp file from zsh is removed afaik
<bew> exits*
meh` has joined #nixos
<fgaz> Reventlov: hah, that explains it. that's why I made my $PS1 show the exit code of the last command
<fuzzypixelz> I tried `gcc =(echo '#include <stdio.h>\n int main(void) { puts("HELLO ZSH YOU AWESOME BASTARD\n"; }') -o zsh-scream` but gcc threw `/tmp/zshJALyjw: file not recognized: file format not recognized`
<matthewcroughan> bew: that is some really nice hotwiring in zsh though lol
Frosku has quit [Remote host closed the connection]
Frosku has joined #nixos
<{^_^}> [nixpkgs] @slekwati opened pull request #117904 → calibre: add cchardet library → https://github.com/NixOS/nixpkgs/pull/117904
<bew> ah <(foo) is nice too, passing a fd instead of a filename
<{^_^}> [nixpkgs] @fabaff merged pull request #117883 → pycoin: expose cli via top-level entry → https://github.com/NixOS/nixpkgs/pull/117883
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Diogo93 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @fabaff merged pull request #117763 → codeql: 2.4.6 -> 2.5.0 → https://github.com/NixOS/nixpkgs/pull/117763
Diogo93 has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
wfranzini has quit [Client Quit]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @yoctocell opened pull request #117905 → nixos/privoxy: add missing "/" to "forward-socks5" option → https://github.com/NixOS/nixpkgs/pull/117905
pushqrdx has joined #nixos
Qwerky has joined #nixos
<asymmetric> how can i exclude a path from a package's `src = ./.`?
<pushqrdx> one my big annoyances with nix/nixos is dealing with garbage idk if my workflow is wrong but i tend to use nix-build a lot and create tons of crap in my store
<asymmetric> without adding it to gitignore
<pushqrdx> for each execution it creates a store node
<pushqrdx> i don't like that, some would say that's wrong you use nix-shell... but nix-shell makes it very awkward to build/run software
philr has quit [Ping timeout: 268 seconds]
<pushqrdx> i feel like either nix is missing something or it's a misunderstanding from my side
<fuzzypixelz> asymmetric: using `builtins.filterSource`
<sterni> asymmetric: use filter of builtins.path or filterSource
<pushqrdx> so i have 2 questions, 1- how can i clear specific garbage from the store (ie all stuff related this package) 2- what is the idiomatic way to build/run stuff without polluting the store
<sterni> pushqrdx: nix-build only creates a new nix store path if the inputs change
<asymmetric> thanks! i'm trying to exclude flake.nix, so that changes to it don't result in a rebuild.. not sure it's a good idea now that i write it down though
<sterni> pushqrdx: nix-shell also creates a store path if necessary
<sterni> pushqrdx: you can use nix-store --remove if the path is fine to be garbage collected
<sterni> pushqrdx: or you can always nix-store --gc
<bew> fuzzypixelz for the lol: `gcc -x c =(echo -e "#include <stdio.h>\n int main(void) { puts(\"HELLO ZSH YOU AWESOME BASTARD\\\n\"); }") -o zsh-scream && ./zsh-scream`
<bew> gcc -x c =(echo -e "#include <stdio.h>\n int main(void) { puts(\"HELLO ZSH YOU AWESOME BASTARD\\\n\"); }") -o zsh-scream && ./zsh-scream
<pushqrdx> sterni --gc is invasive and --remove is too specific as it requires a literal path, i want something in between that clears this package's related derivations
<pushqrdx> sterni by this package i mean either give it a name or infer it from default.nix
meh` has quit [Ping timeout: 240 seconds]
<pushqrdx> sterni and yeah sure inputs will change as i am reiterating and trying to build so nix-build generates tons garbage
<fuzzypixelz> bew: oh uhh I didn't escape the double quotes ._. thanks
<bew> yeah and with `-x c` I tell gcc that the file is a c file, otherwise it can't guess it from the filename
gustavderdrache has quit [Quit: Leaving.]
cub3s_ has quit [Quit: disconnected]
zupo has joined #nixos
<fuzzypixelz> bew: I asked this question earlier but got no answer (yet). I was wondering how nixos modules handle imports that defined options that are already defined in the file you're importing in
<fuzzypixelz> what if there are conflicts?
<{^_^}> [nixpkgs] @svanderburg pushed 3 commits to master: https://git.io/JYcW9
<fuzzypixelz> I just casually define `systemPackages` to be different things in different files and ... it just nixmagically works
Lord_of_Life_ has joined #nixos
<bew> the module merging system in nixos does merge the values when possible
Lord_of_Life has quit [Ping timeout: 252 seconds]
<heyarne[m]> i'm trying to install the pipewire service from unstable, i'm on 20.09. i've set up unstable as a channel, however `nixos-rebuild` fails. this is the relevant part of my `configuration.nix`: https://pastebin.com/AmxNGKGt this is the build output https://pastebin.com/s3QSB2xQ and this is the package
Lord_of_Life_ is now known as Lord_of_Life
<heyarne[m]> why is `cfg.package.pulse` not defined? and how do i provide it?
<bew> fuzzypixelz: for lists, you get a list with all items from both (or more), for an attrset you get a new attrset with all the attr merged, etc.. And when they conflicts, like a boolean tru and a boolean false you get an error iirc
<fuzzypixelz> bew: thanks!
<fuzzypixelz> lots of black magic everywhere
beertoagunfight has quit [Ping timeout: 246 seconds]
<bew> yeah, reading how things are implemented makes you realize you don't have enough hairs to pull x)
Vadrigar_ has joined #nixos
<bew> I don't know how it really works in the details, never dived in that file.. it's still kinda 'magic' for me^^
<sterni> pushqrdx: maybe nix-store --query --requisites --include-outputs $(nix-instantiate --eval -A outPath) | xargs nix-store --remove
Jd007 has quit [Quit: Jd007]
<bew> fuzzypixelz the comments in that file are interesting though, it's incredible how everything is composable and written in the _fairly simple_ Nix language
noonien has joined #nixos
Vadrigar_ has quit [Ping timeout: 240 seconds]
<fuzzypixelz> this project is a place where a lazy purely functional language really shines
<bew> definitely
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jd007 has joined #nixos
Jd007 has quit [Client Quit]
zupo has joined #nixos
zupo has quit [Client Quit]
<bew> I'm still having a hard time groking the fact that you can access the final attrset, _while_ building the sub attrset used to define that final attrset... I know it's because everything is lazy, but still..
<sterni> pushqrdx: although need probably something a bit smarter than that in case some stoer paths (like stdenv) can't be gc'd)
griff__ has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #117906 → pyspread: fix build and simplify expression → https://github.com/NixOS/nixpkgs/pull/117906
<{^_^}> [nixpkgs] @risicle merged pull request #117777 → goreleaser: 0.160.0 -> 0.161.1 → https://github.com/NixOS/nixpkgs/pull/117777
<{^_^}> [nixpkgs] @doronbehar merged pull request #82005 → nixos/mpd: allow autostart when listening for unix socket → https://github.com/NixOS/nixpkgs/pull/82005
vidbina has joined #nixos
taeradan_ has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.wtf8: use Dune 2 »: https://git.io/JYcBs
<fuzzypixelz> any examples of packages rust application (would be nice if they were built with cargo nightly)
<fuzzypixelz> ?
<fuzzypixelz> for example doesn't seem to specify which toolchain is being used when calling `rustPlatform.buildRustPackage`
<fuzzypixelz> although the line immediatly above explains that rustup has the nightly toolchain
<veleiro> fuzzypixelz: check out https://github.com/nix-community/todomvc-nix
<{^_^}> [nixpkgs] @rycee opened pull request #117907 → svtplay-dl: 3.0 -> 3.3 → https://github.com/NixOS/nixpkgs/pull/117907
<bew> fuzzypixelz: I recently discovered fenix to have nightly everything for rust (there are examples): https://github.com/nix-community/fenix
<veleiro> are there any good summaries, articles, short presentations about why nix anyone has
fuiltilt has joined #nixos
<bew> what kind of "why nix" ? like how it started?
<matthewcroughan> bew: did you figure out a bash hack for doing this to nix repl? :D
<veleiro> bew: like material showing why nix is necessary, dependency hell, all kinds of ad hoc solutions when nix fixes it
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @rycee pushed to master « svtplay-dl: 3.0 -> 3.3 »: https://git.io/JYcET
ddellacosta has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @rycee closed pull request #117907 → svtplay-dl: 3.0 -> 3.3 → https://github.com/NixOS/nixpkgs/pull/117907
supercoven_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.cpuid: use Dune 2 »: https://git.io/JYcEg
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117900 → fly: remove writeText → https://github.com/NixOS/nixpkgs/pull/117900
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117882 → python3Packages.labmath: init at 1.2.0 → https://github.com/NixOS/nixpkgs/pull/117882
<bew> veleiro: check the nixcon channel on youtube, there's some interesting talks
<bew> matthewcroughan: nop, <(...) doesn't seem to work for nix repl on bash
<{^_^}> [nixpkgs] @wandersoncferreira opened pull request #117908 → whatsapp-for-linux: init-at 1.1.5 → https://github.com/NixOS/nixpkgs/pull/117908
Jd007 has quit [Client Quit]
zupo has joined #nixos
<{^_^}> [nixpkgs] @jonringer pushed 85 commits to staging-20.09: https://git.io/JYcz9
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JYczp
dsx has quit [Quit: dsx]
vidbina has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117822 → [20.09] libmspack: 0.7.1alpha -> 0.10.1alpha → https://github.com/NixOS/nixpkgs/pull/117822
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117823 → vistafonts-chs: fix build → https://github.com/NixOS/nixpkgs/pull/117823
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117824 → vendir: init at 0.17.0 → https://github.com/NixOS/nixpkgs/pull/117824
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117798 → rpm: 4.16.1.2 -> 4.16.1.3 → https://github.com/NixOS/nixpkgs/pull/117798
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #117884 → [20.09] pythonPackages.lxml: 4.6.2 -> 4.6.3, addressing CVE-2021-28957 → https://github.com/NixOS/nixpkgs/pull/117884
<{^_^}> [nixpkgs] @jonringer merged pull request #117810 → [20.09] python3Packages.pygments: add patch for CVE-2021-27291 → https://github.com/NixOS/nixpkgs/pull/117810
<{^_^}> [nixpkgs] @jonringer opened pull request #117909 → [20.09] Staging → https://github.com/NixOS/nixpkgs/pull/117909
luxemboye has quit [Remote host closed the connection]
luxemboye has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JYcaK
ddellacosta has quit [Ping timeout: 240 seconds]
stree has quit [Ping timeout: 240 seconds]
Jd007 has joined #nixos
meh` has joined #nixos
dsx has joined #nixos
Jd007 has quit [Client Quit]
fuzzypixelz has quit [Quit: Connection closed]
stree has joined #nixos
Lord_of_Life has quit [Ping timeout: 268 seconds]
griff__ has quit [Quit: griff__]
<{^_^}> [nixpkgs] @aanderse opened pull request #117910 → redmine: 4.1.2 -> 4.2.0 → https://github.com/NixOS/nixpkgs/pull/117910
jonringer has quit [Ping timeout: 276 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @polendri opened pull request #117911 → maintainers: pshendry -> polendri → https://github.com/NixOS/nixpkgs/pull/117911
<{^_^}> [nixpkgs] @Ma27 merged pull request #117863 → gopass: 1.12.4 -> 1.12.5 → https://github.com/NixOS/nixpkgs/pull/117863
fuzzypixelz has joined #nixos
<fuzzypixelz> I'm trying to build https://github.com/elkowar/eww with `buildRustPackage`
<fuzzypixelz> **sigh
<supersandro2000> not that easy?
<fuzzypixelz> it has no release tags I can feed into fetchFromGithub
<fuzzypixelz> when I remove the rev attribute, nix throws `error: derivation name missing`
<{^_^}> [nixpkgs] @Ma27 merged pull request #117760 → calc: 2.12.9.0 -> 2.12.9.1 → https://github.com/NixOS/nixpkgs/pull/117760
fendor_ has joined #nixos
<fuzzypixelz> oh nvm, that was the derivation version
<fuzzypixelz> actually, ` anonymous function at ... called without required argument 'rev'`
jb55 has quit [Remote host closed the connection]
<fuzzypixelz> supersandro2000: is there a more flexible fetcher?
<fuzzypixelz> even fetchgit expects a rev
<fuzzypixelz> hmm, I guess fetchurl wouldn't hurt
fendor has quit [Ping timeout: 268 seconds]
stepcut has joined #nixos
<supersandro2000> just give it a commit as ref
<fuzzypixelz> ...
ddellacosta has joined #nixos
<fuzzypixelz> that's not exactly the same thing is it? they have to be handled differently under the hood .. n?
__monty__ has quit [Quit: leaving]
cjb has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cjb is now known as Guest29442
<fuzzypixelz> haha my hash is already invalid
<fuzzypixelz> last commit was a mere 25mins ago
Guest29442 is now known as cjbayliss
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117877 → radarr: change sed separator in update script → https://github.com/NixOS/nixpkgs/pull/117877
stepcut has quit [Remote host closed the connection]
cjbayliss is now known as cjb
ddellacosta has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #117809 → graylog: improve JRE handling → https://github.com/NixOS/nixpkgs/pull/117809
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #117912 → urjtag: 2019.12 -> 2021.03 → https://github.com/NixOS/nixpkgs/pull/117912
zupo has joined #nixos
<supersandro2000> fuzzypixelz: the difference is not that big if you give it the full commit hash or a tag which points to a commit
zupo_ has joined #nixos
<fuzzypixelz> supersandro2000: oh thanks for clarifying
<fuzzypixelz> "buildRustPackage requires a cargoSha256 attribute which is computed over all crate sources of this package. Currently it is obtained by inserting a fake checksum into the expression and building the package once. The correct checksum can be then take from the failed build."
<supersandro2000> cargoSha256 = lib.fakeSha256;
<supersandro2000> build once and insert the got hash
zupo has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #117758 → nixUnstable: pre20210317_8a5203d -> pre20210326_dd77f71 → https://github.com/NixOS/nixpkgs/pull/117758
gustavderdrache has joined #nixos
<fuzzypixelz> supersandro2000: using `sha256sum` for example? also, does it really matter if I just insert a random hash (it's what I actually did haha)
stepcut has joined #nixos
meh` has quit [Ping timeout: 246 seconds]
<supersandro2000> you shouldn't use a valid hash from something else
<fuzzypixelz> oh it's literally just "0000000000000000000000000000000000000000000000000000000000000000"
stepcut has quit [Remote host closed the connection]
<supersandro2000> and I don't think that sha256sum outputs the same hash
figgyc has quit [Read error: Connection reset by peer]
<fuzzypixelz> oh the error message gives it anyway
<fuzzypixelz> "specified: sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
<fuzzypixelz>             got:    sha256-lQjokgfxiREbs1UFUxR0s8yq+dwm/GkOcYVJhdQrFG0="
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117901 → [20.09] rpm: 4.15.1 -> 4.15.1.1, addressing CVE-2021-3421, CVE-2021-20271 and CVE-2021-20266 → https://github.com/NixOS/nixpkgs/pull/117901
<{^_^}> [nixpkgs] @kevincox opened pull request #117913 → Kevincox pulseeffects → https://github.com/NixOS/nixpkgs/pull/117913
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117903 → gitAndTools.git-bug: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/117903
figgyc has joined #nixos
fendor_ has quit [Remote host closed the connection]
jmeredith has joined #nixos
Acou_Bass has quit [Quit: ZNC 1.8.2 - https://znc.in]
S0rin has quit [Ping timeout: 265 seconds]
m1cr0man has joined #nixos
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117867 → tor-browser-bundle-bin: make overrideAttrs work → https://github.com/NixOS/nixpkgs/pull/117867
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117866 → jellyfin-mpv-shim: 1.10.2 -> 1.10.3 → https://github.com/NixOS/nixpkgs/pull/117866
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/JYcPH
BenjiProd has quit [Remote host closed the connection]
S0rin has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #117865 → stix-two: 2.11 -> 2.12 → https://github.com/NixOS/nixpkgs/pull/117865
<{^_^}> [nixpkgs] @Mindavi opened pull request #117914 → gtk-doc + json-glib: fix cross-compilation → https://github.com/NixOS/nixpkgs/pull/117914
CptCaptain has joined #nixos
ddellacosta has joined #nixos
fuzzypixelz has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #117904 → calibre: add cchardet library → https://github.com/NixOS/nixpkgs/pull/117904
philr has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
civodul has quit [Ping timeout: 246 seconds]
nf has quit [Quit: Fairfarren.]
<veleiro> how do you use a local machine on the network's cache for updating, instead of downloading the same ones?
nf has joined #nixos
beertoagunfight has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @zhaofengli opened pull request #117915 → dpt-rp1-py: Add setuptools to propagatedBuildInput → https://github.com/NixOS/nixpkgs/pull/117915
<veleiro> oh it must me nixos-rebuild --target-host
<veleiro> be
CptCaptain has quit [Quit: WeeChat 2.9]
justanotheruser has quit [Ping timeout: 250 seconds]
cole-h has joined #nixos
fuzzypixelz has joined #nixos
<fuzzypixelz> how do people get nightly rust on nixpkgs? do they just use the mozilla overlay?
<bpye> Is there some way to figure out why my flake isn't using the cache when I do a nix build? I'm certain I shouldn't be rebuilding shadow for example...
simba1 has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #117912 → urjtag: 2019.12 -> 2021.03 → https://github.com/NixOS/nixpkgs/pull/117912
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm_ is now known as mbrgm
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
stree has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/1eea3719073 (from 3 days ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
ddellacosta has joined #nixos
evils has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 252 seconds]
stree has joined #nixos
_virkony_ has quit [Ping timeout: 250 seconds]
Vadrigar_ has joined #nixos
Qwerky_ has joined #nixos
Vadrigar_ has quit [Ping timeout: 268 seconds]
grimvar has joined #nixos
Qwerky has quit [Ping timeout: 246 seconds]
_virkony_ has joined #nixos
grimvar_ has quit [Ping timeout: 268 seconds]
ufo44 has joined #nixos