worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115359 → Python top level cleanup → https://github.com/NixOS/nixpkgs/pull/115359
<jonreeve[m]> Anyone here ever deal with hard disk issues? After running `fsck`, my system now totally does not recognize the internal HD.
<{^_^}> [nixpkgs] @mweinelt opened pull request #115371 → python3Packages.phonemizer: update patch to fix tests → https://github.com/NixOS/nixpkgs/pull/115371
<jumper149> infinisil: Is it possible that `nixos-rebuild test` is not enough to make that change happen?
<infinisil> It should
<infinisil> Did the service restart?
<jumper149> Even when removing the directory it gets the wrong permission again
<jumper149> yes
<infinisil> What's `systemctl cat mpd`?
<jumper149> Contains `StateDirectoryMode=0775`
<infinisil> And what does it say for StateDirectory?
<infinisil> jumper149: Also, what's your nixpkgs version
<jumper149> That's not there
<jumper149> I guess that is the problem
<infinisil> Oh yeah
<jumper149> nixos-20.09, but that probably doesn't matter^^
<jumper149> But shouldnt the StateDirectory be set automatically by the mpd module?
<infinisil> Well if it was a too old version it might not do the StateDirectory thing yet
<jumper149> How is it created then?
<infinisil> Yeah
<infinisil> jumper149: What's your configuration.nix?
slack1256 has joined #nixos
<jumper149> infinisil: It's very split up and some parts are private, soooo... do you want to see the mpd part?
<infinisil> Yeah just the mpd part :)
<jumper149> http://ix.io/2S64
mananamenos has quit [Ping timeout: 246 seconds]
<jumper149> + that option that you told me, didnt push it yet
<infinisil> That looks pretty standard
<jumper149> yeah :D
<infinisil> jumper149: What do you get for `nix-instantiate --eval --strict '<nixpkgs/nixos>' -A config.systemd.services.mpd.serviceConfig.StateDirectory`
<{^_^}> [nixpkgs] @BBBSnowball opened pull request #115372 → nixos/nextcloud: Conditionally enable ImageMagick PHP extension → https://github.com/NixOS/nixpkgs/pull/115372
<{^_^}> [nixpkgs] @mweinelt merged pull request #115371 → python3Packages.phonemizer: update patch to fix tests → https://github.com/NixOS/nixpkgs/pull/115371
<jumper149> error: attribute 'systemd' in selection path 'config.systemd.services.mpd.serviceConfig.StateDirectory' not found
<jumper149> That doesn't make sense does it? Did I do the command wrong?
<infinisil> Huh
<jumper149> nix-instantiate --eval --strict '<nixos>' -A config.systemd.services.mpd.serviceConfig.StateDirectoryMode
<infinisil> It should be nixpkgs/nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #115334 → weechat: 3.0.1 -> 3.1 → https://github.com/NixOS/nixpkgs/pull/115334
<jumper149> Oh ok, I didn't know that was a thing
<jumper149> [ "mpd" "mpd" "mpd/playlists" "mpd" "mpd/music" ]
<{^_^}> [nixpkgs] @mweinelt merged pull request #113521 → [20.09] microcodeIntel: 20201118 -> 20210216 → https://github.com/NixOS/nixpkgs/pull/113521
<jumper149> infinisil: Should these be absolute paths?
<infinisil> Nope
<infinisil> That looks correct
<jumper149> 0775 is correct too right?
<jumper149> for g+w
<infinisil> Yea
<infinisil> jumper149: nix-build '<nixpkgs/nixos>' -A config.systemd.units.'"mpd.service"'.unit
simba1 has quit [Ping timeout: 245 seconds]
<infinisil> Then `cat result/mpd.service`
<infinisil> Does that contain `StateDirectory`?
cinimod has joined #nixos
<jumper149> this is Yes this does contain the StateDirectory/ies
<jumper149> this command surely doesn't use my users nixpkgs right?
<infinisil> It does?
<jumper149> idk just asking because I dont know the <nixpkgs/nixos> style of doing stuff
<infinisil> jumper149: Does `/run/current-system/etc/systemd/system/mpd.service` contain StateDirectory?
<infinisil> (I'm thinking it shouldn't)
<infinisil> Suspecting that something went wrong in the system activation
<{^_^}> [nixpkgs] @mweinelt merged pull request #112709 → python3Packages.csvw: 1.10.0 -> 1.10.1 → https://github.com/NixOS/nixpkgs/pull/112709
<jumper149> can't find that file actually
<infinisil> Oh, are you sure you're on the correct host?
<infinisil> And that you ran nixos-rebuild switch/test?
<jumper149> yeah definetely
<jumper149> yes test
<infinisil> jumper149: Okay try `nixos-rebuild build`
<infinisil> Then check if `result/etc/systemd/system/mpd.service` exists
<{^_^}> [nixpkgs] @cdepillabout merged pull request #115347 → haskellPackages.cabal-install: install man page again → https://github.com/NixOS/nixpkgs/pull/115347
<infinisil> (as root)
<infinisil> well no it shouldn't matter, but maybe do the nixos-rebuild command as root
<jumper149> yeah did as root
<jumper149> but its not there
<jumper149> ahhhhhhhhhhh
<jumper149> got the path wrong
<jumper149> sorry im stupid
<infinisil> Heh, I was expecting something like that lol
<jumper149> ok back to /run/current/...
<infinisil> jumper149: So, is StateDirectory there?
<jumper149> here we have State StateDirectoryMode=0775 but no StateDirectory
<infinisil> jumper149: Just to make sure, what's `nix-instantiate --eval '<nixpkgs>' -A lib.version`?
<jumper149> Should I try setting services.mpd.dataDir explicitly instead of using the default value?
<infinisil> Nah, default should work
<jumper149> "21.05pre273666.d1257435332"
<infinisil> Hm I can't find that commit
<infinisil> Oh wait
<infinisil> Gotta git fetch first
<jumper149> 20.09.3376.1ac507ba981
<jumper149> you said nixpkgs instead of nixos right?
<infinisil> Yea
<jumper149> so with <nixos> this is what comes out of it
bennofs__ has joined #nixos
<drozdziak1> How to check at which revision a channel currently is?
<infinisil> Hm.m.
<infinisil> jumper149: Okay what's nixos-version
<jumper149> 20.09.3376.1ac507ba981 (Nightingale)
<infinisil> Aha! That version doesn't set StateDirectory
<infinisil> Guess I should've checked
<infinisil> You said 20.09 from the beginning
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #115373 → pythonPackages: move overrides into new lines; top-level: {} -> { } → https://github.com/NixOS/nixpkgs/pull/115373
<infinisil> I always looked at a master checkout though
<jumper149> ok so that means I either wait or go unstable? Or set it manually
mananamenos has joined #nixos
<infinisil> This is the PR that introduce StateDirectory for mpd: https://github.com/NixOS/nixpkgs/pull/106697
<{^_^}> #106697 (by aanderse, 12 weeks ago, merged): nixos/mpd: conditionally provision required directories with StateDirectory
<jumper149> With manually I mean the systemd.services.mpd.serviceConfig.StateDirectory
bennofs_ has quit [Ping timeout: 245 seconds]
<infinisil> Yeah
<infinisil> Just setting that to `mpd` should work
<infinisil> No need to use unstable
<infinisil> I think
<infinisil> I hope the systemd.tmpfiles.rules don't mess with that..
<infinisil> They might actually
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115360 → pythonPackages.datashader: 0.11.1 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/115360
<infinisil> Damn yeah I think they do
<jumper149> What do you mean by that?
<infinisil> The PR removed these rules, which were previously used to create the directories automatically
<infinisil> But, these rules can neither be removed, nor changed, without changing nixpkgs itself
<jumper149> Im not really sure what the outcome of that would be?
<jumper149> I tried it and it worked?
<infinisil> Oh
<infinisil> Great
<jumper149> Do I have to fear anything bad happening now?
<infinisil> Oh actually no it's fine
<infinisil> systemd.tmpfiles.rules only do their thing when rebuilding or rebooting, *but* these rules there only create the directory if it doesn't exist yet
<infinisil> Meaning once it's created, the rule doesn't trigger again
cinimod has quit [Ping timeout: 245 seconds]
<jumper149> What are the rules even doing?
<infinisil> So if you remove /var/lib/mpd and rebuild, you should see that it has 0755 permissions. But once you start mpd it should fix this to 0775
<infinisil> And if you don't remove /var/lib/mpd, the rules don't trigger, and the permissions stay at 0775
<infinisil> jumper149: Just creating the /var/lib/mpd directory
m0rphism has quit [Ping timeout: 260 seconds]
CMCDragonkai1 has joined #nixos
<jumper149> ah so d stands for directory :D I was worried it was delete
<infinisil> Ah hehe yeah
<infinisil> Docs for these letters are in `man tmpfiles.d` btw
Guest24343 has quit [Ping timeout: 264 seconds]
mbrgm has joined #nixos
<jumper149> infinisil: Thank you for helping me :)))
vidbina_ has quit [Ping timeout: 264 seconds]
shibboleth has quit [Quit: shibboleth]
<infinisil> Np :)
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @414owen opened pull request #115374 → oranchelo-icon-theme: init at 0.8.0.1 → https://github.com/NixOS/nixpkgs/pull/115374
jumper149 has quit [Quit: WeeChat 3.0.1]
cinimod has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #115240 → [20.09] ffmpeg: 4.3.1 -> 4.3.2 → https://github.com/NixOS/nixpkgs/pull/115240
jonringer has quit [Remote host closed the connection]
CMCDragonkai1 has quit [Ping timeout: 245 seconds]
ris has quit [Ping timeout: 246 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
mananamenos has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115361 → pythonPackages.cairosvg: 2.5.1 -> 2.5.2; pythonPackages.celery: add missing requirement; cleanups, format, → https://github.com/NixOS/nixpkgs/pull/115361
Heirlung has quit [Ping timeout: 264 seconds]
cinimod has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112947 → curl: enable brotli by default → https://github.com/NixOS/nixpkgs/pull/112947
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JqIeP
stree has quit [Ping timeout: 246 seconds]
jmeredith has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #115375 → pythonPackages.aiohttp: disable failing tests; pythonPackages.urllib3: disable flaky test → https://github.com/NixOS/nixpkgs/pull/115375
emacsoma1 has quit [Quit: WeeChat 3.0]
emacsomancer has joined #nixos
Heirlung has joined #nixos
<kalbasit[m]> <mindtree[m] "kalbasit: thanks for those examp"> hey sorry for the delayed reply -- the mkExternal is a helper to add an external wish support for patching https://github.com/kalbasit/shabka/blob/b6161e62e08eb323eb59fd94d4e12335507a6238/external/default.nix#L4-L19
Jd007 has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Quit: Leaving.]
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
jonringer has joined #nixos
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #115376 → lsd: 0.19.0 -> 0.20.1, add SuperSandro2000 as maintainer → https://github.com/NixOS/nixpkgs/pull/115376
rajivr has joined #nixos
sigmundv_ has quit [Ping timeout: 246 seconds]
vhs_ has quit [Ping timeout: 256 seconds]
ahmed_elgabri has joined #nixos
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 245 seconds]
Lord_of_Life_ is now known as Lord_of_Life
Jd007 has quit [Quit: Jd007]
gustavderdrache has joined #nixos
ahmed_elgabri has quit [Ping timeout: 272 seconds]
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
troydm has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #115027 → libspectrum: 1.4.4 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/115027
Jd007 has joined #nixos
Jd007 has quit [Quit: Jd007]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
cinimod has joined #nixos
M53K5HUN_8[m] has joined #nixos
Jd007 has joined #nixos
eacameron has quit [Quit: Connection closed for inactivity]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
cfinch has joined #nixos
lordcirth_ has quit [Remote host closed the connection]
lordcirth_ has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #115032 → nats-streaming-server: 0.20.0 -> 0.21.0 → https://github.com/NixOS/nixpkgs/pull/115032
domogled has joined #nixos
<veleiro> my cmake derivations i'm trying to make are always failing at cloning a repo from github referenced within the cmake, what do i need to include?
cinimod has quit [Ping timeout: 264 seconds]
Taneb has quit [Quit: I seem to have stopped.]
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/ecf075f457c (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/dcd0a22137d (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
stree has quit [Ping timeout: 256 seconds]
Taneb has joined #nixos
<veleiro> "fatal: unable to access 'https://github.com/p-ranav/argparse.git/': Could not resolve host: github.com"
AlpineLlama has joined #nixos
kfajdsl has quit [Quit: Connection closed]
<cole-h> uh, nothing, the sandbox prevents that kind of thing
<veleiro> maybe something flake-related?
<{^_^}> [nixpkgs] @tomberek merged pull request #114965 → frotz: 2.52 -> 2.53 → https://github.com/NixOS/nixpkgs/pull/114965
<veleiro> no, nevermind
<veleiro> nix-build <path-to-derivation> is the same result
<veleiro> '[ 22%] Performing download step (git clone)' is the step cmake fails
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115377 → libsForQt5.alkimia: 8.0.4 -> 8.1.0 → https://github.com/NixOS/nixpkgs/pull/115377
<veleiro> but why would it not be able to resolve github.com?
domogled has quit [Quit: domogled]
domogled has joined #nixos
<siraben> `-b binary` is not a valid option to ld on macOS, what should I do instead? https://github.com/infradig/trealla/issues/179#issue-824144031
<rmcgibbo[m]> is there a nix stdenv for macos that uses the gnu toolchain rather than clang/apple-clang?
<clever> rmcgibbo[m]: gccStdenv i believe
<siraben> I could use gccstdenv, lemme try that.
<siraben> Yeah, still same error.
<siraben> I wonder if it's because it's using the system's ld
stree has joined #nixos
<siraben> What's the `-b binary` option thing do anyway? Maybe it can be omitted/replaced?
<cole-h> infinisil: you use simple-nixos-mailserver, righ?
<cole-h> *right
<veleiro> simple-nixos-mailserver is awesome
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #114937 → liquidprompt: 2.0.0 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/114937
<{^_^}> [nixpkgs] @ioplker opened pull request #115378 → Textadept 11.1 → https://github.com/NixOS/nixpkgs/pull/115378
<cole-h> infinisil: nvm
<{^_^}> [nixpkgs] @lovesegfault merged pull request #115314 → Allow firefox building in 32-bit systems → https://github.com/NixOS/nixpkgs/pull/115314
<{^_^}> [nixpkgs] @DarthPJB opened pull request #115379 → Ethfix → https://github.com/NixOS/nixpkgs/pull/115379
<{^_^}> [nixpkgs] @DarthPJB closed pull request #115379 → Ethfix → https://github.com/NixOS/nixpkgs/pull/115379
orivej has quit [Ping timeout: 245 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
gustavderdrache has quit [Quit: Leaving.]
ahmed_elgabri has joined #nixos
cinimod has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #98030 → raylib: init at 3.5.0 → https://github.com/NixOS/nixpkgs/pull/98030
Jd007 has quit [Quit: Jd007]
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @siraben opened pull request #115380 → trealla: init at 1.7.35 → https://github.com/NixOS/nixpkgs/pull/115380
domogled has quit [Quit: domogled]
domogled has joined #nixos
cfinch has quit [Remote host closed the connection]
cfinch has joined #nixos
za1b1tsu has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
cfinch has joined #nixos
redmp has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JqIqu
marusich has quit [Ping timeout: 260 seconds]
zebrag has quit [Quit: Konversation terminated!]
veegee has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
za1b1tsu has quit [Remote host closed the connection]
za1b1tsu has joined #nixos
Fare has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #115207 → sieveshell: 0.6 -> 0.7 → https://github.com/NixOS/nixpkgs/pull/115207
ronthecookie has quit [Excess Flood]
ronthecookie has joined #nixos
palo1 has joined #nixos
za1b1tsu has quit [Quit: Leaving]
palo has quit [Ping timeout: 264 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @rskew opened pull request #115381 → swiProlog: fix and document pack install → https://github.com/NixOS/nixpkgs/pull/115381
<{^_^}> [nixpkgs] @tomberek merged pull request #114689 → calibre: 5.11.0 -> 5.12.0 → https://github.com/NixOS/nixpkgs/pull/114689
redmp has quit [Ping timeout: 260 seconds]
cinimod has quit [Ping timeout: 256 seconds]
stree has quit [Ping timeout: 245 seconds]
gerschtli2 has quit [Quit: WeeChat 2.9]
gerschtli has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
Fare has joined #nixos
ahmed_elgabri has joined #nixos
stree has joined #nixos
sangoma has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/dcd0a22137d (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
cfinch has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
mallox has joined #nixos
aei has quit [Ping timeout: 246 seconds]
Fare has quit [Ping timeout: 264 seconds]
veegee has quit [Ping timeout: 260 seconds]
karantan has joined #nixos
orivej has joined #nixos
nixuser has joined #nixos
Miyu-saki has quit [Ping timeout: 240 seconds]
Miyu-saki has joined #nixos
Miyu-saki is now known as Guest62413
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4d100429b57 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/f26c6ddc472 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<DigitalKiwi> bqv: look what i have
waleee-cl has quit [Quit: Connection closed for inactivity]
cfinch has quit [Read error: Connection reset by peer]
veegee has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115382 → cvise: 2.1.0 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/115382
<bqv> DigitalKiwi: nix derivation?
<{^_^}> #83698 (by mehlon, 49 weeks ago, closed): session-desktop: init at 1.0.8
<bqv> Cool
<DigitalKiwi> i updated it too :D
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @tomberek merged pull request #114666 → klayout: 0.26.9 -> 0.26.10 → https://github.com/NixOS/nixpkgs/pull/114666
katrin has quit [Quit: ZNC 1.8.1 - https://znc.in]
katrin has joined #nixos
ixxie has joined #nixos
simonpe^^ has joined #nixos
cole-h has quit [Ping timeout: 260 seconds]
<simonpe^^> morning ladies and gentlemen
<{^_^}> [nixpkgs] @fabaff opened pull request #115384 → metasploit: 6.0.31 -> 6.0.33 → https://github.com/NixOS/nixpkgs/pull/115384
<{^_^}> [nixpkgs] @danieldk merged pull request #115320 → sccache: add dist-server build → https://github.com/NixOS/nixpkgs/pull/115320
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115385 → doodle: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/115385
attila_lendvai has joined #nixos
<patagonicus> Oh, interesting. Chrome broke for me during last nights automatic upgrade. It's now failing to load libxshmfence.so.1 - anyone seen that before? With a quick glance I couldn't find an issue on Github about it. This is on 20.09.
ericsagnes has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @poscat0x04 opened pull request #115386 → fcitx5: 5.0.4 -> 5.0.5 → https://github.com/NixOS/nixpkgs/pull/115386
marusich has joined #nixos
mightybyte has left #nixos [#nixos]
sangoma has quit [Quit: WeeChat 3.0]
ibizaman[m] has joined #nixos
cfricke has joined #nixos
sangoma has joined #nixos
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #115198 → ocamlPackages.ca-certs: 0.1.3. -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/115198
<{^_^}> [nixpkgs] @dotlambda opened pull request #115388 → python3Packages.agate-sql: 0.5.5 -> 0.5.6 → https://github.com/NixOS/nixpkgs/pull/115388
cfinch has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
cfinch has quit [Read error: Connection reset by peer]
saschagrunert has joined #nixos
cfinch has joined #nixos
saschagrunert has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @danieldk merged pull request #115166 → python3Packages.pytorch-bin: 1.7.1 -> 1.8.0 → https://github.com/NixOS/nixpkgs/pull/115166
<{^_^}> [nixpkgs] @danieldk merged pull request #115234 → python3Packages.somajo: 2.1.2 -> 2.1.3 → https://github.com/NixOS/nixpkgs/pull/115234
saschagrunert has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
jimmiehansson has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #115247 → ocamlPackages.optint: use dune 2 → https://github.com/NixOS/nixpkgs/pull/115247
cinimod has joined #nixos
ml| has quit [Ping timeout: 240 seconds]
slack1256 has quit [Remote host closed the connection]
evils has joined #nixos
fendor has joined #nixos
ahmed_elgabri has joined #nixos
apteryx_1 has joined #nixos
apteryx_1 is now known as apteryx
apteryx has quit [Killed (verne.freenode.net (Nickname regained by services))]
ahmed_elgabri has quit [Ping timeout: 240 seconds]
cfinch has joined #nixos
ml| has joined #nixos
civodul has joined #nixos
wadii has joined #nixos
ahmed_elgabri has joined #nixos
respawn has joined #nixos
mananamenos has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
wadii has quit [Quit: WeeChat 2.8]
wadii has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115384 → metasploit: 6.0.31 -> 6.0.33 → https://github.com/NixOS/nixpkgs/pull/115384
<{^_^}> [nixpkgs] @danieldk opened pull request #115389 → libtorch-bin: switch to CUDA 11.1, remove static libraries → https://github.com/NixOS/nixpkgs/pull/115389
stree has quit [Ping timeout: 246 seconds]
<{^_^}> [nix] @regnat opened pull request #4615 → Make NIX_SHOW_STATS work with new-style commands → https://github.com/NixOS/nix/pull/4615
<{^_^}> [nix] @regnat pushed to nix-show-stats-with-nix-cmd « Make NIX_SHOW_STATS work with new-style commands »: https://git.io/JqIcy
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115390 → daemon: 0.7.1 -> 0.8 → https://github.com/NixOS/nixpkgs/pull/115390
avaq has joined #nixos
<{^_^}> [nixpkgs] @kfollesdal opened pull request #115391 → nixos/virtualisation/azure-common: add auto resize of os disk → https://github.com/NixOS/nixpkgs/pull/115391
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #115376 → lsd: 0.19.0 -> 0.20.1, add SuperSandro2000 as maintainer → https://github.com/NixOS/nixpkgs/pull/115376
zupo has joined #nixos
ManiacOfMadness has joined #nixos
stree has joined #nixos
lawr3nce has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4615 → Make NIX_SHOW_STATS work with new-style commands → https://github.com/NixOS/nix/pull/4615
<{^_^}> [nixpkgs] @saschagrunert opened pull request #115392 → ginkgo: 1.15.0 -> 1.15.1 → https://github.com/NixOS/nixpkgs/pull/115392
respawn has quit [Quit: Leaving]
Hasnep[m] has quit [Quit: Idle for 30+ days]
oreoking[m] has quit [Quit: Idle for 30+ days]
griff_ has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #115393 → gitlab: 13.8.4 -> 13.8.5 → https://github.com/NixOS/nixpkgs/pull/115393
lsix has joined #nixos
<ixxie> Anybody has some experience with Kodi NixOS configuration, especially on Raspberry Pi? I'm getting stuck with both XServer and Wayland approaches :( https://gist.github.com/ixxie/fd51f9f2094de7c38b06f1ca11194992
<{^_^}> [nix] @edolstra merged pull request #4614 → remove doc for obsolete --no-build-hook flag → https://github.com/NixOS/nix/pull/4614
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @orivej-nixos merged pull request #115382 → cvise: 2.1.0 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/115382
<{^_^}> [nixpkgs] @dotlambda merged pull request #112125 → alerta: move to all-packages.nix and use buildPythonApplication → https://github.com/NixOS/nixpkgs/pull/112125
vidbina_ has joined #nixos
graf_blutwurst has joined #nixos
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> [nix] @edolstra merged pull request #4601 → nix-build: check that envCommand exists → https://github.com/NixOS/nix/pull/4601
<angerman> can I get the closure that represents a nix-shell?
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/f26c6ddc472 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @roberth pushed 139 commits to staging-20.09: https://git.io/JqIl3
<clever> angerman: other way around, nix-shell always gives you an env that represents a derivation
<angerman> clever: ?
<clever> if you want the build-time deps of that drv, you need to map over every attr of the drv, and write them with pkgs.writeText
<angerman> I basically want to copy the dependencies from one machine to the other.
<clever> nix-copy-closure --include-outputs on a drv file
<{^_^}> [nixpkgs] @roberth opened pull request #115394 → [20.09] Staging → https://github.com/NixOS/nixpkgs/pull/115394
<angerman> ok, so I need to get myself the drv that represents the shell.
<clever> yeah, and you can just run nix-instantiate with the same args (if its not -p based)
<angerman> let me try :-)
<{^_^}> [nixpkgs] @roberth merged pull request #115343 → [staging-20.09] pythonPackages.pyyaml: patch CVE-2020-14343 → https://github.com/NixOS/nixpkgs/pull/115343
sangoma has joined #nixos
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #115395 → yubikey-neo-manager: drop → https://github.com/NixOS/nixpkgs/pull/115395
sigmundv_ has joined #nixos
avaq has quit [Ping timeout: 260 seconds]
avaq has joined #nixos
domogled1 has joined #nixos
domogled has quit [Ping timeout: 264 seconds]
domogled1 has quit [Ping timeout: 276 seconds]
thc202 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1005b14672d (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
vidbina_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #115319 → bindfs: enable darwin → https://github.com/NixOS/nixpkgs/pull/115319
<CMCDragonkai> I'm trying to use wine in a build script
<CMCDragonkai> It relies on the existence of a HOME directory
<CMCDragonkai> Is the right way to deal with this is by specifying HOME
<CMCDragonkai> In the derivation?
griff_ has quit [Quit: griff_]
<clever> mkdir home
<clever> export HOME=$(realpath home)
<clever> CMCDragonkai: you can just shove this somewhere in the derivation
<{^_^}> [nixpkgs] @dotlambda opened pull request #115396 → python2nix: drop → https://github.com/NixOS/nixpkgs/pull/115396
<{^_^}> [nix] @lovesegfault opened pull request #4616 → nix-build: set execfail → https://github.com/NixOS/nix/pull/4616
za1b1tsu has joined #nixos
lawr3nce has quit [Remote host closed the connection]
<za1b1tsu> Hi, so I notice some apps (hexchat e.g.) are not setup as desktop app. Do I have to add something in the configuration.nix or something like that?
<ixxie> I need some help configuring a Kodi mediabox in NixOS on a Raspberry Pi; both my XServer and Wayland attempts have failed for reasons I cannot fathom, and I am not sure how to debug: https://gist.github.com/ixxie/fd51f9f2094de7c38b06f1ca11194992
<CMCDragonkai> clever: why realpath?
<CMCDragonkai> clever: just to get the absolute path?
<clever> CMCDragonkai: yeah
<CMCDragonkai> clever: putting that into the buildPhase
<clever> yeah, anywhere before $HOME gets used
griff_ has joined #nixos
__monty__ has joined #nixos
dsrt^ has quit []
<attila_lendvai> za1b1tsu, it takes some time for the desktop icons to show up in gnome after installation. maybe that?
<za1b1tsu> attila_lendvai, still does not show up, does hexchat show for you?
<attila_lendvai> za1b1tsu, yes, it's there. i've also noticed it, googled it, but then i settled to ignore and just wait it out...
<za1b1tsu> attila_lendvai, I can't even add it to favorites... weird
nrh^ has joined #nixos
<attila_lendvai> za1b1tsu, might even need a restart, but i think it shows up without logout/login eventually
<za1b1tsu> I did restaruat, a couple of times
<{^_^}> [nixpkgs] @primeos pushed to release-20.09 « google-chrome-dev: Add the new libxshmfence dependency »: https://git.io/JqIgu
<{^_^}> [nixpkgs] @dotlambda opened pull request #115398 → gmvault: drop → https://github.com/NixOS/nixpkgs/pull/115398
<{^_^}> [mobile-nixos] @zhaofengli opened pull request #331 → device: Add pine64-pinetab → https://github.com/NixOS/mobile-nixos/pull/331
<angerman> clever: can I somehow correct "error: hash mismatch importing path '/nix/store/ran6ck2xajz77dmkxnvnpyh2547h8yw5-wheel-0.35.1-source';"?
<CMCDragonkai> I'm trying to use rpm inside a nix-build and I keep getting
<CMCDragonkai> error: cannot open Packages database in /var/lib/rpm
<CMCDragonkai> error: Unable to open temp file: Permission denied
<CMCDragonkai> cannot open Packages database in /var/lib/rpm
<CMCDragonkai> Unable to open temp file: Permission denied
<clever> angerman: that happens if something in /nix/store was modified after building, you must either `nix-store --delete` it, or `nix-store --repair-path` it
<clever> CMCDragonkai: run vmTools.runInLinuxVM on the derivation
<clever> CMCDragonkai: then it gets ran as root in a vm, and has free access to a fake /, but only the products in $out will persist
<angerman> clever: thanks!
FreeVariable has quit [Quit: authenticating]
FreeVariable has joined #nixos
<CMCDragonkai> clever: does that run really in a VM?
<clever> CMCDragonkai: yeah
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115399 → fluent-bit: 1.7.1 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/115399
<CMCDragonkai> clever: a soft vm
<CMCDragonkai> ?
<CMCDragonkai> clever: would it work in a location with kvm?
<CMCDragonkai> like CI/CD?
<clever> CMCDragonkai: it will use /dev/kvm if it can find it, and fall back to software emulation if it cant
mananamenos_ has joined #nixos
m0rphism has joined #nixos
<karantan> I'm upgrading NixOS 20.03 -> 20.09. I have mysql running and I see that it will be upgraded from 10.3 -> 10.4.
<CMCDragonkai> clever, so rpm usage really requires a vm
<karantan> Does nixos do the upgrade or do I need to do anything? (e.g. run `mysql_upgrade`)
za1b1tsu has quit [Quit: Leaving]
teddyc has left #nixos ["WeeChat 2.3"]
<clever> CMCDragonkai: there are also dedicated tools just for dealing with rpm's
<etu> karantan: As long as you don't touch stateVersion it shouldn't be a problem, but I would still have a backup of things are important
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
mananamenos has quit [Ping timeout: 276 seconds]
<CMCDragonkai> clever: my derivation has to use the `rpm` package, it scalling stuff that calls it interactively
<CMCDragonkai> clever: anyway im trying it now
mananamenos has joined #nixos
<CMCDragonkai> clever: i got a bunch of no space left on device errors
<CMCDragonkai> when using that
<CMCDragonkai> memory size increase?
<clever> CMCDragonkai: or disk size, line 404
<CMCDragonkai> not sure
<CMCDragonkai> what you mean
<CMCDragonkai> how do to set this?
<clever> its just another attr to the derivation
<clever> so add size=8192;
<mananamenos> hi, i've done the nixos section part https://github.com/chisui/zsh-nix-shell and installed oh-my-zsh package. However, from zsh doing `nix-shell -p hello` drops me into bash. What am i missing?
<CMCDragonkai> add it to whree?
<CMCDragonkai> overrideAttrs?
<clever> mananamenos: nix-shell requires bash, because all of the functions within nixpkgs assume you have bash
<clever> CMCDragonkai: just add it to the derivation you passed to the vm tools
<CMCDragonkai> vmTools.runInLinuxVM (stdenv.mkDerivation { size = 8192; ... })
<CMCDragonkai> clever: ?
<clever> yeah
<CMCDragonkai> 8192 MiB?
<clever> probably
<CMCDragonkai> the docs say `memSize`?
<mananamenos> clever, i dont get it. The repo instead yes it's possible to open nix-shell in zsh instead.
<CMCDragonkai> you mean disk size?
<clever> CMCDragonkai: `no space left on device` is a disk error, but it could be a tmpfs, try increasing memSize also
griff_ has quit [Quit: griff_]
<clever> mananamenos: not sure then, ive not played with zsh much
cptrbn has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115398 → gmvault: drop → https://github.com/NixOS/nixpkgs/pull/115398
<CMCDragonkai> clever: i get it straigght away
<CMCDragonkai> Booting from ROM...
<CMCDragonkai> loading kernel modules...isable)... ock
<CMCDragonkai> mounting Nix store...
<CMCDragonkai> qemu-system-x86_64: warning: 9p: degraded performance: a reasonable high msize should be chosen on client/guest side (chosen msize is <= 8192). See https://wiki.qemu.org/Documentation/9psetup#msize for details.
<CMCDragonkai> mounting host's temporary directory...
<CMCDragonkai> unpacking sources
<CMCDragonkai> starting stage 2 (/nix/store/3a15kcls14hbajv6w7jbwsc19b4n7isy-vm-run-stage2)
<CMCDragonkai> unpacking source archive /nix/store/1k31c85d4c7wnqa2n0l2cai29x3x1s3c-node_typescript-demo-electron-1.0.0/lib/node_modules/typescript-demo-electron
<CMCDragonkai> cp: error writing 'typescript-demo-electron/node_modules/uglify-js/lib/scope.js': No space left on device
<CMCDragonkai> cp: error writing 'typescript-demo-electron/node_modules/uglify-js/lib/sourcemap.js': No space left on device
<clever> CMCDragonkai: try raising memSize more
<CMCDragonkai> that could be further
<CMCDragonkai> then i hit it again lol
<{^_^}> [nixpkgs] @dotlambda opened pull request #115400 → qweechat: drop → https://github.com/NixOS/nixpkgs/pull/115400
<CMCDragonkai> so now `memSize = 2048;`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115388 → python3Packages.agate-sql: 0.5.5 -> 0.5.6 → https://github.com/NixOS/nixpkgs/pull/115388
suzanne has joined #nixos
<mananamenos> clever, thanks. I can neither do this: enter tmux, nix-shell -p hello, then split another pane. The newly created tmux pane is not in nix-shell. Is there a way to do this?
<CMCDragonkai> clever: final errors
<CMCDragonkai> shrinking RPATHs of ELF executables and libraries in /nix/store/39gyllb6ffppkn8wpy3q2lw9p9vhx099-typescript-demo-electron-1.0.0-linux-x64.rpm
<CMCDragonkai> /nix/store/zrh1cskgv6kc8bh7hzfii14h2nck33qv-patchelf-0.12/nix-support/setup-hook: line 7: /dev/fd/62: No such file or directory
<CMCDragonkai> /nix/store/kxw6q8v6isaqjm702d71n2421cxamq68-make-symlinks-relative.sh: line 6: /dev/fd/62: No such file or directory
<clever> mananamenos: you would have to run tmux inside the nix-shell
<clever> mananamenos: thats how env vars work
<CMCDragonkai> patchelf setuphook errors /dev/fd/62 no such file!?
<clever> CMCDragonkai: if you run `env | grep 62` in the `buildPhase` does that path come up anywhere?
<CMCDragonkai> clever: will need to run it again
<CMCDragonkai> to try
griff_ has joined #nixos
<mananamenos> clever, right, this works well. Then I suppose I'm getting rid of zsh as it does not work with nix-shell. Can the bash history be shared between nix-shells and system itself?
stree has quit [Ping timeout: 245 seconds]
<clever> mananamenos: same rules as normal, the history gets commited to ~/.bash_history when the shell exits, and read when the shell starts
<clever> options may exist to change that in bash, but ive not bothered looking into them
suzanne has quit [Quit: Leaving]
coniferous-cube4 has joined #nixos
<CMCDragonkai> clever: no nothing
<CMCDragonkai> clever: but maybe i can disable the last phase
<CMCDragonkai> clever: cause i wont need that
<CMCDragonkai> clever: but dont know why thats causing the error
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115395 → yubikey-neo-manager: drop → https://github.com/NixOS/nixpkgs/pull/115395
<clever> CMCDragonkai: toss a `set -x` in, to see what its doing
<CMCDragonkai> where
<CMCDragonkai> in the buidl phase?
<clever> yeah
m4tsa_ has joined #nixos
<fendor> ,locate wraps
<CMCDragonkai> clever: just going to skip fixupPhase with dontFixup first
<{^_^}> Found in packages: aiger, gitlab, wxGTK29, wxGTK30, wxGTK31, wxGTK30-gtk3, wxGTK31-gtk3, python37Packages.cvxpy, python38Packages.cvxpy, python37Packages.nibabel, python38Packages.nibabel
m4ts has quit [Ping timeout: 256 seconds]
MmeQuignon has joined #nixos
griff_ has quit [Ping timeout: 256 seconds]
mananamenos has quit [Quit: Leaving]
respawn has joined #nixos
griff_ has joined #nixos
stree has joined #nixos
<CMCDragonkai> clever: works by skipping ithe fixup phase!
<CMCDragonkai> clever: strange but the result is now a symlink to a director
<CMCDragonkai> rather than the symlink to the actual output itself
<clever> CMCDragonkai: set -x will make it more obvious what is happening
<CMCDragonkai> does `vmTools.runInLinuxVM` change the out?
<CMCDragonkai> Cause I expected the `result -> out`
<CMCDragonkai> to point to a file
<CMCDragonkai> not a directory containing a file
<clever> $out is still whatever you make it to be
<CMCDragonkai> that cant be, i had the same derivation in another place, and it produces out to a file
<clever> can you pastebin the full expr?
<CMCDragonkai> clever: compare `buildDeb` from `buildRpm`
<CMCDragonkai> `buildDeb` works nicely
<clever> cp out/make/deb/x64/*.deb $out
<CMCDragonkai> `buildRpm` is the issue
<clever> CMCDragonkai: if $out is already a directory for any reason, cp puts a file in the dir
<CMCDragonkai> yea `cp out/make/deb/x64/*.deb $out` actually works
<CMCDragonkai> yea
<CMCDragonkai> i realised that
<CMCDragonkai> so that means `vmTools.runInLinuxVM` is making out as a directory
<clever> mkdir -p -m 0700 $out
<clever> CMCDragonkai: yep, there it is, line 242 of vm/default.nix
<CMCDragonkai> clever: is there a way to override this?
<clever> simplest option, just wrap it in a second drv, runCommand
<clever> to copy ${firstdrv}/foo.deb $out
<CMCDragonkai> i see
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115401 → traefik: 2.4.3 -> 2.4.6 → https://github.com/NixOS/nixpkgs/pull/115401
avaq has quit [Ping timeout: 264 seconds]
SigmaSquadron[m] has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #115402 → python3Packages.pypykatz: 0.4.2 -> 0.4.3 → https://github.com/NixOS/nixpkgs/pull/115402
<SigmaSquadron[m]> Hiya folks
mallox has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115333 → python3Packages.pure-cdb: init at 3.1.1 → https://github.com/NixOS/nixpkgs/pull/115333
fuiltilt has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115263 → passphrase2pgp: init at 1.1.0 → https://github.com/NixOS/nixpkgs/pull/115263
guntherploetner[ has joined #nixos
mkaito has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @cheriimoya opened pull request #115403 → python-packages: Babel: 2.7.0 -> 2.9.0 → https://github.com/NixOS/nixpkgs/pull/115403
zupo has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115404 → gmsh: 4.7.1 -> 4.8.0 → https://github.com/NixOS/nixpkgs/pull/115404
zupo has joined #nixos
<i1l> ixxie: if no X-org or Wayland sessions work for you, try programs.sway.enable. it was only working "GUI" for me once (ARM).
<{^_^}> [nixpkgs] @Luflosi opened pull request #115405 → python3Packages.pytest-cid: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/115405
<{^_^}> [nixpkgs] @oxalica opened pull request #115406 → stdenv: bootstrap riscv64-linux → https://github.com/NixOS/nixpkgs/pull/115406
morr_ is now known as morr
i1l has quit [Quit: Quit]
mkaito has quit [Quit: WeeChat 3.0.1]
i1l has joined #nixos
mkaito has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #115407 → trezord: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/115407
lsix has quit [Ping timeout: 264 seconds]
dev_mohe has joined #nixos
<{^_^}> [nixpkgs] @maralorn merged pull request #115367 → [20.09] Backport of #114723 → https://github.com/NixOS/nixpkgs/pull/115367
SigmaSquadron[m] has left #nixos ["User left"]
saschagrunert has quit [Remote host closed the connection]
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
saschagrunert has joined #nixos
saschagrunert has quit [Remote host closed the connection]
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #115408 → dune_2: 2.8.2 -> 2.8.3 → https://github.com/NixOS/nixpkgs/pull/115408
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115409 → humanfriendly: 8.2 -> 9.1 → https://github.com/NixOS/nixpkgs/pull/115409
<{^_^}> [nixpkgs] @prusnak merged pull request #115407 → trezord: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/115407
berberman_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nix] @edolstra merged pull request #4616 → Backport #4601 → https://github.com/NixOS/nix/pull/4616
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115410 → gitlab-pages: 1.34.0 -> 1.35.0 → https://github.com/NixOS/nixpkgs/pull/115410
<{^_^}> [nixpkgs] @marsam opened pull request #115411 → _3270font: 2.2.1 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/115411
berberman has joined #nixos
dev_mohe has quit [Quit: dev_mohe]
berberman has quit [Max SendQ exceeded]
dev_mohe has joined #nixos
berberman has joined #nixos
respawn has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
orivej has quit [Ping timeout: 245 seconds]
Guest14388 has joined #nixos
orivej has joined #nixos
hiro98 has joined #nixos
lsix has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108354 → Osmscout server → https://github.com/NixOS/nixpkgs/pull/108354
maxine has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #113878 → traefik: 2.4.3 -> 2.4.5 → https://github.com/NixOS/nixpkgs/pull/113878
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115402 → python3Packages.pypykatz: 0.4.2 -> 0.4.3 → https://github.com/NixOS/nixpkgs/pull/115402
chisui has joined #nixos
meh` has joined #nixos
vidbina_ has joined #nixos
pheoxy has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #115193 → protobuf: 3.15.2 -> 3.15.5 → https://github.com/NixOS/nixpkgs/pull/115193
<{^_^}> [nixpkgs] @andresilva opened pull request #115412 → sidequest: 0.10.11 -> 0.10.19 → https://github.com/NixOS/nixpkgs/pull/115412
reedrw[m] has joined #nixos
<{^_^}> [nixpkgs] @andresilva opened pull request #115413 → ledger-live-desktop: 2.21.3 -> 2.23.0 → https://github.com/NixOS/nixpkgs/pull/115413
avaq has joined #nixos
Guest14388 has quit [Quit: Leaving]
Guest62413 has quit [Changing host]
Guest62413 has joined #nixos
Guest62413 is now known as Miyu-saki
cogito271[m] has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ml| has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115411 → _3270font: 2.2.1 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/115411
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115414 → [20.09] network-manager: 1.26.0 -> 1.26.6 → https://github.com/NixOS/nixpkgs/pull/115414
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115415 → network-manager-applet: 1.18.0 -> 1.20.0 → https://github.com/NixOS/nixpkgs/pull/115415
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115416 → haproxy: 2.3.5 -> 2.3.6 → https://github.com/NixOS/nixpkgs/pull/115416
i1l has quit [Remote host closed the connection]
cptrbn has joined #nixos
i1l has joined #nixos
ryannined has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
stree has quit [Ping timeout: 260 seconds]
i1l has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #115405 → python3Packages.pytest-cid: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/115405
<{^_^}> [nixpkgs] @SuperSandro2000 reopened pull request #115405 → python3Packages.pytest-cid: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/115405
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115396 → python2nix: drop → https://github.com/NixOS/nixpkgs/pull/115396
Fare has joined #nixos
ml| has joined #nixos
Dotz0cat has quit [Ping timeout: 245 seconds]
Hurttila has joined #nixos
i1l has joined #nixos
griff_ has quit [Quit: griff_]
cosimone has joined #nixos
bitmapper has joined #nixos
zupo has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @CohenCyril opened pull request #115417 → coqPackages.mathcomp: etc → https://github.com/NixOS/nixpkgs/pull/115417
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/f26c6ddc472 (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/b94b33bac05 (from 84 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<angerman> clever: seen this before? error: sized: unexpected end-of-file
<clever> src/libutil/serialise.hh: throw EndOfFile("sized: unexpected end-of-file");
<clever> struct SizedSource : Source
<clever> size_t read(char * data, size_t len)
<clever> if (this->remain <= 0) {
<clever> throw EndOfFile("sized: unexpected end-of-file");
<clever> angerman: this lets you wrap a source (like the pipes in haskell), to create a new source, that can only consume N bytes before creating a fake eof
ddellacosta has joined #nixos
<clever> and it somehow didnt have enough bytes
<clever> never seen it before though, you would need to get a backtrace
<angerman> I'll try sending from a different machine this is just getting weird.
<clever> angerman: run it under gdb and `catch throw` to catch it
<angerman> no delete/repair is fixing it.
<clever> angerman: `nix-store --verify --check-contents`
<angerman> clever: lets see :D
dadada_ has quit [Quit: WeeChat 2.9]
<clever> src/nix-store/nix-store.cc: SizedSource sizedSource(in, info.narSize);
ManiacOfMadness has quit [Ping timeout: 272 seconds]
<clever> angerman: though, its only used in a single place!
<clever> cmdAddToStoreNar
<clever> thats involved in copying paths between 2 machines
dadada_ has joined #nixos
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @yoctocell opened pull request #115419 → guile: 2.2.7 -> 3.0.5 → https://github.com/NixOS/nixpkgs/pull/115419
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115420 → jruby: 9.2.15.0 -> 9.2.16.0 → https://github.com/NixOS/nixpkgs/pull/115420
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aswanson1 has joined #nixos
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115421 → network-manager: 1.26.0 -> 1.30.0 → https://github.com/NixOS/nixpkgs/pull/115421
ml| has quit [Ping timeout: 264 seconds]
griff_ has joined #nixos
drewc has joined #nixos
philr has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @reedrw opened pull request #115422 → shticker_book_unwritten: init at 1.0.3 → https://github.com/NixOS/nixpkgs/pull/115422
dexter is now known as dexterfoo
Hurttila has quit [Ping timeout: 240 seconds]
griff__ has joined #nixos
jboy has joined #nixos
griff_ has quit [Ping timeout: 260 seconds]
griff__ is now known as griff_
zebrag has joined #nixos
<jboy> I've booted from the latest live ISO and I'm trying to install nixos, but even though wpa_supplicant seems to be running fine and connecting to networks, I cannot ping internal IPs, let alone resolve remote addresses. Any ideas what might be going on?
eon` has quit [Quit: leaving]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #114208 → linux: enable RANDOM_TRUST_CPU → https://github.com/NixOS/nixpkgs/pull/114208
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #115421 → network-manager: 1.26.0 -> 1.30.0 → https://github.com/NixOS/nixpkgs/pull/115421
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #115414 → [20.09] network-manager: 1.26.0 -> 1.26.6 → https://github.com/NixOS/nixpkgs/pull/115414
<{^_^}> [nixpkgs] @worldofpeace reopened pull request #115414 → [20.09] network-manager: 1.26.0 -> 1.26.6 → https://github.com/NixOS/nixpkgs/pull/115414
<{^_^}> [nixpkgs] @worldofpeace reopened pull request #115421 → network-manager: 1.26.0 -> 1.30.0 → https://github.com/NixOS/nixpkgs/pull/115421
riksteri has joined #nixos
attila_lendvai has quit [Ping timeout: 264 seconds]
<{^_^}> [hydra] @grahamc opened pull request #886 → statsd: add a chance to set hostname and port in hydra.conf → https://github.com/NixOS/hydra/pull/886
jonringer has joined #nixos
<srhb> jboy: I usually use the nmtui interface for networkmanager instead of direct wpa supplicant because I can never remember if I need to do manual dhcp wrestling when going the low level route.
<gchristensen> ^ if anyone is up for a brief perl review :)
<srhb> jboy: You can try restarting the dhcp client to see if that's it. I think it's called dhcpcd.
<{^_^}> [nixpkgs] @kevincox merged pull request #115357 → hacpack: init at 1.36 → https://github.com/NixOS/nixpkgs/pull/115357
<srhb> jboy: (systemctl status will know for sure)
mmmattyx has joined #nixos
<jboy> thanks srhb
cognemo has quit [Quit: cognemo]
<jboy> I'm trying nmtui now. Oh yay!
<jboy> I can resolve addresses
<srhb> jboy: huzzah :)
cognemo has joined #nixos
<simpson> gchristensen: LGTM although you'll probably want somebody with more emotional investment to actually test it and make sure it does the right thing.
<gchristensen> thanks :)
<gchristensen> mehh, cool, tests fail
<jboy> nixos-install ran now, srhb. thanks again!
jtcs has quit [Ping timeout: 256 seconds]
<srhb> jboy: You're welcome, enjoy :)
<srhb> jboy: (Remember to have wifi set up in the final system config! Been there, done that ;))
MmeQuignon has quit [Ping timeout: 264 seconds]
jtcs has joined #nixos
Jd007 has joined #nixos
pacc[m] has left #nixos ["User left"]
<{^_^}> [hydra] @grahamc closed pull request #269 → statsd: add a chance to set hostname and port in hydra.conf → https://github.com/NixOS/hydra/pull/269
<jboy> oh weird, the auto-generated hardware-configuration.nix didn't set up my root partition as a luks device, so I didn't get prompted for a password
<{^_^}> [hydra] @grahamc closed pull request #370 → Add a nix expression to build the manual → https://github.com/NixOS/hydra/pull/370
<clever> jboy: certain combinations of luks, lvm, and zfs, will break the auto-detection of what devices are needed
<clever> initrd = {
<clever> luks.devices.root = {
<clever> name = "root"; device = "/dev/nvme0n1p2"; preLVM = true;
<jboy> ok good to know, clever!
<clever> this config, plus the normal fileSystems stuff, will get it all working
<jboy> I have another machine with a similar setup, cribbing from its config now
<jboy> not just zfs but also btrfs I guess
<clever> i suspect its using lsblk to figure it out
<clever> and i think zfs is the breaking point
<clever> lsblk understands the lvm and luks, and knows that /dev/tank/root (an lvm dev) is on /dev/root (a luks device), which is on /dev/nvme0n1p2
<clever> but lsblk doesnt understand that / is /dev/tank/root
<{^_^}> [hydra] @grahamc closed pull request #523 → Support builds that can abort themselves → https://github.com/NixOS/hydra/pull/523
<clever> so nixos-generate-config doesnt know to include the stuff providing /dev/tank/root
ml| has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #115122 → messer-slim: 3.2.1 -> 3.6 → https://github.com/NixOS/nixpkgs/pull/115122
<jboy> does it matter whether I use `/dev/vg/...` or `/dev/mapper/vg-...` device paths in hardware-configuration.nix?
<clever> i prefer using UUID's
<jboy> or `/dev/disk/by-uuid/...` for that matter?
<jboy> oh ok, that's what was autogenerated anyway, so I'll keep it
<{^_^}> [nixpkgs] @bloomvdomino opened pull request #115423 → mpdevil: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/115423
seku has joined #nixos
endformationage has joined #nixos
cosimone has quit [Quit: cosimone]
zupo has joined #nixos
rj has joined #nixos
attila_lendvai has joined #nixos
KreysDante[m] is now known as Dante[m]
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
stree has quit [Ping timeout: 256 seconds]
KarlJoad-1 has joined #nixos
rj has quit [Ping timeout: 268 seconds]
cptrbn has joined #nixos
ManiacOfMadness has joined #nixos
<veleiro> how do you install linux kernel headers in nixOS?
<veleiro> just add pkgs.linuxHeaders ?
rj has joined #nixos
<clever> ,libraries veleiro
<{^_^}> veleiro: Don't install libraries through nix-env or systemPackages, use nix-shell instead. See https://nixos.wiki/wiki/FAQ/Libraries for details.
graf_blutwurst has quit [Remote host closed the connection]
<veleiro> lol
<veleiro> true
<veleiro> thanks for the suggestion
vidbina_ has quit [Ping timeout: 276 seconds]
stree has joined #nixos
yangm has quit [Quit: Idle for 30+ days]
flip[m] has quit [Quit: Idle for 30+ days]
gustavderdrache has joined #nixos
<ixxie> (sorry for repeating this - im hoping someone came in who knows the answer) I'm trying to run Kodi on NixOS on a Raspberry Pi 3B; I can get neither the XServer nor Wayland configs to run: https://gist.github.com/ixxie/fd51f9f2094de7c38b06f1ca11194992
PorkySpine has left #nixos [#nixos]
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @andir merged pull request #115153 → dovecot: 2.3.13 -> 2.3.14, dovecot_pigeonhole: 0.5.13 -> 0.5.14 → https://github.com/NixOS/nixpkgs/pull/115153
<clever> ixxie: also cehck the X log in /var/log
<clever> ixxie: ive also only been able to get graphics to work using the fkms overlay, and the firmware loader
erasmas has joined #nixos
<ixxie> thanks clever! do you recon it would work for RPI 3?
<clever> ixxie: yeah, fkms works on all models
<ixxie> is the "/boot" filesystem needed for it to work?
<clever> yeah
<clever> the firmware bootload requires the kernel/initrd on the fat32 fs
<clever> u-boot instead allows the kernel/initrd to be on the /boot dir of an ext4 fs
<clever> but u-boot breaks overlays
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DanC has quit [Ping timeout: 272 seconds]
<{^_^}> [hydra] @grahamc merged pull request #886 → statsd: add a chance to set hostname and port in hydra.conf → https://github.com/NixOS/hydra/pull/886
<ixxie> Well, I will give this a shot
<ixxie> clever: did you figure out how to get the wifi working?
<clever> ixxie: kinda
DanC has joined #nixos
<clever> ixxie: https://gist.github.com/cleverca22/7be36648fd3b44d525d9b3071caceec1 this brings wifi up, in the initrd, using nixpkgs but the rpi builds of the kernel
cfricke has quit [Quit: WeeChat 3.0.1]
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #115424 → treewide (darwin): fix or enable darwin build for many packages (3) → https://github.com/NixOS/nixpkgs/pull/115424
<ixxie> clever: does the fact it uses rpi builds restrict some possibilities?
<clever> ixxie: i was doing that mostly to skip the compile times
<clever> if its already booting with the nixpkgs build, you can keep that
rj has quit [Ping timeout: 268 seconds]
chisui has quit [Quit: Connection closed]
<ixxie> yeah I used the nixpkgs Aarch64 image
<clever> ixxie: step 1, check if `ip link` can see the wifi
<ixxie> nope, just eth0
<clever> ixxie: does `dmesg | grep mmc` show 2 mmc busses?
<clever> root@pi400:~# find /sys -name ios
<clever> ixxie: this should also show 2
growpotkin has joined #nixos
<{^_^}> [nix] @regnat opened pull request #4618 → Sign the derivation outputs → https://github.com/NixOS/nix/pull/4618
<{^_^}> [nix] @regnat pushed 4 commits to ca/sign-drvoutputs: https://git.io/JqIpn
<{^_^}> [nixpkgs] @roberth pushed commit from @dotlambda to staging-20.09 « pythonPackages.ddt: fix tests »: https://git.io/JqIp4
<{^_^}> [hydra] @grahamc merged pull request #717 → Add the project name to declarative inputs → https://github.com/NixOS/hydra/pull/717
rj has joined #nixos
mkaito has quit [Quit: WeeChat 3.0.1]
<ixxie> I guess so?
<clever> yep
<clever> [ 12.996512] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.bin failed with error -2
<clever> ixxie: your missing the firmware
rj has quit [Remote host closed the connection]
rj has joined #nixos
<clever> ixxie: pkgs.raspberrypiWirelessFirmware
<clever> hardware.firmware = [ pkgs.raspberrypiWirelessFirmware ];
hiro98 has quit [Ping timeout: 245 seconds]
<{^_^}> [nix] @regnat pushed 4 commits to ca/sign-drvoutputs: https://git.io/JqIpD
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « kernel: RANDOM_TRUST_CPU for >= 4.19 »: https://git.io/JqIhe
lsix has quit [Ping timeout: 246 seconds]
ManiacOfMadness has quit [Ping timeout: 272 seconds]
lsix has joined #nixos
<ixxie> aha!
avaq has quit [Ping timeout: 245 seconds]
KarlJoad has joined #nixos
<{^_^}> [nixpkgs] @CohenCyril opened pull request #115427 → coqPackages.multinomials: 1.5.2 -> 1.5.4 → https://github.com/NixOS/nixpkgs/pull/115427
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115428 → sbt-extras: 2021-03-03 → 2021-03-08 → https://github.com/NixOS/nixpkgs/pull/115428
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115429 → oh-my-zsh: 2021-03-01 → 2021-03-08 → https://github.com/NixOS/nixpkgs/pull/115429
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115430 → sbt: 1.4.7 -> 1.4.8 → https://github.com/NixOS/nixpkgs/pull/115430
KarlJoad-1 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115431 → awscli: 1.19.20 -> 1.19.22 → https://github.com/NixOS/nixpkgs/pull/115431
zalaare has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #115432 → python3Packages.sagemaker: 2.28.0 -> 2.29.0 → https://github.com/NixOS/nixpkgs/pull/115432
poscat has joined #nixos
<zalaare> If I have `networking.firewall.enabled = false;` then should I assume that `networking.firewall.extraCommands= "ip route add <stuff here>";` will not ever be executed?
<clever> zalaare: that looks correct
<zalaare> clever: Okay, my test seemed to verify this, but I didn't want to create silly systemd.service file to execute at boot just to run extra ip route, iptables and ip rule crap. Oh well.
<clever> networking.interfaces.<name>.ipv4.routes
<clever> List of extra IPv4 static routes that will be assigned to the interface.
<clever> zalaare: there is an option to do that for you
<zalaare> I use systemd.networkd
<clever> ah
ahmed_elgabri has quit [Ping timeout: 246 seconds]
<zalaare> maybe it would still work?
<clever> maybe, give it a try
mmmattyx has quit [Quit: Connection closed for inactivity]
KarlJoad has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
vidbina_ has joined #nixos
johnw has joined #nixos
nrh^ has quit []
ardumont has quit [Ping timeout: 240 seconds]
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
<zalaare> clever: it doesn't look I can manipulate a lookup table using networking.interfaces.<name>.ipv4.routes anyway. Guess systemd.service is the way to get around. I just have to figure out why ${pkgs.iproute2} is giving me issues now :)
ixxie has quit [Quit: Lost terminal]
ixxie has joined #nixos
lordcirth__ has joined #nixos
<shla> how can I install latest stable channel version of nixos using nix-installer (booted from minimal os)?
<shla> it looks like it's now installing what's available on the image and not using network to get latest packages
<clever> shla: it installs whatever the current channel is, so you can change it with nix-channel before you nixos-install
tfl^ has joined #nixos
<ixxie> clever: so I added the firmware stuff - https://gist.github.com/ixxie/1a36773151a2014d2e9c4c701edb4f8d - but the wifi still doesn't appear; I guess I need the weird expression you had in the other gist?
rj has quit [Ping timeout: 268 seconds]
fendor_ has joined #nixos
<clever> ixxie: does `ip link` show the wifi now?
<ixxie> nope
lordcirth_ has quit [Ping timeout: 264 seconds]
<clever> ixxie: check dmesg again, any firmware errors like before?
fendor has quit [Ping timeout: 245 seconds]
<shla> clever, nix-channel --list points to nixos https://nixos.org/channels/nixos-20.09 however when I do nix-install I get kernel from November last year. after rebuilding with --upgrade I get the latest stuff
<clever> shla: you may need to nix-channel --update before you install
rj has joined #nixos
<shla> is there any way I can tell nixos-install to install the latest stuff without having to do an upgrade after the installation?
<clever> shla: because its using the copy of the channel that was packaged into the iso
<shla> oh. I see.
<shla> so it's pointing to a particular release point in time?
<clever> the config says 20.09, but the iso has a copy pre-fetched, and baked into it
<clever> so it will be using whatever nixpkgs the iso itself was made from
<clever> until you --update
<shla> thanks!
<ixxie> clever: same errors :(
<clever> [root@amd-nixos:~]# ls /run/current-system/firmware
<clever> ixxie: the firmware should be in here, check if the file it wants is present
ManiacOfMadness has joined #nixos
<ixxie> clever: empty!
<clever> ixxie: rebuild switch, and then check again
<ixxie> why would rebuild boot not do the trick but rebuild switch would?
<shla> clever, yay, it worked, thanks again!
<clever> ixxie: if /boot isnt mounted right, the reboot undoes everything
<qbit> hi! is anyone aware of a tool that can expand nix things at the shell level (without going full nix-shell)?
<qbit> to allow someone to do something like: 'export SHELL_VAR=$(fancycommand "${pkgs.package.thing.stuff}")'
ahmed_elgabri has joined #nixos
<ixxie> clever: firmware appears now! but `ip link` still shows no wifi
ardumont has joined #nixos
<clever> ixxie: it only tries to load the firmware at boot, if you reboot, is the firmware still there?
<jared-w> qbit: sounds like you want something like nix eval
dbmikus has joined #nixos
karantan has quit [Quit: Textual IRC Client: www.textualapp.com]
<ixxie> clever: indeed, I confirm it disappears after reboot
<jared-w> `ewxport SHELL_VAR=$(fancycommand "$(nix eval --raw 'with import <nixpkgs> {}; ${pkgs.package.thing.stuff}')")` ?
<jared-w> (well, spell "export" right...)
hiro98 has joined #nixos
<clever> ixxie: then the bootloader isnt working right, is the fat32 fs mounted to /boot before you run nixos-rebuild?
<qbit> jared-w: nice - i think maybe that iss what i want
<qbit> also s/fancycommand/nix eval/ :D
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<qbit> keep getting "error: don't know what to do with argument"
saschagrunert has quit [Remote host closed the connection]
<qbit> even with examples from the wiki
<clever> qbit: the api for the new nix command is in beta and constantly changing
<qbit> mm ok
<clever> [root@amd-nixos:~]# nix-instantiate --eval -E 'with import <nixpkgs> {}; "${hello}"'
<clever> "/nix/store/nm7d7i9jlqf25nwvan7ghlv3jafnbryj-hello-2.10"
<clever> the old api is still stable
<clever> however, that just evals, it doesnt build
<clever> so that path wont be in the nix store
<clever> nix-shell will build things for you, as it evals
<qbit> sweet
<qbit> ty
<ixxie> clever: well, I'm not exactly sure how to check
<clever> ixxie: mount | grep boot
<ixxie> clever: nada
<clever> ixxie: then its not mounted, mount it, and then nixos-rebuild switch
<ixxie> how do I find what to mount?
<clever> ixxie: fdisk -l /dev/mmcblk0, mount the fat32 fs
lsix has quit [Ping timeout: 246 seconds]
lsix has joined #nixos
apache8080 has joined #nixos
respawn_ has quit [Quit: Leaving]
domogled has joined #nixos
jimmiehansson has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @FRidh pushed 5 commits to staging: https://git.io/JqLfN
<ixxie> clever: rebuild is giving me `cp: error writing '/boot/old/2dk28s4fdgavw1pdxdplyr3r62kixa4s-linux-5.4.79-1.20201201-Image.tmp.4889': No space left on device`
<ixxie> clever: is it safe to delete these old boot files?
<clever> ixxie: mostly, but make sure it finishes copying before you reboot
domogled has quit [Client Quit]
<ixxie> fingers crossed...
cole-h has joined #nixos
KarlJoad has joined #nixos
<clever> ixxie: there is also a flag when creating the sdimage, to make the fat32 larger, but that needs a reinstall
<ixxie> hmm the error repeats :(
<clever> also...
<clever> boot.loader.raspberryPi.uboot.configurationLimit
<clever> Default: 20
* clever checks src
<clever> ixxie: the firmware mode, ignores that, dang!
<{^_^}> [nixpkgs] @FRidh merged pull request #115023 → libqmi: 1.26.10 -> 1.28.0 → https://github.com/NixOS/nixpkgs/pull/115023
<clever> ixxie: youll need to rebuild the image, with a larger firmwareSize flag, so the new /boot has room
<clever> the default assumes your using u-boot, and never touching it again
<ixxie> clever: but is the issue really the firmware partition? The error complains abnout `/boot/old`
<clever> ixxie: the "firmware partition" is now at /boot
<clever> so it includes /boot/old
<ixxie> right
<shla> noticed that cache.nixos.org is running behind fastly, who's paying the bills?
<{^_^}> [nixpkgs] @fabaff opened pull request #115433 → python3Packages.adafruit-platformdetect: 3.2.0 -> 3.3.0 → https://github.com/NixOS/nixpkgs/pull/115433
<ixxie> clever: so basically I follow https://nixos.wiki/wiki/NixOS_on_ARM#Build_your_own_image and add the option to resize the paritition in `sd-image.nix`
<clever> ixxie: yeah
rj has quit [Ping timeout: 268 seconds]
stree has quit [Ping timeout: 246 seconds]
avaq has joined #nixos
rj has joined #nixos
<shla> does nixos currently run only on rpi 3b?
<clever> shla: i believe it works on all models
<{^_^}> [nixpkgs] @FRidh merged pull request #114970 → python3Packages.poetry-core: 1.0.0 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/114970
<clever> shla: but arm32 has unrelated problems doing a native build on recent nixpkgs revs
<shla> ah, I see.
<shla> any other ARM hardware that is supported out of the box? or just RPi?
<gchristensen> loads of aarch64
<{^_^}> [nixpkgs] @FRidh merged pull request #114744 → libedit: 20191231-3.1 -> 20210216-3.1 → https://github.com/NixOS/nixpkgs/pull/114744
redmp has joined #nixos
<shla> so only rpi3 has upstream support?
<clever> shla: mainline linux and the rpi fork, both work, on all models
<gchristensen> we have general support for SBBR compliant arm hardware
<Ke> any EFI device is kind of supported to the extent upstream supports it
<Ke> any device that supports upstream kernel and mainline u-boot also generally works
<Ke> sadly completely out of the box full support is not so common
<clever> Ke: i have been working on rpi-open-firmware, but ive not focused on uefi yet
neiluj has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
<Ke> you mean completely open source boot chain?
<clever> yeah
<clever> its able to boot nixos on pi2 and pi3
<{^_^}> [nixpkgs] @jonringer merged pull request #113406 → python3Package.mocket: 3.9.39 -> 3.9.40 → https://github.com/NixOS/nixpkgs/pull/113406
rj has quit [Ping timeout: 268 seconds]
<clever> pi1 has armv6 problems, still needs work
<{^_^}> [nixpkgs] @FRidh merged pull request #114716 → [staging] cargo/hooks: allow hooks to be disabled → https://github.com/NixOS/nixpkgs/pull/114716
<clever> pi4 has changed too much, and needs a major re-work
thepager[m] has joined #nixos
<{^_^}> [nixpkgs] @FRidh opened pull request #115434 → Staging → https://github.com/NixOS/nixpkgs/pull/115434
<Ke> it't probably still highest value target
<{^_^}> [nixpkgs] @FRidh closed pull request #115434 → Staging → https://github.com/NixOS/nixpkgs/pull/115434
<Ke> shla: but many devices are still workable with minor patching, and you can often find examples in github
<Ke> and you can always ask
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115428 → sbt-extras: 2021-03-03 → 2021-03-08 → https://github.com/NixOS/nixpkgs/pull/115428
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115430 → sbt: 1.4.7 -> 1.4.8 → https://github.com/NixOS/nixpkgs/pull/115430
stree has joined #nixos
<clever> Ke: in theory, the pi4 could be fully uefi capable, with a slightly larger spi flash chip
<Ke> though still vast majority of ARM sphere is use once and discard and maybe dig up, if vendor trees are forward ported
<{^_^}> [nixpkgs] @FRidh pushed 265 commits to staging-next: https://git.io/JqLT8
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115432 → python3Packages.sagemaker: 2.28.0 -> 2.29.0 → https://github.com/NixOS/nixpkgs/pull/115432
<Ke> so you have to be picky
ixxie_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh opened pull request #115435 → Staging next → https://github.com/NixOS/nixpkgs/pull/115435
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115413 → ledger-live-desktop: 2.21.3 -> 2.23.0 → https://github.com/NixOS/nixpkgs/pull/115413
ixxie has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115405 → python3Packages.pytest-cid: init at 1.1.1 → https://github.com/NixOS/nixpkgs/pull/115405
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115436 → glib: 2.66.4 -> 2.66.7 → https://github.com/NixOS/nixpkgs/pull/115436
<clever> Ke: biggest problem right now, is that rpi-open-firmware lacks any form of video output
<{^_^}> [nixpkgs] @servalcatty opened pull request #115437 → v2ray: 4.34.0 -> 4.35.1 → https://github.com/NixOS/nixpkgs/pull/115437
bn_work has quit [Quit: Connection closed for inactivity]
ManiacOfMadness has quit [Ping timeout: 258 seconds]
<Ke> I was very happy recently to get video output from pbp u-boot, now I can rollback bad kernel without serial
<Ke> haven't had bad kernels in ages though
<clever> thats the current bootloader
Streetwalrus is now known as novenary
<clever> in theory, you could customize it to make it more nixos friendly, with rollbacks and a menu
<clever> or you could replace it with u-boot
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
avaq_ has joined #nixos
avaq has quit [Ping timeout: 245 seconds]
seanparsons has quit [Ping timeout: 256 seconds]
novenary is now known as novenary_
seanparsons has joined #nixos
novenary_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #115438 → vscode-extensions.gruntfuggly.todo-tree: 0.0.198 -> 0.0.201 → https://github.com/NixOS/nixpkgs/pull/115438
novenary has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « python3Packages.aiohttp: fixup package set »: https://git.io/JqLk0
<{^_^}> [nixpkgs] @FRidh pushed to staging « python3Packages.aiohttp: fixup package set »: https://git.io/JqLku
<{^_^}> [nixpkgs] @lovesegfault merged pull request #115239 → Drop Google Play Music-related packages → https://github.com/NixOS/nixpkgs/pull/115239
sangoma has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
<shla> is there a way to dump configuration of a machine? (including all default values)
<clever> shla: `nix repl '<nixpkgs/nixos>'` and then you can eval any attr of config
<shla> that are not exclicitly set in my configuration
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115439 → [20.09] glib: 2.64.5 -> 2.64.6 → https://github.com/NixOS/nixpkgs/pull/115439
<shla> i was able to find what i was looking for
<shla> after googling that it is config.networking.timeServers what I need
<shla> but how can I dump the entire config if I don't know what's the config key i'm looking for?
<clever> shla: not really possible to do that
stigo has joined #nixos
<Ke> 1. https://search.nixos.org/options?query=key&from=0&size=100&sort=relevance&channel=unstable search here 2. grep -r nixpkgs for keywords is what I do
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #115440 → bolt: 0.9 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/115440
<shla> it also complains about some obsolete options on a first run: https://pastebin.com/raw/Kd83uka7 is this supposed to be like this?
<shla> Ke, that's what I do too, but sometimes it's not obvious what to search for
<Ke> though maybe your problem is such that you don't have keywords
<{^_^}> [nixpkgs] @davidak merged pull request #115401 → traefik: 2.4.3 -> 2.4.6 → https://github.com/NixOS/nixpkgs/pull/115401
<exarkun> confirm it is difficult to figure out sometimes
<shla> i search for ntp and timesyncd as a key
<shla> then just google nixos+ntp
<{^_^}> [nixpkgs] @sikmir opened pull request #115441 → lagrange: 1.1.4 → 1.2.2 → https://github.com/NixOS/nixpkgs/pull/115441
<{^_^}> [nixpkgs] @Mindavi opened pull request #115442 → mindustry: 125.1 -> 126.1 → https://github.com/NixOS/nixpkgs/pull/115442
Fare has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115443 → libisoburn: 1.5.2 -> 1.5.4 → https://github.com/NixOS/nixpkgs/pull/115443
novenary has quit [Changing host]
novenary has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #115444 → Update nodePackages → https://github.com/NixOS/nixpkgs/pull/115444
Fare has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115431 → awscli: 1.19.20 -> 1.19.22 → https://github.com/NixOS/nixpkgs/pull/115431
orivej has quit [Ping timeout: 245 seconds]
novenary has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @jlesquembre opened pull request #115445 → vimPlugin.nvim-treesitter: Add withPlugins → https://github.com/NixOS/nixpkgs/pull/115445
<{^_^}> [nixpkgs] @talyz merged pull request #114967 → [20.09] keycloak: 12.0.3 -> 12.0.4 → https://github.com/NixOS/nixpkgs/pull/114967
novenary has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/b94b33bac05 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @jlesquembre closed pull request #115071 → vimPlugin.nvim-treesitter: Add tree-sitter parsers → https://github.com/NixOS/nixpkgs/pull/115071
rj has joined #nixos
berberman_ has joined #nixos
<shla> if I was to supply nixos configuration or a bootstrap script via the userdata (in the cloud environment) will nix installer use it?
berberman has quit [Ping timeout: 264 seconds]
meh` has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #115429 → oh-my-zsh: 2021-03-01 → 2021-03-08 → https://github.com/NixOS/nixpkgs/pull/115429
zupo has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #115375 → pythonPackages.aiohttp: disable failing tests; pythonPackages.urllib3: disable flaky test → https://github.com/NixOS/nixpkgs/pull/115375
Fare has quit [Ping timeout: 264 seconds]
justanotheruser has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115444 → Update nodePackages → https://github.com/NixOS/nixpkgs/pull/115444
sangoma has quit [Quit: WeeChat 3.0]
zupo_ has joined #nixos
klardotsh has joined #nixos
Fare has joined #nixos
dsx has quit [Quit: dsx]
<klardotsh> howdy folks. I'm getting an error in a bootup script on an EC2 instance (where I effectively use the userdata-based config to chainload over to the "correct" system config, which requires the company cachix) that /nix/store is somehow "not in the nix store"? not even sure where to begin investigating that one, but I did verify at least that /nix/store exists and has plenty of files
carbolymer_ has joined #nixos
zupo has quit [Ping timeout: 260 seconds]
griff_ has quit [Ping timeout: 256 seconds]
carbolymer has quit [Ping timeout: 260 seconds]
carbolymer_ is now known as carbolymer
<{^_^}> [nixpkgs] @lovesegfault opened pull request #115446 → beets: unstable-2021-01-29 -> unstable-2021-03-08 → https://github.com/NixOS/nixpkgs/pull/115446
<domenkozar[m]> klardotsh: do you know which command triggers that error?
justanotheruser has joined #nixos
ahmed_elgabri has joined #nixos
waleee-cl has joined #nixos
dsx has joined #nixos
rj has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @zowoq opened pull request #115447 → conmon: 2.0.26 -> 2.0.27 → https://github.com/NixOS/nixpkgs/pull/115447
<klardotsh> domenkozar[m]: attempting to narrow it down, but this is the nix file that (after templatization by terraform) becomes the userdata of the EC2 instance: https://dpaste.org/sA7z
<klardotsh> it's.... uhhhhh a hack for sure
<{^_^}> [nixpkgs] @zowoq opened pull request #115448 → buildah: 1.19.6 -> 1.19.8 → https://github.com/NixOS/nixpkgs/pull/115448
<{^_^}> [nixpkgs] @zowoq opened pull request #115449 → shfmt: 3.2.2 -> 3.2.4 → https://github.com/NixOS/nixpkgs/pull/115449
<klardotsh> that bootstrapper has worked great in production for quite some time, but today (when an update to some other package on the box changed the derivation ID and forced a redeploy) things just... broke, complaining about the nix store in the logs
rj has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<domenkozar[m]> klardotsh: could it be that $NIXOS_SYSTEM_DERIVATION is not set?
<klardotsh> ah jeez you know what, this looks like NIXOS_SYSTEM_DERIVATION never got populated
<klardotsh> domenkozar[m]: we had teh same thought
<klardotsh> domenkozar[m]: context here is that that derivation ID is cached as a gitlab CI artifact and those have a cleanup window that I don't remember off the top of my head. the system derivation was built Friday some time, but the deploy that uses the derivation didn't go out until this morning. this seems like a good place to start chasing stuff down
<klardotsh> thanks for taking a look + being a bit of a rubber duck debugger
ris has joined #nixos
<domenkozar[m]> klardotsh: no problem - maybe set a check in that script to print it's value for future debugging
zupo_ has quit [Ping timeout: 245 seconds]
johanot has quit []
johanot has joined #nixos
Grzmocimir has joined #nixos
Grzmocimir has left #nixos [#nixos]
domogled has joined #nixos
zupo has joined #nixos
tfl^ has quit []
smctwo has joined #nixos
<KarlJoad> Does fetchFromBitbucket behave differently than other commands? I download a tarball from there, but then it fails to unpack.
<veleiro> if i put an entry into 'networking.nat.forwardPorts = [ ];' shouldnt it appear in iptables?
nixuser has quit [Ping timeout: 245 seconds]
<mananamenos_> hi, https://github.com/NixOS/nix/pull/3988. How do i use this? Adding something like this in .bashrc `export NIX_SHELL_PRESERVE_PROMPT="whaever.."` hasn't helped
<{^_^}> nix#3988 (by Gabriel439, 26 weeks ago, merged): Add `nix-shell` support for preserving PS1
klardotsh has quit [Quit: WeeChat 2.9]
marusich has quit [Quit: Leaving]
<unclechu> hey, is there any guide you could recommend of how to change cursor theme in nixos?
<unclechu> in particular for X server and i3wm
<{^_^}> [nix] @jonringer opened pull request #4619 → Fix gcc10 build again → https://github.com/NixOS/nix/pull/4619
<gchristensen> > sg3_utils.meta.description
<{^_^}> "Utilities that send SCSI commands to devices"
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112424 → fetchFromBitbucket: remove hack for Mercurial → https://github.com/NixOS/nixpkgs/pull/112424
drakonis has quit [Remote host closed the connection]
<kunrooted[m]> anyone here who successfuly integrated home-manager into flakes?
<kunrooted[m]> does anyone mind taking a look?
drakonis has joined #nixos
<{^_^}> [nixpkgs] @bb2020 opened pull request #115450 → zsh-clipboard: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/115450
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115440 → bolt: 0.9 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/115440
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115438 → vscode-extensions.gruntfuggly.todo-tree: 0.0.198 -> 0.0.201 → https://github.com/NixOS/nixpkgs/pull/115438
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115433 → python3Packages.adafruit-platformdetect: 3.2.0 -> 3.3.0 → https://github.com/NixOS/nixpkgs/pull/115433
<exarkun> systemd.paths.*.restartTriggers doesn't seem to work. anyone disagree?
<clever> exarkun: i think the only thing it can do, is inject a storepath into the .service file, which basically does nothing
<clever> exarkun: but if that storepath changes, the .service file changes, and that change is what triggers the restart
<exarkun> Ah
<exarkun> But only if systemd has otherwise been convinced that the service should run
<clever> so you must give it a derivation, that contains whatever is triggering the restart
<exarkun> That's not clear at all from the docs
<exarkun> Oh, hrm, I don't actually understand yet. Now I see that systemd is complaining that the unit is broken...
Acou_Bass has quit [Quit: ZNC 1.8.2 - https://znc.in]
rj has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115437 → v2ray: 4.34.0 -> 4.35.1 → https://github.com/NixOS/nixpkgs/pull/115437
Acou_Bass has joined #nixos
mananamenos has joined #nixos
rj has joined #nixos
mananamenos_ has quit [Ping timeout: 256 seconds]
medvid has quit [Ping timeout: 264 seconds]
<jared-w> Is there actually any way to use nix flakes on nixos without switching your entire system to flakes?
<cole-h> Use a nix that supports flakes, and add `--experimental-features 'nix-command flakes'` to your invocations (or add to your nix.conf)
medvid has joined #nixos
catern has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @zowoq merged pull request #115449 → shfmt: 3.2.2 -> 3.2.4 → https://github.com/NixOS/nixpkgs/pull/115449
<{^_^}> [nixpkgs] @kevincox merged pull request #114409 → vimPlugins.nvim-autopairs: init at 2021-02-25 → https://github.com/NixOS/nixpkgs/pull/114409
zupo has joined #nixos
jmeredith has joined #nixos
stree has quit [Ping timeout: 245 seconds]
terrorjack has quit [Ping timeout: 246 seconds]
cfvnhtsp^ has joined #nixos
<{^_^}> [nixpkgs] @hugolgst opened pull request #115451 → nixos/luksroot: sync the crypt-storage → https://github.com/NixOS/nixpkgs/pull/115451
Jd007 has joined #nixos
<jared-w> cole-h: ah so if I just switch to nixUnstable or something, it'll work? I tried using a nix-shell with nixUnstable and then doing `--experimental-features` but that didn't work
<cole-h> That should work too.
<jared-w> Hmm. Perhaps it was `deploy-rs` that was being weird, then
hiro98 has quit [Remote host closed the connection]
apache8080 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @lheckemann merged pull request #90065 → linux: make sure all config options have the same value → https://github.com/NixOS/nixpkgs/pull/90065
marsh has quit [Ping timeout: 265 seconds]
<srhb> jared-w: What's your actual problem?
marsh has joined #nixos
<srhb> jared-w: iirc deploy-rs passes on args so if you give it both necessary features I feel like it should work.
<jared-w> srhb: well, I _thought_ it was "nix flakes isn't working on a nixos system inside a nix-shell"
<jared-w> srhb: The real problem seems to be that deploy-rs is somehow detecting that my system "doesn't support flakes" and is trying to load a default.nix file instead of the flake.nix file
<srhb> Indeed, I guess I'm wrong then :)
domogled has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @mweinelt merged pull request #115311 → home-assistant: apply patch for stream component tests → https://github.com/NixOS/nixpkgs/pull/115311
<srhb> jared-w: You're invoking it like this, right? deploy . -- --option experimental-features "flakes nix-command"
<jared-w> nix --experimental-features 'nix-command flakes' run 'github:serokell/deploy-rs' -- . -- --experimental-features 'nix-command flakes' is what I was doing (`nix-shell` with nixflakes compat doesn't seem to put `deploy` on my path)
terrorjack has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115441 → lagrange: 1.1.4 → 1.2.2 → https://github.com/NixOS/nixpkgs/pull/115441
<KarlJoad> Why could a fetchFromBitbucket fail when a fetchurl works? The download works, but the Bitbucket fetch cannot chmod during/after the unpack.
<lordcirth__> KarlJoad, is it fetching a .tar.gz?
<srhb> jared-w: I... feel like that should work but all the -- is throwing me
thc202 has quit [Ping timeout: 260 seconds]
<srhb> jared-w: Maybe just clone deploy-rs and `nix-env -i .` for simplicity
duende_inside2 has joined #nixos
<KarlJoad> lordcirth__: It appears to be. `trying https://bitbucket.org/fenics-project/fiat/get/2019.1.0.tar.gz` is output when grabbing the package. That link downloads a tarball just fine too.
<KarlJoad> Meaning if you manually download it, it downloads as a tarball and extracts just fine into a normal directory.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109841 → powerdns-admin: init at 0.2.3 → https://github.com/NixOS/nixpkgs/pull/109841
mananamenos has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115374 → oranchelo-icon-theme: init at 0.8.0.1 → https://github.com/NixOS/nixpkgs/pull/115374
<{^_^}> [nixpkgs] @tomberek merged pull request #115006 → jmol: 14.31.24 -> 14.31.32 → https://github.com/NixOS/nixpkgs/pull/115006
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114162 → aws-workspaces: init at 3.1.3.925 → https://github.com/NixOS/nixpkgs/pull/114162
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #115452 → dive: 0.9.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/115452
<jared-w> srhb: none of it really seems to be working. (I was able to get `deploy` in the shell by just adding it to the buildInputs in the flake.nix). I have flake show working and other flake related commands also working, it's *just* deploy-rs that seems to be choking (on the examples/system example)
apache8080 has joined #nixos
wadii has quit [Ping timeout: 246 seconds]
rj has quit [Ping timeout: 268 seconds]
smctwo has quit [Remote host closed the connection]
rj has joined #nixos
ixxie_ has quit [Quit: Lost terminal]
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JqLnr
fendor__ has joined #nixos
<jboy> I've got a desktop with AMD Ryzen 5 PRO 4650GE and integrated AMD Radeon Graphics. Does anybody know what combination of kernelModules and kernelParams will allow me to start an X session?
fendor_ has quit [Ping timeout: 245 seconds]
<redmp> what happens when two different flakes depend on different versions of nixpkgs in their inputs?
wadii has joined #nixos
<redmp> does this question get answered by the way their overlays behave?
<jboy> nevermind, after a reboot adding the `amdgpu` kernel module proves sufficient
mananamenos has joined #nixos
philr has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #115442 → mindustry: 125.1 -> 126.1 → https://github.com/NixOS/nixpkgs/pull/115442
ahmed_elgabri has joined #nixos
lsix has joined #nixos
ahmed_elgabri has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @zowoq merged pull request #115447 → conmon: 2.0.26 -> 2.0.27 → https://github.com/NixOS/nixpkgs/pull/115447
<{^_^}> [nixpkgs] @zowoq merged pull request #115448 → buildah: 1.19.6 -> 1.19.8 → https://github.com/NixOS/nixpkgs/pull/115448
<{^_^}> [nixpkgs] @lovesegfault merged pull request #115446 → beets: unstable-2021-01-29 -> unstable-2021-03-08 → https://github.com/NixOS/nixpkgs/pull/115446
rj has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #115453 → python3Packages.pykmtronic: 0.0.2 -> 0.0.3 → https://github.com/NixOS/nixpkgs/pull/115453
cptrbn has joined #nixos
rj has joined #nixos
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #115454 → python3Packages.docker: 4.4.3 -> 4.4.4 → https://github.com/NixOS/nixpkgs/pull/115454
fendor__ is now known as fendor
<{^_^}> [nixpkgs] @jonringer merged pull request #112996 → python37Packages.elementpath: 2.1.3 -> 2.1.4 → https://github.com/NixOS/nixpkgs/pull/112996
<jared-w> srhb: I figured it out. The flake.lock file is very out of date and consequently some attributes weren't there. Once I recreated it, things started working. (I had to further create a flake-compat default.nix for some reason, but it seems to be doing the equivalent thing that running in a nixpkgs/nix-flakes container was)
<Valodim[m]> I was given a macbook from work. Currently dabbling with nix on it - installation was very smooth, no issues at all :)
<jared-w> I seem to somehow be compiling the kernel from scratch, but meh
<{^_^}> [nixpkgs] @globin pushed 101 commits to structured-attrs: https://git.io/JqLlx
wadii has quit [Ping timeout: 260 seconds]
<KarlJoad> lordcirth__: So, I seem to have somewhat narrowed it down. It's not due to my use of the fetchFromBitbucket command, as I tested that with another repo, and it worked fine. I'm thinking its the later stages (buildPhase, etc.)
<Valodim[m]> I was setting up home-manager, and doing that noticed nix-darwin for the first time. Anyone got a recommendation on what to look into for a comfy nix on mac environment? :)
vidbina_ has quit [Ping timeout: 260 seconds]
leotaku has quit [Ping timeout: 260 seconds]
le0taku has joined #nixos
riksteri has quit [Quit: riksteri]
artemist has quit [Ping timeout: 240 seconds]
<drozdziak1> I'm on 20.09 which I've just updated (and I'm about to reboot) and my gpg doesn't find a pinentry for signing git commits, what might be the cause?
<drozdziak1> I have my pinentryFlavor explicitly chosen to be "gnome3" and others don't work either
ahmed_elgabri has joined #nixos
<drozdziak1> I get "Inappropriate ioctl for device <Pinentry>" in its logs
<drozdziak1> It Used To Work™
jluttine has quit [Ping timeout: 240 seconds]
<drozdziak1> The reboot helped, carrying on
attila_lendvai has quit [Ping timeout: 265 seconds]
mcornick has joined #nixos
jb55 has quit [Quit: jb55]
jb55 has joined #nixos
duende_inside2 has quit [Quit: Connection closed]
simonpe^^ has quit [Remote host closed the connection]
jluttine has joined #nixos
fendor has quit [Remote host closed the connection]
Cale has quit [Remote host closed the connection]
rj has quit [Ping timeout: 268 seconds]
rj has joined #nixos
redmp has quit [Ping timeout: 256 seconds]
ddellacosta has joined #nixos
lordcirth_ has joined #nixos
lordcirth__ has quit [Ping timeout: 264 seconds]
erasmas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @mkg20001 opened pull request #115456 → cjdns: reduce password length to 64 → https://github.com/NixOS/nixpkgs/pull/115456
fuzzypixelz has quit [Quit: Connection closed]
<KarlJoad> Does fetchFromBitbucket fail to create an output directory for the unpacked source in some cases, for example when the filename has periods in it?
stree has quit [Ping timeout: 246 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
stree has joined #nixos
lsix has quit [Ping timeout: 272 seconds]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #115457 → nodejs-15_x: 15.10.0 -> 15.11.0 → https://github.com/NixOS/nixpkgs/pull/115457
simba1 has joined #nixos
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @Ma27 opened pull request #115458 → matrix-synapse: 1.28.0 -> 1.29.0 → https://github.com/NixOS/nixpkgs/pull/115458
<{^_^}> [nixpkgs] @mkg20001 opened pull request #115459 → cjdns-tools: init at 21.1 → https://github.com/NixOS/nixpkgs/pull/115459
evils has quit [Ping timeout: 264 seconds]
cfvnhtsp^ has quit []
civodul has quit [Ping timeout: 246 seconds]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/1c7f02b0b9f (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
jb55 has quit [Ping timeout: 268 seconds]
<KarlJoad> This only seems to be happening with nixpkgs and buildPythonPackage. When I tested the same build using a mkDerivation in my /tmp, it downloaded and unpacked fine.
<{^_^}> [nixpkgs] @austinbutler opened pull request #115460 → pre-commit: 2.7.1 -> 2.11.0 → https://github.com/NixOS/nixpkgs/pull/115460
zupo has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #115461 → python3Packages.fakeredis: init at 1.4.5 → https://github.com/NixOS/nixpkgs/pull/115461
Dotz0cat has joined #nixos
zupo has quit [Client Quit]
spudly has quit [Ping timeout: 245 seconds]
rj has quit [Ping timeout: 268 seconds]
jb55 has joined #nixos
gustavderdrache has joined #nixos
rj has joined #nixos
mananamenos has quit [Ping timeout: 264 seconds]
jamesbucher has joined #nixos
dev_mohe has quit [Quit: dev_mohe]
mkaito has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @cab404 opened pull request #115462 → nixos.spotifyd: fixed file not found error → https://github.com/NixOS/nixpkgs/pull/115462
rj has quit [Ping timeout: 268 seconds]
johnw has quit [Ping timeout: 264 seconds]