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
aw has joined #nixos
<sdasdasdasdasdas> colemickens you can do devShell = import ./shell.nix { inherit pkgs; }
spacefrogg has joined #nixos
dasdfasfadsfdasf has joined #nixos
dbmikus has joined #nixos
<colemickens> dasdfasfadsfdasf: how are you invoking it though?
<sdasdasdasdasdas> you run it using `nix dev-shell`
<sdasdasdasdasdas> sorry for the confusing nicks - I am just re-setting up my computers
<dasdfasfadsfdasf> and this one is for the transparent nixos-rebuild switch
<bqv> colemickens: i was slow, but yes, that
<colemickens> I missed that dev-shell was even there :S
<colemickens> I haven't used nixos-rebuild for a while so I don't mind missing it for now
thc202 has quit [Ping timeout: 244 seconds]
sbetrium has quit [Quit: sbetrium]
<colemickens> * I haven't used nixos-rebuild for a while so I don't mind missing it.
<dasdfasfadsfdasf> that flake.nix that wraps up a configuration.nix may still be useful with your other way to invoke things
user_0x58 has joined #nixos
<colemickens> although, I think what I'm doing right now isn't updating the system profile :|
<colemickens> * although, I think what I'm doing right now isn't updating the system profile :| and I don't know how to do that in `nix`-v2 land yet.
sbetrium has joined #nixos
<dasdfasfadsfdasf> based on what I am reading nix flakes can replace your /nixup.sh
<dasdfasfadsfdasf> but I have only used it in localhost
apache8080 has joined #nixos
<colemickens> dasdfasfadsfdasf: it can
<colemickens> dasdfasfadsfdasf: I've got my laptop and rpi4 building "transparently" with both simultaneous. the outputs are almost identical :)
<dasdfasfadsfdasf> nice
<colemickens> my existing system allows me to override inputs by having them cloned at a special place in my FS. I think I can emulate that with CLI args to override an input (that actually just now clicked)
<colemickens> (emulate that in flakes, that is)
<colemickens> (also master is severely behind where things are at now.)
<dasdfasfadsfdasf> gotcha
<apache8080> Trying to cross-compile the nixos sd image using this https://github.com/nix-community/nixos-generators/blob/master/README.md and I set `boot.binfmt.emulatedSystems = [ "aarch64-linux" ];` in my NixOS configuration and re ran rebuild switch but when I run `nixos-generate -f sd-aarch64-installer --system aarch64-linux -c rpi-sd-image.nix -I
<apache8080> nixpkgs=${pwd}/nixpkgs` I get the following errors `while setting up the build environment: executing '/nix/store/qap2krb706ia4czm89xzmlqj72wysf5h-bash-4.4-p23/bin/bash': Exec format error` and `error: build of '/nix/store/a26v4krx5mqcl9yd2il39avvqs8273yf-nixos-sd-image-20.09pre-git-aarch64-linux.img.drv' failed`
slack1256 has quit [Ping timeout: 256 seconds]
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
seanparsons has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Profpatsch opened pull request #91795 → lorri: 1.0 -> 1.1 → https://git.io/JJfEK
wunderbrick has quit [Quit: WeeChat 2.7.1]
<colemickens> flakes makes me wish builtins had a few more things
michiel_ has quit [Ping timeout: 244 seconds]
jmarhee has quit [Ping timeout: 246 seconds]
seanparsons has joined #nixos
codygman has quit [Ping timeout: 265 seconds]
codygman has joined #nixos
werner291 has quit [Remote host closed the connection]
orivej_ has quit [Ping timeout: 246 seconds]
michiel_ has joined #nixos
<sdasdasdasdasdas> > flakes makes me wish builtins had a few more things -- + 1
<{^_^}> error: syntax error, unexpected '+', at (string):317:58
orivej has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJfES
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
apache8080 has quit [Remote host closed the connection]
sbetrium has quit [Quit: sbetrium]
<sdasdasdasdasdas> colemickens I adapted your home manager config to build with latest master, only a few packages like redshift for wayland, wayfire and a couple others are not present
sbetrium has joined #nixos
<sdasdasdasdasdas> I'll check if I can re-apply the obs patch too
<colemickens> I probably need to diff nixpkgs-wayland and nixpkgs.
<colemickens> It's been al ong time since I sync'd them.
<sdasdasdasdasdas> that'd be great - I have been using master since the last big sync and really love it
<sdasdasdasdasdas> (with daily sway that is)
<sdasdasdasdasdas> until this pandemic made me reconsider the lack of OBS
<sdasdasdasdasdas> and the fact that I never got the dell stylus working
<sdasdasdasdasdas> (for blender)
<colemickens> yeah, I use obs+v4l2loopback for webcam stuff and it works well enough
<colemickens> direct screensharing in firefox/chromium aren't really there yet. you can do it but it's tedious
apache8080 has joined #nixos
seanparsons has quit [Ping timeout: 260 seconds]
jbox has quit [Quit: WeeChat 2.8]
<colemickens> I guess I could go ahead and figure out what a flake-powered overlay looks like.
<colemickens> I guess the overlay already just overlays a nixpkgs though, so it wouldn't really "follow" a nixpkgs in terms of flakes.
<sdasdasdasdasdas> that'd be awesome - to be honest the only thing that made me not use your repo directly were the custom scripts
<sdasdasdasdasdas> for all the flaws flakes may have I rather like the fact that it is there already
<sdasdasdasdasdas> (at least in my system)
<colemickens> sdasdasdasdasdas: my nixcfg repo or nixpkgs-wayland?
<sdasdasdasdasdas> your nixcfg repo
<colemickens> aha okay. yeah. I'm aiming to push all my flakes-y updates later today with docs on why I wrote the nixup/update.sh/etc and what the future looks like with none of my scripts needed
<sdasdasdasdasdas> nixpkgs-wayland I moved aways as soon as master was barely usable because I am happy to exchange simplicity for broken stuff
<colemickens> (well, nixup will still be useful for some remote build scenarios where I am smarter than the nix daemon :P)
<colemickens> sdasdasdasdasdas: lol, may was rough for sway master
<sdasdasdasdasdas> so I love getting a somewhat vanilla nixpkgs and adding my toppings
<sdasdasdasdasdas> haha - yeah, May was rough
<sdasdasdasdasdas> I'll happily test your flakes on some of my systems - my usual nickname is ingenieroariel
<colemickens> okay, the overlay will probably not make it today. I'll open an issue real quick though...
<{^_^}> [nixpkgs] @marsam merged pull request #91786 → ncspot: 0.1.3 -> 0.1.4 → https://git.io/JJfC7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJfuG
<{^_^}> colemickens/nixpkgs-wayland#216 (by colemickens, 5 seconds ago, open): add flake support
<sdasdasdasdasdas> Maybe with flakes I should prefer to ship a package set that follows a flake-override-able nixpkgs? --> sweet
<colemickens> sdasdasdasdasdas: just thinking aloud, I have no idea
dasdfasfadsfdasf has quit [Ping timeout: 245 seconds]
seanparsons has joined #nixos
<colemickens> sdasdasdasdasdas: btw, if obs with those patches work please comment, I'd love for them to get it merged and start iterating on fixes.
<colemickens> so much wayland stuff stalls just from lack of feedback I think.
hoverbear has joined #nixos
<sdasdasdasdasdas> will do
lawr3nce has quit [Quit: Leaving]
<sdasdasdasdasdas> I'll try to up my game on the feedback then
pucilpet[m] has joined #nixos
sdasdasdasdasdas has quit [Remote host closed the connection]
slack1256 has joined #nixos
slack1256 has quit [Remote host closed the connection]
alexherbo24 has joined #nixos
<apache8080> I am trying to build a nix image for arm following these instructions https://nixos.wiki/wiki/NixOS_on_ARM#Build_your_own_image and I am using the ` boot.binfmt.emulatedSystems = [ "aarch64-linux" ];` flag in my configuration.nix for NixOS but I get the following error `while setting up the build environment: executing
<apache8080> '/nix/store/i4klj1csjdfvcljfvq0pq87f6mjimxav-bash-4.4-p23/bin/bash': Exec format error`
alexherbo2 has quit [Ping timeout: 265 seconds]
alexherbo24 is now known as alexherbo2
<apache8080> samueldr have you cross compiled ARM images using the method in the wiki?
<bqv> colemickens: just interested, why's this an overlay? is it just too many unstable packages for nixpkgs?
<colemickens> bqv: I don't know tbh. There's an issue about changing to a package set if you want to comment on it.
pinecamp has joined #nixos
<colemickens> bqv: It also makes more sense why I would want to use flakes for it if I made it a package set.
<colemickens> right?
<colemickens> because then it would have a nixpkgs input that consumers could override in their flake, ya?
<bqv> yes, definitely
<bqv> it does seem like the perfect candidate for flakeification
<ashkitten> colemickens: did you see my ping the other day about wxrc?
sbetrium has quit [Quit: sbetrium]
<ashkitten> er, oops #nixos-chat
sbetrium has joined #nixos
<colemickens> do I have to eval-config to get a nixos-rebuild ? can I pull it into a shell?
gustavderdrache has quit [Quit: Leaving.]
<bqv> you could reference your config via nixosConfigurations
<bqv> which you can reference via self...
<lopsided98> apache8080: You'll probably get more responses in #nixos-aarch64
<apache8080> thanks
alp has quit [Quit: Leaving]
apache8080 has quit [Remote host closed the connection]
craftygu1 has joined #nixos
craftygu1 is now known as craftyguy
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
wnklmnn has quit [Quit: Leaving]
emmanuel_erc has joined #nixos
drakonis has quit [Quit: WeeChat 2.8]
seanparsons has quit [Ping timeout: 260 seconds]
<bqv> oh hey, i found a bug in nix
<bqv> normally i'd be slightly happy about that but this is just irritating
<colemickens> the same command, different versions of nix, different results
<bqv> at least you have a workaround
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
<bqv> the error i get is `boost::bad_format_string: format-string is ill-formed`
<bqv> there's no more context
<bqv> even with vvvvv
sbetrium has quit [Quit: sbetrium]
<bqv> i have no idea how to fix or even debug this
rajivr has joined #nixos
sbetrium has joined #nixos
<bqv> good lord what, it doesn't error if i do vvvvvv (i didn't realise i could do more than 5)
<bqv> nevermind, seems it's just an rng error
camsbury has joined #nixos
<colemickens> bqv: heh
<colemickens> that's an assert
<colemickens> at least, I think it is. When I was getting my config building in both worlds, I had an assert, and I was getting that error from nixFlakes when it was triggering
<bqv> i'm interested what's causing it, but for now i seem to be fine to just put the build on a while loop :p
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0ef469a7eb1 (from 64 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
seanparsons has joined #nixos
camsbury has quit [Remote host closed the connection]
h0m1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91796 → bitwarden: 1.18.0 -> 1.19.0 → https://git.io/JJfzj
h0m1 has joined #nixos
PrimHelios has joined #nixos
<aleph-> Question since I'm having difficulty recalling. What would be the easiest way to include a custom derivation in systemPackages?
<PrimHelios> does nixos have a CoC?
<bqv> "don't install guix"?
<aleph-> Heh
<aleph-> Don't be a jerk?
<PrimHelios> alright, thanks
PrimHelios has quit [Client Quit]
* colemickens shrugs
sigmundv_ has quit [Ping timeout: 264 seconds]
<bqv> i'm running out of time to get this to work...
<colemickens> Nice. I had an input pointed at the wrong branch, my system configs are identical between my-pinning and flakes. :D :D
sbetrium has quit [Quit: sbetrium]
dbmikus has quit [Ping timeout: 246 seconds]
emmanuel` has joined #nixos
sbetrium has joined #nixos
<bqv> i'm having to run the thing i'm trying to build completely synchronously, because if i allow it to spawn 32 builders it crashes almost instantly, but this is painstakingly slow
<bqv> fetching 800 zip files, one by one
<bqv> oh maybe if i try a different version of nix...
emmanuel_erc has quit [Ping timeout: 260 seconds]
ctp has joined #nixos
drakonis has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 260 seconds]
felixfoertsch23 is now known as felixfoertsch
craftyguy has quit [Ping timeout: 240 seconds]
drakonis has quit [Read error: Connection reset by peer]
erasmas has quit [Ping timeout: 265 seconds]
emilazy has quit [Ping timeout: 240 seconds]
pkral has quit [Read error: Connection reset by peer]
jbetz has quit [Ping timeout: 265 seconds]
claudiii_ has quit [Ping timeout: 260 seconds]
peel has quit [Ping timeout: 240 seconds]
higherorder has quit [Read error: Connection reset by peer]
teej has quit [Read error: Connection reset by peer]
<aleph-> Ouch
jlpeters has quit [Read error: Connection reset by peer]
knerten1 has joined #nixos
wildsebastian has quit [Ping timeout: 260 seconds]
betawaffle has quit [Ping timeout: 272 seconds]
omnigoat has quit [Ping timeout: 272 seconds]
peel has joined #nixos
jlpeters has joined #nixos
pkral has joined #nixos
NekomimiScience has quit [Read error: Connection reset by peer]
claudiii_ has joined #nixos
digitalgrease has quit [Ping timeout: 240 seconds]
<aleph-> Here's another stupid question, attempting to patch a tcl script in a derivation. Need to change the interpreter line, would I use patchelf here? Or could I just do like a preBuild hook and just do something like `sed -i s/../${pkgs.tcl}/g script`
TheNumb has quit [Ping timeout: 265 seconds]
higherorder has joined #nixos
digitalgrease has joined #nixos
NekomimiScience has joined #nixos
<bqv> ah interesting, if i pipe the broken drvs into flakeless nix, it shows me curl errors
jbetz has joined #nixos
parsnip has quit [Ping timeout: 272 seconds]
TheNumb has joined #nixos
wildsebastian has joined #nixos
emilazy has joined #nixos
knerten2 has quit [Ping timeout: 264 seconds]
omnigoat has joined #nixos
parsnip has joined #nixos
betawaffle has joined #nixos
<{^_^}> [nixpkgs] @bhipple merged pull request #91770 → ddcui: 0.1.1 -> 0.1.2 → https://git.io/JJfk3
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JJfgA
orivej_ has quit [Ping timeout: 256 seconds]
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
teej has joined #nixos
teej has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91797 → catch2: 2.12.2 -> 2.12.3 → https://git.io/JJf2J
teej has joined #nixos
<bqv> nix means we can use multiple glibcs, right?
markus1189 has quit [Ping timeout: 256 seconds]
markus1189 has joined #nixos
pjt_tmp has joined #nixos
abathur has joined #nixos
<aleph-> Hmm thought `sed -i 's/\#\!\/usr\/bin\/env tclsh/\#\! ${pkgs.tcl}/g' foo` would work. Is there a way to do what I want to? Need to patch the shebang line in a tcl script that get's called during the build process.
LarryTheCow has quit [Remote host closed the connection]
<aleph-> Probably something obvious I'm missing, heh
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91798 → checkstyle: 8.33 -> 8.34 → https://git.io/JJf2i
<colemickens> nix-build foo.drv => output path, but `nix build foo.drv`=> result joints points to the drv?
<colemickens> there are still many places in nix cli v2 that do not spark joy
<aleph-> Hmm maybe I can just call patchShebangs before the build phase...
<aleph-> Yep that worked. Yay
user_0x58 has quit [Ping timeout: 240 seconds]
Supersonic112 has joined #nixos
sbetrium has quit [Quit: sbetrium]
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
sbetrium has joined #nixos
doublex__ is now known as doublex
user_0x58 has joined #nixos
drakonis has joined #nixos
<hoverbear> So I need to map over a set. I need the keys and values. How can I turn my set into a list of key/values?
<bqv> lib.mapAttrsToList (k: v: ???) set
<hoverbear> Thank you!!!
user_0x58 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91799 → cldr-emoji-annotation: 36.12.120200305_0 -> 37.0_13.0_0_1 → https://git.io/JJfa8
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91800 → clightd: 4.1 -> 4.2 → https://git.io/JJfau
sb0 has joined #nixos
ddellacosta has quit [Quit: WeeChat 2.8]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91801 → coturn: 4.5.1.2 -> 4.5.1.3 → https://git.io/JJfai
sbetrium has quit [Quit: sbetrium]
<drakonis> bqv: your flake file is pretty messy
sbetrium has joined #nixos
<drakonis> i'm trying to strip it down of the excess
<drakonis> because it keeps preventing me from building my machine
<bqv> i don't doubt
Yaniel has joined #nixos
<drakonis> the overlay and secret key importing functions are breaking things up quite a bit
<drakonis> i might as well try to figure out how to just use a fresh nix release for the bump
jmarhee has joined #nixos
orcus has quit [Quit: ZNC 1.7.5 - https://znc.in]
orcus has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
drakonis has quit [Quit: WeeChat 2.8]
cyris212 has quit [Quit: ZNC 1.7.5 - https://znc.in]
cyris212 has joined #nixos
hoverbear has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
tsrt^ has quit []
<pjt_tmp> is one of the crossbuild targets powerpc?
shah^ has joined #nixos
<bqv> drakonis: yeah i mean at this point i'm not expecting people to be copying my config directly. one day i hope to update that template branch to be closer to what i've got
<bqv> the overlay thing shouldn't break much
<bqv> i've no idea why it wouldn't work for you
<bqv> but the secrets are obviously all missing
sbetrium has quit [Quit: sbetrium]
codygman has quit [Remote host closed the connection]
codygman has joined #nixos
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91802 → doctest: 2.3.8 -> 2.4.0 → https://git.io/JJfVi
<aleph-> Oh yeah did we ever get a good secrets story yet?
<bqv> oh, no, shelved for forseeable future
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91803 → dolt: 0.16.3 -> 0.18.0 → https://git.io/JJfVD
Orbstheorem has quit [Ping timeout: 260 seconds]
<bqv> i've written a xonsh script inline, that calls nix-build, python and emacs, in a while loop, to fix the hashes on a json lock file i have, and it's going to take an hour
<bqv> how did i get here
Orbstheorem has joined #nixos
<aleph-> ... monster
<aleph-> The heck is the point of it?
<bqv> it is genuinely the most awful thing i've ever done
<bqv> but i'm not gonna fix 452 hashes manually
<bqv> it's just real shitty that i have to do it in serial
<bqv> because i don't think i can get nix to just output all the correct hashes
<bqv> essentially i'm mass-automating tofu
domogled has joined #nixos
domogled has quit [Remote host closed the connection]
waleee-cl has quit [Quit: Connection closed for inactivity]
domogled has joined #nixos
<bqv> $ emacs --batch -Q --eval @('(progn (find-file "~/dev/nixos/azure-functions-core-tools/nugets.json") (goto-char (point-min)) (search-forward "{0}") (forward-line) (forward-char 5) (insert "sha512\\\": \\\"{1}\\\",\n \\\"old") (save-buffer) (message "{0}"))'.format(*getmap($(bash -c 'nix-build 2>&1' | tail -5 | tr -d '\n'))))
kleisli_ has quit [Ping timeout: 260 seconds]
lambda-11235 has joined #nixos
endformationage has quit [Quit: WeeChat 2.6]
lord| has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
Orbstheorem has quit [Ping timeout: 272 seconds]
simba2 has joined #nixos
Orbstheorem has joined #nixos
rardiol has quit [Ping timeout: 265 seconds]
domogled has quit [Quit: domogled]
domogled has joined #nixos
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer1 has joined #nixos
craftyguy_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #91804 → esphome: 1.14.4 -> 1.14.5 → https://git.io/JJfwx
knupfer1 is now known as knupfer
simba2 has quit [Ping timeout: 260 seconds]
<aleph-> bqv: :X
<{^_^}> [nixpkgs] @srhb closed pull request #85425 → k8s: 1.18.1 -> 1.18.2 → https://git.io/JffFy
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91805 → flacon: 6.0.0 -> 6.1.0 → https://git.io/JJfrO
palo1 has joined #nixos
knupfer has quit [Ping timeout: 260 seconds]
MinceR has quit [Ping timeout: 272 seconds]
steell has joined #nixos
sbetrium has quit [Quit: sbetrium]
bahamas has joined #nixos
palo has quit [Ping timeout: 258 seconds]
palo1 is now known as palo
sbetrium has joined #nixos
user_0x58 has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91279 → haskell-language-server: init at 0.1.0.0 → https://git.io/JfAan
<{^_^}> [nixpkgs] @cdepillabout pushed 3 commits to haskell-updates: https://git.io/JJfrW
craftyguy_ has quit [Quit: WeeChat 2.8]
craftyguy_ has joined #nixos
leah2 has joined #nixos
kenran_ has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
craftyguy_ is now known as craftyguy
zupo has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
domogled has joined #nixos
fuzen has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91806 → fuse-overlayfs: 1.1.1 -> 1.1.2 → https://git.io/JJfr2
fuzen is now known as Guest56706
Guest56706 has quit [Client Quit]
fuzen_ has joined #nixos
fuzen_ has quit [Changing host]
fuzen_ has joined #nixos
<bahamas> my nixos instance can't download packages. do I need to open a port or enable something?
<bahamas> this is the kind of errors I get: warning: unable to download 'http://tarballs.nixos.org/sha256/ffcc382695bf947da6135e7436b8ed52d991cf270db897190f19d6f9838564d0': Couldn't resolve host name (6); retrying in 334 ms
<bahamas> warning: unable to download 'https://ftpmirror.gnu.org/binutils/binutils-2.31.1.tar.bz2': Couldn't resolve host name (6); retrying in 344 ms
fuzen_ has quit [Client Quit]
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
<srhb> bahamas: Sounds like your resolver config isn't wokring
<srhb> bahamas: how is your network configured?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91807 → git-quick-stats: 2.1.1 -> 2.1.2 → https://git.io/JJfrD
Fuzen[m] has joined #nixos
<kenran_> Do you know of examples in nixpkgs where and how a macOS "app wrapper" (don't know what it's called; something one could copy into /Applications and start it from there) is created?
<kenran_> Background: I'm now using home-manager, and some of the programs I enable I'd like to use on macOS as well as on NixOS, but would love to be able to start them from spotlight/alfred there
<fps> hmm, what configuration keys should i use to setup NAT/MASQUERADE?
<mica[m]> kenran_: I don't think GUI apps will work on macOS
<fps> right now i needed to disable networking.firewall to get hostapd and dnsmasq to work. so the firewall options are not really useful
<kenran_> Oh. I just found out there's an Applications symlink in my nix-profile! Maybe just getting its content in /Applications is the way to go after all. I wonder whether that's possible via home-manager, but that's probably a question for their channel then
<{^_^}> [nixpkgs] @danieldk opened pull request #91808 → python3Packages.pytorch: 1.5.0 -> 1.5.1 → https://git.io/JJfrA
<bahamas> srhb: in my configuration.nix, I only have two lines related to networking. one allows ping and the other opens ports 53, 80 and 443
<srhb> bahamas: So how do you get an IP?
<srhb> bahamas: dhcp?
<bahamas> srhb: sorry, I don't know much about networking, so I don't know how to answer your question
<srhb> bahamas: If so, check which nameservers you got. I think you can just cat /etc/resolv.conf
<srhb> bahamas: That's fine, just calibrating my questions ^^
<bahamas> nameserver 127.0.0.53
<bahamas> options edns0
<bahamas> those are the contents of /etc/resolv.conf
<srhb> Ah, right, that's not helpful.
<fps> or maybe i should ask differently: what extraCommands do i need for the firewall to enable dnsmasq and hostapd listening on wlan0?
<bahamas> srhb: dig and nslookup time out, so dns resolution is not working
<srhb> bahamas: Indeed. Do you have internet at all?
fresheyeball has joined #nixos
<srhb> bahamas: (eg. can you ping say google's dns servers; ping 8.8.8.8)
<bahamas> srhb: yes, because this is a remote vps. also pinging 8.8.8.8 works
<srhb> bahamas: Then I would say you need to set networking.nameservers
<fresheyeball> I am trying to build an nginx docker image in nixos
<srhb> bahamas: It would appear you have gotten an IP address via dhcp, but no name servers or the name servers you got are not responding to your requests (either or)
<bahamas> srhb: any nameservers I could use?
<srhb> bahamas: Lots! Which you prefer is really up to you. You could start with googles' (8.8.8.8 and 8.8.4.4) and consider whether you like them knowing about your dns lookups at a later time.
<bahamas> srhb: when you put it like that, I don't like them knowing :)
<srhb> bahamas: I don't feel comfortable giving any specific recommendation, I think you need to do your own research here. :)
Fuzen[m] has quit [Quit: Textual IRC Client: www.textualapp.com]
<bahamas> srhb: alright, I will. thank you for the help
<srhb> bahamas: Sure thing. :)
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
<bahamas> I guess I will try and see if DigitalOcean has any, since I'm running their VPS
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/e912fb83d21 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<bahamas> strangely enough, for other droplets (that don't run NixOS), the dns resolution works
<srhb> bahamas: That seems to indicate that they are indeed being delivered via dhcp and something is wrong on the NixOS ide
<srhb> bahamas: I forget what the default dhcp client is on nixos, but it'll likely have logs that may be interesting.
marusich has joined #nixos
<srhb> bahamas: I think it's dhcpcd
kleisli_ has joined #nixos
ryzokuken has joined #nixos
orivej has joined #nixos
<bahamas> srhb: do you know how I could see its logs?
<srhb> bahamas: journalctl -u dhcpcd
<bahamas> no entries
<srhb> bahamas: Maybe find the service looking at all entries since last boot; journalctl -b0
<srhb> bahamas: Skim it for ip and ns related entries
<{^_^}> [nixpkgs] @danieldk opened pull request #91809 → maturin: 0.8.1 -> 0.8.2 → https://git.io/JJfoc
sangoma has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #91806 → fuse-overlayfs: 1.1.1 -> 1.1.2 → https://git.io/JJfr2
<{^_^}> [nixpkgs] @zowoq pushed commit from @r-ryantm to master « fuse-overlayfs: 1.1.1 -> 1.1.2 »: https://git.io/JJfo0
<{^_^}> [nixpkgs] @zowoq merged pull request #91704 → umoci: 0.4.5 -> 0.4.6 → https://git.io/JJehG
<{^_^}> [nixpkgs] @zowoq pushed to master « umoci: 0.4.5 -> 0.4.6 »: https://git.io/JJfoE
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
<bahamas> srhb: I can only see a section where the IPs are set, like "y341k7wya1hmxn0699wscdj8q7s186vb-unit-script-network-addresses-eth0-start[610]: adding address <IP>..."
<fps> oh, networking.localCommands to the rescue :)
<bahamas> I see a lot of entries of the type "kernel: refused connection: ". I don't know if they're relevant or not
<srhb> bahamas: They're not
<srhb> bahamas: Is that ip from the log th address your interface has now?
<srhb> bahamas: Because that seems to indicate you've manually added an IP in your configuration
bkv has joined #nixos
<srhb> bahamas: (Which in turn disables DHCP)
<bahamas> srhb: it is the IP, but I didn't add it manually
bqv has quit [Ping timeout: 260 seconds]
<bahamas> srhb: I think it's nixos-infect. it generated a networking.nix file which has the IPs and everything
<srhb> bahamas: Yes, that would do it.
<srhb> bahamas: (nixos doesn't care whether you or another script wrote it, it's still there ;))
<srhb> bahamas: Consider enabling dhcp on the interface instead
cr4y1 has joined #nixos
<bahamas> and it disabled dhcpcd
FRidh has joined #nixos
<srhb> bahamas: Looking at the source for infect it looks like it would also have attempted to set up nameservers
<srhb> bahamas: But basically: Decide whether you want static config or dynamic (dhcp) and adjust your config accordingly.
<bahamas> srhb: I just want networking to work :)
<bahamas> is there any particular reason why nixos-infect would use static config and disable dhcp?
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
ryzokuken has quit [Remote host closed the connection]
domogled has quit [Quit: domogled]
ryzokuken has joined #nixos
<bahamas> it looks like simply not including networking.nix in configuration.nix breaks networking
<srhb> bahamas: You'll have to ask the author.
<srhb> bahamas: That sounds weird. It should default to dhcp (but you may have to reboot) -- but at this point, I don't know your config.
seku has joined #nixos
<bahamas> it's complicated :) I can't access the vps through ssh anymore and I can't access it through the DO console, because I didn't set a password for root. fortunately, this wasn't a production environment.
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
sangoma has quit [Ping timeout: 260 seconds]
ryzokuken has quit [Client Quit]
ryzokuken has joined #nixos
bbb has joined #nixos
bbb is now known as Guest31402
ryzokuken has quit [Client Quit]
orivej has quit [Ping timeout: 265 seconds]
ryzokuken has joined #nixos
user_0x58 has quit [Quit: Leaving]
NeoCron has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #91332 → coqPackages.equations: 1.2.1 → 1.2.2 → https://git.io/Jfx86
<{^_^}> [nixpkgs] @vbgl pushed to master « coqPackages.equations: 1.2.1 → 1.2.2 »: https://git.io/JJfKr
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
sbetrium has quit [Quit: sbetrium]
ryzokuken has joined #nixos
ckauhaus has joined #nixos
sbetrium has joined #nixos
<eyJhb> `Deprecated, please use instead. Default desktop manager loaded if none have been chosen.`
<eyJhb> What.. What should I use instead?
sangoma has joined #nixos
mallox has joined #nixos
jnbrains has joined #nixos
<srhb> services.xserver.displayManager.defaultSession
sangoma has quit [Ping timeout: 256 seconds]
Chiliparrot has joined #nixos
dermetfan has joined #nixos
cfricke has joined #nixos
bahamas has quit [Ping timeout: 264 seconds]
<eyJhb> srhb: but is it just me, or is there something missing in that text?
o1lo01ol1o has joined #nixos
felixfoertsch has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @vbgl opened pull request #91810 → framac: 20.0 (Calcium) → 21.1 (Scandium) → https://git.io/JJfiv
sbetrium has joined #nixos
felixfoertsch has joined #nixos
<{^_^}> [nixpkgs] @lsix merged pull request #91756 → graphite-web: fix patch → https://git.io/JJv5l
<{^_^}> [nixpkgs] @lsix pushed 4 commits to master: https://git.io/JJfiU
ris has quit [Ping timeout: 246 seconds]
lsix has joined #nixos
sangoma has joined #nixos
jnbrains has quit [Quit: jnbrains]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/244286efbc9 (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<{^_^}> [nixpkgs] @vbgl merged pull request #90266 → framac: 20.0 -> 21.0 → https://git.io/JfQcV
<{^_^}> [nixpkgs] @vbgl pushed commit from @yrashk to master « framac: 20.0 -> 21.0 »: https://git.io/JJfi3
bahamas has joined #nixos
tmaekawa has joined #nixos
<srhb> eyJhb: it's not just you. Needs fixing. :)
<eyJhb> Perfect, unsure if I was having a stroke and couldn't read it
<eyJhb> :D
<TheSirC[m]> evils: Yes I succeeded to make it work but I fear that in the case you were seeing I would not have been of much use : I moved to Markhor and everything built and `modprobe`d correctly.
turion has joined #nixos
thc202 has joined #nixos
<{^_^}> [hydra] @Mic92 opened pull request #790 → automatically update github actions → https://git.io/JJfia
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @bachp opened pull request #91811 → gitlab-runner: remove additional binaries → https://git.io/JJfiF
cfricke has quit [Ping timeout: 258 seconds]
lopsided98 has joined #nixos
kenran_ has quit [Remote host closed the connection]
tmaekawa has quit [Quit: tmaekawa]
<{^_^}> [nixpkgs] @FRidh pushed 16 commits to python-unstable: https://git.io/JJfPC
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
sbetrium has quit [Quit: sbetrium]
zanc has joined #nixos
sbetrium has joined #nixos
ixxie has joined #nixos
meh` has joined #nixos
cjpbirkbeck has joined #nixos
<bahamas> does systemd need to configured somehow to manage dns resolving?
<bahamas> by default, Ubuntu uses systemd-resolve for dns resolution. when nixos-infect switches the system, dns resolution stops working because the only name server it uses is 127.0.0.1:53
werner291 has joined #nixos
smatting has joined #nixos
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
itshaydendev has joined #nixos
lord| has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91812 → lucky-cli: 0.21.0 -> 0.23.0 → https://git.io/JJfPj
lord| has joined #nixos
lambda-11235 has quit [Quit: Bye]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
cjpb0 has joined #nixos
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @Mic92 merged pull request #52939 → added pythonPackages.tensorboardX → https://git.io/fhTDs
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/JJfXs
ryzokuken has joined #nixos
cjpb1 has joined #nixos
cjpbirkbeck has quit [Ping timeout: 264 seconds]
cjpb1 is now known as cjpbirkbeck
bahamas has quit [Read error: Connection reset by peer]
bahamas has joined #nixos
cjpb0 has quit [Ping timeout: 260 seconds]
asymptotically has joined #nixos
cosimone has joined #nixos
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #91813 → nixos/*: Add types to the database module options → https://git.io/JJfXM
boxscape has joined #nixos
b1000101 has joined #nixos
<bahamas> srhb: I suspect the issue was caused by the fact that Ubuntu 18 relies on systemd-resolve for dns resolution and that was not configured for nixos. with ubuntu 16 as base, dns resolution works
<{^_^}> [nixpkgs] @teto merged pull request #91807 → git-quick-stats: 2.1.1 -> 2.1.2 → https://git.io/JJfrD
<{^_^}> [nixpkgs] @teto pushed commit from @r-ryantm to master « git-quick-stats: 2.1.1 -> 2.1.2 (#91807) »: https://git.io/JJfXd
cjpb0 has joined #nixos
cjpbirkbeck has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Mic92 closed pull request #76667 → nixos/*: Add types to the database module options → https://git.io/JeNA4
jakobrs has joined #nixos
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
cjpbirkbeck has joined #nixos
jakobrs has quit [Client Quit]
ryzokuken has joined #nixos
colemickens has quit [Quit: killed]
Ericson2314 has quit [Quit: killed]
nilsirl[m] has quit [Quit: killed]
timokau[m] has quit [Quit: killed]
maralorn has quit [Quit: killed]
DamienCassou has quit [Quit: killed]
yutyo[m] has quit [Quit: killed]
emily has quit [Quit: killed]
leons has quit [Quit: killed]
domenkozar[m] has quit [Quit: killed]
watzon has quit [Quit: killed]
fgaz has quit [Quit: killed]
Yakulu[m] has quit [Quit: killed]
alexherbo2[m] has quit [Quit: killed]
hsiktas[m] has quit [Quit: killed]
qbit[m] has quit [Quit: killed]
drozdziak1 has quit [Quit: killed]
dngray has quit [Quit: killed]
MilkManzJourDadd has quit [Quit: killed]
yangm has quit [Quit: killed]
jschievink has quit [Quit: killed]
unclechu has quit [Quit: killed]
Irenes[m] has quit [Quit: killed]
Elorm[m] has quit [Quit: killed]
freeman42x[m] has quit [Quit: killed]
jtojnar has quit [Quit: killed]
nurelin has quit [Quit: killed]
bohan[m] has quit [Quit: killed]
Poscat[m] has quit [Quit: killed]
contrun has quit [Quit: killed]
grin[m] has quit [Quit: killed]
Superleaf1995 has quit [Quit: killed]
Ox4A6F has quit [Quit: killed]
chvp has quit [Quit: killed]
regnat has quit [Quit: killed]
eadwu[m] has quit [Quit: killed]
bricewge has quit [Quit: killed]
NobbZ[m] has quit [Quit: killed]
arcnmx has quit [Quit: killed]
thequux[m] has quit [Quit: killed]
mindtree[m] has quit [Quit: killed]
rednaZ[m] has quit [Quit: killed]
michaelpj has quit [Quit: killed]
rschulman has quit [Quit: killed]
kaychaks_riot has quit [Quit: killed]
Houtworm[m] has quit [Quit: killed]
hpfr[m] has quit [Quit: killed]
bennofs[m] has quit [Quit: killed]
chreekat[m] has quit [Quit: killed]
hazel[m] has quit [Quit: killed]
aanderse has quit [Quit: killed]
eddyb has quit [Quit: killed]
danielrf[m] has quit [Quit: killed]
ohhaimark[m] has quit [Quit: killed]
dpc has quit [Quit: killed]
ZerataX has quit [Quit: killed]
edrex has quit [Quit: killed]
xavierm02 has quit [Quit: killed]
siraben has quit [Quit: killed]
gsals[m] has quit [Quit: killed]
bqy has quit [Quit: killed]
roberth has quit [Quit: killed]
mkg20001 has quit [Quit: killed]
zarathustra[m] has quit [Quit: killed]
Notkea[m] has quit [Quit: killed]
Dandellion has quit [Quit: killed]
jluttine[m] has quit [Quit: killed]
toraritte has quit [Quit: killed]
worldofpeace has quit [Quit: killed]
balsoft has quit [Quit: killed]
jneplokh has quit [Quit: killed]
zannzen[m] has quit [Quit: killed]
davidak[m] has quit [Quit: killed]
ongy[m] has quit [Quit: killed]
sasyctu[m] has quit [Quit: killed]
JJJollyjim has quit [Quit: killed]
nolan_d has quit [Quit: killed]
sabry97[m] has quit [Quit: killed]
timclassic has quit [Quit: killed]
blindidiotgod has quit [Quit: killed]
solomon[m]1 has quit [Quit: killed]
dxu[m] has quit [Quit: killed]
catharsis_[m] has quit [Quit: killed]
iwvt[m] has quit [Quit: killed]
d4rkshad0w has quit [Quit: killed]
sonerhalis[m] has quit [Quit: killed]
efra[m] has quit [Quit: killed]
adam[m]4 has quit [Quit: killed]
emmanuelrosa[m] has quit [Quit: killed]
Vykook[m] has quit [Quit: killed]
tristan[m] has quit [Quit: killed]
tbenst[m] has quit [Quit: killed]
michaelstrogoff[ has quit [Quit: killed]
idontgetoutmuch[ has quit [Quit: killed]
gildedlink[m] has quit [Quit: killed]
atgo[m] has quit [Quit: killed]
pinion[m] has quit [Quit: killed]
vojta001[m] has quit [Quit: killed]
AberDerBart[m] has quit [Quit: killed]
regivanx[m] has quit [Quit: killed]
cab404[m] has quit [Quit: killed]
askatasun[m] has quit [Quit: killed]
frobenius[m] has quit [Quit: killed]
hleb[m] has quit [Quit: killed]
redcedar[m] has quit [Quit: killed]
wangoe[m] has quit [Quit: killed]
tokudan[m] has quit [Quit: killed]
d3c[m] has quit [Quit: killed]
TobiasKratzlitsc has quit [Quit: killed]
yoctocell[m] has quit [Quit: killed]
guiber[m] has quit [Quit: killed]
apple_at_cha[m] has quit [Quit: killed]
quidome[m] has quit [Quit: killed]
aleph9[m] has quit [Quit: killed]
JameySharp[m] has quit [Quit: killed]
jjwatt[m] has quit [Quit: killed]
faya01[m] has quit [Quit: killed]
Hayden[m] has quit [Quit: killed]
david-sawatzke[m has quit [Quit: killed]
pucilpet[m] has quit [Quit: killed]
vaibhavsagar has quit [Quit: killed]
srxl has quit [Quit: killed]
slabity has quit [Quit: killed]
ptotter[m] has quit [Quit: killed]
keithy[m] has quit [Quit: killed]
cmcaine[m] has quit [Quit: killed]
vtest[m] has quit [Quit: killed]
rellen[m] has quit [Quit: killed]
quiet_laika[m] has quit [Quit: killed]
adamblackwater[m has quit [Quit: killed]
LeBronse[m] has quit [Quit: killed]
jonreeve[m] has quit [Quit: killed]
chris[m]7 has quit [Quit: killed]
leonardp has quit [Quit: killed]
Nacho[m]1 has quit [Quit: killed]
mlvzk[m] has quit [Quit: killed]
ibinzari[m] has quit [Quit: killed]
aquarial has quit [Quit: killed]
nlgila[m] has quit [Quit: killed]
sab7iryudpgf6[m] has quit [Quit: killed]
musicmatze[m] has quit [Quit: killed]
atopuzov[m] has quit [Quit: killed]
marius851000[m] has quit [Quit: killed]
user51[m] has quit [Quit: killed]
cryptix has quit [Quit: killed]
sshow[m] has quit [Quit: killed]
bbigras has quit [Quit: killed]
puzzlewolf has quit [Quit: killed]
slby[m] has quit [Quit: killed]
interro[m] has quit [Quit: killed]
ma27[m] has quit [Quit: killed]
Strubbl[m] has quit [Quit: killed]
fresheyeball[m] has quit [Quit: killed]
TheSirC[m] has quit [Quit: killed]
tyrion-mx has quit [Quit: killed]
jlv[m]1 has quit [Quit: killed]
zrsk[m] has quit [Quit: killed]
vpfeiffer[m] has quit [Quit: killed]
NickHu has quit [Quit: killed]
sty86[m] has quit [Quit: killed]
kraem[m] has quit [Quit: killed]
rawas[m] has quit [Quit: killed]
l33[m] has quit [Quit: killed]
gcoakes[m] has quit [Quit: killed]
jlv[m] has quit [Quit: killed]
felschr[m] has quit [Quit: killed]
cyberwolf[m] has quit [Quit: killed]
shah^ has quit [Max SendQ exceeded]
wedens[m] has quit [Quit: killed]
echel0n[m] has quit [Quit: killed]
wak-work has quit [Quit: killed]
Valodim[m] has quit [Quit: killed]
theduke has quit [Quit: killed]
Minijackson[m] has quit [Quit: killed]
nicolas[m] has quit [Quit: killed]
bachp has quit [Quit: killed]
comrandroxaos[m] has quit [Quit: killed]
rgamma[m] has quit [Quit: killed]
alexfmpe has quit [Quit: killed]
Luigi[m] has quit [Quit: killed]
basilbunting[m] has quit [Quit: killed]
kuznero[m] has quit [Quit: killed]
kai_w has quit [Quit: killed]
init_6 has quit [Quit: killed]
mlatus[m] has quit [Quit: killed]
billsun has quit [Quit: killed]
easamuilov[m] has quit [Quit: killed]
M|[m]1 has quit [Quit: killed]
Stphan[m] has quit [Quit: killed]
terrymunro[m] has quit [Quit: killed]
rk04[m] has quit [Quit: killed]
MawKKe[m] has quit [Quit: killed]
nh2[m] has quit [Quit: killed]
printfn[m] has quit [Quit: killed]
jameshjacksonjr4 has quit [Quit: killed]
chrismatheson has quit [Quit: killed]
alienpirate5 has quit [Quit: killed]
azazel has quit [Quit: killed]
das-g[m] has quit [Quit: killed]
observer_alpha[m has quit [Quit: killed]
mica[m] has quit [Quit: killed]
hiroshi[m] has quit [Quit: killed]
mt[m] has quit [Quit: killed]
aterius has quit [Quit: killed]
srid has quit [Quit: killed]
rnhmjoj has quit [Quit: killed]
theotherjimmy[m] has quit [Quit: killed]
matthewbauer has quit [Quit: killed]
rycee has quit [Quit: killed]
Philipp[m]1 has quit [Quit: killed]
alexarice[m] has quit [Quit: killed]
xfix has quit [Quit: killed]
nikola[m] has quit [Quit: killed]
adit[m] has quit [Quit: killed]
denbrahe[m] has quit [Quit: killed]
infinisil-m has quit [Quit: killed]
delroth[m] has quit [Quit: killed]
vegai1 has quit [Quit: killed]
sayanarijit[m] has quit [Quit: killed]
Smith[m]1 has quit [Quit: killed]
mdlayher1 has quit [Quit: killed]
hsngrmpf[m] has quit [Quit: killed]
koozz[m] has quit [Quit: killed]
jojosch[m] has quit [Quit: killed]
boogiewoogie[m] has quit [Quit: killed]
Markus[m]2 has quit [Quit: killed]
CRTified[m] has quit [Quit: killed]
sebass[m] has quit [Quit: killed]
koschitzky[m] has quit [Quit: killed]
nanashi0x74Old[m has quit [Quit: killed]
porphyrogenetos has quit [Quit: killed]
mullein[m] has quit [Quit: killed]
dbirks[m] has quit [Quit: killed]
axx[m] has quit [Quit: killed]
goibhniu has quit [Quit: killed]
alj[m] has quit [Quit: killed]
acys[m] has quit [Quit: killed]
phirsch has quit [Quit: killed]
sparogy has quit [Quit: killed]
faewenys[m] has quit [Quit: killed]
utdemir[m] has quit [Quit: killed]
gs93 has quit [Quit: killed]
pitch has quit [Quit: killed]
Caleb[m]1 has quit [Quit: killed]
evanjs[m] has quit [Quit: killed]
Wouter[m]1 has quit [Quit: killed]
michael[m]5 has quit [Quit: killed]
nanashi0x74[m] has quit [Quit: killed]
logan12358[m] has quit [Quit: killed]
Jake[m] has quit [Quit: killed]
yusdacra[m] has quit [Quit: killed]
dammndot[m] has quit [Quit: killed]
exel[m] has quit [Quit: killed]
haaksmash[m] has quit [Quit: killed]
thefloweringash has quit [Quit: killed]
etrigan63[m] has quit [Quit: killed]
mkfart[m] has quit [Quit: killed]
<{^_^}> [nixpkgs] @tpanum opened pull request #91814 → Updated arc-menu to version 47, and resolved issue with gmenu patching → https://git.io/JJf1R
cjpb0 has quit [Ping timeout: 256 seconds]
andymandias_ has quit [Ping timeout: 256 seconds]
pinecamp has quit [Remote host closed the connection]
sangoma has quit [Read error: Connection reset by peer]
shah^ has joined #nixos
cfricke has joined #nixos
__monty__ has joined #nixos
andymandias has joined #nixos
nckx has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #84968 → openafs_1_8: 1.8.5 -> 1.8.6 → https://git.io/JvhR7
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJf1r
<{^_^}> [nixpkgs] @Mic92 closed pull request #91695 → openafs_1_8: Add upstream patches for Linux kernel 5.7 → https://git.io/JJeH0
plutes has quit [Ping timeout: 272 seconds]
cybrian has quit [Ping timeout: 240 seconds]
itshaydendev has quit [Quit: WeeChat 2.7.1]
cybrian has joined #nixos
billsun has joined #nixos
sigmundv_ has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91815 → navidrome: 0.23.1 -> 0.24.0 → https://git.io/JJfMG
cjpb0 has joined #nixos
cjpbirkbeck has quit [Ping timeout: 256 seconds]
cjpb0 is now known as cjpbirkbeck
sangoma has joined #nixos
cjpb0 has joined #nixos
<zanc> any tips to make `nix-env -qa` a little bit faster?
m0rphism has joined #nixos
kolaente_ has joined #nixos
meh` has quit [Ping timeout: 265 seconds]
cjpbirkbeck has quit [Ping timeout: 244 seconds]
cjpb0 is now known as cjpbirkbeck
shah^ has quit []
statusfailed has joined #nixos
kolaente_ has quit [Quit: WeeChat 2.7.1]
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
domenkozar[m] has joined #nixos
jluttine[m] has joined #nixos
yangm has joined #nixos
basilbunting[m] has joined #nixos
ohhaimark[m] has joined #nixos
worldofpeace has joined #nixos
DamienCassou has joined #nixos
hsiktas[m] has joined #nixos
cmcaine[m] has joined #nixos
puzzlewolf has joined #nixos
thefloweringash has joined #nixos
Notkea[m] has joined #nixos
xfix has joined #nixos
sasyctu[m] has joined #nixos
Minijackson[m] has joined #nixos
ptotter[m] has joined #nixos
alexherbo2[m] has joined #nixos
phirsch has joined #nixos
bqy has joined #nixos
nolan_d has joined #nixos
blindidiotgod has joined #nixos
siraben has joined #nixos
gs93 has joined #nixos
toraritte has joined #nixos
adit[m] has joined #nixos
nikola[m] has joined #nixos
alexarice[m] has joined #nixos
rednaZ[m] has joined #nixos
yutyo[m] has joined #nixos
Dandellion has joined #nixos
goibhniu has joined #nixos
kaychaks_riot has joined #nixos
Luigi[m] has joined #nixos
contrun has joined #nixos
ma27[m] has joined #nixos
nurelin has joined #nixos
arcnmx has joined #nixos
jameshjacksonjr4 has joined #nixos
marius851000[m] has joined #nixos
rellen[m] has joined #nixos
mkg20001 has joined #nixos
thequux[m] has joined #nixos
mindtree[m] has joined #nixos
dngray has joined #nixos
Superleaf1995 has joined #nixos
bricewge has joined #nixos
denbrahe[m] has joined #nixos
gcoakes[m] has joined #nixos
Irenes[m] has joined #nixos
roberth has joined #nixos
Valodim[m] has joined #nixos
ongy[m] has joined #nixos
pitch has joined #nixos
aanderse has joined #nixos
bohan[m] has joined #nixos
Ericson2314 has joined #nixos
Hayden[m] has joined #nixos
mt[m] has joined #nixos
nanashi0x74[m] has joined #nixos
echel0n[m] has joined #nixos
davidak[m] has joined #nixos
cyberwolf[m] has joined #nixos
delroth[m] has joined #nixos
jlv[m] has joined #nixos
Houtworm[m] has joined #nixos
pinion[m] has joined #nixos
leonardp has joined #nixos
qbit[m] has joined #nixos
etrigan63[m] has joined #nixos
MilkManzJourDadd has joined #nixos
Strubbl[m] has joined #nixos
iwvt[m] has joined #nixos
nanashi0x74Old[m has joined #nixos
TobiasKratzlitsc has joined #nixos
sty86[m] has joined #nixos
Guest74485 has joined #nixos
apple_at_cha[m] has joined #nixos
wedens[m] has joined #nixos
dxu[m] has joined #nixos
comrandroxaos[m] has joined #nixos
utdemir[m] has joined #nixos
TheSirC[m] has joined #nixos
mkfart[m] has joined #nixos
zannzen[m] has joined #nixos
rycee has joined #nixos
kriteus[m] has joined #nixos
michaelpj has joined #nixos
sonerhalis[m] has joined #nixos
dammndot[m] has joined #nixos
alj[m] has joined #nixos
drozdziak1 has joined #nixos
Philipp[m]1 has joined #nixos
frobenius[m] has joined #nixos
freeman42x[m] has joined #nixos
porphyrogenetos has joined #nixos
Smith[m]1 has joined #nixos
evanjs[m] has joined #nixos
alienpirate5 has joined #nixos
mica[m] has joined #nixos
icetan has joined #nixos
askatasun[m] has joined #nixos
bennofs[m] has joined #nixos
mlvzk[m] has joined #nixos
vtest[m] has joined #nixos
theotherjimmy[m] has joined #nixos
rgamma[m] has joined #nixos
nilsirl[m] has joined #nixos
michael[m]5 has joined #nixos
jojosch[m] has joined #nixos
chvp has joined #nixos
srid has joined #nixos
infinisil-m has joined #nixos
sebass[m] has joined #nixos
emily has joined #nixos
gsals[m] has joined #nixos
eddyb has joined #nixos
nicolas[m] has joined #nixos
edrex has joined #nixos
jschievink has joined #nixos
jtojnar has joined #nixos
vojta001[m] has joined #nixos
leons has joined #nixos
regnat has joined #nixos
aterius has joined #nixos
danielrf[m] has joined #nixos
hleb[m] has joined #nixos
vaibhavsagar has joined #nixos
sparogy has joined #nixos
zarathustra[m] has joined #nixos
Caleb[m]2 has joined #nixos
Markus[m]2 has joined #nixos
rk04[m] has joined #nixos
JJJollyjim has joined #nixos
adamblackwater[m has joined #nixos
NobbZ[m] has joined #nixos
atopuzov[m] has joined #nixos
slby[m] has joined #nixos
musicmatze[m] has joined #nixos
catharsis_[m] has joined #nixos
wak-work has joined #nixos
dtz has joined #nixos
hsngrmpf[m] has joined #nixos
Stphan[m] has joined #nixos
chris[m]7 has joined #nixos
quiet_laika[m] has joined #nixos
david-sawatzke[m has joined #nixos
Wouter[m]1 has joined #nixos
jneplokh has joined #nixos
jjwatt[m] has joined #nixos
CRTified[m] has joined #nixos
faewenys[m] has joined #nixos
dpc has joined #nixos
azazel has joined #nixos
ZerataX has joined #nixos
axx[m] has joined #nixos
eadwu[m] has joined #nixos
bachp has joined #nixos
jonreeve[m] has joined #nixos
jlv[m]1 has joined #nixos
quidome[m] has joined #nixos
fgaz has joined #nixos
tristan[m] has joined #nixos
logan12358[m] has joined #nixos
idontgetoutmuch[ has joined #nixos
interro[m] has joined #nixos
hpfr[m] has joined #nixos
Jake[m]1 has joined #nixos
Nacho[m]1 has joined #nixos
watzon has joined #nixos
d4rkshad0w has joined #nixos
slabity has joined #nixos
sab7iryudpgf6[m] has joined #nixos
koozz[m] has joined #nixos
mullein[m] has joined #nixos
chrismatheson has joined #nixos
kai_w has joined #nixos
observer_alpha[m has joined #nixos
srxl has joined #nixos
timokau[m] has joined #nixos
keithy[m] has joined #nixos
sshow[m] has joined #nixos
Ox4A6F has joined #nixos
unclechu has joined #nixos
alexfmpe has joined #nixos
grin[m] has joined #nixos
yoctocell[m] has joined #nixos
MawKKe[m] has joined #nixos
vegai1 has joined #nixos
colemickens has joined #nixos
Elorm[m] has joined #nixos
tokudan[m] has joined #nixos
rschulman has joined #nixos
hazel[m] has joined #nixos
matthewbauer has joined #nixos
timclassic has joined #nixos
faya01[m] has joined #nixos
tyrion-mx has joined #nixos
maralorn has joined #nixos
exel[m] has joined #nixos
LeBronse[m] has joined #nixos
M|[m]1 has joined #nixos
sabry97[m] has joined #nixos
theduke has joined #nixos
AberDerBart[m] has joined #nixos
emmanuelrosa[m] has joined #nixos
rnhmjoj has joined #nixos
chreekat[m] has joined #nixos
nlgila[m] has joined #nixos
efra[m] has joined #nixos
fresheyeball[m] has joined #nixos
solomon[m]1 has joined #nixos
balsoft has joined #nixos
xavierm02 has joined #nixos
hiroshi[m] has joined #nixos
Poscat[m] has joined #nixos
redcedar[m] has joined #nixos
l33[m] has joined #nixos
gildedlink[m] has joined #nixos
vpfeiffer[m] has joined #nixos
Yakulu[m] has joined #nixos
kuznero[m] has joined #nixos
init_6 has joined #nixos
das-g[m] has joined #nixos
aquarial has joined #nixos
cryptix has joined #nixos
d3c[m] has joined #nixos
regivanx[m] has joined #nixos
zrsk[m] has joined #nixos
philipp[m]2 has joined #nixos
ibinzari[m] has joined #nixos
tbenst[m] has joined #nixos
mdlayher1 has joined #nixos
gnxlxnxx[m] has joined #nixos
adam[m]5 has joined #nixos
JameySharp[m] has joined #nixos
easamuilov[m] has joined #nixos
boogiewoogie[m] has joined #nixos
nh2[m] has joined #nixos
rawas[m] has joined #nixos
NickHu has joined #nixos
grahamc[m] has joined #nixos
pucilpet[m] has joined #nixos
aleph9[m] has joined #nixos
cab404[m] has joined #nixos
<{^_^}> [nixpkgs] @simonchatts opened pull request #91818 → gperftools: fix build on ARM → https://git.io/JJfDG
atgo[m] has joined #nixos
LinuxHackerman has joined #nixos
guiber[m] has joined #nixos
printfn[m] has joined #nixos
user51[m] has joined #nixos
koschitzky[m] has joined #nixos
haaksmash[m] has joined #nixos
wangoe[m] has joined #nixos
sayanarijit[m] has joined #nixos
mlatus[m] has joined #nixos
yusdacra[m] has joined #nixos
michaelstrogoff[ has joined #nixos
acys[m] has joined #nixos
dbirks[m] has joined #nixos
Vykook[m] has joined #nixos
terrymunro[m] has joined #nixos
felschr[m] has joined #nixos
kraem[m] has joined #nixos
bahamas has quit [Quit: leaving]
civodul has joined #nixos
pjt_tmp has quit [Ping timeout: 265 seconds]
zanc has quit [Ping timeout: 246 seconds]
zanc has joined #nixos
MinceR has joined #nixos
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @karolchmist closed pull request #89359 → Bloop: 1.3.4 -> 1.4.1 → https://git.io/JfidH
tsrt^ has joined #nixos
orivej has joined #nixos
ixxie has quit [Ping timeout: 256 seconds]
<gueorgui> How unstable is the nixpkgs-unstable channel? Can packages from it be relied upon as daily drivers?
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
<gueorgui> I notice that package versions in nixkpkgs-unstable are more or less in sync with the "stable" archlinux package repos, which tends to work fine in daily work
werner291 has quit [Quit: werner291]
<{^_^}> [hydra] @edolstra merged pull request #790 → automatically update github actions → https://git.io/JJfia
<{^_^}> [hydra] @edolstra pushed 2 commits to master: https://git.io/JJfyZ
<srk> gueorgui: pretty stable, depending on the packages you use
<{^_^}> [hydra] @dependabot[bot] pushed to dependabot/github_actions/cachix/install-nix-action-v10 « Bump cachix/install-nix-action from v8 to v10 »: https://git.io/JJfyc
<{^_^}> [hydra] @dependabot[bot] opened pull request #791 → Bump cachix/install-nix-action from v8 to v10 → https://git.io/JJfyC
<gueorgui> srk: thanks!
<srk> gueorgui: I'm using master myself (when I can build all the stuff), unstable goes thru Hydra and only advances when builds are passing
<srk> gueorgui: it's also quite easy to rollback if stuff breaks
<gueorgui> Hydra is the CI thing, right? That means that at least stuff will build, but there's no guarantees it will actually work
<{^_^}> [nixpkgs] @ckauhaus opened pull request #91819 → ZODB: 3.5.1 -> 3.6.0 → https://git.io/JJfy4
<gueorgui> Yeah, that's what I like about Nix, easy to roll back :)
<srk> some things are even tested via NixOS tests
<srk> ,hydra gueorgui
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
<gueorgui> Nice!
ixxie has joined #nixos
<sshow> I'm unable to pick a wireless network interface with `let iface = toString lib.lists.take 1 config.networking.wireless.interfaces`. It returns an empty string. How should I go about it?
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
<sshow> I want to get the name of the first wireless interface I can find (I expect there to be only one, anyway)
ryzokuken has joined #nixos
Neo-- has joined #nixos
<b42> sshow: what do you want to do with it?
Neo-- has quit [Remote host closed the connection]
<colemickens> What is `nix build /nix/store/derivation.drv` meant to do?
orivej has quit [Ping timeout: 246 seconds]
pepesza has joined #nixos
sigmundv_ has quit [Remote host closed the connection]
sigmundv has joined #nixos
<sshow> b42: I want to pass it to a service that will control wpa_cli
<dminuoso> sshow: Is the wireless interface statically configured?
<sshow> i.e. I want to define it in a systemd service environment
bigvalen has quit [Quit: Go bye-byes]
bigvalen has joined #nixos
<sshow> dminuoso: I'm not sure what to answer. `networking.wireless.enable = true;`, but nothing more.
<sshow> I just don't think I can trust that the name of the wifi-card is the same on all target machines. (wlp2s0)
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91820 → opencl-clhpp: 2.0.11 -> 2.0.12 → https://git.io/JJfS5
<symphorien> I think you can set the name of the interface with a udev rule
ryzokuken has joined #nixos
<pepesza> I'm trying to create a derivation. It uses buildGoModule. buildGoModule requires vendorSha256. There is no mention of how one should compute it. It seems that the expected way is "insert garbage, try to build, copy vendorSha256 value from error message". If it is so, than it's too smart for it's own sake.
<b42> sshow: if it's detected at runtime you can't use it in NixOS configuration
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91821 → opencl-headers: 2020.03.13 -> 2020.06.16 → https://git.io/JJf9e
<sshow> I thought nixos would know the name of the network interfaces at build time
<b42> sshow: the udev rule approach sounds reasonable, other options are to configure it statically (possibly on a per-host basis), or find out the name in a shell script as part of the systemd service
<sshow> b42: yeah, the last one sound better to me
<b42> pepesza: correct
<b42> ,tofu pepesza
<{^_^}> pepesza: 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. See: tofu-vim
Chiliparrot has quit [Quit: Textual IRC Client: www.textualapp.com]
ryzokuken has quit [Client Quit]
ryzokuken has joined #nixos
ryzokuken has quit [Changing host]
ryzokuken has joined #nixos
alj[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91822 → orcania: 2.1.0 -> 2.1.1 → https://git.io/JJf9K
cript0nauta has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Mic92 opened pull request #91823 → dpdk: 19.11 -> 20.05 → https://git.io/JJfHe
Havvy has quit [Ping timeout: 260 seconds]
Havvy has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91824 → ott: 0.30 -> 0.31 → https://git.io/JJfH8
knupfer has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7db146538e4 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
ramses_ has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
sbetrium has joined #nixos
kleisli_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @paulperegud opened pull request #91825 → bee: init at 0.1.0 → https://git.io/JJfHx
ixxie has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91826 → parlatype: 2.0 -> 2.1 → https://git.io/JJfHp
sbetrium has quit [Read error: Connection reset by peer]
sangoma has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91827 → pdfcpu: 0.3.3 -> 0.3.4 → https://git.io/JJfQY
sbetrium_ has joined #nixos
pax-12 has joined #nixos
sangoma has joined #nixos
Miyu-saki has joined #nixos
<Miyu-saki> What's the current recommended way for Rust development?
<pax-12> I am having trouble installing nvidia drivers on linux 5.7.4 on nixos unstable, here is the error(s) and my configuration.nix https://bpa.st/BSDA
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91828 → pgmetrics: 1.9.1 -> 1.9.2 → https://git.io/JJfQB
<Miyu-saki> crate2nix seems promising?
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
ryzokuken has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #91829 → akira: 2019-10-12 -> 2020-05-01 → https://git.io/JJfQK
ryzokuken has joined #nixos
ryzokuken has quit [Changing host]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91830 → pidgin-skypeweb: 1.5 -> 1.6 → https://git.io/JJfQ7
cinimod has joined #nixos
justanotheruser has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
aij has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #91798 → checkstyle: 8.33 -> 8.34 → https://git.io/JJf2i
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJfQx
sb0 has quit [Quit: Leaving]
boxscape has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @marsam merged pull request #91803 → dolt: 0.16.3 -> 0.18.0 → https://git.io/JJfVD
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJf7m
<{^_^}> [nixpkgs] @marsam merged pull request #91828 → pgmetrics: 1.9.1 -> 1.9.2 → https://git.io/JJfQB
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJf7s
<{^_^}> [nixpkgs] @marsam merged pull request #91827 → pdfcpu: 0.3.3 -> 0.3.4 → https://git.io/JJfQY
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJf7B
kriteus[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JJf7g
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #91794 → nixos/fish: enable man cache generation → https://git.io/JJfRv
<TobiasKratzlitsc> <pax-12 "I am having trouble installing n"> Same issue here as well
<pax-12> TobiasKratzlitsc, I said nvidia drivers not n
<srk> fine with nixpkgs 5db4111908ffd59313b9e7879e177088743d84ca
tmaekawa has joined #nixos
tmaekawa has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91831 → pt2-clone: 1.19 -> 1.20 → https://git.io/JJf5Y
Rusty1 has joined #nixos
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91832 → qbec: 0.12.0 -> 0.12.1 → https://git.io/JJf5r
sbetrium_ has quit [Quit: sbetrium_]
HeN has quit [Quit: Connection closed for inactivity]
TobiasKratzlitsc has left #nixos ["User left"]
kmplsv has joined #nixos
Synthetica has joined #nixos
adamblackwater[m has left #nixos ["User left"]
pax-12 has quit [Remote host closed the connection]
nikita` has joined #nixos
hackerfoo has quit [Quit: killed]
m_hackerfoo has quit [Quit: killed]
hackerfoo has joined #nixos
m_hackerfoo has joined #nixos
m_hackerfoo has quit [Ping timeout: 246 seconds]
hackerfoo has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91833 → rabbitmq-server: 3.8.4 -> 3.8.5 → https://git.io/JJfdM
sangoma has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
m0rphism has quit [Ping timeout: 246 seconds]
hackerfoo has joined #nixos
m_hackerfoo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91834 → rclone: 1.52.1 -> 1.52.2 → https://git.io/JJfFe
ixxie has joined #nixos
Neo-- has joined #nixos
m0rphism has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
zupo has joined #nixos
<cinimod> I am trying to use random-1.2 in haskell but running into some sort of dependency hell: https://github.com/NixOS/nixpkgs/issues/91733#issuecomment-651773274
cosimone has quit [Quit: Quit.]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e912fb83d21 (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
teto has joined #nixos
<{^_^}> [nixpkgs] @edolstra opened pull request #91835 → nixos-container: Pass through several Nix flags → https://git.io/JJfFD
dongcarl has quit [Quit: Ping timeout (120 seconds)]
dongcarl has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91836 → rmapi: 0.0.11 -> 0.0.12 → https://git.io/JJfFN
<{^_^}> [nixpkgs] @samdroid-apps opened pull request #91837 → Add Apache Pulsar → https://git.io/JJfFA
waleee-cl has joined #nixos
<turion> I just managed to install Nix on a rescue system of my dedicated server, where I have an existing, unbootable NixOS installation. I want to try and run nixos-install to see whether that fixes it.
<turion> How do I install nixos-install, though?
<turion> rescue / # nix-env -iA nixos.nixos-install                      
<turion> error: attribute 'nixos-install' in selection path 'nixos.nixos-install' not found
<{^_^}> [nixpkgs] @ryantm merged pull request #91800 → clightd: 4.1 -> 4.2 → https://git.io/JJfau
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJfbz
<dutchie> nix-env -iE "_: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ]"
<{^_^}> [nixpkgs] @ryantm merged pull request #91802 → doctest: 2.3.8 -> 2.4.0 → https://git.io/JJfVi
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJfb2
<{^_^}> [nixpkgs] @ryantm merged pull request #91805 → flacon: 6.0.0 -> 6.1.0 → https://git.io/JJfrO
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJfbV
<turion> dutchie: Great, thanks!
plutes has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91839 → robin-map: 0.6.2 -> 0.6.3 → https://git.io/JJfbr
atemu12[m] has joined #nixos
lalala56756[m] has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #91833 → rabbitmq-server: 3.8.4 -> 3.8.5 → https://git.io/JJfdM
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @r-ryantm to master « rabbitmq-server: 3.8.4 -> 3.8.5 »: https://git.io/JJfbD
ddellacosta has joined #nixos
<turion> nixos-enter <3 awesome
orivej has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @basvandijk opened pull request #91840 → pythonPackages.selectors2: fix build by disabling failing test_above_fd_setsize → https://git.io/JJfNT
<Miyu-saki> Can builders be mutually dependent now?
<Miyu-saki> I had mutually dependent builders like ~2-3 years ago, and I'd like to revisit parallel building.
<Miyu-saki> (By "had", I mean I had a configuration, which locked up, and I didn't know what happened until I asked here)
cjpb0 has joined #nixos
cjpbirkbeck has quit [Ping timeout: 244 seconds]
cjpb0 is now known as cjpbirkbeck
<turion> How does nixos-install and autogenerated configs handle MAC addresses? They never get written down in the config, right?
<{^_^}> [nixpkgs] @luc-tielen opened pull request #91841 → souffle: 1.7.1 -> 2.0.0 → https://git.io/JJfNF
avaq has quit [Remote host closed the connection]
sbetrium has joined #nixos
acarrico has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Ma27 pushed to glibc231 « glibc: build with patches for CVE-2020-1752 & CVE-2020-10029 »: https://git.io/JJfAJ
simba2 has joined #nixos
acarrico has joined #nixos
<ldlework> domenkozar[m]: I was told that "Nix" would be our branding going forward. That's why I prioritized that subreddit and went through the work to secure it and reset it up. Congrats on the snipe though.
<domenkozar[m]> as I said in reddit messaging, I have no interest being the owner or whatever, I only want to recover that reddit
<ldlework> That wasn't how I interpreted your messages. Great :)
<domenkozar[m]> that's exactly what I said
<domenkozar[m]> well I said mod, I didn't know there's also the owner
* domenkozar[m] is no reddit expert
sangoma has quit [Ping timeout: 256 seconds]
jakobrs has joined #nixos
m1sosoup has joined #nixos
phaebz has joined #nixos
<jakobrs> Just something I was thinking about: I suggest that the minimal live ISO have X11 forwarding by default.
<{^_^}> [nixpkgs] @marsam opened pull request #91843 → nodejs-12_x: 12.18.1 -> 12.18.2 → https://git.io/JJfxk
<jakobrs> It shouldn't increase the closure size, and X11 forwarding is particularly useful for things like using gparted on a headless install.
markus1189 has quit [Ping timeout: 240 seconds]
markus1189 has joined #nixos
<jakobrs> As for headless installs, I think that a way to launch sshd by default without a keyboard would be useful too.
<clever> jakobrs: sshd is configured, but set to not auto-start, so you must run `passwd`, and `systemctl start sshd` to make it function
<jakobrs> Yes I know, that's my point
<phaebz> Running the VirtualBox OVA appliance as documented in https://nixos.org/download.html, how to upgrade to a proper system (without the imports=[ <nixpkgs/nixos/modules/installer/virtualbox-demo.nix> ])? Should I just use a different configuration.nix? The ones I have used previously were on bare metal and contained imports = [ ./hardware-configuration.nix ]; which I assume is contained in the virtualbox-demo.nix?
<clever> jakobrs: you could fairly easily make a custom iso, that forces sshd to start, and has a key pe-authorized
<jakobrs> I was installing NixOS in a VM earlier today, which is what motivated this
<jakobrs> fair
<jakobrs> I mean, unless you're installing several VMs at the same time, it's probably not worth it to build your own iso
<jakobrs> What I'm arguing is that maybe it should be this way by default
m1sosoup has quit [Quit: Leaving]
<jakobrs> or maybe not, I don't actually really know
<clever> jakobrs: the problem, is the security nightmare caused by ssh being on, with a default pw
<jakobrs> yeah, I don't see how to get around that
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
<patagonicus> Yep. I've seen systems that do SSH by default, but with a randomized password, so you still need a screen to see what the password is. I'd prefer the default to be SSH disabled and then if you do a headless install you can create your own image with your SSH pubkeys baked in in a few lines of config (and while you're at it you can also add your
<patagonicus> favorite editor and whatever else you'd want).
<patagonicus> I used to have a customized version of sysresccd lying around, but that was much more of a hassle to customize than NixOS.
<jakobrs> The X11 forwarding thing could still work though, though it might be better to have the user just set that manually
<clever> patagonicus: the current default is that sshd is technically enabled (so you dont need to nixos-rebuild), but systemd is set to not run on bootup
<jakobrs> I know that certain other systems (for example, the raspberry pi install) lets you create a file called "ssh" in the boot partition to enable ssh on boot
<patagonicus> clever: Different meanings of enabled. :) That's what I meant, keep it the way it is.
<jakobrs> but that wouldn't work with an installer iso
<jakobrs> There may be security concerns with enabling X11 forwarding, though, I'd imagine.
<patagonicus> I don't see anything in the config that would disable X11 forwarding, but I also didn't check all of the includes. Are you using `ssh -Y` when connecting to the server?
<jakobrs> X11 forwarding is disabled by default.
ryzokuken has joined #nixos
<jakobrs> As in, `services.openssh.forwardX11` is `false` unless changed, presumably for security.
<patagonicus> Ah, right, it's just the default for the service, not installer specific.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d13d819b894 (from 68 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<patagonicus> I think it's because it's requiring programs.ssh.setXAuthLocation to be set, which can pull in X11 packages, but that shouldn't be a problem for the installer.
<clever> minimal vs graphical installer
<jakobrs> minimal
<jakobrs> I don't think the `programs.ssh` and `services.openssh` interfere in that way.
<jakobrs> s/interfere/options interfere/
<Miyu-saki> `nix-build --max-jobs 8 --cores 8`
<Miyu-saki> Temp [C]
<Miyu-saki> Acpitz,0 91.0
cosimone has joined #nixos
<clever> Miyu-saki: that will spawn 64 procs!
<Miyu-saki> :D
<Miyu-saki> Depends on the underlying build system though.
<clever> services.sshd.enable
<clever> Alias of services.openssh.enable.
<Miyu-saki> IIRC, `make`, at least with Nixpkgs settings also uses your load averages.
<clever> jakobrs: ^
<clever> Miyu-saki: yep, with the default buildPhase
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
<Miyu-saki> clever: Oh yeah, is there a way to make mutually dependent builders work?
<clever> ah, programs is a bit diff
<jakobrs> I don't see how that's related
<clever> Miyu-saki: ?
<jakobrs> I meant programs, yeah
<Miyu-saki> clever: machine X is a builder for machine Y, machine Y is also a builder for machine X
<Miyu-saki> Last time I tried that, around 3 years ago, IIRC, it hung up
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91844 → rust-cbindgen: 0.14.2 -> 0.14.3 → https://git.io/JJfpz
<clever> Miyu-saki: i think thats been fixed
<Miyu-saki> Oh okay, glad to hear that.
<ixxie> Anybody know where I can read about the NixOps Digital Ocean backend?
ryzokuken has joined #nixos
<{^_^}> [nixpkgs] @Flakebi opened pull request #91845 → amdvlk: 2020.Q2.5 -> 2020.Q2.6 → https://git.io/JJfhT
ryzokuken has quit [Client Quit]
ryzokuken has joined #nixos
ryzokuken has quit [Client Quit]
ryzokuken has joined #nixos
ryzokuken has quit [Client Quit]
ryzokuken has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
sbetrium_ has joined #nixos
ryzokuken has quit [Changing host]
ryzokuken has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91846 → sbt: 1.3.12 -> 1.3.13 → https://git.io/JJfh8
<Guest74485> ,locate libz.so.1
<{^_^}> Found in packages: gap, zlib, gap-full, scilab-bin, gap-minimal, signal-desktop, jetbrains.clion
sbetrium has quit [Ping timeout: 246 seconds]
acarrico has quit [Ping timeout: 258 seconds]
<Miyu-saki> Aaaaa
jakobrs has left #nixos ["WeeChat 2.7.1"]
<Miyu-saki> why
<Miyu-saki> Oh okay
<Miyu-saki> git blame explains it
<Miyu-saki> but still aaaa
<gchristensen> Miyu-saki: seems weird, like why not just set NUM_JOBS=1 in the derivation for proc-macro2, instead of spoiling8 the other infinity crates?
<Miyu-saki> Yeah
<Miyu-saki> This is actually proving to be a problem on my builds
<Miyu-saki> I wonder what programs will recompileg if I change that
<Miyu-saki> Probably Firefox
<Miyu-saki> :/
Guest74485 is now known as bbigras
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<Miyu-saki> Uhhh
<Miyu-saki> How do I evaluate on the shell again? lmao
<Miyu-saki> I just use `nix repl` all the time
alexherbo2 has joined #nixos
bbigras has quit [Quit: authenticating]
bbigras has joined #nixos
<qyliss> gchristensen: looks like you were involved with that PR! :P
<Miyu-saki> Or rather
<Miyu-saki> How do I evaluate and get a string?
<Miyu-saki> Like
<qyliss> Miyu-saki: nix-instantiate --eval
<Miyu-saki> Yeah, uhh
<Miyu-saki> how do I explain this.
<Miyu-saki> Like, the string with escape codes unescaped.
<Miyu-saki> So \n prints out as a newline
<Miyu-saki> etc etc
<infinisil> --eval --json | jq -r .
<Miyu-saki> Lmao
<Miyu-saki> Yeah, that works. Thanks
<infinisil> In the future `nix eval --raw`
<infinisil> Or so
<Miyu-saki> This is probably high up on the dirtiest things I've done. :D
<{^_^}> [nixpkgs] @Profpatsch merged pull request #91795 → lorri: 1.0 -> 1.1 → https://git.io/JJfEK
<{^_^}> [nixpkgs] @Profpatsch pushed to master « lorri: 1.0 -> 1.1 »: https://git.io/JJfhb
<Miyu-saki> Oof, that didn't work.
<Miyu-saki> ` configurePhase = builtins.readFile ./shaderc-sys.config.sh;`
<Miyu-saki> I know why, but yeah, that didn't work lol
<Miyu-saki> I guess I'll just have to have a nixpkgs for development and a nixpkgs for my system config
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91847 → sensu-go-agent: 5.20.1 -> 5.21.0 → https://git.io/JJfjq
zgrep has quit [Quit: It's a quitter's world.]
<gchristensen> uh oh
zgrep has joined #nixos
<Miyu-saki> Finally
<Miyu-saki> load average: 8.62, 4.26, 3.99
<{^_^}> [nixpkgs] @vbgl merged pull request #91788 → ocamlPackages.irmin*: 2.1.0 → 2.2.0 → https://git.io/JJfli
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.irmin*: 2.1.0 → 2.2.0 »: https://git.io/JJfjs
<Miyu-saki> To be fair
<Miyu-saki> That's not working so well with Rust lmao
<Miyu-saki> `Load average: 17.68 9.54 5.99 `
<Miyu-saki> To be more exact, ninja
<{^_^}> [nixpkgs] @Profpatsch opened pull request #91848 → lorri: 1.0 -> 1.1 → https://git.io/JJfjn
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91849 → sequeler: 0.7.91 -> 0.8.0 → https://git.io/JJfjW
<Miyu-saki> Heyyy, it actually worked overall though. \o/
<{^_^}> [nixpkgs] @worldofpeace merged pull request #91829 → akira-unstable: 2019-10-12 -> 2020-05-01 → https://git.io/JJfQK
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JJfjR
<phaebz> So I changed the configuration.nix of the VirtualBox OVA but now there is no demo user anymore, only my new user which has autologin but I did not set a password. What is the default root password for the VirtualBox OVA?
<{^_^}> [nixpkgs] @ryantm merged pull request #91831 → pt2-clone: 1.19 -> 1.20 → https://git.io/JJf5Y
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJfjK
arjen-jonathan has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @FRidh opened pull request #91850 → pythonPackagesOverrides: override all Python package sets at once → https://git.io/JJfjy
<{^_^}> [nixpkgs] @danieldk opened pull request #91851 → python3Packages.somajo: 2.1.0 -> 2.1.1 → https://git.io/JJfj5
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/7db146538e4 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
erasmas has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91852 → simplenote: 1.17.0 -> 1.19.0 → https://git.io/JJJek
<patagonicus> phaebz: I don't know if there is one, but if you get a selection of generations at boot you might be able to go back to the old one, set a password and then go back to the new one.
<{^_^}> [nixpkgs] @danieldk opened pull request #91853 → drawio: 13.3.1 -> 13.3.5 → https://git.io/JJJeO
<{^_^}> [nixpkgs] @FRidh pushed 16 commits to staging: https://git.io/JJJen
<{^_^}> [nixpkgs] @kalbasit merged pull request #91847 → sensu-go-agent: 5.20.1 -> 5.21.0 → https://git.io/JJfjq
<{^_^}> [nixpkgs] @kalbasit pushed commit from @r-ryantm to master « sensu-go-agent: 5.20.1 -> 5.21.0 (#91847) »: https://git.io/JJJeC
ingenieroariel has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<phaebz> patagonicus: Hah, nice one, did the trick, thanks.
<patagonicus> The generations feature in NixOS is super helpful. :)
<ingenieroariel> Hey colemickens - I test obs with home manager, v4l2sink and wroobs on master and it works for the simplest use case
<ingenieroariel> (overlaying a full screen and my camera and creating a virtual cam for zoom and hangouts)
magnetophon has quit [Read error: Connection reset by peer]
growpotkin has joined #nixos
<ingenieroariel> a customized version of your sway-config.nix works on master too, happy to test newer versions if you decide to bump wayland packages on master
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #91796 → bitwarden: 1.18.0 -> 1.19.0 → https://git.io/JJfzj
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJJeP
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @mnacamura opened pull request #91854 → luaPackages.readline: init at 2.6-0 → https://git.io/JJJe5
smatting has quit [Ping timeout: 260 seconds]
Guest31402 has quit [Ping timeout: 258 seconds]
Collegewifi has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos
zupo has joined #nixos
<{^_^}> [nix] @edolstra pushed 2 commits to 2.3-maintenance: https://git.io/JJJvc
zupo has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91855 → spirv-cross: 2020-05-19 -> 2020-06-29 → https://git.io/JJJvB
<turion> How to handle dependencies of nextcloud apps? Should I do something like services.nextcloud.package = nextcloud19.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ mydependency ]});?
cjpbirkbeck has quit [Quit: cjpbirkbeck]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91856 → sslyze: 3.0.7 -> 3.0.8 → https://git.io/JJJvM
<turion> Or do I need to install the deps system wide?
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
eoli3n_ has joined #nixos
meh` has joined #nixos
quinn has joined #nixos
<turion> There is no PHP section in https://nixos.org/nixpkgs/manual/#chap-language-support... how do I learn how to add PHP libraries to nixpkgs?
ramses_ has quit [Ping timeout: 256 seconds]
Collegewifi has quit [Ping timeout: 260 seconds]
<hyperfekt> Can someone close #42557?
<{^_^}> https://github.com/NixOS/nixpkgs/issues/42557 (by srghma, 2 years ago, open): cant install nixos because of src/libexpr/primops.cc:56: void nix::EvalState::realiseContext(const PathSet&): Assertion `store->isStorePath(ctx)' failed.
kleisli_ has joined #nixos
<pikajude> hey, is it possible to make hydra skip a specific attribute when evaluating a jobset?
<gchristensen> to what end?
<gchristensen> I think it'll skip if it throws
<LnL> there's hydraPlatforms
<pikajude> yeah but this attr isn't a derivation, it's a set of them
<pikajude> i have one file that exposes all the hydra jobs i want
<pikajude> basically it's a bunch of stuff from a cargo2nix workspace
<pikajude> but i also want to add an attribute that refers to the workspace itself so that i can import the file other places and not have to copy code
<pikajude> BUT i don't want to put the entire workspace in the file that hydra evaluates because then it'll produce like, 800 jobs
<LnL> recurseIntoAttrs determines whether hydra or nix search should traverse the set
<pikajude> oh
<pikajude> i thought hydra just did it by default
infandum has joined #nixos
proofofkeags has joined #nixos
<LnL> derivations are also sets so that would be a but unwieldy :)
proofofkeags has quit [Remote host closed the connection]
<srk> with default password /o\
<srk> oop,s scrollback
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91858 → suitesparse-graphblas: 3.2.2 -> 3.3.0 → https://git.io/JJJfS
<pikajude> i see
<infandum> I'm trying to build inline-r as a dependency for my package. I get the error dyld: Library not loaded: libRblas.dylib because the image is not found. This is on macOS, everything is fine on linux. I tried to point to where it is by overriding the dependency with appendConfigureFlags (haskell library) but it did not append. How can I solve this library not found?
<infandum> That is, in the overrides, I have `inline-r = pkgs.haskell.lib.appendConfigureFlags (dontCheck super.inline-r) [ "--extra-lib-dirs=${pkgs.R}/lib/R/lib" ];`
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
cosimone has quit [Quit: Quit.]
quinn has joined #nixos
dbmikus has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #91845 → amdvlk: 2020.Q2.5 -> 2020.Q2.6 → https://git.io/JJfhT
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJJJn
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91859 → targetcli: 2.1.51 -> 2.1.53 → https://git.io/JJJJ0
vereis has joined #nixos
icetan has quit [Quit: Idle for 30+ days]
askatasun[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
dtz has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
adam[m]5 has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
philipp[m]2 has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
grahamc[m] has quit [Quit: Idle for 30+ days]
LinuxHackerman has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
proofofkeags has joined #nixos
<vereis> test
<turion> How do I configure nix repl so :b somePackage shows more than 10 lines of build log?
<vereis> Hi guys! I'm wondering if this is the best place to get a little noob help?
proofofkeags has quit [Read error: Connection reset by peer]
proofofk_ has joined #nixos
<turion> vereis: Just ask :)
<vereis> cool -- just worried; pretty new to IRC
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91860 → tcpreplay: 4.3.2 -> 4.3.3 → https://git.io/JJJJQ
<vereis> so I'm trying to install a package; minikube via `nixenv -I minikube`
<vereis> this works and I get `minikube-1.2.0`
mallox has quit [Quit: WeeChat 2.8]
<vereis> which is pretty old; looking at the GitHub repo, looks like `minikube` is set to `1.11.0` so I'm wondering whats up
<vereis> I've done a `sudo nix-channel --update` and rebooted but still the same thing is happening
<turion> This is a place where you can search for packages and their versions
<qyliss> vereis: have you done it without sudo?
<turion> It turns out that on the last stable release (which you're probably on?) only has this old version, but it has since been updated
<turion> what does nix-channel --list say?
user_0x58 has joined #nixos
<vereis> ah I see. qyliss: have I run what without sudo sorry?
<vereis> and `nix-channel --list` without sudo returns nothing
<vereis> `sudo nix-channel --list` returns: nixos https://nixos.org/channels/nixos-20.03
<qyliss> err, ignore me and listen to turion :)
<vereis> qyliss: sorry haha ^^;
<clever> vereis: then it will always be using the version that was in nixpkgs back in march
<qyliss> I had an idea but I was wrong
<vereis> so I just need to add the unstable channel?
<clever> yep
<clever> ,unstable
excelsiora has quit [Ping timeout: 260 seconds]
<vereis> great, thanks guys I'll give that a shot! Managed to get my entire dev env working except for this haha but so far NixOS is amazing
<turion> vereis: Good you're having fun ;)
justanotheruser has quit [Ping timeout: 272 seconds]
excelsiora has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91861 → terracognita: 0.4.0 -> 0.5.0 → https://git.io/JJJUk
LeshaInc1 is now known as LeshaInc
marusich has quit [Quit: Leaving]
<vereis> HAH! that worked :) thanks everyone
<vereis> is there a way to declaratively state what channels I want joined in my configuration.nix?
<vereis> I'm fine manually adding it but if theres a better way of doing it I'll definitely rather do that
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91862 → terraform-ls: 0.3.2 -> 0.4.0 → https://git.io/JJJUG
domogled has joined #nixos
justanotheruser has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91863 → thanos: 0.12.2 -> 0.13.0 → https://git.io/JJJUo
magnetophon has quit [Read error: Connection reset by peer]
philr_ has quit [Ping timeout: 260 seconds]
magnetophon has joined #nixos
phaebz has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91864 → tiled: 1.3.5 -> 1.4.1 → https://git.io/JJJUp
<{^_^}> [nixpkgs] @sternenseemann opened pull request #91865 → ocamlPackages.angstrom 0.14.1 and update of all affected packages (encore, git) → https://git.io/JJJTm
MmeQuignon has joined #nixos
<Miyu-saki> Seems like buildRustCrate and propgatedBuildInputs don't really work that well together? :/
Cale has quit [Read error: Connection reset by peer]
<Miyu-saki> I have this
<Miyu-saki> ```
<{^_^}> [nix] @bburdette opened pull request #3767 → Pos null check → https://git.io/JJJTj
<Miyu-saki> propagatedBuildInputs = [ vulkan-loader ];
<Miyu-saki> extraLinkFlags = [ "-l dylib=vulkan" ];
turion has quit [Ping timeout: 265 seconds]
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
abathur has quit [Quit: abathur]
phaebz has joined #nixos
camsbury has joined #nixos
bdju_ has joined #nixos
Cale has joined #nixos
bdju_ has quit [Client Quit]
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
<camsbury> trying to add a custom pkg to my 'ohMyZsh' config
<camsbury> the only problem is the path has to be a subdir of the actual package
<{^_^}> [nixpkgs] @andersk opened pull request #91867 → [20.03] openafs_1_8: 1.8.5 -> 1.8.6 → https://git.io/JJJkt
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91868 → todoman: 3.7.0 -> 3.8.0 → https://git.io/JJJkq
<camsbury> for example I want to add `kubetail`, but make the path the `share` dir
<camsbury> any tips?
ris has joined #nixos
<tobiasBora> Hello,
<tobiasBora> I just setup my partition setup, where I have LVM(LUKS(ZFS))
<tobiasBora> (I encrypt an ZFS partition using LUKS and I put that into a LVM volume)
<tobiasBora> However, I don't know why but nixos first opens the LVM, and then it tries to open ZFS... so it fails (not yet decrypted), and only *after* it asks for my password to decrypt
<gchristensen> wow that is a lot of layers, tobiasBora, why LVM first?
<tobiasBora> gchristensen: oh, I need to leave, I'm back in one or two hours (but I'll read any answer). And I have LVM first because I want also non encrypted partitions, and I don't want to use ZFS encryption because I can't decrypt with multiple keys
<emmanuel`> hello there!
drakonis has joined #nixos
moet has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91869 → tokei: 11.2.1 -> 12.0.4 → https://git.io/JJJk0
cfricke has quit [Quit: WeeChat 2.8]
<tobiasBora> meanwhile here is the relevant part of my configuration https://paste.debian.net/1154527/
<tobiasBora> if anybody knows how to put things "in the right order", I'm interested!
MmeQuignon has quit [Quit: WeeChat 2.8]
<tobiasBora> gchristensen: but I heard that LVM was not really heavy, do you think I can get poor performances?
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91870 → toot: 0.26.0 -> 0.27.0 → https://git.io/JJJkP
davidv7 has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #3767 → Pos null check → https://git.io/JJJTj
<{^_^}> [nix] @edolstra pushed 3 commits to master: https://git.io/JJJk5
davidv7_ has quit [Ping timeout: 265 seconds]
emacsomancer has quit [Read error: Connection reset by peer]
bennofs has joined #nixos
bennofs_ has quit [Ping timeout: 240 seconds]
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
<skomorokh> Is there anything like a Nix LTS? I'd like to use it for a server I don't want to mess with very much and the idea of likely not having any of the software change major versions for two years seems appealing, but so does the stability of having the whole system configuration expressed declaratively
iyzsong has joined #nixos
seku has quit [Ping timeout: 258 seconds]
<Miyu-saki> Is there a wrap setupHook?
<Miyu-saki> I don't want to specify all binaries, because I'm not sure what all the artifacts are yet.
orivej_ has quit [Ping timeout: 260 seconds]
<Miyu-saki> So I just want everything in $out/bin to be wrapped
orivej has joined #nixos
lsix has quit [Quit: WeeChat 2.8]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91871 → ttyd: 1.6.0 -> 1.6.1 → https://git.io/JJJIZ
emacsomancer has joined #nixos
nurelin has left #nixos ["User left"]
gustavderdrache has joined #nixos
Synthetica has quit [Quit: Connection closed for inactivity]
<infinisil> skomorokh: I guess you mean NixOS instead of Nix, but no there isn't an LTS version
<{^_^}> [hydra] @aszlig closed pull request #375 → Replace jobset_input_alts with a JSONB field → https://git.io/JJJIR
kenran has joined #nixos
_ris has joined #nixos
nabataeus has joined #nixos
ris has quit [Ping timeout: 272 seconds]
kleisli_ has quit [Ping timeout: 240 seconds]
proofofk_ has quit [Remote host closed the connection]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91872 → tunnelto: 0.1.6 -> 0.1.9 → https://git.io/JJJI2
<skomorokh> infinisil: Yes, thanks. And ...unsurprising, it's extra maintenance for sure and given the ambition of the project no doubt resources are spread pretty thin as is.
<infinisil> Actually, maintaining this would probably be easier due to Nix, it's just that there's not people/money to do it
<infinisil> not enough*
<{^_^}> [nixpkgs] @filalex77 merged pull request #91872 → tunnelto: 0.1.6 -> 0.1.9 → https://git.io/JJJI2
<{^_^}> [nixpkgs] @filalex77 pushed 2 commits to master: https://git.io/JJJIr
<Athas> When nixos-rebuild fails, how am I supposed to see which package actually fails? The output is totally unstructured.
<qyliss> Athas: look for a line containing "builder for"
<Athas> I get a list of derivations whose dependencies could not be built, but the actual failing derivation must be listed very subtly, because I cannot find it.
<Athas> Ah, yes.
<Athas> What a strange formulation. But thanks!
proofofkeags has quit [Ping timeout: 256 seconds]
rtjure has joined #nixos
<Athas> As far as I can see, the failing derivation is "fontforge", and it fails because it is provided Python 2, but requires Python 3. Does this derivation work for others?
<Athas> Surely this cannot be a local problem?
camsbury has quit [Remote host closed the connection]
<skomorokh> infinisil: Seems very chicken/egg as I bet it'd help enterprise adoption. (Unrelated, there's a nearby town called innisfil and your nick is like some dyslexic uncanny valley)
<infinisil> Hehe neat
magnetophon has quit [Read error: Connection reset by peer]
<infinisil> Yeah there might be more adoption with an LTS
<infinisil> Though I feel like there's many other things to polish first
<gchristensen> skomorokh: IMO you don't need an LTS so much because the roll-backs are much safer. and, since you're used to dealing with updates more often, the updates are less painful
<qyliss> Athas: a fix for fontforge is on its way
<skomorokh> infinisil: Yup, that's part of the whole host of decisions that come with running a distro, it's pretty impressive we have as many of them as we do.
<qyliss> Athas: I fixed it a little while ago but it needs to make its way from staging to master
<qyliss> Or at least, I hope that's why it's not working for you
<gchristensen> skomorokh: the LTS's tend to get peole stuck in time and "calcified" in place where they cannot update because they have no idea what they have anymore. this is not true with NixOS
asymptotically has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91873 → ulauncher: 5.7.3 -> 5.8.0 → https://git.io/JJJIA
<gustavderdrache> not to mention that there isn't really One True Channel™ for packages - if you need a specific version of something, you can pin nixpkgs to the revision you need to always have that available - even if the rest of the system tracks a different channel
<Athas> qyliss: oh good, it's known. I searched on GitHub but couldn't find it as a reported issue.
asymptotically has joined #nixos
<gchristensen> gustavderdrache: good point
<qyliss> Athas: well, I'm hoping that it hasn't come back!
magnetophon has joined #nixos
<skomorokh> gchristensen: Ya, it does seem like it'd be more manageable, that's why it has me intrigued. But how are DBs handled with roll-backs, don't schema updates complicate things?
<gchristensen> skomorokh: yes, NixOS doesn't do schema updates -- you have to manage those
FRidh has quit [Ping timeout: 240 seconds]
<{^_^}> #89583 (by alyssais, 3 weeks ago, merged): fontforge: 20190801 -> 20200314
<qyliss> Athas: what version of fontforge did it try to build for you?
FRidh has joined #nixos
<Athas> qyliss: /nix/store/1kzi0svqisj7ycy4d9pa71dxqbw2zqnm-fontforge-20200314.drv
<qyliss> Yikes, okay
<qyliss> That's a new failure then
<qyliss> Although it's been built by Hydra on master
<qyliss> Athas: what Nixpkgs rev?
proofofkeags has joined #nixos
<Athas> qyliss: newest unstable.
<infinisil> gustavderdrache: gchristensen: I think the point of an LTS is more that you only get security updates or other fixes, but not updates that would cause breakages. This allows you to keep the system secure, but not have to worry about fixing things
<skomorokh> gustavderdrache: Right, but say the current release is 3.x but upstream is still providing patch releases for 2.x ...is there a way for the package maintainers to offer new releases for old major versions? Is there a way for me to pin a major version but still get patches the maintainer has made available?
<infinisil> And you can't get that by pinning things
<gchristensen> gustavderdrache: I know that, but it isn't true
ris has joined #nixos
<gchristensen> erm, infinisil
<gchristensen> infinisil: I'd estimate most software releases include security fixes
<qyliss> Athas: nixos unstable or nixpkgs unstable?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5d4d7c24c72 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<gustavderdrache> yeah, there's definitely more nuance to an "LTS" type of system than i'm mentioning
<gchristensen> and so you're only protected against issues which were known about at fix time, and also got a CVE
<infinisil> gchristensen: Hm yeah
<gchristensen> and the upstream divergance gets more and more difficult the longer it goes, and the longer it goes the more bizarre your software stack is
<Athas> qyliss: there's a difference? I'm on https://nixos.org/channels/nixos-unstable and trying to build with 'nixos-rebuild switch --upgrade', so I assume the newest of nixos-unstable.
<qyliss> Yeah, there's a difference. nixpkgs-unstable hasn't had the NixOS tests run on it.
acarrico has joined #nixos
_ris has quit [Ping timeout: 244 seconds]
<qyliss> Anyway, the good news is that on master fontforge builds fine, so it should be fixed once unstable updates
<{^_^}> [nixpkgs] @danieldk closed pull request #81501 → gleam: 0.6.0 -> 0.7.1 → https://git.io/Jv2uB
<qyliss> Athas: it's built by Hydra for me on nixos-unstable too
<qyliss> Are you using any overlays?
<Athas> Yes, I'm using this one: https://github.com/nixos-rocm/nixos-rocm
<gustavderdrache> gchristensen: counterpoint - some software (e.g., helm 2 -> helm 3) has very non-trivial upgrade steps, which take time to implement and validate in large systems, so immediately dropping the older version despite upstream support may be an issue for large orgs
<Athas> But I don't see how it could affect the version of Python passed to fontforge.
<gustavderdrache> you can also look at the python 2/3 stuff as wel
<gustavderdrache> *well
<qyliss> Athas: does this work for you? NIX_PATH= nix-build https://github.com/NixOS/nixpkgs/tarball/nixos-unstable -A fontforge
<{^_^}> [nixpkgs] @alexfmpe opened pull request #91874 → Fix typo → https://git.io/JJJLG
<qyliss> Athas: also, just to make sure we're looking at the right thing, does nix-build -A fontforge '<nixpkgs>' work for you?
<gustavderdrache> i don't have an answer for what should happen for a project like nixpkgs since it increases the maintenance burden to keep both "legacy" and "current" tracks in nixpkgs, but it's probably something folks look at when evaluating a linux distro
<gchristensen> gustavderdrache: no doubt
<gchristensen> pkgs.helm2 pkgs.helm3 :)
<gustavderdrache> :)
justache has quit [Remote host closed the connection]
<Athas> qyliss: yes on both accounts. I can also build it with my Git checkouts of nixpkgs master and of the nixos-unstable branch.
cosimone has quit [Quit: Quit.]
<Athas> I have no idea what nixos-rebuild is looking at, then.
justache has joined #nixos
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91875 → haskellPackages: cleaning up obsolete overrides (12/x) → https://git.io/JJJLC
phaebz has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91876 → haskellPackages: cleaning up obsolete overrides (13/x) → https://git.io/JJJLR
slack1256 has joined #nixos
justanotheruser has quit [Ping timeout: 246 seconds]
asymptotically has quit [Quit: Leaving]
nwm_ has joined #nixos
AmandaC has quit [Remote host closed the connection]
moet has quit [Quit: leaving]
justanotheruser has joined #nixos
avn has quit [Read error: Connection reset by peer]
<nwm_> is there a particular reason nixos uses sha vs say a locality sensitive hash of some sort?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91877 → waylandpp: 0.2.7 -> 0.2.8 → https://git.io/JJJL7
avn has joined #nixos
smatting has joined #nixos
camsbury has joined #nixos
<energizer> what is the benefit nwm_?
<nwm_> sort of semi automatic vulnerability detection
magnetophon has quit [Remote host closed the connection]
<nwm_> due to similarity
<energizer> explain?
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Read error: Connection reset by peer]
knupfer has joined #nixos
knupfer has joined #nixos
<nwm_> depends on the code involved, if things are bundled then lsh should be able to detect issues
phaebz has joined #nixos
<nwm_> for use after free, etc it won't
smatting has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91878 → workcraft: 3.2.6 -> 3.3.0 → https://git.io/JJJte
knupfer has quit [Client Quit]
<{^_^}> [nixpkgs] @lovesegfault closed pull request #85953 → [WIP] coreutils: 8.31 -> 8.32 → https://git.io/JfLP3
knupfer has joined #nixos
MmeQuignon has quit [Quit: WeeChat 2.8]
MmeQuignon has joined #nixos
<energizer> is this a widely used technique? i'm not familiar with it
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91879 → haskellPackages: cleaning up obsolete overrides (14/x) → https://git.io/JJJtO
<nwm_> yes for malware analysis
<simpson> nwm_: Hashes are for checking integrity of downloads, not for looking at their insides. If you don't trust a derivation to safely build inside the sandbox, then you can pull
<simpson> *pull just the tarball and look at that without building.
<gchristensen> nwm_: locality hash?
<nwm_> simpson, nixos hashes the result
<nwm_> it's not that I don't trust the download, it's that I don't trust the code e.g. heartbleed, etc
<simpson> nwm_: Oh, hashes of built packages?
<simpson> Oh, yeah. Literally nothing that can be definitively done about that, so I'm imagining instead that you could run your vulnerability scanner on downloaded tarballs before they're built, or something like that.
<ckauhaus> quit
ckauhaus has quit [Quit: WeeChat 2.7.1]
<simpson> ckauhaus++
<{^_^}> ckauhaus's karma got increased to 3
<gchristensen> vulnix can be used to scan derivations for vulnerable versions
<nwm_> it would be for other things as well though
cole-h has joined #nixos
<gchristensen> it isn't clear to me why Nix would use something other than a hash, though
<energizer> nwm_: you're suggesting if we know there's a vulnerability in some derivation, a lsh would show that another derivation is similar to it, so we'd know to look in that second one for vulns as well?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91880 → wrangler: 1.9.2 -> 1.10.3 → https://git.io/JJJt8
<gchristensen> a hash is stable over time, it sounds like lsh's "hash" would change over time as lsh improves
<nwm_> you would version the hash
<gchristensen> at any rate, that isn't really something Nix would switch its hashing mechanism to
<{^_^}> [nixpkgs] @filalex77 merged pull request #91880 → wrangler: 1.9.2 -> 1.10.3 → https://git.io/JJJt8
<{^_^}> [nixpkgs] @filalex77 pushed 2 commits to master: https://git.io/JJJtE
<gchristensen> but it could be cool to experiment with vulnerability scanning being more deeply integrated in to Nix
<gchristensen> or maybe I'm not understanding what lsh is
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91881 → haskellPackages: cleaning up obsolete overrides (15/x) → https://git.io/JJJto
<simpson> gchristensen: The idea is, rather than having a true/false hash comparison, hashes would give some probability of similarity.
<gchristensen> oh weird
<gchristensen> I want to play with this
<simpson> It's not useful for Nix itself, because for tarballs, we are all-or-nothing on hash comparisons. But it's very useful for e.g. hashing image collections.
<gchristensen> yeah
<gchristensen> exactly, I want to try this for bucketing my scanned mail :)
<nwm_> iirc rspamd does lsh iirc anyways
<energizer> i dont understand the point of this tbh. we already know which derivations are similar to each other because we have the whole dep tree
<nwm_> code similarity is different from deps
<energizer> yes but we have the code too
<nwm_> clickhouse embeds a lot of musl libc
<energizer> hashes just lose information
<nwm_> but doesn't depend on musl libc
<tobiasBora> So nobody knows how I can specify if a luks device must be uncrypted before or after the root filesystem?
<energizer> tobiasBora: neededForBoot=true
cosimone has joined #nixos
<simpson> gchristensen: I can't find my notes from my last dive on this. It seems that libpHash is packaged as `phash` but I can't find any other tools like pdiff or dhash in nixpkgs.
<nwm_> you would probably want tlsh
<energizer> like, if you have the source code of two packages, and the lsh of two packages, which would you rather use to determine if the packages are similar
<tobiasBora> energizer: I'm not sure to see how I should use this option, neededForBoot is an option for a filesystem, but not for luks. Here is my current setup if it helps https://paste.debian.net/1154527/
<energizer> tobiasBora: are you mounting filesystems that are in the luks?
zanc has quit [Read error: Connection reset by peer]
<simpson> nwm_: `nix-shell -p pythonPackages.tlsh`, and then `import tlsh` in a Python shell.
<tobiasBora> energizer: kind of. I've LVM(LUKS(ZFS), so I first open LVM, then LUKS finally ZFS
zanc has joined #nixos
<tobiasBora> my prooblem is that ZFS is tried to be openned before luks is decrypted
<nwm_> why not use zfs encryption?
<nwm_> -O encryption=aes-256-gcm, etc
<nwm_> another thing is there a reason nixos couldn't be more file directory friendly vs treating the filesystem as an object store?
<slabity> nwm_: What do you mean by 'file directory friendly'?
knupfer has quit [Ping timeout: 240 seconds]
camsbury- has joined #nixos
<nwm_> not nix store basically, similar but the problem I currently have is I cannot noexec, nocompress, or iirc use any fancy path based linux security modules with nixos (?)
<nwm_> maybe I'm wrong though
<simpson> Sure. What's your threat model?
<ryantm> Is there a way with nixops deployment.keys to deploy two keys with the same name in different directories?
nuncanada has joined #nixos
vereis has quit [Quit: Lost terminal]
meh` has quit [Ping timeout: 264 seconds]
knupfer has joined #nixos
<cole-h> I don't think so -- 99% sure they all go to /run/keys or something.
<cole-h> Ping gchristensen / adisbladis who would know for sure.
<gchristensen> sure
proofofkeags has quit [Remote host closed the connection]
<gchristensen> *waits*
proofofkeags has joined #nixos
<gchristensen> ryantm: deployment.keys.<name>.destDir
<cole-h> But what if they have the same name
<gchristensen> oh
<gchristensen> must they have the same name? :)
<cole-h> Could you do `deployment.keys.name-{1,2} = { name = "asdf"; destDir = "aasdf"; };`
<cole-h> ?
<ryantm> I tried setting deployment.keys.<name>.path, but that caused other problems that I'm looking into now.
<ryantm> It doesn't look like there is a name option, cole-h, but I'll try it.
<cole-h> Seems like something that should be simple to PR, then. gchristensen, is there any reason this isn't already a thing?
proofofkeags has quit [Ping timeout: 246 seconds]
<cole-h> Although, I guess I should come up with a reason for it to be a thing before asking why it isn't...
<ixxie> ping DigitalKiwi - check pm
<gchristensen> I am surprised it isn't already a thing too
<ryantm> cole-h: Yeah, that didn't work because there is no name option.
* cole-h cd's to nixops
<gchristensen> please PR such a thing :)
b1000101 has quit [Quit: Lost terminal]
<ryantm> Okay.
AmandaC has joined #nixos
<{^_^}> [nixpkgs] @fkautz opened pull request #91882 → pidgin: now builds and runs on osx → https://git.io/JJJqh
cinimod has quit [Ping timeout: 240 seconds]
kolaente_ has joined #nixos
kolaente_ has quit [Client Quit]
<{^_^}> [nixpkgs] @markuskowa opened pull request #91883 → Add licenses → https://git.io/JJJmB
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91884 → haskellPackages: cleaning up obsolete overrides (16/x) → https://git.io/JJJmg
FRidh has quit [Ping timeout: 246 seconds]
gustavderdrache has quit [Quit: Leaving.]
FRidh has joined #nixos
<kenran> Inside a set, can I set a key "conditionally" (that is, "if predicate, set key, otherwise do nothing") or do I have to use // to update with the value(s) or {}?
<pbogdan> > { ${if false then "a" else null} = "a"; }
<{^_^}> { }
<pbogdan> > { ${if true then "a" else null} = "a"; }
<{^_^}> { a = "a"; }
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<cole-h> Is the output of activation scripts logged anywhere?
knupfer has quit [Ping timeout: 260 seconds]
<qyliss> only to the terminal I think
knupfer1 has joined #nixos
<gchristensen> I think it'll get logged to the journal for the boot-time activation?
<gchristensen> it'd be good to get this logged :P
* cole-h is hacking on the nixops-keys activation script to see why this isn't working
* cole-h is trying a pure environment
knupfer1 is now known as knupfer
AmandaC has quit [Quit: Toodles]
<qyliss> Oh yeah they'll be logged on boot
<qyliss> I was thinking about nixos-rebuild switch
<gchristensen> yeah you're amost definitely right w.r.t. the switch
fendor has joined #nixos
dbmikus has quit [Ping timeout: 256 seconds]
andrewrk has joined #nixos
<cole-h> ... Why are my modifications to keys.nix not doing anything? :'(
civodul has joined #nixos
<andrewrk> hmm I'm installing latest stable nixos on a 5+ years old dell xps laptop. the wifi used to work fine on this, but now I'm seeing in dmesg b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91885 → haskellPackages: cleaning up obsolete overrides (17/x) → https://git.io/JJJYU
<{^_^}> [nixpkgs] @markuskowa merged pull request #91883 → Add licenses → https://git.io/JJJmB
<gchristensen> cole-h: how are you deploying? are you using a mutable copy of the nixops source for the deploy?
<cole-h> gchristensen: I'm deploying from a nix-shell within nixops
<cole-h> within the nixops clone*
<andrewrk> uname tells me this is linux kernel 5.4.48 which is really recent. I don't understand, has the kernel regressed?
<gchristensen> cole-h: and `which nixops`?
<cole-h> andrewrk: There's a good chance. Wifi seems to have been flaky recently.
<gchristensen> cole-h: you might need to `poetry shell`
<andrewrk> any suggestions?
<cole-h> gchristensen: `which nixops` is `scripts/nixops`. I tried poetry shell and still no bueno...
<cole-h> I have `touch /tmp/test` in the activation script and nada.
AmandaC has joined #nixos
cinimod has joined #nixos
<andrewrk> an ubuntu forum says "In System > Administration > Hardware Drivers I was loading broadcom b43 wireless driver. Changed it to the broadcom STA wireless driver and everything worked" -> is there some kind of way to select a different wireless driver in the nixos graphical installation iso?
<{^_^}> [nixpkgs] @dywedir merged pull request #91864 → tiled: 1.3.5 -> 1.4.1 → https://git.io/JJJUp
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JJJY4
<kenran> pbogdan++
<{^_^}> pbogdan's karma got increased to 6
dbmikus has joined #nixos
kenran has quit [Quit: leaving]
<andrewrk> ok looks like my issue is https://github.com/NixOS/nixpkgs/issues/15162
<{^_^}> #15162 (by ThomasMader, 4 years ago, open): Missing WiFi driver while installing NixOS 16.03 on my Mac Mini 7,1
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91886 → xxHash: 0.7.3 -> 0.7.4 → https://git.io/JJJYg
cole-h has quit [Quit: Goodbye]
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
cole-h has joined #nixos
<tobiasBora> nwm_: sorry, I missed your comment. I don't use zfs encryption directly because I'd like to have a possibility to decrypt with several keys
cole-h has quit [Client Quit]
cole-h has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<andrewrk> what would this patch look like, updated to be against latest stable?
<andrewrk> error: undefined variable 'config'
cole-h has quit [Client Quit]
cyraxjoe has quit [Ping timeout: 256 seconds]
cyraxjoe has joined #nixos
o1lo01ol1o has joined #nixos
domogled has quit [Quit: domogled]
absoluutely has joined #nixos
<makefu> andrewrk: add to the header { pkgs, lib , ... } also the config field -> { pkgs, lib, config, ... }:
<andrewrk> I'm sorry I don't understand what the header is or what the config field is
arjen-jonathan has quit [Ping timeout: 260 seconds]
<andrewrk> is this the header? { ... }:
absoluutely has quit [Remote host closed the connection]
sigmundv has quit [Ping timeout: 265 seconds]
<makefu> yes
<makefu> it is essentially the function header with the parameters you will use. { ... }: essentially discards any paramters given
sigmundv has joined #nixos
<andrewrk> ok it's building an iso now, thanks
<makefu> if you need for example pkgs in your config file, then you can add it to the function header
<makefu> ok nice
cole-h has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91887 → yq-go: 3.3.1 -> 3.3.2 → https://git.io/JJJOs
cole-h has quit [Client Quit]
<andrewrk> I'm just trying to get an installation iso that has the broadcom_sta driver
eoli3n_ has quit [Remote host closed the connection]
eoli3n_ has joined #nixos
camsbury- has quit [Remote host closed the connection]
camsbury has quit [Remote host closed the connection]
camsbury has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91888 → z-lua: 1.8.4 -> 1.8.7 → https://git.io/JJJO0
tej has joined #nixos
tej has quit [Client Quit]
ml| has joined #nixos
nomambobambo has joined #nixos
<nomambobambo> Hi!
<nomambobambo> Why does `nix-shell -p rename` work
nabataeus has quit [Ping timeout: 264 seconds]
<nomambobambo> Whereas `nix-env -i rename` returns `error: selector 'rename' matches no derivations`
<samueldr> attribute names vs. package names
<samueldr> though I don't know, here it looks like it could have worked
<samueldr> > rename.name
<{^_^}> "perl5.30.3-rename-1.9"
<samueldr> ah no, there it is
<samueldr> `pname` for perl packages get the perl interpreter prepended!
<samueldr> ,-iA
<{^_^}> see ,-A
<samueldr> ,-A
<{^_^}> You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<samueldr> in your situation, nomambobambo, the "more precise" is the important bit
averell has quit [Quit: .]
<nomambobambo> `-iA` didn't work. Let's see
averell has joined #nixos
<nomambobambo> `nix-env -i perl5.30.3-rename-1.9` works without `-A`.
<nomambobambo> Do I need to specify the package version? How would you personally go with installing perl-rename?
<cransom> `nix-env -iA nixpkgs.rename` or whatever your channel is referred to.
<nomambobambo> Ah OK, it works now!
cole-h has joined #nixos
<andrewrk> makefu, yay it worked! wifi in the installer now
<andrewrk> I love how easy it is to build one's own personal installer .iso
<nomambobambo> Thanks everynyan
<{^_^}> [nixpkgs] @dylex opened pull request #91890 → texlive bin: fix poppler compatibility patch urls → https://git.io/JJJ3I
<{^_^}> [nixops] @ryantm opened pull request #1378 → add deployment.keys.<name>.name → https://git.io/JJJ3m
<ryantm> ^ gchristensen cole-h
FRidh has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91891 → zef: 0.8.4 -> 0.8.5 → https://git.io/JJJ3W
ingenier1ariel has joined #nixos
ingenieroariel has quit [Quit: Lost terminal]
<makefu> andrewrk: awesome, glad it worked out!
knupfer has quit [Ping timeout: 244 seconds]
cole-h has quit [Quit: Goodbye]
user_0x58 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #91846 → sbt: 1.3.12 -> 1.3.13 → https://git.io/JJfh8
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JJJ30
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91892 → zlog: 1.2.14 -> 1.2.15 → https://git.io/JJJ3u
waleee-cl has quit [Quit: Connection closed for inactivity]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « minecraft-launcher: 2.1.14947 -> 2.1.15166 »: https://git.io/JJJ3o
<andrewrk> The installation docs say "UEFI systems
<andrewrk> You must set the option boot.loader.systemd-boot.enable to true. nixos-generate-config should do this automatically for new configurations when booted in UEFI mode. " but I don't see a commented out setting in configuration.nix for that. However I do see other UEFI related commented out things. Should I trust the docs, or the template?
gausby has joined #nixos
parseval has quit [Read error: Connection reset by peer]
parseval has joined #nixos
MightyJoe has joined #nixos
cyraxjoe has quit [Ping timeout: 260 seconds]
cinimod has quit [Ping timeout: 264 seconds]
<samueldr> the docs probably should say "in this guide we will use systemd-boot, so you must set the..."
<samueldr> I believe the sentence was written at a time where only gummiboot was made to work on UEFI on NixOS, ages ago
<andrewrk> what is preferable these days? grub or systemd?
<samueldr> and once you have a configuration going, you don't tend to go through the (example) install guide ever again :)
<samueldr> andrewrk: it's mostly a matter of preference
<samueldr> or if you need some of the features grub has that systemd-boot doesn't
<samueldr> which, if you don't know if you need, you might not need
abathur has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91893 → aeolus: 0.9.8 -> 0.9.9 → https://git.io/JJJ37
orivej has joined #nixos
phaebz has quit [Quit: Leaving.]
smatting has joined #nixos
<slabity> @andrewrk - Grub is more powerful and has a lot more modules available while systemd-boot is a very simple shim
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-20.03 « linux: 5.8-rc1 -> 5.8-rc2 »: https://git.io/JJJse
<{^_^}> [nixpkgs] @onsails opened pull request #91894 → Add vim-clap → https://git.io/JJJsv
sbetrium_ has quit [Quit: sbetrium_]
smatting has quit [Ping timeout: 256 seconds]
<c00w> @andrewrk Grub is super complicated, where as systemd-boot is simple and works.
<andrewrk> I just think the installation guide should match the template that nixos-generate-config makes
<samueldr> yes and no
<samueldr> it should be more clear that there are options
<samueldr> and also more clear that it makes choices for you :)
<infandum> If I override R and rWrapper with packagesOverrides, even though they are declared in the same set will rWrapper use the new overridden R?
Blessjah has joined #nixos
<infandum> I.e., will a package overridden in packageOverrides be used in other ones in that set?
simba2 has quit [Ping timeout: 240 seconds]
smatting has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #91580 → giada: 0.16.2.2 -> 0.16.3 → https://git.io/JfjaN
<{^_^}> [nixpkgs] @petabyteboy pushed commit from @r-ryantm to master « giada: 0.16.2.2 -> 0.16.3 (#91580) »: https://git.io/JJJsB
<{^_^}> [nixpkgs] @ryantm merged pull request #91815 → navidrome: 0.23.1 -> 0.24.0 → https://git.io/JJfMG
eoli3n_ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJJs0
<{^_^}> [nixpkgs] @kristoff3r opened pull request #91895 → services.jupyter: add options → https://git.io/JJJsE
rtjure has quit [Ping timeout: 246 seconds]
AmandaC has quit [Quit: Toodles]
<gchristensen> ryantm: thanks!
johnw has quit [Quit: ZNC - http://znc.in]
craftyguy has quit [Remote host closed the connection]
AmandaC has joined #nixos
craftyguy has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @Philipp-M opened pull request #91896 → nushell: 0.15.0 -> 0.16.0 → https://git.io/JJJs7
<infandum> Okay, looks like I should override rWrapper with R = self.R in this case?
craftyguy has quit [Remote host closed the connection]
craftyguy has joined #nixos
craftyguy has quit [Remote host closed the connection]
craftyguy has joined #nixos
<fresheyeball> hey out there
<fresheyeball> so I am using node2nix
<fresheyeball> and I need to supply a custom build command
shabius has quit [Quit: Leaving]
<fresheyeball> I can't see how to do that
__monty__ has quit [Quit: leaving]
craftyguy has quit [Client Quit]
craftyguy has joined #nixos
craftyguy has quit [Client Quit]
craftyguy has joined #nixos
shabius has joined #nixos
hyper_ch has joined #nixos
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
michas_ has joined #nixos
michas_ has quit [Client Quit]
chmod222[m] has joined #nixos
michas_ has joined #nixos
MaxGitt has joined #nixos
<MaxGitt> Hello,
nomambobambo has quit [Quit: Connection closed]
nikita` has quit [Quit: leaving]
<MaxGitt> I'm a newbie here trying to get datadog running on upstream nix. Some context for what I'm doing but I'll re-explain here https://github.com/NixOS/nixpkgs/pull/91649
<{^_^}> #91649 (by maxgitt, 3 days ago, open): the permissions for the datadog-agent need to be modifiable
craftyguy has quit [Quit: WeeChat 2.8]
<chmod222[m]> I've been having a strange issue with NixOS where my GPU (Sapphire RX 5700 XT) would run into a fence lock when I start Steam. Only steam, no game, and it dies in the login screen and always 100% guaranteed the same time. This happens in all newer boot generations except this one, my current generation
<chmod222[m]> Does anyone have any idea?
craftyguy has joined #nixos
<chmod222[m]> I booted an Arch installation on a separate disk and made sure all packages were up to date, and there is no crash there
<chmod222[m]> So it has to be something here on Nixos
michas_ has quit [Client Quit]
<chmod222[m]> It's not constrained to kernel versions either as the working generation is 5.7.2 and both 5.6.19, 5.7.2 and 5.8-rc2 have the issue
michas_ has joined #nixos
fendor has quit [Quit: Leaving]
<chmod222[m]> * It's not constrained to kernel versions either as the working generation is 5.7.2, but 5.6.19, 5.7.2 and 5.8-rc2 have the issue
michas_ has quit [Client Quit]
<chmod222[m]> I cleared the mesa and steam shader caches just to make sure a newer version of mesa wouldn't break things
<{^_^}> [nixpkgs] @lourkeur closed pull request #77090 → nixos/activation: add types to options → https://git.io/Jej2q
michas_ has joined #nixos
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Rusty1 has joined #nixos
Rusty1 has quit [Client Quit]
spacefrogg has quit [Remote host closed the connection]
aw has quit [Remote host closed the connection]
<chmod222[m]> I also made Steam redownload and reinstall itself, no change, so I'm assuming this is a conflict between whatever graphics dependencies Steam has and which libraries are part of the base system
MaxGitt has left #nixos [#nixos]
MaxGitt has joined #nixos
gustavderdrache has joined #nixos
seanparsons has quit [Ping timeout: 260 seconds]
michas_ has quit [Client Quit]
seanparsons has joined #nixos
zanc has quit [Ping timeout: 264 seconds]
michiel_ has quit [Remote host closed the connection]
michiel_ has joined #nixos
quinn has joined #nixos
michiel_ has quit [Remote host closed the connection]
michiel_ has joined #nixos
ixxie has quit [Quit: Lost terminal]
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
<fresheyeball> anyone used node2nix with unit tests?
<fresheyeball> how can I get the unit tests to run?
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 15 commits to staging: https://git.io/JJJnk
orivej has joined #nixos
<{^_^}> [nixpkgs] @vcunat merged pull request #79391 → glibc: 2.30 -> 2.31 → https://git.io/JvZQY
<{^_^}> [nixpkgs] @Ma27 merged pull request #91868 → todoman: 3.7.0 -> 3.8.0 → https://git.io/JJJkq
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/ff1b66eaea4 (from 3 days ago, history: https://channels.nix.gsc.io/nixos-20.03)
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJJnm
<{^_^}> [nixpkgs] @Ma27 pushed 0 commits to glibc231: https://git.io/JJJn3
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
smatting has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91897 → abcm2ps: 8.14.7 -> 8.14.9 → https://git.io/JJJnz
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/30fb4e1e206 (from 76 minutes ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #91898 → [20.03] vault: 1.3.2 -> 1.3.6 → https://git.io/JJJnP
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJJnX
cseder has joined #nixos
cseder has left #nixos [#nixos]
codygman has quit [Ping timeout: 240 seconds]
codygman has joined #nixos
zanc has joined #nixos
dermetfan has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #91869 → tokei: 11.2.1 -> 12.0.4 → https://git.io/JJJk0
glittershark is now known as notshitterglark
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91899 → bctoolbox: 4.3.1 -> 4.4.0 → https://git.io/JJJnb
notshitterglark is now known as _shitterglark_
quinn has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #91871 → ttyd: 1.6.0 -> 1.6.1 → https://git.io/JJJIZ
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJJcv
_shitterglark_ is now known as grfn
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91900 → berglas: 0.5.1 -> 0.5.3 → https://git.io/JJJcT
NeoCron has quit [Ping timeout: 260 seconds]
codygman has quit [Ping timeout: 265 seconds]
codygman has joined #nixos
erasmas has quit [Quit: leaving]
cosimone has quit [Ping timeout: 244 seconds]
quinn has quit [Ping timeout: 256 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
codygman has quit [Ping timeout: 246 seconds]
codygman has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #91848 → lorri: 1.0 -> 1.1 → https://git.io/JJfjn
<{^_^}> [nixpkgs] @Profpatsch pushed to release-20.03 « lorri: 1.0 -> 1.1 »: https://git.io/JJJcP
codygman has quit [Ping timeout: 260 seconds]
quinn has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJJcy
codygman has joined #nixos
cinimod has joined #nixos
<{^_^}> [nixpkgs] @lourkeur opened pull request #91901 → yaru-theme: fix #91710 → https://git.io/JJJc7
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
incognito9999_ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/22f899c86a1 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @marsam merged pull request #91861 → terracognita: 0.4.0 -> 0.5.0 → https://git.io/JJJUk
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJCk
justanotheruser has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #91888 → z-lua: 1.8.4 -> 1.8.7 → https://git.io/JJJO0
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJCY
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJC3
<{^_^}> [nixpkgs] @marsam merged pull request #91896 → nushell: 0.15.0 -> 0.16.0 → https://git.io/JJJs7
m0rphism has quit [Ping timeout: 256 seconds]
user_0x58 has joined #nixos
philr_ has joined #nixos
fresheyeball has quit [Ping timeout: 260 seconds]
fresheyeball has joined #nixos
justanotheruser has joined #nixos
nwm_ has quit [Ping timeout: 260 seconds]
fivehole has joined #nixos
fresheyeball has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91902 → blender: 2.83.0 -> 2.83.1 → https://git.io/JJJCN
fresheyeball has joined #nixos
lawr3nce has joined #nixos
fresheyeball has quit [Client Quit]
<{^_^}> [nixpkgs] @aahmed-se closed pull request #65324 → [WIP] apache pulsar 2.4.0 pkg → https://git.io/fjDEu
fivehole has quit [Quit: Leaving]
cinimod has quit [Ping timeout: 246 seconds]
cr4y1 has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos