worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
ixxie_ has quit [Quit: Lost terminal]
<aleph-> Ugh, guess I'll push this later. Borked my tree
camsbury has quit [Remote host closed the connection]
lzmartinico has quit [Quit: WeeChat 2.7.1]
proofofkeags has quit [Ping timeout: 264 seconds]
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
jumper149 has quit [Quit: WeeChat 2.9]
pamplemousse has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJWoQ
page has quit [Remote host closed the connection]
<cole-h> flokli++ Thanks for handling the fontconfig_210 removal, and sorry I dropped the ball on that
<{^_^}> flokli's karma got increased to 35
<dansho> "[__1] unknown package: mylib (dependency of myexe)"
<dansho> is there anywhere that explains how to use a local haskell library with a local haskell exe?
maier has joined #nixos
maier has quit [Ping timeout: 240 seconds]
<buffet> hey, whats the function that makes a script from a string called again?
<notgne2> buffet (chat.freenode.net): `pkgs.writeScript`?
user_0x58 has quit [Remote host closed the connection]
user_0x58 has joined #nixos
<buffet> notgne2, yeah, thanks
<{^_^}> [nixpkgs] @marsam merged pull request #93573 → kbs2: 0.1.2 -> 0.1.3 → https://git.io/JJCMJ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJWK4
<{^_^}> [nixpkgs] @marsam merged pull request #93574 → pdfminer: 20200517 -> 20200720 → https://git.io/JJCMk
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJWKB
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
shabius_ has joined #nixos
lambda-11235 has joined #nixos
shibboleth has quit [Quit: shibboleth]
user_0x58 has quit [Ping timeout: 260 seconds]
lambda-11235 has quit [Client Quit]
shabius has quit [Ping timeout: 272 seconds]
user_0x58 has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<infinisil> dansho: Should be `mylib = haskellPackages.callPackage ../mylib {};` on the last line of the shell.nix
<infinisil> Otherwise mylib just points to the path of the Nix file, not the built package
<jgart[m]> I did `unset $NIX_PATH` what would be the recommended way to set NIX_PATH back to default?
<clever> simplest is to just relaunch the shell
<jgart[m]> * I did `unset $NIX_PATH` .
<jgart[m]> What would be the recommended way to set NIX_PATH back to default?
<jgart[m]> clever: I tried closing/re the terminal but I am getting the above error
<clever> jgart[m]: are you using screen or tmux?
<jgart[m]> nope
<clever> jgart[m]: also, `unset $NIX_PATH` wont work, the $ causes it to unset something else
<jgart[m]> what does it unset if I use the `$`?
<clever> it will insert the value of the variable
<clever> then complain that nixpkgs=.... isnt a valid variable
<jgart[m]> or is there anyway for me to recover from unsetting it? or should I just try `--rollback`
<clever> what does `echo $NIX_PATH` say?
<jgart[m]> ```
<jgart[m]> ```
<jgart[m]> /home/jgart/.nix-defexpr/channels:nixos-config=/home/jgart/nixos_config/configuration.nix
<clever> is your .bashrc or .bash_profile setting it?
<clever> [clever@amd-nixos:~]$ echo $NIX_PATH
<clever> /home/clever/.nix-defexpr/channels:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels
<clever> it usually looks like this
<jgart[m]> should I just manually set it to the above substituting my username?
<clever> you can do that short-term, to make nixos-rebuild work again
<jgart[m]> <clever "is your .bashrc or .bash_profile"> these are not setting it. I looked in `~/*` and `/etc/*`
<dansho> infinisil, thanks! this worked https://hastebin.com/vuhigizela.nix
<infinisil> Awesome :)
arkaebee has quit [Quit: Leaving]
<jgart[m]> <clever "you can do that short-term, to m"> clever: thanks I got `nixos-rebuild` to not fail
noudle has quit []
ixxie has quit [Ping timeout: 258 seconds]
dbmikus has quit [Ping timeout: 246 seconds]
abathur has quit [Ping timeout: 264 seconds]
abathur has joined #nixos
<{^_^}> #93617 (by deliciouslytyped, 43 seconds ago, open): Update Qtile
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
diegosaa has joined #nixos
<gchristensen> ,botsnack
<{^_^}> Oh thanks, have a cookie yourself
<diegosaa> Hello, I just created a nixos node, but while I can ssh into it, there seems to be issues with the networking. Anyone cares to help me troubleshoot?
<clever> diegosaa: can you ping google.com?
<diegosaa> Nope. It says Name or service not known
<clever> diegosaa: can you ping 8.8.8.8?
<diegosaa> ping: connect: Network is unreachable
<clever> sounds like the gateway and dns are both down
<clever> what does `ip route` report?
<diegosaa> nothing, just empty line
<clever> did you ssh with v4 or v6?
<diegosaa> when I do ifconfig, I only see the lo interface
<clever> then how did you ssh into it?
<{^_^}> [nixpkgs] @marsam opened pull request #93618 → nodejs-10_x: 10.21.0 -> 10.22.0 → https://git.io/JJW66
<diegosaa> It's on linode. They have this terminal called lish
<diegosaa> I used this command to connect:
<diegosaa> ssh -t frodo2@lish-frankfurt.linode.com nixos-eu-central
<clever> ah, what does `tty` return?
<diegosaa> dev/ttyS0
<clever> ah, so the last link in the chain is the serial console
<clever> the network is totally dead
<diegosaa> Yeah, not sure what to do...
<clever> what about `ifconfig -a` ?
<diegosaa> eth0 Link encap:Ethernet HWaddr F2:3C:92:B9:14:EF
<diegosaa> BROADCAST MULTICAST MTU:1500 Metric:1
<diegosaa> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
<diegosaa> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
<diegosaa> collisions:0 txqueuelen:1000
<diegosaa> RX bytes:0 TX bytes:0
<diegosaa>
<diegosaa> lo Link encap:Local Loopback
<diegosaa> inet addr:127.0.0.1 Bcast:0.0.0.0 Mask:255.0.0.0
<diegosaa> UP LOOPBACK RUNNING MTU:65536 Metric:1
<clever> ,paste diegosaa
<diegosaa> RX packets:168104 errors:0 dropped:0 overruns:0 frame:0
<{^_^}> diegosaa: Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
<diegosaa> TX packets:168104 errors:0 dropped:0 overruns:0 carrier:0
<diegosaa> collisions:0 txqueuelen:1000
<diegosaa> RX bytes:15292976 TX bytes:15292976
<clever> diegosaa: do you know if linode does dhcp, or needs a static ip?
<diegosaa> Ok, thanks
<{^_^}> [nixpkgs] @marsam merged pull request #93606 → spacebar: 1.1.0 -> 1.1.1 → https://git.io/JJWR7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJW6N
<diegosaa> Not sure...
<clever> check the docs for linode
<diegosaa> I think I have a static IP on that node
<clever> you may need to include the full network config in configuration.nix
<diegosaa> Ok, do you know where I can find an example by any chance?
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/9ea61f7bc44 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
markus1199 has joined #nixos
lambda-11235 has joined #nixos
markus1189 has quit [Ping timeout: 240 seconds]
sigmundv_ has quit [Read error: Connection reset by peer]
johnny101 has joined #nixos
h0m1 has quit [Ping timeout: 246 seconds]
justanotheruser has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos
knerten2 has joined #nixos
knerten1 has quit [Ping timeout: 246 seconds]
<lovesegfault> if I do myPkgs = import nixpkgs { overlays = [myOverlay] } and then I myNewPkgs = import myPkgs.path {}, will myNewPkgs have the overlays?
<clever> lovesegfault: nope, but you can use myPkgs.extend second_overlay
<lovesegfault> clever: I have a thing that takes a path which it imports as nixpkgs and I wanted to give it an overlayed nixpkgs
<lovesegfault> (this is infinisil's nixus)
<clever> lovesegfault: yeah, that cant really accept a pre-overlaid nixpkgs without major changes
<lovesegfault> Welp, guess I'll table this until infinisil wakes up :D
<infinisil> And it needs to be a path because it's used for getting nixos modules
<infinisil> Ah i mean
<infinisil> Zzzzz..
<lovesegfault> lol
<infinisil> Oh hm I guess using pkgs.path could work
* lovesegfault nods
`slikts has quit [Ping timeout: 272 seconds]
<infinisil> But then nixpkgs would have to be evaled twice
<clever> infinisil: you could also set the nixos option nixpkgs.pkgs to force it to use a pre-overlaid tree
<infinisil> That's probably a better idea ^
<clever> so you just need pkgs.path to get the modules
<infinisil> Oh wait i thought you suggested this to lovesegfault
<infinisil> Hmm
<infinisil> clever: Can't do, because the modules that are needed for evaluation of nixpkgs.pkgs would come from that very pkgs
<clever> infinisil: you would need to import (pkgs.path + "/nixos") to eval nixos, and then within that, set nixpkgs.pkgs = pkgs;
`slikts has joined #nixos
`slikts has joined #nixos
`slikts has quit [Changing host]
<infinisil> That's two evals then though
<clever> it wont eval the pkgs tree, because nixpkgs.pkgs overrides the default
<clever> and the fix-point and lazyless never eval the 2nd instance
<infinisil> I'm a little confused what you mean right now
<clever> eval = import (pkgs.path + "/nixos") { configuration = { imports = [ userconfig ]; nixpkgs.pkgs = pkgs; }; }
<clever> that will reuse the pkgs tree, with whatever overlays it already has
<clever> and build a nixos around it
petersjt014[m] has joined #nixos
<infinisil> Ah I guess yeah pkgs.path won't eval all of nixpkgs again
<infinisil> It's a bit more complicated than just importing /nixos, but yeah something like this might work
justanotheruser has joined #nixos
<infinisil> lovesegfault: Why do ypu want to pass in a preoverlaid nixpkgs though?
<lovesegfault> infinisil: I want to have my overlay setup live outside of my NixOS config
<lovesegfault> and I want my shell, my systems and everything to use the same nixpkgs with the same overlays applied
<infinisil> That's not entirely feasible because any nixos module can add overlays
<infinisil> But might be if we ignore those
<lovesegfault> Right, I wasn't counting those but you're correct
<infinisil> Oh but the same also applies for the config argument
<infinisil> There's nixos modules that change that
<infinisil> It might be manageable, but it would involve pkgs.appendOverlays and merging nixpkgs.config with pkgs.config
waleee-cl has quit [Quit: Connection closed for inactivity]
<lovesegfault> 🤔
<lovesegfault> I see what you mean
<infinisil> Oh but you can't merge and apply a new config without evaluating nixpkgs again
<clever> infinisil: what happens if you use .extend to mutate the config entry, like pkgs.config ....
<infinisil> And even appendOverlays kind of totally does another eval
<clever> that may work?, but might re-eval a lot...
<infinisil> May work yeah, but reeval indeed
xelxebar has quit [Ping timeout: 240 seconds]
xelxebar has joined #nixos
maier has joined #nixos
MarcWebe1 has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
<lovesegfault> How can I add a (zfs) filesystem to fstab but not mount it on boot?
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #93434 → python3Packages.sqlalchemy-continuum: 1.3.9 -> 1.3.11 → https://git.io/JJnwt
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJWPF
MarcWeber has quit [Ping timeout: 240 seconds]
maier has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/87fb86a9fb8 (from 30 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
quinn has quit [Ping timeout: 240 seconds]
quinn has joined #nixos
abathur has quit [Ping timeout: 240 seconds]
pamplemousse has quit [Ping timeout: 240 seconds]
abathur has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer pushed 5 commits to ios-13: https://git.io/JJWXq
pamplemousse has joined #nixos
nuncanada has quit [Read error: Connection reset by peer]
tarruda has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #92389 → pythonPackages.scrapy: 2.1.0 -> 2.2.0 → https://git.io/JJI29
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJWXV
tarruda has joined #nixos
<{^_^}> [nixpkgs] @Parasrah opened pull request #93619 → go-task: init at 2.8.1 → https://git.io/JJWXr
<{^_^}> [nixpkgs] @marsam merged pull request #93616 → wasmtime: 0.18.0 -> 0.19.0 → https://git.io/JJWrX
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJWX6
pamplemousse has quit [Ping timeout: 240 seconds]
tarruda has quit [Ping timeout: 240 seconds]
fmzakari_ has joined #nixos
fmzakari has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/kde: https://git.io/JJW1s
<energizer> lovesegfault: neededForBoot=false?
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
<Ashy> bloody nscd has got me again
<Ashy> can't resolve any dns names
<Ashy> explicitly forcing a dns server does resolve though `host nixos.org 8.8.8.8`
<fmzakari_> Can I use modules outside of NixOS ?
<energizer> fmzakari_: home-manager has modules
<fmzakari_> im just exploring a non-home-manager solution; or for fun trying to rebuild a minimal example.
<fmzakari_> to help me learn Nix
pjt_014 has joined #nixos
abathur has quit [Ping timeout: 240 seconds]
abathur has joined #nixos
vk3wtf_ has joined #nixos
nixbitcoin_ has joined #nixos
vk3wtf has quit [Ping timeout: 240 seconds]
nixbitcoin has quit [Ping timeout: 240 seconds]
tarruda has joined #nixos
abathur has quit [Ping timeout: 256 seconds]
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
growpotk- has joined #nixos
tarruda has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/9ea61f7bc44 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
growpotk- has quit [Quit: ZNC 1.8.1 - https://znc.in]
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #93620 → kernelPackages.r8168: 8.047.04 -> 8.048.03 → https://git.io/JJWM7
tarruda has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJWDf
<{^_^}> [nixpkgs] @worldofpeace opened pull request #93621 → atom: Fix #92487 → https://git.io/JJWDJ
<{^_^}> [nixpkgs] @MetaDark opened pull request #93622 → newsflash: init at 1.0.1 → https://git.io/JJWDt
kaptin_ is now known as kaptin
<{^_^}> [nixpkgs] @worldofpeace pushed 20 commits to gnome-20.03: https://git.io/JJWDs
proofofkeags has joined #nixos
proofofkeags has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 246 seconds]
dbmikus has joined #nixos
vk3wtf has joined #nixos
<fmzakari_> I am looking at
<fmzakari_> wrapping a program though dosn't include other files in the derivation like man files
<fmzakari_> what's the typical way to solve this?
<fmzakari_> ah found it in https://nixos.wiki/wiki/Nix_Cookbook :D
dbmikus has quit [Ping timeout: 258 seconds]
vk3wtf_ has quit [Ping timeout: 240 seconds]
maier has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #93623 → oneDNN: 1.5 -> 1.5.1 → https://git.io/JJWDy
abathur has joined #nixos
maier has quit [Ping timeout: 240 seconds]
magnetophon has quit [Ping timeout: 265 seconds]
Rusty1 has quit [Quit: WeeChat 2.3]
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
hke has quit [Read error: Connection reset by peer]
hke has joined #nixos
drakonis has quit [Quit: WeeChat 2.8]
simba2 has joined #nixos
endformationage has quit [Quit: WeeChat 2.7.1]
domogled has joined #nixos
fmzakari_ has quit [Ping timeout: 258 seconds]
abathur has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #93555 → perlPackages.ImageExifTool: 11.85 -> 12.00 → https://git.io/JJC0f
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJWSZ
<{^_^}> [nixpkgs] @danieldk merged pull request #93593 → remind: 03.01.16 -> 03.03.01 → https://git.io/JJWq8
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJWSz
lambda-11235 has quit [Read error: Connection reset by peer]
lambda-11235 has joined #nixos
drewr has quit [Ping timeout: 260 seconds]
CMCDragonkai1 has joined #nixos
bigvalen has quit [Ping timeout: 260 seconds]
simba2 has quit [Ping timeout: 260 seconds]
CMCDragonkai has quit [Ping timeout: 260 seconds]
CMCDragonkai1 is now known as CMCDragonkai
tetdim has joined #nixos
iMatejC has quit [Ping timeout: 260 seconds]
mupf has quit [Ping timeout: 260 seconds]
craftyguy has quit [Ping timeout: 260 seconds]
stigo has quit [Ping timeout: 260 seconds]
epta has quit [Ping timeout: 260 seconds]
iMatejC has joined #nixos
stigo has joined #nixos
jboy has quit [Ping timeout: 260 seconds]
inkOne_ has quit [Ping timeout: 260 seconds]
tetdim_ has quit [Ping timeout: 260 seconds]
inkOne_ has joined #nixos
bigvalen has joined #nixos
mupf has joined #nixos
epta has joined #nixos
zupo has joined #nixos
craftyguy has joined #nixos
maier has joined #nixos
palo1 has joined #nixos
random has joined #nixos
<flokli> cole-h: No worries :-)
<cole-h> I still have to get better at this whole "budgeting my time" thing :P
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
jboy has joined #nixos
diegosaa has quit [Remote host closed the connection]
eoli3n has quit [Ping timeout: 258 seconds]
page has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #93624 → buildGoModule: allow modSha256 → https://git.io/JJWHq
<noneucat> anyone have an idea why a module i specified in boot.initrd.kernelModules is not getting included in the modules closure? :p
<noneucat> i see it as a root module during the build but it's missing in the closure right after
Rurd2di has joined #nixos
nixbitcoin_ has quit [Remote host closed the connection]
Rurd2di_ has quit [Ping timeout: 240 seconds]
gv has quit [Remote host closed the connection]
dermetfan has joined #nixos
gv has joined #nixos
<kloenk> noneucat: is it maybe copied into the cpio, and so net refered anymore?
<noneucat> what's a cpio?
gv has quit [Remote host closed the connection]
gv has joined #nixos
<pjt_014> noneucat: old-ass archive format that's still used for some reason
<pjt_014> it pops up here and there
nixbitcoin has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 203 commits to staging-next: https://git.io/JJWHp
mallox has joined #nixos
<noneucat> i'm fairly certain it's not cpio-related
<noneucat> all of the logic happens in modules-closure.sh and it looks fairly self-contained
<{^_^}> [nixpkgs] @vcunat pushed 270 commits to staging-20.03: https://git.io/JJWQc
<{^_^}> [nixpkgs] @peterhoeg pushed to f/qemu « qemu: drop invalid and redundant qemu.desktop »: https://git.io/JJWQ4
<{^_^}> [nixpkgs] @peterhoeg opened pull request #93625 → qemu: drop invalid and redundant qemu.desktop → https://git.io/JJWQB
nixbitcoin_ has joined #nixos
nixbitcoin has quit [Ping timeout: 240 seconds]
dermetfan has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peterhoeg closed pull request #89891 → sloccount: fix locale warnings when running with non-default locale → https://git.io/Jfysv
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to f/sloccount: https://git.io/JJWQr
dermetfan has joined #nixos
<simonpe^^> I'm using dockerTools to build an arm container to run on an embedded system. The base image with only the app is around 15MB but adding gdbserver makes the image 1.2GB due to tons of dependencies. What would be a good strategy to approach this problem?
<simonpe^^> I'm thinking maybe building my own gdbserver but that seems way too ambitious and also not very maintainable
<simonpe^^> Second approach is to not use a layered image and somehow modify it after its already built
<simonpe^^> Third is to use a layered image and then somehow remove intermediate layers that I don't need
asheshambasta has joined #nixos
<simonpe^^> If I look at the dependencies of the x86 gdbserver on my machine its basically only libc and libstdc++ plus the usual stuff
<simonpe^^> whereas gdb has tons of dependenices, these are the dependencies added to the image that I don't need
smatting has joined #nixos
user_0x58 has quit [Ping timeout: 260 seconds]
<simonpe^^> Could I somehow write a derivation that copies out the good stuff from gdb and repackages it without adding gdb as a runtime dependency?
noudle has joined #nixos
lambda-11235 has quit [Read error: Connection reset by peer]
magnetophon has joined #nixos
magnetophon has quit [Read error: Connection reset by peer]
dingenskirchen has quit [Quit: dingenskirchen]
magnetophon has joined #nixos
lsix has joined #nixos
dingenskirchen has joined #nixos
<simonpe^^> Ok I somehow answered my own question: I added a mkDerivation with `src = gdb;` and copied out the gdbserver binary :D
<simonpe^^> two days spent and then solving it just because I wrote down my thoughts into an IRC question
<{^_^}> [nixpkgs] @cdepillabout merged pull request #93557 → haskellPackages.splot: fix build → https://git.io/JJC0W
orivej has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJW7D
cole-h has quit [Quit: Goodbye]
h0m1 has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos
dermetfan has quit [Ping timeout: 260 seconds]
dermetfan has joined #nixos
hayman has quit [Ping timeout: 240 seconds]
Neo-- has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
cjpbirkbeck has quit [Quit: Goodbye, take care]
tarruda has quit [Ping timeout: 256 seconds]
<sreybastien[m]> Hi, I have some problem/bug? with nixos unlock luks with initrd and dropbear ssh with 20.03, see https://discourse.nixos.org/t/disk-encryption-on-nixos-servers-how-when-to-unlock/5030/17
<{^_^}> [nixpkgs] @danieldk merged pull request #93411 → dbxml: use multiple outputs → https://git.io/JJnCv
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJW5g
cfricke has joined #nixos
<stoile> sreybastien[m]: You can probably unpack your inird and check if a key exists in one of the paths. And since the key is part of your initrd anyway, it feels strange to have it in /boot. Do you have a running system (just without the dropbear-initrd stuff)?
<sreybastien[m]> @stoile yes, system booting normally without dropbear initrd
<sreybastien[m]> * @stoile yes, system booting normally with or without dropbear initrd
<sreybastien[m]> * @stoile yes, system booting normally with or without dropbear initrd. Passphrase is asked.
<stoile> sreybastien[m]: So you can enter the passphrase, boot the system, adjust the config, do nixos-rebuild and retry? Do you have /mnt/boot on your system? My guess is that this path exists only during install. Can you move the key somewhere else (/root or /var/lib/keys or something like that), use that path in your config, nixos-rebuild and reboot?
<sreybastien[m]> yes, i can try that @stoi
<sreybastien[m]> * yes, i can try that stoile
orivej has quit [Quit: No Ping reply in 180 seconds.]
lambda-11235 has joined #nixos
orivej has joined #nixos
gxt has quit [Quit: WeeChat 2.9]
hspak has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/127634e4af8 (from 31 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
smatting has quit [Ping timeout: 256 seconds]
tarruda has joined #nixos
fling has quit [Ping timeout: 256 seconds]
fling has joined #nixos
<raboof> apparently after updating nixos-unstable my /etc/nixos/configuration.nix now depends on a library with an unfree license.
<raboof> how can I find out what the dependency tree leading up to that library is without actually installing the library? I saw https://github.com/NixOS/nix/issues/1918#issuecomment-444110195 but that's between 2 packages
fendor has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<raboof> (right now I found out the culprit is zoom-us by bisecting, but it'd be great to have a more straightforward way to tell ;) )
lambda-11235 has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 258 seconds]
fling_ has joined #nixos
lambda-11235 has joined #nixos
fling has quit [Ping timeout: 240 seconds]
nakkle has joined #nixos
orivej has joined #nixos
fling_ is now known as fling
afreak has joined #nixos
tarruda has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #93626 → Other homepage for libfaac and libfaad2 → https://git.io/JJWFO
<{^_^}> [nixpkgs] @jojosch opened pull request #93627 → dbeaver: 7.1.2 -> 7.1.3 → https://git.io/JJWFn
smatting has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/373d71d2261 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
lambda-11235 has quit [Quit: Bye]
asheshambasta has quit [Ping timeout: 272 seconds]
<nakkle> Hi! I'm trying to automatically discover packages in a directory, so with readDir I filtered for directories containing a default.nix, and then I wanted to `pkgs.callPackage "./${dir}" {}`, but I encountered an error: "string './directory' doesn't represent an absolute path". I can't find a way to convert "./${dir}" into an absolute path. Can anyone help me with that?
<eyJhb> raboof: I think you can draw a graph
<eyJhb> But I am no nix ninja
globin has quit [Ping timeout: 260 seconds]
<eyJhb> (neither command line nor Nix)
codezero3 has joined #nixos
codezero has quit [Read error: Connection reset by peer]
codezero3 is now known as codezero
smatting has quit [Ping timeout: 240 seconds]
smatting has joined #nixos
globin has joined #nixos
malik has joined #nixos
thc202 has joined #nixos
noudle has quit []
<{^_^}> [nixpkgs] @FRidh merged pull request #93475 → blas: do not report an empty line for every checked symbol → https://git.io/JJcIE
<{^_^}> [nixpkgs] @FRidh pushed commit from @danieldk to staging « blas: do not report an empty line for every checked symbol »: https://git.io/JJWbY
tarruda has joined #nixos
xd1le has quit [Read error: Connection reset by peer]
xd1le has joined #nixos
abathur has joined #nixos
<nakkle> okay, apparently you have to format it like this: `./. + "/${dir}"`
ohhaimark[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
<pjt_014> ,locate ag
<{^_^}> Found in packages: ag, libsForQt5.kdelibs4support
<gordon1> hi
<gordon1> i’m struggling with my neovim config, set with home-manager (which relies on the neovim options system-wide): i have installed the defx plugin, but in my `extraConfig`, when i call functions like defx#custom#option, neovim tells me that the function doesn’t exist (but when it starts anyway, i can call this option)
<gordon1> this probably means that the code in `extraConfig` is run before defx initiatization
abathur has quit [Ping timeout: 264 seconds]
<gordon1> how can i set config after the plugin init?
whald has quit [Remote host closed the connection]
markus1199 has quit [Ping timeout: 258 seconds]
markus1189 has joined #nixos
freezeboy has joined #nixos
nakkle has quit [Quit: Leaving.]
pjt_014 has quit [Ping timeout: 240 seconds]
whald has joined #nixos
<{^_^}> [nixpkgs] @jojosch opened pull request #93628 → pythonPackages.pystray: 0.15.0 -> 0.16.0 → https://git.io/JJWNt
<{^_^}> [nixpkgs] @ju1m opened pull request #93629 → nixos/croc: init → https://git.io/JJWN3
<Mic92> gordon1: I used configure.customRC
<Mic92> in neovim.override
<gordon1> yes that’s probably the same option, but in home-manager, it’s extraConfig https://github.com/rycee/home-manager/blob/master/modules/programs/neovim.nix#L164
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<Mic92> Indeed. I have not touch neovim in a while but I don't remember packages not beeing available
<{^_^}> [nixpkgs] @danieldk opened pull request #93630 → resilio-sync: 2.7.1 -> 2.7.1 → https://git.io/JJWNP
<gordon1> the plugin is available, because i can call the function myself when nvim is loaded, but not in the init.vim
<Mic92> gordon1 was init.vim the configuration in your home?
<Mic92> I think this one is not loaded unless you add it to customRC
<gordon1> no, all is passed in `extraConfig` / `customRC`
<gordon1> that way, my whole configuration is managed by nix
nikita` has joined #nixos
<Mic92> gordon1: if you do cut on your nvim executable you get the path to configuration
<Mic92> but all it does in my case is adding set packpath^=/nix/store/d478m3w7rhbiajgqncw3z269v4mlc1zv-vim-pack-dir
<Mic92> set runtimepath^=/nix/store/d478m3w7rhbiajgqncw3z269v4mlc1zv-vim-pack-dir
<gordon1> yeah i have those lines in the beginning of my generated init.vim
<gordon1> and my call of defx#custom#options is after that
<Mic92> This is also where my vim knowledge ens.
<gordon1> thanks anyway for your time :)
bbb has joined #nixos
bbb is now known as Guest64629
<{^_^}> [nixpkgs] @danielfullmer opened pull request #93631 → k2pdfopt: 2.51a -> 2.53 → https://git.io/JJWNh
<{^_^}> [nixpkgs] @danieldk merged pull request #93614 → zulip: 5.2.0 -> 5.4.0 → https://git.io/JJW2d
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJWAL
<sreybastien[m]> stoile: my question sound stupid, but where is exactly /root when i generate config using the live cd from the first time ?
<sreybastien[m]> i run this
<sreybastien[m]> ```
<sreybastien[m]> ```
<sreybastien[m]> but after reboot, /root doesn't contain the file
<multun> it's in memory
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<multun> the live CD doesn't have anywhere safe to store your files, so it doesn't!
<sreybastien[m]> so how could i copy a file for the future boot during/after install multun
<multun> well you probably formatted your disk and mounted it somewhere
justanotheruser has quit [Ping timeout: 260 seconds]
<multun> like /mnt
<multun> so anything you put in /mnt/... will be saved
<multun> (after you ran mount YOURDISK /mnt
<sreybastien[m]> strange i first do that with /mnt/boot, i retry
<davidtwco> I updated my pinned nixpkgs yesterday, updating Nix and now whenever I run any nix-build (e.g. nix-build <nixpkgs> -A patchelf) then it fails with "Nix daemon out of memory" (nix (Nix) 2.4pre20200719_a79b6dd) - known bug or something I can fix?
<{^_^}> [nixpkgs] @danielstaleiny opened pull request #93632 → Bump version of postgrest to 7.0.1 → https://git.io/JJWAM
mallox has quit [Quit: WeeChat 2.8]
<fendor> I think I messed up my lorri installation, I have to invoke lorri shell manually for the shell to become active, and it seems like changes are not picked up
<regnat> davidtwco: In case you didn't already, maybe restarting your daemon to ensure it's the same version as the client will help
<davidtwco> regnat: I just did that to no success, system just booted a moment ago.
<davidtwco> Went back to an older generation because it makes the system fairly unusable.
smatting_ has joined #nixos
smatting has quit [Ping timeout: 256 seconds]
<sreybastien[m]> ok so stoile
<sreybastien[m]> * ok so stoile i try with host key into /root but that change nothing
<{^_^}> [nixpkgs] @magnetophon opened pull request #93633 → faust: unstable-2020-06-08 -> 2.27.1 → https://git.io/JJWxO
Wizek has joined #nixos
<{^_^}> [nixpkgs] @filalex77 merged pull request #77315 → taskell: 1.7.3 -> 1.9.3 → https://git.io/JverH
<{^_^}> [nixpkgs] @filalex77 pushed 4 commits to master: https://git.io/JJWxP
<{^_^}> [nixpkgs] @domenkozar pushed to haskell-updates « ghc 8.8.4, 8.10.1: disable profiled builds on aarch64 to avoid 2GB output limit »: https://git.io/JJWxQ
<chiiba> Can I set a port range in `networking.firewall.allowedTCPPorts`?
<dutchie> you can in `networking.firewall.allowedTCPPortRanges`
evils has quit [Ping timeout: 256 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
evils has joined #nixos
freezeboy has quit [Ping timeout: 245 seconds]
orivej has joined #nixos
<chiiba> dutchie: Thanks :)
<sreybastien[m]> one noob question, when you write a path into configuration.nix which lead to a file, this path need to exist before and/or after you regenerate your config ?
<sreybastien[m]> for example
h0m1 has quit [Quit: WeeChat 2.9]
<sreybastien[m]> into boot.initrd, the hostECDSAKey = /root/host_ecdsa_key; need to exist before and after generation of system ?
mounty has quit [Ping timeout: 265 seconds]
<sreybastien[m]> or both ?
h0m1 has joined #nixos
<sreybastien[m]> is it a link to a host_ecdsa_key or is it encapsulated during generation ?
cfricke has quit [Quit: WeeChat 2.8]
<{^_^}> [nixpkgs] @sikmir opened pull request #93634 → hyx: enable on darwin → https://git.io/JJWpR
evils has quit [Ping timeout: 240 seconds]
h0m1 has quit [Quit: WeeChat 2.9]
evils has joined #nixos
h0m1 has joined #nixos
globin_ has joined #nixos
Guest64629 has quit [Quit: WeeChat 2.7.1]
<asymmetric> if anyone was interested: the broken drag-n-drop i was experiencing was due to a faulty libinput.scrollButton config - it was set to the left mouse button
<asymmetric> so it couldn't drag anymore cause it was used for scrolling
globin has quit [Ping timeout: 256 seconds]
waleee-cl has joined #nixos
asymptotically has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @danieldk merged pull request #93545 → gnupg20: drop → https://git.io/JJCn0
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JJWhJ
orivej has joined #nixos
fendor has quit [Remote host closed the connection]
civodul has joined #nixos
globin_ has quit [Ping timeout: 260 seconds]
globin_ has joined #nixos
h0m1 has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos
brandonhamilton has joined #nixos
brandonhamilton has quit [Client Quit]
<{^_^}> [nixpkgs] @lsix merged pull request #93627 → dbeaver: 7.1.2 -> 7.1.3 → https://git.io/JJWFn
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/JJWho
meh` has joined #nixos
<{^_^}> [nixpkgs] @sikmir closed pull request #90575 → hyx: 0.1.5 -> 2020.06.09 → https://git.io/Jf5TH
fendor has joined #nixos
cfricke has joined #nixos
kmplsv has quit [Quit: weeeeeeeeeeeeeeeeeeee.]
kmplsv has joined #nixos
kmplsv has quit [Client Quit]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
<monokrome> I asked a few days ago but no answer. It seems like vulkan-validation-layers is a broken package. Does anyone have ideas on this? https://logs.nix.samueldr.com/nixos/2020-07-18#3749018;
<monokrome> Fails in a fresh NixOS container: https://logs.nix.samueldr.com/nixos/2020-07-18#3749018;
<monokrome> Apparently that second link didn't copy. Apologies, it's this: https://builds.sr.ht/~monokrome/job/261107
fendor_ has joined #nixos
dansho has quit [Ping timeout: 240 seconds]
fendor has quit [Ping timeout: 256 seconds]
bkv has joined #nixos
<immae> Hello there, I’m a bit surprised about the difference of treatment for these two commands: `nix-env -i -E "{ pkgs ? import <nixpkgs> {}, ... }: { s = assert false; pkgs.hello; }"` and `nix-build -E "{ pkgs ? import <nixpkgs> {} }: { s = assert false; pkgs.hello; }"`. The nix-build one fails (as expected) but the nix-env one just makes a noop. Should I report it somewhere?
<{^_^}> [nixpkgs] @duairc opened pull request #93635 → nixos/networkd: Add routes from interfaces to [Route] section of .network file → https://git.io/JJWjK
bqv has quit [Ping timeout: 260 seconds]
bkv is now known as bqv
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
mounty has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #93636 → miniserve: 0.7.0 -> 0.8.0 → https://git.io/JJleZ
<{^_^}> [nixpkgs] @zowoq opened pull request #93637 → cri-o: 1.18.2 -> 1.18.3 → https://git.io/JJlen
<{^_^}> [nixpkgs] @flokli merged pull request #92786 → certbot: add certbot.withPlugins → https://git.io/JJmYa
<{^_^}> [nixpkgs] @flokli pushed 5 commits to master: https://git.io/JJleR
orivej has quit [Ping timeout: 260 seconds]
globin has joined #nixos
orivej has joined #nixos
globin_ has quit [Ping timeout: 244 seconds]
<af1cs> any subsurface users here please highlight me. the settings dialog seem's weirdly reduced and I'm stuck trying to figure out what is wrong with the build
tarzeau has left #nixos [#nixos]
<adisbladis> af1cs: Could you explain in a bit more detail?
<af1cs> ^ screenshots of the settings dialog; first is arch, second is nix
<af1cs> I was expecting them to look the same =)
<af1cs> also cloud integration can not be configured on nixos
<{^_^}> [nixpkgs] @cust0dian opened pull request #93638 → nushell: 0.16.0 -> 0.17.0 → https://git.io/JJleQ
orivej has quit [Ping timeout: 240 seconds]
maier has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
bkv has joined #nixos
bqv has quit [Ping timeout: 244 seconds]
bkv is now known as bqv
icey_ has joined #nixos
<betaboon_> is there an easy way to determine the software-license of all installed packages ?
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has joined #nixos
iceypoi has quit [Ping timeout: 240 seconds]
<adisbladis> betaboon_: Nope :/
<adisbladis> Drv files don't contain the license metadata
<adisbladis> So even if you'd go from a store path to a drv file you still don't have the metadata required
<adisbladis> You need to figure licensing out at evaluation time
<{^_^}> [nixpkgs] @stigtsp opened pull request #93639 → rakudo: 2020.06 -> 2020.07 → https://git.io/JJlvz
<betaboon_> adisbladis: damn. i was hoping XD maybe i can write some script that does this for all the installed packages `nix eval '(import <nixpkgs>{}).docker.meta.license'`
betaboon_ is now known as betaboon
<adisbladis> af1cs: I have a partial fix coming up
<{^_^}> [nixpkgs] @RaghavSood opened pull request #93640 → plex: 1.19.4.2935-79e214ead -> 1.19.5.3112-b23ab3896 → https://git.io/JJlvV
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
<af1cs> adisbladis: awesome. may I ask how you are going about narrowing down the problem? I am new to this nix stuff and eager to learn.
<adisbladis> af1cs: I didn't really narrow it down. I just noticed that our package was out of date, bumped it and hoped for the best
<{^_^}> [nixpkgs] @adisbladis opened pull request #93641 → subsurface: 4.9.3 -> 4.9.6 → https://git.io/JJlvD
<af1cs> adisbladis: ah, I have already done that locally. didn't help
<adisbladis> af1cs: It seems to have helped. Maybe you didn't also bump the googlemaps bindings or something similar?
mounty has quit [Quit: Konversation terminated!]
<af1cs> adisbladis: yeah. I probably should have done that.
<af1cs> I'll build with your patch
<{^_^}> [nixpkgs] @danieldk merged pull request #93637 → cri-o: 1.18.2 -> 1.18.3 → https://git.io/JJlen
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJlvF
<af1cs> adisbladis: thanks!
<adisbladis> I haven't actually whipped out my dive computer to test things more properly, but I guess it's fine
magnetophon has quit [Read error: Connection reset by peer]
<adisbladis> Can't be bothered with bluetooth pairing right now
<af1cs> =)
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3112aa3e2fa (from 74 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
magnetophon has joined #nixos
bkv has joined #nixos
bqv has quit [Ping timeout: 260 seconds]
bkv is now known as bqv
malik has quit [Quit: malik]
maier has joined #nixos
xd1le has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @adisbladis merged pull request #93641 → subsurface: 4.9.3 -> 4.9.6 → https://git.io/JJlvD
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JJlfl
xd1le has joined #nixos
reanimus has quit [Quit: Logging off...]
kmplsv has joined #nixos
orcus has quit [Quit: ZNC 1.7.5 - https://znc.in]
orcus has joined #nixos
nuncanada has joined #nixos
<{^_^}> [nix] @knedlsepp opened pull request #3848 → README: Fix link to hacking guide → https://git.io/JJlfy
ottidmes has quit [Ping timeout: 256 seconds]
fling has quit [Ping timeout: 256 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nixuser has joined #nixos
ottidmes has joined #nixos
nixbitcoin has joined #nixos
nixuser_ has joined #nixos
nixbitcoin_ has quit [Ping timeout: 240 seconds]
nuncanada has quit [Remote host closed the connection]
nuncanada has joined #nixos
coderobe has quit [Quit: Ping timeout (120 seconds)]
nixuser has quit [Ping timeout: 258 seconds]
coderobe has joined #nixos
LunarLambda has quit [Quit: ZNC - https://znc.in]
ottidmes has quit [Ping timeout: 260 seconds]
elibrokeit has quit [Quit: No Ping reply in 180 seconds.]
LunarLambda has joined #nixos
elibrokeit has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
bahamas has joined #nixos
random has quit [Ping timeout: 240 seconds]
<bahamas> I tried to create a Docker image out of a mkShell derivation and got: This derivation is not meant to be built. does that mean you're not supposed to build mkShell derivations?
<bahamas> if yes, how would I create a Docker image out of an environment with multiple tools installed?
<lewo> bahamas: you just need to add these tools in the contents attribute of buildImage
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/52cc1800d41 (from 31 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<bahamas> lewo: I see. do you know why you can't build a mkShell derivation. I thought it would be neat conceptually to be able to share with someone your shell.nix file or make a Docker image out of it, if they don't want to install Nix
<dminuoso> Here's a riddle. less has stopped being able to display colors (noticed this from `git diff`). Here's what I have confirmed: This applies to both zsh and bash. Starting the shell with an empty zshrc/bashrc does not fix it, the problem is also unrelated to the terminal emulator. Furthermore, if I switch to root with `su` first, then `git diff` displays colors.
<dminuoso> I've run `strace -f git diff`, but the only dotfiles consulted are git dotfiles, and all of them are proper.
<dminuoso> I've went through environment variables left and right.
<dminuoso> What could possibly cause `less` to not display colors for one user, but display them for another?
<dminuoso> (This is a sudden regression, I did not run any nixos-rebuild in between)
<af1cs> I am trying to use kdeconnect; shouldn't kdeconnectd be under /run/current-system/sw? and kdeconnect-app seems to be missing. Am I doing something wrong?
random has joined #nixos
<bahamas> dminuoso: do you know what option toggles color display? that's where I would look
ottidmes has joined #nixos
<dminuoso> bahamas: Well, that's the thing. I can replicate it all with just `less -R ./foo`
<dminuoso> Furtermore
<dminuoso> `which less` resolves to `/run/current-system/sw/bin/less`
<dminuoso> So I dont have user specific `less` binaries going on. Both users use the same binary.
cfricke has quit [Quit: WeeChat 2.8]
maier has quit [Ping timeout: 256 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
<lewo> bahamas: no i don't know exactly why you can't build a mkShell. You could however define a variable containing your package set, then use this variable in your mkShell and to build a docker image.
<bahamas> lewo: yeah, I guess that's the only way
orivej has joined #nixos
<bahamas> dminuoso: so I think you toggle colors with a switch or with environment variables. but you said that you looked through environment variables. does that mean that you can't toggle colors with environment variables or that the specific env var wasn't set?
<dminuoso> Oh hah. Wow. I hate myself.
<dminuoso> I deservet his.
<dminuoso> nix-env failed me *once again*
<bahamas> what did it do?
<dminuoso> I somewhen installed busybox for some reason.
<dminuoso> and I didnt realize
<dminuoso> that my assumption about `which less` was false, I didnt check it as my actual user
<bahamas> oh
tnks_ has joined #nixos
<bahamas> lewo: interestingly enough, there's no reason for which mkshell can't be built. this is all there is: https://github.com/NixOS/nixpkgs/blob/3f12f0b0a68c144e2244f3ef59affc57c32d4736/pkgs/build-support/mkshell/default.nix#L39
<bahamas> I wonder what happens if I remove `noBuildPhase` :)
kitemikaze__ has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #3848 → README: Fix link to hacking guide → https://git.io/JJlfy
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JJlTl
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
demize has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #93642 → nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1 → https://git.io/JJlT4
<{^_^}> [nixpkgs] @kraem opened pull request #93643 → syncthing: 1.7.0 -> 1.7.1 → https://git.io/JJlTR
<{^_^}> [nixpkgs] @xiorcale opened pull request #93644 → monitor: 0.7.2 -> 0.8.1 → https://git.io/JJlT2
demize has joined #nixos
<dminuoso> So.. `nix-env --uninstall busybox` does not get rid of `less` from my profile. Am I missing something?
random has quit [Ping timeout: 240 seconds]
gthm has joined #nixos
<reactormonk> Is there a way to walk the dependencies of a derivation on the repl?
<reactormonk> I want to enableDebugging for some of them.
smatting_ has quit [Ping timeout: 240 seconds]
e has quit [Ping timeout: 606 seconds]
civodul has quit [*.net *.split]
keving[m] has quit [*.net *.split]
j0hax[m] has quit [*.net *.split]
padok[m] has quit [*.net *.split]
felixfoertsch has quit [*.net *.split]
ggpeti[m] has quit [*.net *.split]
j4ng5y[m] has quit [*.net *.split]
yusdacra[m]1 has quit [*.net *.split]
Yakulu[m] has quit [*.net *.split]
vtest[m] has quit [*.net *.split]
lalala56756[m] has quit [*.net *.split]
nilsirl[m] has quit [*.net *.split]
eddyb[legacy] has quit [*.net *.split]
tnks has quit [*.net *.split]
kitemikaze_ has quit [*.net *.split]
Ericson2314 has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
shu9[m] has quit [*.net *.split]
onny[m] has quit [*.net *.split]
tristan[m] has quit [*.net *.split]
un-cons-cionable has quit [*.net *.split]
chris[m]6 has quit [*.net *.split]
AberDerBart[m] has quit [*.net *.split]
tyrion-mx has quit [*.net *.split]
kueckieben[m] has quit [*.net *.split]
rk04[m] has quit [*.net *.split]
rawas[m] has quit [*.net *.split]
logan12358[m] has quit [*.net *.split]
kraem[m] has quit [*.net *.split]
user51[m] has quit [*.net *.split]
pauricthelodger[ has quit [*.net *.split]
sty86[m] has quit [*.net *.split]
billsun has quit [*.net *.split]
sayanarijit[m] has quit [*.net *.split]
Jake[m] has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
init_6 has quit [*.net *.split]
etrigan63[m] has quit [*.net *.split]
gildedlink[m] has quit [*.net *.split]
chrismatheson has quit [*.net *.split]
jojosch[m] has quit [*.net *.split]
chmod222[m] has quit [*.net *.split]
Houtworm[m] has quit [*.net *.split]
marius851000[m] has quit [*.net *.split]
wedens[m] has quit [*.net *.split]
alexherbo2[m] has quit [*.net *.split]
lihram has quit [*.net *.split]
cmcaine[m] has quit [*.net *.split]
zannzen[m] has quit [*.net *.split]
TheSirC[m] has quit [*.net *.split]
ZerataX has quit [*.net *.split]
hazel[m] has quit [*.net *.split]
contrun has quit [*.net *.split]
jschievink has quit [*.net *.split]
xavierm02 has quit [*.net *.split]
M0-[m] has quit [*.net *.split]
grin[m] has quit [*.net *.split]
eddyb has quit [*.net *.split]
vaibhavsagar has quit [*.net *.split]
Ke has quit [*.net *.split]
leons has quit [*.net *.split]
jluttine[m] has quit [*.net *.split]
hiroshi[m] has quit [*.net *.split]
qbit[m] has quit [*.net *.split]
timclassic has quit [*.net *.split]
colemickens has quit [*.net *.split]
digitalgrease has quit [*.net *.split]
SOO7 has quit [*.net *.split]
johanot has quit [*.net *.split]
Cadey has quit [*.net *.split]
kitemikaze__ is now known as kitemikaze_
ldlework has quit [*.net *.split]
rummik has quit [*.net *.split]
heijligen has quit [*.net *.split]
tnks_ is now known as tnks
noneucat has quit [Remote host closed the connection]
sauyon[m] has quit [Remote host closed the connection]
scatteredray[m] has quit [Remote host closed the connection]
nrdxp[m] has quit [Remote host closed the connection]
blahaj[m] has quit [Remote host closed the connection]
michael[m]4 has quit [Read error: Connection reset by peer]
bendlas has quit [Remote host closed the connection]
movsxd[m]1 has quit [Remote host closed the connection]
mathyouguy has quit [Read error: Connection reset by peer]
themihas[m] has quit [Remote host closed the connection]
basilbunting[m] has quit [Read error: Connection reset by peer]
Irenes[m] has quit [Read error: Connection reset by peer]
Jan-HenrikBruhn[ has quit [Read error: Connection reset by peer]
philipp[m] has quit [Read error: Connection reset by peer]
theduke has quit [Read error: Connection reset by peer]
yutyo[m] has quit [Read error: Connection reset by peer]
balsoft has quit [Read error: Connection reset by peer]
nicolas[m]1 has quit [Read error: Connection reset by peer]
redcedar[m] has quit [Read error: Connection reset by peer]
jneplokh has quit [Read error: Connection reset by peer]
jaewest304[m] has quit [Write error: Connection reset by peer]
infinisil-m has quit [Read error: Connection reset by peer]
efra[m] has quit [Read error: Connection reset by peer]
Hayden[m] has quit [Write error: Connection reset by peer]
rellen[m] has quit [Read error: Connection reset by peer]
guiber[m] has quit [Read error: Connection reset by peer]
aloiscochard[m] has quit [Write error: Connection reset by peer]
iwvt[m] has quit [Remote host closed the connection]
cjbassi[m]1 has quit [Read error: Connection reset by peer]
gnxlxnxx[m] has quit [Read error: Connection reset by peer]
icetan has quit [Read error: Connection reset by peer]
regivanx[m] has quit [Read error: Connection reset by peer]
freeman42x[m] has quit [Read error: Connection reset by peer]
sputny[m] has quit [Read error: Connection reset by peer]
AmitLevy[m] has quit [Read error: Connection reset by peer]
bachp has quit [Read error: Connection reset by peer]
worldofpeace has quit [Read error: Connection reset by peer]
davidak[m] has quit [Read error: Connection reset by peer]
acys[m] has quit [Read error: Connection reset by peer]
hienergy[m] has quit [Read error: Connection reset by peer]
HackerFoo[m] has quit [Read error: Connection reset by peer]
musicmatze[m] has quit [Read error: Connection reset by peer]
p_m[m] has quit [Read error: Connection reset by peer]
spazzpp2[m] has quit [Read error: Connection reset by peer]
puzzlewolf has quit [Read error: Connection reset by peer]
yurb has quit [Read error: Connection reset by peer]
alexarice[m] has quit [Read error: Connection reset by peer]
alexfmpe has quit [Write error: Connection reset by peer]
thefloweringash has quit [Read error: Connection reset by peer]
antpic01[m] has quit [Read error: Connection reset by peer]
Caleb[m]1 has quit [Read error: Connection reset by peer]
hleb[m] has quit [Read error: Connection reset by peer]
rschulman has quit [Read error: Connection reset by peer]
GerdFlaig[m] has quit [Read error: Connection reset by peer]
sghir_med[m] has quit [Read error: Connection reset by peer]
emily has quit [Remote host closed the connection]
kuramashinobi13[ has quit [Write error: Connection reset by peer]
d3c[m] has quit [Remote host closed the connection]
pitch has quit [Read error: Connection reset by peer]
siraben has quit [Read error: Connection reset by peer]
toraritte has quit [Read error: Connection reset by peer]
haaksmash[m] has quit [Read error: Connection reset by peer]
dammndot[m] has quit [Read error: Connection reset by peer]
Rian[m] has quit [Read error: Connection reset by peer]
sab7iryudpgf6[m] has quit [Read error: Connection reset by peer]
jameshjacksonjr4 has quit [Read error: Connection reset by peer]
Fuzen has quit [Read error: Connection reset by peer]
nh2[m] has quit [Read error: Connection reset by peer]
l33[m] has quit [Read error: Connection reset by peer]
jgart[m] has quit [Read error: Connection reset by peer]
chreekat[m] has quit [Remote host closed the connection]
srid has quit [Read error: Connection reset by peer]
rnhmjoj has quit [Read error: Connection reset by peer]
comrandroxaos[m] has quit [Read error: Connection reset by peer]
dbirks[m] has quit [Read error: Connection reset by peer]
bennofs[m] has quit [Read error: Connection reset by peer]
printfn[m] has quit [Read error: Connection reset by peer]
dngray has quit [Read error: Connection reset by peer]
neonfuz2 has quit [Read error: Connection reset by peer]
mattock[m] has quit [Read error: Connection reset by peer]
mdlayher1 has quit [Read error: Connection reset by peer]
codyopel has quit [Remote host closed the connection]
hmpffff[m] has quit [Remote host closed the connection]
jangsentry10032[ has quit [Remote host closed the connection]
vojta001[m] has quit [Remote host closed the connection]
koschitzky[m] has quit [Write error: Connection reset by peer]
Vykook[m] has quit [Remote host closed the connection]
flip[m] has quit [Remote host closed the connection]
faya01[m] has quit [Remote host closed the connection]
nikola[m] has quit [Remote host closed the connection]
Xamino[m]1 has quit [Read error: Connection reset by peer]
grahamc[m] has quit [Read error: Connection reset by peer]
leonardp has quit [Read error: Connection reset by peer]
danielrf[m] has quit [Read error: Connection reset by peer]
vpfeiffer[m] has quit [Read error: Connection reset by peer]
maralorn has quit [Read error: Connection reset by peer]
kriteus[m] has quit [Read error: Connection reset by peer]
lpetoroot[m] has quit [Read error: Connection reset by peer]
l-as has quit [Read error: Connection reset by peer]
michaelpj has quit [Read error: Connection reset by peer]
das-g[m] has quit [Read error: Connection reset by peer]
mkfart[m] has quit [Read error: Connection reset by peer]
felschr[m] has quit [Read error: Connection reset by peer]
MawKKe[m] has quit [Read error: Connection reset by peer]
quiet_laika[m] has quit [Read error: Connection reset by peer]
ongy[m] has quit [Read error: Connection reset by peer]
notmatthew[m] has quit [Read error: Connection reset by peer]
NobbZ[m] has quit [Read error: Connection reset by peer]
koozz[m] has quit [Read error: Connection reset by peer]
petersjt014[m] has quit [Read error: Connection reset by peer]
atemu12[m] has quit [Read error: Connection reset by peer]
rednaZ[m] has quit [Read error: Connection reset by peer]
l_inus[m] has quit [Read error: Connection reset by peer]
ilya-fedin has quit [Read error: Connection reset by peer]
yangm has quit [Read error: Connection reset by peer]
Nacho[m]1 has quit [Read error: Connection reset by peer]
inquisitiv3 has quit [Remote host closed the connection]
Criena[m] has quit [Remote host closed the connection]
truh[m] has quit [Remote host closed the connection]
easamuilov[m] has quit [Remote host closed the connection]
Strubbl[m] has quit [Read error: Connection reset by peer]
joschi has quit [Read error: Connection reset by peer]
tinamus[m] has quit [Read error: Connection reset by peer]
likivik[m] has quit [Read error: Connection reset by peer]
d4rkshad0w has quit [Write error: Connection reset by peer]
bohan[m] has quit [Read error: Connection reset by peer]
Smith[m]1 has quit [Write error: Connection reset by peer]
Addison[m] has quit [Write error: Connection reset by peer]
shider[m] has quit [Write error: Connection reset by peer]
adit[m] has quit [Write error: Connection reset by peer]
MilkManzJourDadd has quit [Read error: Connection reset by peer]
sonerhalis[m] has quit [Remote host closed the connection]
ryantm has quit [Read error: Connection reset by peer]
cryptix has quit [Read error: Connection reset by peer]
Soarin[m] has quit [Read error: Connection reset by peer]
Valodim[m] has quit [Read error: Connection reset by peer]
slabity has quit [Remote host closed the connection]
frobenius[m] has quit [Remote host closed the connection]
bqy has quit [Write error: Connection reset by peer]
JameySharp[m] has quit [Write error: Connection reset by peer]
wangoe[m] has quit [Write error: Connection reset by peer]
Aljosha[m] has quit [Write error: Connection reset by peer]
gs93 has quit [Read error: Connection reset by peer]
hsngrmpf[m] has quit [Write error: Connection reset by peer]
Stphan[m] has quit [Write error: Connection reset by peer]
Philipp[m]5 has quit [Write error: Connection reset by peer]
chvp has quit [Write error: Connection reset by peer]
mullein[m] has quit [Write error: Connection reset by peer]
eadwu[m] has quit [Remote host closed the connection]
aterius has quit [Read error: Connection reset by peer]
kaychaks_riot1 has quit [Read error: Connection reset by peer]
piotrszegda[m] has quit [Remote host closed the connection]
haslersn has quit [Write error: Connection reset by peer]
regnat has quit [Read error: Connection reset by peer]
trewqasad1[m] has quit [Remote host closed the connection]
TimePath has quit [Remote host closed the connection]
sreybastien[m] has quit [Remote host closed the connection]
faewenys[m] has quit [Remote host closed the connection]
therivercass[m] has quit [Remote host closed the connection]
catharsis_[m] has quit [Write error: Connection reset by peer]
sparogy has quit [Write error: Connection reset by peer]
hsiktas[m] has quit [Write error: Connection reset by peer]
aanderse has quit [Remote host closed the connection]
tlater[m] has quit [Remote host closed the connection]
mica[m] has quit [Remote host closed the connection]
edrex has quit [Remote host closed the connection]
pucilpet[m] has quit [Write error: Connection reset by peer]
nlgila[m] has quit [Write error: Broken pipe]
Dandellion has quit [Write error: Connection reset by peer]
vegai1 has quit [Remote host closed the connection]
wak-work has quit [Write error: Connection reset by peer]
nanashi0x74[m] has quit [Remote host closed the connection]
fgaz has quit [Write error: Connection reset by peer]
aquarial has quit [Write error: Broken pipe]
hpfr[m] has quit [Write error: Connection reset by peer]
drozdziak1 has quit [Write error: Connection reset by peer]
dxu[m] has quit [Write error: Connection reset by peer]
tokudan[m] has quit [Write error: Connection reset by peer]
alj[m] has quit [Write error: Connection reset by peer]
epitron[m] has quit [Write error: Connection reset by peer]
aleph9[m] has quit [Remote host closed the connection]
pablo1107[m] has quit [Remote host closed the connection]
sebass[m] has quit [Write error: Broken pipe]
ibinzari[m] has quit [Write error: Connection reset by peer]
bbigras has quit [Write error: Connection reset by peer]
Superleaf1995 has quit [Write error: Connection reset by peer]
sabry97[m] has quit [Write error: Connection reset by peer]
terrymunro[m] has quit [Write error: Broken pipe]
pinion[m] has quit [Write error: Connection reset by peer]
Wouter[m]1 has quit [Write error: Connection reset by peer]
Luigi[m] has quit [Write error: Connection reset by peer]
qryptic[m] has quit [Write error: Connection reset by peer]
gsals[m] has quit [Write error: Connection reset by peer]
gcoakes[m] has quit [Write error: Connection reset by peer]
jlv has quit [Write error: Connection reset by peer]
theotherjimmy[m] has quit [Remote host closed the connection]
unclechu has quit [Write error: Connection reset by peer]
bricewge has quit [Write error: Connection reset by peer]
zrsk[m] has quit [Write error: Connection reset by peer]
mcds[m] has quit [Write error: Connection reset by peer]
dxb[m] has quit [Write error: Connection reset by peer]
Lars[m]4 has quit [Remote host closed the connection]
pjhenning[m] has quit [Remote host closed the connection]
ChrisOboe[m] has quit [Remote host closed the connection]
gh0st[m] has quit [Remote host closed the connection]
ndarilek has quit [Remote host closed the connection]
srxl has quit [Remote host closed the connection]
delroth[m] has quit [Remote host closed the connection]
AlesHuzik[m]1 has quit [Remote host closed the connection]
joghuru[m] has quit [Remote host closed the connection]
evanjs[m] has quit [Write error: Connection reset by peer]
rascencio[m] has quit [Write error: Connection reset by peer]
ptotter[m] has quit [Write error: Connection reset by peer]
mbick[m] has quit [Write error: Broken pipe]
syds[m] has quit [Write error: Connection reset by peer]
mt[m] has quit [Write error: Connection reset by peer]
rgamma[m] has quit [Write error: Connection reset by peer]
azazel has quit [Write error: Connection reset by peer]
yochai[m] has quit [Remote host closed the connection]
Poscat[m] has quit [Remote host closed the connection]
mindtree[m] has quit [Write error: Connection reset by peer]
axx has quit [Write error: Connection reset by peer]
utdemir[m] has quit [Write error: Connection reset by peer]
apple_at_cha[m] has quit [Write error: Connection reset by peer]
JJJollyjim has quit [Write error: Connection reset by peer]
solomon[m] has quit [Write error: Connection reset by peer]
domenkozar[m] has quit [Remote host closed the connection]
DamienCassou has quit [Write error: Connection reset by peer]
alienpirate5 has quit [Write error: Connection reset by peer]
jtojnar has quit [Write error: Connection reset by peer]
watzon has quit [Write error: Connection reset by peer]
matthewbauer has quit [Remote host closed the connection]
denbrahe[m] has quit [Write error: Connection reset by peer]
kai_w has quit [Write error: Connection reset by peer]
tskc[m]1 has quit [Write error: Connection reset by peer]
Notkea[m] has quit [Read error: Connection reset by peer]
atgo[m] has quit [Write error: Connection reset by peer]
daraul[m] has quit [Write error: Connection reset by peer]
joey_tribbiianii has quit [Write error: Connection reset by peer]
mlatus[m] has quit [Write error: Connection reset by peer]
emmanuelrosa[m] has quit [Read error: Connection reset by peer]
porphyrogenetos has quit [Read error: Connection reset by peer]
idontgetoutmuch[ has quit [Read error: Connection reset by peer]
Markus[m]2 has quit [Read error: Connection reset by peer]
rycee has quit [Read error: Connection reset by peer]
phirsch has quit [Read error: Connection reset by peer]
ma27[m] has quit [Read error: Connection reset by peer]
ice7[m] has quit [Read error: Connection reset by peer]
blindidiotgod has quit [Read error: Connection reset by peer]
lwbcdt[m] has quit [Read error: Connection reset by peer]
arcnmx has quit [Read error: Connection reset by peer]
exel[m]1 has quit [Remote host closed the connection]
Minijackson[m] has quit [Write error: Connection reset by peer]
scratch171[m] has quit [Write error: Connection reset by peer]
cyberwolf[m] has quit [Remote host closed the connection]
observer_alpha[m has quit [Write error: Connection reset by peer]
boogiewoogie[m] has quit [Remote host closed the connection]
sshow[m] has quit [Write error: Connection reset by peer]
CRTified[m] has quit [Write error: Connection reset by peer]
guelosk[m] has quit [Read error: Connection reset by peer]
tsrt^ has quit [Max SendQ exceeded]
stites[m] has quit [Write error: Connection reset by peer]
mlvzk[m] has quit [Remote host closed the connection]
jlv[m] has quit [Write error: Connection reset by peer]
davegallant[m] has quit [Write error: Connection reset by peer]
hydridity[m] has quit [Write error: Connection reset by peer]
sneknek[m] has quit [Write error: Connection reset by peer]
j0hax[m]1 has quit [Write error: Connection reset by peer]
Ox4A6F1 has quit [Write error: Connection reset by peer]
deraffe[m] has quit [Write error: Connection reset by peer]
jjwatt[m] has quit [Write error: Connection reset by peer]
frim[m] has quit [Write error: Connection reset by peer]
khassanov[m] has quit [Write error: Connection reset by peer]
timokau[m] has quit [Write error: Connection reset by peer]
sasyctu[m] has quit [Write error: Connection reset by peer]
kuznero[m] has quit [Write error: Connection reset by peer]
roberth has quit [Write error: Connection reset by peer]
quidome[m] has quit [Write error: Connection reset by peer]
fresheyeball[m] has quit [Write error: Connection reset by peer]
cab404[m] has quit [Write error: Connection reset by peer]
ptol3my[m] has quit [Write error: Connection reset by peer]
yoctocell[m] has quit [Write error: Connection reset by peer]
M|[m]1 has quit [Write error: Connection reset by peer]
tbenst[m] has quit [Write error: Connection reset by peer]
demize has quit [Ping timeout: 260 seconds]
atopuzov[m] has quit [Write error: Connection reset by peer]
nanashi0x74Old[m has quit [Write error: Connection reset by peer]
tsrt^ has joined #nixos
johanot has joined #nixos
digitalgrease has joined #nixos
lvrp16 has joined #nixos
eddyb[legacy] has joined #nixos
civodul has joined #nixos
rummik has joined #nixos
ldlework has joined #nixos
heijligen has joined #nixos
Cadey has joined #nixos
SOO7 has joined #nixos
demize has joined #nixos
nonickname has quit [Ping timeout: 258 seconds]
maier has joined #nixos
<bahamas> dminuoso: did you get any output from that command? I ask because at some point, it didn't for me. I ran it the next day and that time it worked
nonickname has joined #nixos
<dminuoso> bahamas: Super strange. I reran it after a reboot, and now its gone..
<dminuoso> bahamas: Dunno, it was before a reobot.
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
<bahamas> reactormonk: I would look at how nix-copy-closure does it
ckauhaus has joined #nixos
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #93645 → lxsession: init at 0.5.5 → https://git.io/JJlkg
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
pitch has joined #nixos
growpotkin has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
pitch is now known as pitchzer0
<{^_^}> [nixpkgs] @edolstra merged pull request #93642 → nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1 → https://git.io/JJlT4
<{^_^}> [nixpkgs] @edolstra pushed 2 commits to master: https://git.io/JJlkH
Reventlov has joined #nixos
<reactormonk> bahamas, that looks like c++ land, not sure I can invoke that from the repl
<Reventlov> Hi. I'm trying to use systemd-boot (without grub) on a virtual machine image for Nixos, but I'm not sure of the steps. Would you have any hint?
e has joined #nixos
<Reventlov> I tried systemd-boot.enable, with efi.canTouchEfiVariables, as well as a /boot/efi fat32 filesystem, but I'm getting "Failed to open file system "/dev/block/254:1": No such file or directory" in stage 2.
xd1le has quit [Remote host closed the connection]
M0-[m] has joined #nixos
Ox4A6F has joined #nixos
DamienCassou has joined #nixos
l-as has joined #nixos
Ericson2314 has joined #nixos
MilkManzJourDadd has joined #nixos
Strubbl[m] has joined #nixos
Minijackson[m] has joined #nixos
NobbZ[m] has joined #nixos
TheSirC[m] has joined #nixos
alexarice[m] has joined #nixos
alexfmpe has joined #nixos
alexherbo2[m] has joined #nixos
aloiscochard[m] has joined #nixos
aterius has joined #nixos
atopuzov[m] has joined #nixos
azazel has joined #nixos
bachp has joined #nixos
basilbunting[m] has joined #nixos
bohan[m] has joined #nixos
bbigras has joined #nixos
bennofs[m] has joined #nixos
catharsis_[m] has joined #nixos
chreekat[m] has joined #nixos
chrismatheson has joined #nixos
colemickens has joined #nixos
cmcaine[m] has joined #nixos
cryptix has joined #nixos
danielrf[m] has joined #nixos
das-g[m] has joined #nixos
davidak[m] has joined #nixos
david-sawatzke[m has joined #nixos
denbrahe[m] has joined #nixos
domenkozar[m] has joined #nixos
drozdziak1 has joined #nixos
dxu[m] has joined #nixos
eadwu[m] has joined #nixos
eddyb has joined #nixos
edrex has joined #nixos
enick_401 has joined #nixos
fgaz has joined #nixos
freeman42x[m] has joined #nixos
gcoakes[m] has joined #nixos
gs93 has joined #nixos
guelosk[m] has joined #nixos
gnxlxnxx[m] has joined #nixos
gsals[m] has joined #nixos
alienpirate5 has joined #nixos
hiroshi[m] has joined #nixos
hsiktas[m] has joined #nixos
hpfr[m] has joined #nixos
ilya-fedin has joined #nixos
Irenes[m] has joined #nixos
iwvt[m] has joined #nixos
MawKKe[m] has joined #nixos
jaewest304[m] has joined #nixos
jameshjacksonjr4 has joined #nixos
jluttine[m] has joined #nixos
acys[m] has joined #nixos
aleph9[m] has joined #nixos
jschievink has joined #nixos
jtojnar has joined #nixos
kaychaks_riot has joined #nixos
yoctocell[m] has joined #nixos
apple_at_cha[m] has joined #nixos
koschitzky[m] has joined #nixos
kriteus[m] has joined #nixos
atemu12[m] has joined #nixos
atgo[m] has joined #nixos
bricewge has joined #nixos
lpetoroot[m] has joined #nixos
Luigi[m] has joined #nixos
antpic01[m] has joined #nixos
aquarial has joined #nixos
mathyouguy has joined #nixos
marius851000[m] has joined #nixos
chmod222[m] has joined #nixos
matthewbauer has joined #nixos
cab404[m] has joined #nixos
mindtree[m] has joined #nixos
dbirks[m] has joined #nixos
nanashi0x74Old[m has joined #nixos
dammndot[m] has joined #nixos
nikola[m] has joined #nixos
nh2[m] has joined #nixos
nilsirl[m] has joined #nixos
easamuilov[m] has joined #nixos
d3c[m] has joined #nixos
dpc has joined #nixos
nurelin has joined #nixos
observer_alpha[m has joined #nixos
ongy[m] has joined #nixos
mica[m] has joined #nixos
phirsch has joined #nixos
Poscat[m] has joined #nixos
mattock[m] has joined #nixos
emmanuelrosa[m] has joined #nixos
exel[m] has joined #nixos
quiet_laika[m] has joined #nixos
felschr[m] has joined #nixos
frobenius[m] has joined #nixos
rednaZ[m] has joined #nixos
efra[m] has joined #nixos
flip[m] has joined #nixos
grahamc[m] has joined #nixos
porphyrogenetos has joined #nixos
faewenys[m] has joined #nixos
finnwww[m] has joined #nixos
regnat has joined #nixos
rellen[m] has joined #nixos
rgamma[m] has joined #nixos
sabry97[m] has joined #nixos
roberth has joined #nixos
daraul[m] has joined #nixos
deraffe[m] has joined #nixos
fresheyeball[m] has joined #nixos
haaksmash[m] has joined #nixos
hsngrmpf[m] has joined #nixos
guiber[m] has joined #nixos
etrigan63[m] has joined #nixos
yurb has joined #nixos
GerdFlaig[m] has joined #nixos
evanjs[m] has joined #nixos
Fuzen has joined #nixos
siraben has joined #nixos
sonerhalis[m] has joined #nixos
srid has joined #nixos
gildedlink[m] has joined #nixos
idontgetoutmuch[ has joined #nixos
sasyctu[m] has joined #nixos
Superleaf1995 has joined #nixos
ibinzari[m] has joined #nixos
theduke has joined #nixos
hleb[m] has joined #nixos
init_6 has joined #nixos
jojosch[m] has joined #nixos
thefloweringash has joined #nixos
icetan has joined #nixos
infinisil-m has joined #nixos
theotherjimmy[m] has joined #nixos
timokau[m] has joined #nixos
Hayden[m] has joined #nixos
toraritte has joined #nixos
tskc[m]1 has joined #nixos
utdemir[m] has joined #nixos
jlv[m] has joined #nixos
unclechu has joined #nixos
vaibhavsagar has joined #nixos
contrun has joined #nixos
jjwatt[m] has joined #nixos
koozz[m] has joined #nixos
wak-work has joined #nixos
wangoe[m] has joined #nixos
kuznero[m] has joined #nixos
Caleb[m]1 has joined #nixos
worldofpeace has joined #nixos
kraem[m] has joined #nixos
wedens[m] has joined #nixos
watzon has joined #nixos
xavierm02 has joined #nixos
yutyo[m] has joined #nixos
Yakulu[m] has joined #nixos
zannzen[m] has joined #nixos
zrsk[m] has joined #nixos
Jake[m] has joined #nixos
jgart[m] has joined #nixos
leonardp has joined #nixos
rnhmjoj has joined #nixos
lalala56756[m] has joined #nixos
kai_w has joined #nixos
likivik[m] has joined #nixos
Nacho[m]2 has joined #nixos
mbick[m] has joined #nixos
rschulman has joined #nixos
epitron[m] has joined #nixos
stites[m] has joined #nixos
ma27[m] has joined #nixos
kuramashinobi13[ has joined #nixos
mlatus[m] has joined #nixos
mullein[m] has joined #nixos
mt[m] has joined #nixos
l_inus[m] has joined #nixos
ptotter[m] has joined #nixos
JameySharp[m] has joined #nixos
logan12358[m] has joined #nixos
jonreeve[m] has joined #nixos
cyberwolf[m] has joined #nixos
michaelpj has joined #nixos
movsxd[m] has joined #nixos
musicmatze[m] has joined #nixos
mcds[m] has joined #nixos
neonfuz2 has joined #nixos
pauricthelodger[ has joined #nixos
petersjt014[m] has joined #nixos
michael[m]4 has joined #nixos
pinion[m] has joined #nixos
notmatthew[m] has joined #nixos
nlgila[m] has joined #nixos
mdlayher1 has joined #nixos
mlvzk[m] has joined #nixos
jneplokh has joined #nixos
qbit[m] has joined #nixos
Notkea[m] has joined #nixos
Ke has joined #nixos
solomon[m] has joined #nixos
chvp has joined #nixos
frim[m] has joined #nixos
pucilpet[m] has joined #nixos
rawas[m] has joined #nixos
blindidiotgod has joined #nixos
qryptic[m] has joined #nixos
Smith[m]1 has joined #nixos
codyopel has joined #nixos
Houtworm[m] has joined #nixos
bendlas has joined #nixos
printfn[m] has joined #nixos
ptol3my[m] has joined #nixos
redcedar[m] has joined #nixos
regivanx[m] has joined #nixos
rascencio[m] has joined #nixos
mkfart[m] has joined #nixos
puzzlewolf has joined #nixos
sparogy has joined #nixos
pablo1107[m] has joined #nixos
p_m[m] has joined #nixos
hazel[m] has joined #nixos
quidome[m] has joined #nixos
billsun has joined #nixos
haslersn has joined #nixos
slabity has joined #nixos
sty86[m] has joined #nixos
arcnmx has joined #nixos
tristan[m] has joined #nixos
felixfoertsch has joined #nixos
sebass[m] has joined #nixos
adit[m] has joined #nixos
axx has joined #nixos
grin[m] has joined #nixos
sayanarijit[m] has joined #nixos
Stphan[m] has joined #nixos
bqy has joined #nixos
slby[m] has joined #nixos
tbenst[m] has joined #nixos
terrymunro[m] has joined #nixos
sab7iryudpgf6[m] has joined #nixos
rk04[m] has joined #nixos
thequux[m] has joined #nixos
pjhenning[m] has joined #nixos
scratch171[m] has joined #nixos
tokudan[m] has joined #nixos
tyrion-mx has joined #nixos
balsoft has joined #nixos
aanderse has joined #nixos
therivercass[m] has joined #nixos
Vykook[m] has joined #nixos
Xamino[m] has joined #nixos
srxl has joined #nixos
syds[m] has joined #nixos
Valodim[m] has joined #nixos
tlater[m] has joined #nixos
vtest[m] has joined #nixos
JJJollyjim has joined #nixos
hienergy[m] has joined #nixos
maralorn has joined #nixos
d4rkshad0w has joined #nixos
timclassic has joined #nixos
dngray has joined #nixos
ndarilek has joined #nixos
Aljosha[m] has joined #nixos
vpfeiffer[m] has joined #nixos
j4ng5y[m] has joined #nixos
truh[m] has joined #nixos
j0hax[m] has joined #nixos
un-cons-cionable has joined #nixos
ryantm has joined #nixos
Dandellion has joined #nixos
sreybastien[m] has joined #nixos
comrandroxaos[m] has joined #nixos
rycee has joined #nixos
noneucat has joined #nixos
leons has joined #nixos
yangm has joined #nixos
inquisitiv3 has joined #nixos
M|[m]1 has joined #nixos
delroth[m] has joined #nixos
lwbcdt[m] has joined #nixos
sshow[m] has joined #nixos
joey_tribbiianii has joined #nixos
philipp[m] has joined #nixos
lihram has joined #nixos
vojta001[m] has joined #nixos
davegallant[m] has joined #nixos
faya01[m] has joined #nixos
ZerataX has joined #nixos
kueckieben[m] has joined #nixos
AberDerBart[m] has joined #nixos
alj[m] has joined #nixos
Jan-HenrikBruhn[ has joined #nixos
jlv has joined #nixos
themihas[m] has joined #nixos
user51[m] has joined #nixos
Criena[m] has joined #nixos
Philipp[m]3 has joined #nixos
ice7[m] has joined #nixos
sneknek[m] has joined #nixos
cjbassi[m] has joined #nixos
joschi has joined #nixos
ggpeti[m] has joined #nixos
TimePath has joined #nixos
Addison[m] has joined #nixos
scatteredray[m] has joined #nixos
piotrszegda[m] has joined #nixos
spazzpp2[m] has joined #nixos
padok[m] has joined #nixos
trewqasad1[m] has joined #nixos
joghuru[m] has joined #nixos
onny[m] has joined #nixos
ehmry[m]1 has joined #nixos
boogiewoogie[m] has joined #nixos
hmpffff[m] has joined #nixos
shu9[m] has joined #nixos
sauyon[m] has joined #nixos
j0hax[m]1 has joined #nixos
Wouter[m]1 has joined #nixos
blahaj[m] has joined #nixos
dxb[m] has joined #nixos
nicolas[m]1 has joined #nixos
hydridity[m] has joined #nixos
HackerFoo[m] has joined #nixos
shider[m] has joined #nixos
nanashi0x74[m] has joined #nixos
Markus[m]2 has joined #nixos
AmitLevy[m] has joined #nixos
nrdxp[m] has joined #nixos
vegai1 has joined #nixos
AlesHuzik[m]1 has joined #nixos
yochai[m] has joined #nixos
Lars[m]3 has joined #nixos
CRTified[m] has joined #nixos
khassanov[m] has joined #nixos
keving[m] has joined #nixos
ChrisOboe[m] has joined #nixos
Rian[m] has joined #nixos
tinamus[m] has joined #nixos
jangsentry10032[ has joined #nixos
sghir_med[m] has joined #nixos
Soarin[m] has joined #nixos
l33[m] has joined #nixos
gh0st[m] has joined #nixos
yusdacra[m] has joined #nixos
chris[m]7 has joined #nixos
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 6 commits to master: https://git.io/JJlIi
<bahamas> reactormonk: the only other solution that comes to mind would be to start from the buildInputs and nativeBuildInputs attributes of your derivation
<bahamas> and recursively go through each item in those lists
<{^_^}> [nixpkgs] @cw789 opened pull request #93646 → erlangR23: 23.0.2 -> 23.0.3 → https://git.io/JJlLf
turlando has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #93638 → nushell: 0.16.0 -> 0.17.0 → https://git.io/JJleQ
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JJlLk
<{^_^}> [nixpkgs] @NeQuissimus pushed 7 commits to release-20.03: https://git.io/JJlLt
bahamas has quit [Quit: leaving]
<Reventlov> basically I have the same behaviour as in this paste from colemickens : https://gist.github.com/colemickens/50f6d7f60c83e5402ad60cdd7e24b8a0
nek0 has quit [Remote host closed the connection]
<philipp[m]> Can somebody tell me how to enable the amdvlk drivers in unstable? There is a package but nowhere is mentioned how to select the driver.
nek0 has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<philipp[m]> Ah, found a PR with docs.
orivej has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to master « wabt: 1.0.18 -> 1.0.19 »: https://git.io/JJlLw
cybrian has quit [Quit: cya]
<{^_^}> [nixpkgs] @meutraa opened pull request #93648 → androidStudioPackages.canary: 4.2.0.4 -> 4.2.0.5 → https://git.io/JJlLM
Rusty1 has joined #nixos
<numkem> Reventlov: I'm fairly sure you need to enable EFI boot in the VM's configuration
<Reventlov> numkem: yeah, but this is the stage 2 that's failing ("inside" the scripts from nix)
<reactormonk> I'm trying to use `enableDebugging` on a derivation I found down the tree... now I get an error that `override` isn't defined on that derivation. Can confirm. Any way to get debugging symbols for that lib otherwise? Preferably without rebuilding the whole tree.
dingenskirchen1 has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen1 is now known as dingenskirchen
drakonis has joined #nixos
<Reventlov> numkem: https://gist.github.com/rgrunbla/93a98164c6fd555b4e22d2a6e770b104 if you want to look at what I'm doing
nrdxp[m] is now known as nrdxp[m]1
globin has quit [Ping timeout: 260 seconds]
globin has joined #nixos
datakurre has joined #nixos
<numkem> Reventlov: I've only started a few days ago to look into the VM building part so I'm really not an expert but have you tried to build your config through `nixos-rebuild build-vm`?
<Reventlov> i'm not using nixos
<Reventlov> only nix
<numkem> Reventlov: oh, in that case I don't think I can help, sorry
<numkem> Reventlov: but I'm currious, if it fails in Stage 2 it means it actually did boot
<Reventlov> yeah, let me get you the log
<immae> There are two "boots", a VM is spawned (this one works) that will make the install on a mounted virtual drive (this one fails due to systemd-boot)
drewr has joined #nixos
<immae> that’s why it seems to happen at stage 2
<immae> (at least that’s how I understand the make-image.nix)
<numkem> it complains about /dev/block/254:1 not being found, I'd say systemd doesn't give the right device?
Maxdamantus has quit [Ping timeout: 240 seconds]
abathur has joined #nixos
<numkem> Reventlov: can you mount the image it created and see what is in the systemd-boot entries?
<Reventlov> Not sure it actually created an image (yet)
Maxdamantus has joined #nixos
<Reventlov> (but, if it did, where could I find this ?)
<{^_^}> [nixpkgs] @mmahut merged pull request #93610 → blockbook: fix build on aarch64-linux → https://git.io/JJWE5
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JJlt6
abathur has quit [Ping timeout: 265 seconds]
<numkem> Reventlov: I'd say it would be in the nix-store, if you remove the "--no-out-link" it would probably give you where it is. But since it failed it's possible it doesn't do that
ManiacOfMadness has quit [Ping timeout: 272 seconds]
fendor_ has quit [Remote host closed the connection]
<reactormonk> How can I replace a derivation somewhere 3 levels deep of buildInputs?
ManiacOfMadness has joined #nixos
<infinisil> reactormonk: overlays can be used for that
h0m1 has quit [Quit: WeeChat 2.9]
<reactormonk> infinisil, looks useful, thanks!
<infinisil> Like, write an overlay to change X how you want it. Anything that depends on X will then use the changed version instead, for the whole nixpkgs set
pamplemousse has joined #nixos
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #93649 → glogg: enable on darwin → https://git.io/JJlqY
meh` has quit [Ping timeout: 246 seconds]
gustavderdrache has joined #nixos
<garbas> sphalerite: sorry it took me some days to reply. would you have time tomorrow evening?
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
<reactormonk> infinisil, yup, now to wait for the rebuild ^^
smatting_ has joined #nixos
abathur has joined #nixos
ardumont has quit [Ping timeout: 256 seconds]
domogled has quit [Quit: domogled]
ddellacosta has joined #nixos
Maxdamantus has quit [Ping timeout: 240 seconds]
musicmatze[m] is now known as musicmatze
Maxdamantus has joined #nixos
abathur has quit [Ping timeout: 240 seconds]
smatting_ has quit [Ping timeout: 240 seconds]
abathur has joined #nixos
ardumont has joined #nixos
noudle has joined #nixos
my_socks_have_ho has joined #nixos
my_socks_have_ho has quit [Remote host closed the connection]
abathur has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/55079328c21 (from 29 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
abathur has joined #nixos
ManiacOfMadness has quit [Ping timeout: 272 seconds]
indiana_jones has joined #nixos
drakonis has quit [Quit: WeeChat 2.8]
ManiacOfMadness has joined #nixos
cybrian has joined #nixos
nixuser_ has quit [Read error: Connection reset by peer]
<raboof> the nixpkgs manual (https://nixos.org/nixpkgs/manual/) has a 2-level ToC. Was it always like this? I wonder if it'd be nicer to have a 3-level ToC.
andi- has quit [Ping timeout: 260 seconds]
<raboof> I found myself looking for the 'Languages and Frameworks' section, opening the nixpkgs manual, not recognizing it and checking the nixos and nix manuals as well :D
__monty__ has joined #nixos
<duairc> Is there a way of making a type (in the NixOS module system sense of the word "type") so that values assigned to an option of that type get "normalized" automatically?
<{^_^}> [nixpkgs] @FRidh merged pull request #93628 → pythonPackages.pystray: 0.15.0 -> 0.16.0 → https://git.io/JJWNt
<{^_^}> [nixpkgs] @FRidh pushed commit from @jojosch to master « pythonPackages.pystray: 0.15.0 -> 0.16.0 »: https://git.io/JJlOL
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #93569 → python3Packages.pytest-localserver: fix build → https://git.io/JJCKp
<{^_^}> [nixpkgs] @FRidh pushed commit from @siriobalmelli to master « python3Packages.pytest-localserver: fix build »: https://git.io/JJlO3
orivej has joined #nixos
erasmas has joined #nixos
dermetfan has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ttuegel merged pull request #93152 → kdeApplications: 20.04.1 -> 20.04.3 → https://git.io/JJsGI
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JJlOR
<{^_^}> [nixpkgs] @FRidh pushed 38 commits to staging-next: https://git.io/JJlOE
Neo-- has quit [Ping timeout: 260 seconds]
<duairc> I guess coercedTo does something like that
<{^_^}> [nixpkgs] @FRidh pushed 246 commits to staging: https://git.io/JJlOK
<{^_^}> [nixpkgs] @FRidh merged pull request #93519 → pythonPackages.dbus-python: 1.2.12 -> 1.2.16 → https://git.io/JJc59
<{^_^}> [nixpkgs] @FRidh pushed commit from @romanofski to staging « pythonPackages.dbus-python: 1.2.12 -> 1.2.16 »: https://git.io/JJlOH
<{^_^}> [nixpkgs] @FRidh merged pull request #93470 → pytmx: 3.21.7 -> 3.22.0 → https://git.io/JJcTY
<{^_^}> [nixpkgs] @FRidh pushed commit from @geistesk to master « pytmx: 3.21.7 -> 3.22.0 »: https://git.io/JJlON
indiana_jones has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @FRidh merged pull request #93233 → pythonPackages.flower: 0.9.4 -> 0.9.5 → https://git.io/JJGVO
<{^_^}> [nixpkgs] @FRidh pushed commit from @lsix to master « pythonPackages.flower: 0.9.4 -> 0.9.5 »: https://git.io/JJlOp
<{^_^}> [nixpkgs] @FRidh merged pull request #93397 → python37Packages.mpv: 0.4.6 -> 0.4.7 → https://git.io/JJnsU
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « python37Packages.mpv: 0.4.6 -> 0.4.7 »: https://git.io/JJlOh
<{^_^}> [nixpkgs] @FRidh merged pull request #93464 → python3Packages.aioharmony: 0.2.3 -> 0.2.5 → https://git.io/JJnpI
<{^_^}> [nixpkgs] @FRidh pushed commit from @Oro to master « python3Packages.aioharmony: 0.2.3 -> 0.2.5 »: https://git.io/JJl3e
<{^_^}> [nixpkgs] @FRidh merged pull request #93463 → python3Packages.HAP-python: 2.8.1 -> 2.9.2 → https://git.io/JJnx7
<{^_^}> [nixpkgs] @FRidh pushed commit from @Oro to master « python3Packages.HAP-python: 2.8.1 -> 2.9.2 »: https://git.io/JJl3v
<{^_^}> [nixpkgs] @FRidh merged pull request #93492 → python3.pkgs.pygobject3: 3.36.0 → 3.36.1 → https://git.io/JJcgX
<{^_^}> [nixpkgs] @FRidh pushed commit from @jtojnar to staging « python3.pkgs.pygobject3: 3.36.0 → 3.36.1 »: https://git.io/JJl3J
<{^_^}> [nixpkgs] @FRidh merged pull request #93565 → python3Packages.cryptography: 2.9.2 -> 3.0 → https://git.io/JJCwE
<{^_^}> [nixpkgs] @FRidh pushed commit from @primeos to staging « python3Packages.cryptography: 2.9.2 -> 3.0 »: https://git.io/JJl3k
<{^_^}> [nixpkgs] @FRidh merged pull request #93378 → python37Packages.aioftp: 0.16.0 -> 0.16.1 → https://git.io/JJZjS
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « python37Packages.aioftp: 0.16.0 -> 0.16.1 »: https://git.io/JJl3q
<{^_^}> [nixpkgs] @FRidh merged pull request #93383 → python27Packages.flask_sqlalchemy: 2.4.3 -> 2.4.4 → https://git.io/JJnfz
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « python27Packages.flask_sqlalchemy: 2.4.3 -> 2.4.4 »: https://git.io/JJl3m
<{^_^}> [nixpkgs] @danieldk merged pull request #93591 → nixos/manual: add a section about Vulkan drivers → https://git.io/JJWUA
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJl3z
simonpe^^ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @danieldk merged pull request #93639 → rakudo: 2020.06 -> 2020.07 → https://git.io/JJlvz
<{^_^}> [nixpkgs] @danieldk pushed 4 commits to master: https://git.io/JJl31
darver[m] has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @adisbladis opened pull request #93650 → poetry2nix: 1.10.0 -> 1.11.0 → https://git.io/JJl3F
maier has quit [Ping timeout: 240 seconds]
codygman has quit [Ping timeout: 240 seconds]
codygman has joined #nixos
maier has joined #nixos
zanc has joined #nixos
ryantm has quit [Quit: authenticating]
ryantm has joined #nixos
jflanglois has joined #nixos
<zanc> how to force rebuilding of a derivation?
sabry97[m] has quit [Remote host closed the connection]
<simpson> zanc: I've been trying out the --check flag to nix-build. What went wrong?
tazjin is now known as nijzat
codygman has quit [Read error: Connection reset by peer]
<zanc> simpson: there's no --check flag in the manual
<{^_^}> [nixpkgs] @danieldk merged pull request #93622 → newsflash: init at 1.0.1 → https://git.io/JJWDt
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJlsH
talyz is now known as zylat
codygman has joined #nixos
bachp has quit [Quit: Idle for 30+ days]
<srhb> zanc: It does exist though.
maier has quit [Ping timeout: 240 seconds]
zylat is now known as talyz
abathur has quit [Quit: abathur]
<zanc> srhb: `man nix-build | col -b | grep check` gave me nothing
user_0x58 has joined #nixos
andi- has joined #nixos
<simpson> zanc: Oh, sure, it's a secret flag from the secret menu. Sorry, I mean, what happened with your original derivation that is requiring you to force a rebuild? Maybe your situation can be improved.
<adisbladis> zanc: It's implicitly included: "All options not listed here are passed to nix-store --realise"
<adisbladis> Which _does_ have `--check` documented
jflanglois has quit [Remote host closed the connection]
<zanc> simpson: nothing, just curious :^)
noudle has quit []
nijzat is now known as tazjin
<{^_^}> [nixpkgs] @LouisDK1 opened pull request #93651 → hunspell-dicts: add support for Danish dictionary → https://git.io/JJlGc
tazjin is now known as tazjylin
Soo_Slow has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #93650 → poetry2nix: 1.10.0 -> 1.11.0 → https://git.io/JJl3F
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JJlGa
pamplemousse has quit [Ping timeout: 240 seconds]
zanc has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #93652 → simplenes: init at unstable-2019-03-13 → https://git.io/JJlGS
Neo-- has joined #nixos
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
tazjylin is now known as tazlyjin
tazlyjin is now known as tazjin
<{^_^}> [nixpkgs] @danieldk opened pull request #93653 → mkl: 2020.1.217 -> 2020.2.254 → https://git.io/JJlZG
<{^_^}> [nixpkgs] @lheckemann merged pull request #88669 → nixos/hidpi: Reasonable defaults for high-density displays → https://git.io/JfamG
<{^_^}> [nixpkgs] @lheckemann pushed 4 commits to master: https://git.io/JJlZB
work_ has joined #nixos
<colemickens> <Reventlov "basically I have the same behavi"> Reventlov: did you see my issue on nixpkgs? Someone provided a workaround.
simba2 has joined #nixos
<{^_^}> [nixpkgs] @Church- opened pull request #93654 → jellyfin 10.5.5 -> 10.6.0 → https://git.io/JJlZ6
nonickname has quit [Ping timeout: 240 seconds]
nonickname has joined #nixos
malook has joined #nixos
fling has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer pushed 0 commits to ios-deploy-update: https://git.io/JJlns
<{^_^}> [nixpkgs] @matthewbauer pushed 0 commits to ios-13: https://git.io/JJlnG
nonickname has quit [Ping timeout: 240 seconds]
nonickname has joined #nixos
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #93655 → dlx: fixup → https://git.io/JJlnr
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @xfix opened pull request #93656 → rustc: use LLVM 10 → https://git.io/JJlcC
pamplemousse has joined #nixos
<Reventlov> colemickens: oh no
<Reventlov> let me find this
<aleph-> Hmm and teleport changed stuff in their build proc it seems. Bother.
mwelt has joined #nixos
<Reventlov> colemickens: do you have the issue id?
zupo has joined #nixos
<Reventlov> (nevermind found it)
<mwelt> Hi @all. Short question. After following the guide on nvidia cards in laptops with additional on-chip gfx (intel), and using the `sync mode` for 20.03 description, I have no glx extension in X. X switches to nvidia hardware correctly, but seems to not load any 3D extension.
<Reventlov> colemickens: thanks :p
Soo_Slow has quit [Quit: Soo_Slow]
<aleph-> Hmm is there a function to rewrite paths and the like in a makefile?
<reactormonk> can I ask the nix-daemon what it's currently building?
simba2 has quit [Ping timeout: 244 seconds]
<infinisil> reactormonk: Not really, but you can use e.g. nix-top to have a process listing of nix builds
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ac842446ad9 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
magnetophon has quit [Read error: Connection reset by peer]
malook has quit [Quit: malook]
wnklmnn has joined #nixos
magnetophon has joined #nixos
mwelt has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @mweinelt opened pull request #93657 → homeassistant: 0.112.3 -> 0.113.0 → https://git.io/JJlCi
philr_ has quit [Ping timeout: 256 seconds]
<reactormonk> infinisil, looks useful, thanks.
<reactormonk> .... now how do I tell nix to stop building in a nice manner?
<aleph-> Hmm, what stage would I want to patch a config file at? configPhase?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<aleph-> Yeah that seems right so far.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5226e6b5131 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<infinisil> reactormonk: Kill the process :P
<infinisil> With sigint or so
<infinisil> aleph-: patchPhase?
ckauhaus has quit [Quit: WeeChat 2.7.1]
<{^_^}> [nixpkgs] @lsix opened pull request #93658 → skypeforlinux: 8.61.0.95 -> 8.62.0.85 → https://git.io/JJlWs
<{^_^}> [nixpkgs] @ju1m opened pull request #93659 → nixos/security.pass: init → https://git.io/JJlWG
fendor has joined #nixos
<aleph-> infinisil: I just got permission denied then oddly.
<aleph-> Although seems configPhase didn't work either.
<aleph-> Trying to sed some paths a Makefile that seem to have changed and aren't getting used correcttly when building.
<infinisil> Could also use the -K flag to keep the source around after a failed build
<infinisil> To check whether it worked
<aleph-> Ah that's good to know, thanks.
katrin has joined #nixos
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #93660 → reicast: init at 20.04 → https://git.io/JJlWN
orivej has quit [Quit: No Ping reply in 180 seconds.]
aleph- is now known as Church-
<betawaffle> c00w: i agree
xO1 has joined #nixos
orivej has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
endformationage has joined #nixos
growpotk- has joined #nixos
user_0x58 has quit [Ping timeout: 260 seconds]
growpotkin has quit [Ping timeout: 240 seconds]
lsix has quit [Ping timeout: 260 seconds]
cjpbirkbeck has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #93568 → Add Redox OS as a target → https://git.io/JJCKB
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JJll4
lsix has joined #nixos
ixxie has joined #nixos
user_0x58 has joined #nixos
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #93423 → nixos/gitlab: Make redis URL configurable → https://git.io/JJnBt
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJllp
orivej has quit [Quit: No Ping reply in 180 seconds.]
dermetfan has joined #nixos
orivej has joined #nixos
fendor_ has joined #nixos
ehmry has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<nilsirl[m]> https://nixos.org/nixos/manual/index.html#sec-kernel-config describes how to override kernel put it uses linux_3_4. How do I know the linux package I'm supposed to override?
<{^_^}> [nixpkgs] @peti merged pull request #93079 → rPackages.RcppParallel: Patch shebang → https://git.io/JJ3T2
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/JJl8O
noudle has joined #nixos
cole-h has joined #nixos
fmzakari_ has joined #nixos
maier has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ac842446ad9 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @flokli merged pull request #93367 → vivaldi: remove gstreamer → https://git.io/JJZQS
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JJl8B
orivej has joined #nixos
magnetophon has quit [Ping timeout: 265 seconds]
maier has quit [Ping timeout: 260 seconds]
magnetophon has joined #nixos
zupo has joined #nixos
justanotheruser has joined #nixos
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 265 seconds]
Mateon2 is now known as Mateon1
magnetophon has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @danieldk merged pull request #93658 → skypeforlinux: 8.61.0.95 -> 8.62.0.85 → https://git.io/JJlWs
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJl8x
<{^_^}> [nixpkgs] @domenkozar merged pull request #93435 → elm.Packages: Regenerate elm packages → https://git.io/JJnoI
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/JJl4e
magnetophon has joined #nixos
noudle has quit []
<__monty__> ,locate bin newfs_udf
<{^_^}> Couldn't find in any packages
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #93644 → monitor: 0.7.2 -> 0.8.1 → https://git.io/JJlT2
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJl4G
magnetophon has quit [Read error: Connection reset by peer]
ixxie has quit [Remote host closed the connection]
magnetophon has joined #nixos
wnklmnn has quit [Read error: Connection reset by peer]
wnklmnn has joined #nixos
fendor_ has quit [Ping timeout: 256 seconds]
work_ has quit [Quit: Connection closed for inactivity]
secretspecter has joined #nixos
dingenskirchen has quit [Read error: Connection reset by peer]
dingenskirchen1 has joined #nixos
Neo--- has joined #nixos
Neo-- has quit [Disconnected by services]
dingenskirchen1 is now known as dingenskirchen
dbmikus has quit [Ping timeout: 264 seconds]
dbmikus has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
wnklmnn has quit [Read error: Connection reset by peer]
wnklmnn has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #92800 → ocamlPackages.tsort: init at 2.0.0 → https://git.io/JJm85
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.tsort: init at 2.0.0 »: https://git.io/JJlBe
magnetophon has quit [Remote host closed the connection]
fendor_ has joined #nixos
reanimus has joined #nixos
<grfn> bj:e
random has joined #nixos
wnklmnn has quit [Read error: Connection reset by peer]
wnklmnn has joined #nixos
drakonis has joined #nixos
domogled has joined #nixos
orivej_ has joined #nixos
domogled1 has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
domogled1 is now known as domogled
orivej has quit [Ping timeout: 260 seconds]
fendor_ has quit [Ping timeout: 264 seconds]
<nilsirl[m]> Is there a way to change the configuration.nix location (like on guix)?
<c00w> betawaffle: thanks :)
capt_zap has quit [Read error: Connection reset by peer]
<qyliss> nilsirl[m]: it's looked up as nixos-config in your NIX_SPATH
<qyliss> *NIX_PATH
<qyliss> You can set nix.nixPath in your configuration to make future rebuilds look elsewhere by default
<qyliss> e.g. nix.nixPath = [ "nixos-config=/path/to/configuration.nix" ];
mallox has joined #nixos
<nilsirl[m]> qyliss: Thank you very much
capt_zap has joined #nixos
<Church-> Nice to know
secretspecter has quit [Ping timeout: 244 seconds]
ardumont_ has joined #nixos
ardumont has quit [Ping timeout: 244 seconds]
orivej_ has quit [Ping timeout: 260 seconds]
fendor_ has joined #nixos
orivej has joined #nixos
katrin has quit [Quit: mewp]
secretspecter has joined #nixos
katrin has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
xelxebar has joined #nixos
random has quit [Ping timeout: 256 seconds]
<nilsirl[m]> 🤦‍♂️I just `rm /etc/nixos/configuration.nix`. What can I do? I managed to recover some stuff from vim swap files and have undo files. But apart from that. Is there anything that I can do?
<secretspecter> how can I use a modified ~/nixpkgs in my /etc/nixos/configuration.nix? or should I not even
<secretspecter> @nilsir[m] can you recover from a previous generation at boot?
<nilsirl[m]> secretspecter: NIX_PATH and nix.nixPath is what you need to change the nixpkgs location
<nilsirl[m]> <secretspecter "@nilsir[m] can you recover from "> How?
<kuramashinobi13[> what do i have to do if qt5 doesnt save its settings
<kuramashinobi13[> qt5ct seems to apply them but only once
<kuramashinobi13[> when i close it and open again theyre gone
<{^_^}> [nixpkgs] @chkno opened pull request #93665 → checkbashisms: Remove. Available in debian-devscripts → https://git.io/JJl0p
fendor_ has quit [Ping timeout: 265 seconds]
user_0x58 has quit [Remote host closed the connection]
<secretspecter> nilsirl[m]: when I boot it gives me the chance to select a previous generation in the grub(?) menu. Doing nothing boots the latest. I don't know how this effects your configuration file though
<virus_dave> Which package contains `strings` binary ?
user_0x58 has joined #nixos
<etu> virus_dave: binutils
<etu> ,locate bin strings
<{^_^}> Found in packages: toybox, busybox, binutils-unwrapped, llvmPackages.bintools
laurynas has joined #nixos
<{^_^}> [nixops] @grahamc opened pull request #1388 → ResourceState.definition_type: introduce for run-time accessible definition type validation → https://git.io/JJlEI
laurynas is now known as sirwal
wnklmnn has quit [Ping timeout: 264 seconds]
<nilsirl[m]> <secretspecter "nilsirl: when I boot it gives me"> yeah, but I don't think I can recover configuration.nix from this
<kuramashinobi13[> guys PWEASE
<kuramashinobi13[> what to do with qt5
malik has joined #nixos
<kuramashinobi13[> if it doesnt apply settings permanently
codygman has quit [Ping timeout: 240 seconds]
codygman has joined #nixos
malik has quit [Client Quit]
gthm has quit [Ping timeout: 260 seconds]
domogled has quit [Ping timeout: 240 seconds]
malik has joined #nixos
domogled has joined #nixos
cantstanya has quit [Ping timeout: 240 seconds]
abathur has joined #nixos
proofofkeags has quit [Remote host closed the connection]
xelxebar has quit [Remote host closed the connection]
<srhb> nilsirl[m]: There's no default-activated backup mechanism for it, no.
xelxebar has joined #nixos
<srhb> nilsirl[m]: Most people tend to use a git repo or something for it, and push it off elsewhere.
<srhb> nilsirl[m]: But after the fact, that's not very helpful.
maier has joined #nixos
<srhb> (There is an option to copy it on activation, but that's really only that file, not any imported expressions, so git repo + backup really is better)
ichronic has joined #nixos
Thra11 has joined #nixos
<ichronic> Having a strange issue with my display-manager through configuration.nix.
<ichronic> I'm wanting to do `services.xserver.displayManager.lightdm.background = background.png;`. When I run nixos-rebuild switch and restart the display manager, it shows the new background, but switches to the default within a few seconds.
nonickname has quit [Ping timeout: 260 seconds]
proofofkeags has joined #nixos
maier has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 240 seconds]
<nilsirl[m]> <srhb "(There is an option to copy it o"> I deleted it trying to move it to a git repository 🤦‍♂️
<{^_^}> [nixpkgs] @squalus opened pull request #93666 → ungoogled-chromium: 81.0.4044.138-1 -> 84.0.4147.89-1 → https://git.io/JJlEd
orivej has joined #nixos
<{^_^}> [nixpkgs] @squalus closed pull request #91430 → ungoogled-chromium: 81.0.4044.138-1 -> 83.0.4103.106-1 → https://git.io/JfhUF
nonickname has joined #nixos
<srhb> nilsirl[m]: :/ Win some, lose some. Hopefully you can recover enough to get going reasonably fast. :)
<{^_^}> [nixpkgs] @jokogr opened pull request #93667 → mattermost-desktop: 4.5.0 -> 4.5.2 → https://git.io/JJluv
<nilsirl[m]> Yes!!!! I managed to recover the entirety of the file by grepping /dev/sdx and then using dd to extract the file
slack1256 has joined #nixos
<gchristensen> nice!
<etu> nilsirl[m]: wow, good job :D
<Church-> Alright I should go punt this service upstream finally.
codygman has quit [Ping timeout: 244 seconds]
proofofkeags has quit [Remote host closed the connection]
codygman has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #91935 → jellyfin-mpv-shim: 1.4.2 -> 1.5.11 → https://git.io/JJJS0
<{^_^}> [nixpkgs] @dywedir pushed 4 commits to master: https://git.io/JJlu0
<{^_^}> [nixpkgs] @jokogr opened pull request #93668 → mattermost-desktop: 4.5.0 -> 4.5.2 → https://git.io/JJlug
noudle has joined #nixos
ichronic has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jokogr merged pull request #93643 → syncthing: 1.7.0 -> 1.7.1 → https://git.io/JJlTR
<{^_^}> [nixpkgs] @jokogr pushed 2 commits to master: https://git.io/JJlua
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
id[m] has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @ento opened pull request #93669 → pythonPackages.clikit: make it installable on python3.5 → https://git.io/JJlzq
zoickx[m] has joined #nixos
<cole-h> garbas++ Thanks for pointing that issue out to someone who could do something about it :)
<{^_^}> garbas's karma got increased to 16
martha[m] has joined #nixos
exco has joined #nixos
user_0x58 has quit [Remote host closed the connection]
mallox has quit [Quit: WeeChat 2.8]
user_0x58 has joined #nixos
asymptotically has quit [Quit: Leaving]
wnklmnn has joined #nixos
jco has joined #nixos
<jco> Hey! I just installed the reason language server, how to use it with this vscode extension? https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode
id[m] has left #nixos ["User left"]
<jco> More specifically, how to access the location of the reason-language-server executable?
<buffet> hey, when i package something and use niv to manage the source, are there any best pracices on what to do with the version field? (or is it optional maybe even?)
proofofkeags has joined #nixos
cosimone has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to master « pantheon.appcenter: fix build »: https://git.io/JJlzr
cosimone has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
cosimone has joined #nixos
cosimone has quit [Client Quit]
id[m] has joined #nixos
cosimone has joined #nixos
asymptotically has joined #nixos
malik has quit [Quit: malik]
<{^_^}> [nixpkgs] @etu opened pull request #93670 → miniflux: 2.0.21 -> 2.0.22 → https://git.io/JJlzX
proofofkeags has quit [Ping timeout: 258 seconds]
<buffet> seems like its optional, alright
exco has left #nixos [#nixos]
slack1256 has quit [Ping timeout: 240 seconds]
pamplemousse has quit [Ping timeout: 240 seconds]
<manveru> does anyone know a good way to capture the pids of processes that initiate connections via loopback (and disconnect immediately)?
rustybolt has joined #nixos
<manveru> atm i have `lsof -r 1 -nPi :8200`, but a resolution of 1 second is too low :|
joem86 has joined #nixos
<clever> manveru: tcpdump -i lo
<manveru> does tcpdump capture pids?
<clever> ah, yeah, for that you would want iptables
* clever looks
<manveru> i have tons of logs like `http: TLS handshake error from 10.0.0.10:54122: write tcp4 10.0.0.10:8200->10.0.0.10:54122: write: connection reset by peer`, but no clue what's at :54122 :P
sirwal has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed to release-20.03 « pantheon.appcenter: fix build »: https://git.io/JJlg3
<clever> manveru: `tcpdump -i lo -A port 8200` may still reveal more info, what text is it sending?
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
<manveru> well, it stopped now...
<{^_^}> [nixpkgs] @worldofpeace merged pull request #84873 → cataclysmDDA: add modding interface → https://git.io/JvpyO
<{^_^}> [nixpkgs] @worldofpeace pushed 15 commits to master: https://git.io/JJlgc
<manveru> damnit
<manveru> well, gonna try it next time it happens i guess...
rustybolt has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @etu closed pull request #93066 → flutter: 1.12.13+hotfix.9 -> 1.17.5, 1.15.17 -> 1.19.0-4.3-pre, 1.17.0-dev.5.0 -> 1.20.0-7.1.pre → https://git.io/JJOd2
sirwal has joined #nixos
Thra11 has quit [Ping timeout: 264 seconds]
knupfer has joined #nixos
WilliButz has quit [Remote host closed the connection]
proofofkeags has joined #nixos
WilliButz has joined #nixos
alp has joined #nixos
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @LouisDK1 opened pull request #93671 → libhdhomerun: git -> 20200521 → https://git.io/JJl22
jco has quit [Ping timeout: 258 seconds]
Thra11 has joined #nixos
jco has joined #nixos
domogled has quit [Remote host closed the connection]
duckfullstop has quit [Quit: Why do you need...?]
duckfullstop has joined #nixos
<eyJhb> I need some Nix foo. If I have a attrSet { somesetting = false; }, and I want to merge with { bookmarks = false; } if cfg.bookmarks != null, how should I go about that?
<eyJhb> I am in doubt of how the if statement should look
<eyJhb> Should it be { something = false; } // { if (cfg.bookmarks != null) then bookmarks = false; else } , or how should I go about it?
<theotherjimmy[m]> optionalAttrs is probably the lib function you're looking for eyjhb
<theotherjimmy[m]> (^ is the source and docstring of optionalAttrs)
nikita` has quit [Quit: leaving]
joem86 has left #nixos ["WeeChat 2.8"]
jco has quit [Ping timeout: 260 seconds]
<theotherjimmy[m]> And here's an example usage that seems to match what you want to do https://github.com/NixOS/nixpkgs/blob/921a4ec9c173ca18e824eb97774c2d6dc3e0a2e4/nixos/modules/config/networking.nix#L157-L165
jco has joined #nixos
jco has quit [Client Quit]
<sreybastien[m]> Hi, perhaps someone specialized on crypto / Luks could help me to understand something, i finally find the way to configure correctly LVM + LUKS. I'm not sure my config is ok because the passphrase is only asked one time at stage 1, and not two time like many doc says. Anyone as similar config ?
<eyJhb> Thanks theotherjimmy[m] , pointed me in the right direction!
<eyJhb> I just did it manually, like they did. Could of curse use that sugor
<eyJhb> sugar*
quinn has joined #nixos
<eyJhb> sreybastien[m]: should it aks more times?
<{^_^}> [nixpkgs] @zimbatm opened pull request #93672 → pipewire: 0.3.5 -> 0.3.7 → https://git.io/JJlau
<clever> sreybastien[m]: if your mounting things in the initrd (like the rootfs), then it only has to ask once, in stage-1
<sreybastien[m]> eyJhb: if /boot is also encrypted, yes, this is what doc say :/
<clever> sreybastien[m]: stage-1 will retry the same pw on every other device
<clever> so if multiple devices share a pw, it only asks once
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
<eyJhb> Clever bruteforce
<{^_^}> [nixpkgs] @doronbehar opened pull request #93673 → gotify-server: 2.0.16 -> 2.0.17 → https://git.io/JJlaX
domogled has joined #nixos
plutes has joined #nixos
* sreybastien[m] uploaded an image: Capture d’écran du 2020-07-22 23-11-27.png (18KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/BNqbfuTFXhNJjjZUSCsGJRyW >
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
plutes has quit [Max SendQ exceeded]
zupo has joined #nixos
plutes has joined #nixos
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
knupfer has quit [Ping timeout: 265 seconds]
<sreybastien[m]> so /nixos is mounted into /mnt, and /dev/sda2 is mount into /mnt, so normaly /boot is also encrypted, no ?
<nilsirl[m]> Hi, I don't understand how to customize the kernel as shown here: https://nixos.org/nixos/manual/index.html#sec-linux-config-customizing. Where exactly am I supposed to place the snippet? In a `nixpkgs.config.packageOverrides`? what is `custom-kernel` supposed to be set to?
maier has joined #nixos
capt_zap_ has joined #nixos
zupo has quit [Ping timeout: 258 seconds]
<clever> nilsirl[m]: the first codeblock there is showing you exactly what to set it to
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #93674 → python.pkgs.fontforge: disable with Python 2 → https://git.io/JJlVT
capt_zap has quit [Ping timeout: 240 seconds]
capt_zap_ has quit [Read error: Connection reset by peer]
capt_zap_ has joined #nixos
orivej_ has joined #nixos
maier has quit [Ping timeout: 240 seconds]
fresheyeball has joined #nixos
orivej has quit [Read error: Connection reset by peer]
fresheyeball has quit [Ping timeout: 258 seconds]
fresheyeball has joined #nixos
nullxero has joined #nixos
<matthiaskrgr> how can I find if the system my program runs on is nixos?
<matthiaskrgr> is there an env-var I can read for example?
<nilsirl[m]> clever: but where do I put that? I tried putting it in `nixpkgs.config.packageOverrides` but I got the error "error: undefined variable 'super'"
<infinisil> mathyouguy: /etc/os-release contains info on that
<clever> nilsirl[m]: nixpkgs.config.packageOverrides = super: { .... }
lsix has quit [Quit: WeeChat 2.9]
<matthiaskrgr> infinisil: cool, thanks! :)
<matthiaskrgr> does it say ID=nixos ?
<matthiaskrgr> (I don't have a nixos machine actually)
<infinisil> Ah yeah it does
<infinisil> Here's the full file: https://paste.infinisil.com/Nk0hknbUPU
<matthiaskrgr> thank you!
alexherbo2 has quit [Ping timeout: 240 seconds]
alp has quit [Ping timeout: 240 seconds]
gustavderdrache has quit [Quit: Leaving.]
afreak has quit [Quit: leaving]
zupo has joined #nixos
jumper149 has joined #nixos
orivej_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @bcdarwin opened pull request #93675 → libminc: 2.4.03 -> unstable-2020-07-17 → https://git.io/JJlVh
orivej has joined #nixos
xO1 has quit [Quit: leaving]
zupo has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/017c7a4940a (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nullxero has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #93676 → sacc: init at 1.01 → https://git.io/JJlwO
simba2 has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos
__monty__ has quit [Quit: leaving]
zupo has joined #nixos
<{^_^}> [nixpkgs] @ashkitten opened pull request #93677 → syncplay: use python 3.7 → https://git.io/JJlwa
fendor has quit [Read error: Connection reset by peer]
asymptotically has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @nagisa opened pull request #93678 → arcanist: 20200127 -> 20200711 → https://git.io/JJlwN
sirwal has quit [Quit: WeeChat 2.7.1]
<nilsirl[m]> clever: I did that and run `sudo nixos-rebuild switch`, but from the output I can see that nothing gets compiled.
<clever> nilsirl[m]: nothing will actually use custom-kernel until you change boot.kernelPackages
<clever> nilsirl[m]: boot.kernelPackages = pkgs.linuxPackagesFor pkgs.custom-kernel;
cjpbirkb1 has joined #nixos
cosimone has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @aanderse merged pull request #93385 → perlPackages.FilePid: import Debian patch → https://git.io/JJnUd
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JJlrc
cosimone has joined #nixos
cjpbirkbeck has quit [Ping timeout: 256 seconds]
<fresheyeball> is there a way I can query a path in the nix store
<fresheyeball> and see what it depends on and how big those deps are?
<{^_^}> [nixos-weekly] @aaronjanse opened pull request #129 → 2020/07: add redox now in nixpkgs → https://git.io/JJlr4
<clever> fresheyeball: nix path-info and nix-store -qR
<{^_^}> [nixpkgs] @leenaars opened pull request #93679 → Sylk: 2.7.2 -> 2.8.0 → https://git.io/JJlrR
<{^_^}> [nix] @Ericson2314 opened pull request #3850 → Separate concerns in `scanForReferences` with TeeSink → https://git.io/JJlr0
<fresheyeball> clever: ok
<fresheyeball> so I was able to use that to get a list of deps in the store
<fresheyeball> I think...
<fresheyeball> but these look like build time deps
<fresheyeball> not runtime
<clever> it only shows build-time when ran on a .drv file
<fresheyeball> clever: I did nix-store -qR $(nix path-info ./result)
<clever> those tools both do the same thing
<fresheyeball> that's not the .drv I don't think
<clever> its like running `cat foo | cat | cat`
<clever> $ nix path-info -Ss /run/current-system
<clever> /nix/store/974fn8h449qmy8z7v24lqgvvq98bph5n-nixos-system-amd-nixos-20.09pre230335.9480bae3370 45424 9456416728
<fresheyeball> clever: I get very different output
<clever> you need to use the right flags with path-info
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/297f3387c6e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<clever> du -hc --max=0 $(nix-store -qR /run/current-system) | sort -h | tail
<clever> 253M /nix/store/mfy3sn7vjdnb17y5ry6hcnsjbr8gwf6j-paper-icon-theme-2018-06-24
<clever> 318M /nix/store/v8yd6i0jly06xl0lly90i9jfc1bqdlv1-firmware-linux-nonfree-2020-05-19
<clever> 6.0G total
<clever> and du is showing on-disk usage, which is upset by the zfs compression i have
<clever> [clever@amd-nixos:~/apps/nixpkgs]$ du --apparent-size -hc --max=0 $(nix-store -qR /run/current-system) | sort -h | tail
<clever> 413M /nix/store/fsyxzww54jn4zslflfslc19r61hz97aw-mesa-20.0.7-drivers
<clever> 542M /nix/store/v8yd6i0jly06xl0lly90i9jfc1bqdlv1-firmware-linux-nonfree-2020-05-19
<clever> 8.8G total
<clever> now its closer to the number given by `nix path-info -Ss`
capt_zap_ has quit [Ping timeout: 258 seconds]
smatting_ has joined #nixos
<{^_^}> [nixpkgs] @blaggacao opened pull request #93680 → Da kube3d update → https://git.io/JJlrP
<fresheyeball> clever++
<{^_^}> clever's karma got increased to 485
<fresheyeball> thanks this gives me something to work with
<colemickens> Is it just me? "OSError: [Errno 8] Exec format error: '/nix/store/0yjyqy39s4jflyiww0xcfqbp81x6h9lz-append-initrd-secrets/bin/append-initrd-secrets'". I am on unstable-small, but there's no open issues and I've been changing a lot of things locally. :s
<clever> colemickens: what are the contents of that file?
<colemickens> clever: a relatively normalish looking bash script?
capt_zap has joined #nixos
<clever> colemickens: and the #! is pointing to a normal bash?
<fresheyeball> clever: so I learned something interesting
<fresheyeball> I depend on nodejs, as a runtime dep
<fresheyeball> because executing the unit tests uses it
<colemickens> Hm. I have likely cross wired something from working on my pi config and infected my desktop config.
<clever> fresheyeball: see also, nix why-depends
simba2 has quit [Ping timeout: 272 seconds]
<fresheyeball> clever: that's how I learned it!
<colemickens> I do get the exec error frm the bash in that script
<clever> colemickens: run file on that bash, what does it say?
erasmas has quit [Quit: leaving]
<fresheyeball> anyway though, this is a prod build for docker. We are not going to run the unit tests with nodejs at runtime.
<colemickens> clever: it's just revealing more shame /nix/store/4la2w29x16vnm4fwcz7qfs0m45dgb8hl-bash-4.4-p23/bin/bash: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /nix/store/m8bf13rs66kp41nplyjwdalci8kxac3m-glibc-2.31/lib/ld-linux-aarch64.so.1, for GNU/Linux 2.6.32, not stripped
<fresheyeball> clever: how can I break this linkage?
<clever> fresheyeball: dont include the path to nodejs in your $out
<fresheyeball> if I make a new drv that symlinks in the subset of deps, it still depends on nodejs at runtime, even though the tests are not even available
<clever> fresheyeball: either use sed to modify it, or delete that file in postInstall
<clever> colemickens: and are you on an aarch64 machine?
<fresheyeball> clever: I am not including it in $out
<clever> fresheyeball: what did why-depends say?
<fresheyeball> it said node was referenced in the shebang of a script
<clever> fresheyeball: then its in the $out, as the #! of a script
<fresheyeball> oic
<clever> fresheyeball: you probably want to delete that script
<fresheyeball> ok I think I get it
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @blaggacao opened pull request #93681 → drone: 1.6.5 → 1.9.0 → https://git.io/JJlof
thc202 has quit [Ping timeout: 256 seconds]
shibboleth has joined #nixos
secretspecter has quit [Ping timeout: 244 seconds]
<colemickens> the weird thing is, I can see that the system closure includes packages that do not build on aarch64
orivej has quit [Ping timeout: 240 seconds]
<colemickens> yet my initrd script is for aarch64
shibboleth has quit [Remote host closed the connection]
<clever> colemickens: are you doing any cross compiling?
<colemickens> I have done nothing to intentionally cross compile or allow for it or anything.
orivej has joined #nixos
shibboleth has joined #nixos
<colemickens> Closest thing I do is nix coy drvs and rsync and build them elsewhere, or a build with aarch64 machine in --builders.
<colemickens> But all things that Nix should handle as we might expect, afaict.
<colemickens> There is flakes involved so I want to triple check, time to add some trace everywhere
<clever> colemickens: try doing `nix-store --verify --check-contents` ?
<{^_^}> [nixpkgs] @Chili-Man opened pull request #93682 → terraform: 0.13.0-beta3 -> 0.13.0-rc1 → https://git.io/JJlKv
<colemickens> It's running, probably going to take quite a while, my store is pretty big
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos
slack1256 has joined #nixos
<fresheyeball> I am back
<fresheyeball> I am trying to get static linking for my haskell thing
<fresheyeball> so the docker image is not so massive
<clever> fresheyeball: seen nh2's guide?
<fresheyeball> clever: I more or less duplicated the code there
thomasjm has joined #nixos
dermetfan has quit [Ping timeout: 260 seconds]
<fresheyeball> I am very ignorant about linking stuff
<clever> fresheyeball: and if you paste that error into google?
<fresheyeball> I get things I don't understand, like that crtbegingT.o needs to be compiled with -fPIC
<{^_^}> #64471 (by nomeata, 1 year ago, open): pkgsStatic.borgbackup fails
<fresheyeball> I found this issue
<clever> fresheyeball: it sounds like the musl target may work better
<clever> fresheyeball: pkgsCross.musl64
<fresheyeball> clever: I thought I was using them!
<fresheyeball> oh
<fresheyeball> pkgsCross <- what is that
<fresheyeball> ?
<clever> > pkgsCross
<{^_^}> { aarch64-android-prebuilt = <CODE>; aarch64-embedded = <CODE>; aarch64-multiplatform = <CODE>; aarch64-multiplatform-musl = <CODE>; aarch64be-embedded = <CODE>; amd64-netbsd = <CODE>; arm-embedded = ...
<clever> it contains the entire pkgs tree, cross-compiled to various targets
<clever> pkgsCross.musl64.pkgsStatic may also help
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<exarkun> How do I extent the transmission service's ExecStartPre with some more stuff?
lord| has quit [Ping timeout: 258 seconds]
<fresheyeball> clever: I am trying with pkgs.pkgsMusl.pkgsStatic
orivej has quit [Ping timeout: 240 seconds]
lord| has joined #nixos
orivej has joined #nixos
maier has joined #nixos
tilcreator has quit [Ping timeout: 256 seconds]
nckx is now known as nckx-
nckx- is now known as nckx
maier has quit [Ping timeout: 256 seconds]
<fresheyeball> clever: it still failed
<fresheyeball> but it's a different error atleast
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<clever> fresheyeball: it was building 2 things in parallel and the errors are jumbled together, try again with `-j 1`
<fresheyeball> clever: ok
<clever> i think
<fresheyeball> that is with j 1
<clever> fresheyeball: and with `-j 1 --option cores 1` ?
<colemickens> so presumably if I were causing this script to be generated with aarch64, then the string "aarch64" would likely occur somewhere in my config, yeah?
<clever> colemickens: if you dont force the cpu type, it defaults to whatever cpu the nix-build binary was built for
<clever> fresheyeball: now we have an error, but its not obvious what it means
<duairc> exarkun: It's not exactly what you're asking for, but there is preScript
<colemickens> clever: in this case the build is entirely driven and executing on "x86_64-linux" (and the build machine is the target machine)
<clever> colemickens: then having aarch64 binaries is weird, what command did you run?
<duairc> I'm writing a NixOS module that references values from the config it's given and I'm having to go pretty far out of my way to avoid running into infinite recursion. I'm wondering if there's an easier way
<clever> duairc: can you pastebin the module?
<duairc> clever: It's massive, but I'll try to make a minimal version
cosimone_ has joined #nixos
cosimone has quit [Ping timeout: 260 seconds]
<exarkun> duairc: thanks... looks like it requires a new nixpkgs than I have atm :/ will put it on my list of reasons to upgrade
<exarkun> related... do systemd sys-devices-virtual-net-....device units work inside nixos containers?
<exarkun> (they don't seem to)
<exarkun> (otoh who can tell with systemd)
cole-h has quit [Quit: Goodbye]
<duairc> clever: But the short story is: I want to be able to say `config = mkMerge [ { a = ...; b = ...; } {a = ...; b = ...; } ];`, but instead I have to say `config = { a = mkMerge [..., ...]; b = mkMerge [..., ...] };` to avoid infinite recursion
<clever> duairc: why do you even need the mkMerge? why not just put everything as simply config = { a = {}; b = {}; }; ?
<duairc> clever: The subexpressions are much more complicated than that and are derived programmatically from the options
mbrgm_ has joined #nixos
<clever> duairc: and that is possibly your problem
<clever> duairc: nix needs to know which side returns .a and which returns .b, to be able to avoid infinite recursion
<clever> and if your expr is written the wrong way, it has to eval it fully to find the answer
tdeo has quit [Quit: Quit]
philr_ has joined #nixos
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm
tilcreator has joined #nixos
sigmundv_ has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<{^_^}> [nixops-aws] @grahamc pushed 6 commits to defntype: https://git.io/JJliU
capt_zap_ has joined #nixos
capt_zap_ has quit [Client Quit]
<{^_^}> [nixpkgs] @veprbl merged pull request #93667 → mattermost-desktop: 4.5.0 -> 4.5.2 → https://git.io/JJluv
<{^_^}> [nixpkgs] @veprbl pushed commit from @jokogr to master « mattermost-desktop: 4.5.0 -> 4.5.2 (#93667) »: https://git.io/JJlis
<{^_^}> [nixpkgs] @veprbl merged pull request #93668 → [20.03]: mattermost-desktop: 4.5.0 -> 4.5.2 → https://git.io/JJlug
<{^_^}> [nixpkgs] @veprbl pushed commit from @jokogr to release-20.03 « mattermost-desktop: 4.5.0 -> 4.5.2 (#93668) »: https://git.io/JJliG
<fresheyeball> clever: I made progress
orivej has quit [Ping timeout: 240 seconds]
capt_zap has quit [Ping timeout: 240 seconds]
<fresheyeball> I think I need to not only use pkgsMusl in the extra-lib-dirs
<colemickens> I'm making some progress. The append-initrd-secrets in result/ is different than the one systemd-boot-builder is invoking? lolwut
<fresheyeball> but I need to use that version of haskell packages
<clever> fresheyeball: you need to use pkgsMusl for everything, replace every instance of pkgs with it
<fresheyeball> IE pkg.pkgsMusl.haskell.packages.ghc863
orivej has joined #nixos
<clever> colemickens: what command did you run?
<clever> duairc: to figure out what attributes `doFoo` and `doBar` return, it must first know what config.foos and config.bars are
<clever> duairc: and it cant know what config.foos is, until it knows that doFoo cant return { foos = ...; }
<clever> duairc: that is where your recursion comes from
<duairc> clever: Yeah, that much makes sense.
<clever> you must clearly return something that doesnt contain .foo or .bar
<duairc> So in my real code, both doFoo and doBar will set options in boot, networking, services, etc. To work around this I've basically split that up into doFooBoot, doFooNetworking, doBarBoot, doBarNetworking etc.
<clever> duairc: why is it having to set options in so many places for each thing in the list?
<{^_^}> [nixpkgs] @bcdarwin opened pull request #93683 → python3Packages.dicom2nifti: unbreak → https://git.io/JJliV
<colemickens> clever: check my comment reply though, if I manually check append-initrd-secrets it looks good?
<fresheyeball> clever: how do I apply overlays in an all Musl world?
<duairc> clever: My options are basically defining networks of virtual machines, so, at a minimum, for each network it will create a bridge interface and some taps, and some systemd services to run qemu