worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
gxt has joined #nixos
<{^_^}> [nixpkgs] @lxea closed pull request #111840 → gonic: 0.11.0 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/111840
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111843 → simplenote: 2.2.0 -> 2.5.0 → https://github.com/NixOS/nixpkgs/pull/111843
<fuiltilt> immae: xorg.libX11.man is the kind of thing I was looking for, but didn't find an explicit reference to in nixpkgs. I can see it has what I want, but including it in a nix-shell doesn't let me do "man XOpenDisplay". Trying it through configuration.nix...
<clever> fuiltilt: also try referencing the gist i gave, and add in xorg.libX11.man
<{^_^}> [nixpkgs] @wohanley opened pull request #111844 → goimapnotify: patch sh with /bin/sh → https://github.com/NixOS/nixpkgs/pull/111844
supersandro2000 has quit [Ping timeout: 246 seconds]
<fuiltilt> clever: Yeah, I saw that. Thanks for the pointer to "man-pages" especially. Adding that via shell.nix/nix-shell *does* work (eg. "man perror"), even though xorg.libX11.man doesn't. They both work when added via configuration.nix.
<fuiltilt> immae++
<{^_^}> immae's karma got increased to 29
<fuiltilt> clever++
<{^_^}> clever's karma got increased to 554
<immae> cool :)
gxt has quit [Ping timeout: 268 seconds]
dadada_ has quit [Quit: WeeChat 2.9]
dadada_ has joined #nixos
nwm_ has joined #nixos
<fuiltilt> It's still very mysterious. Why does xorg.libX11.man exist even though there's no reference to it in nixpkgs/pkgs/servers/x11/xorg/default.nix? Why does one package work under nix-shell and the other doesn't?
mbrgm_ has joined #nixos
<clever> fuiltilt: the outputs array contains "man"
<clever> its a split-output package, where it will have a $out and a $man
<clever> > xorg.libX11.outputs
<{^_^}> [ "out" "dev" "man" ]
<clever> and also $dev
<clever> > "${xorg.libX11.out}"
<{^_^}> "/nix/store/wjz5m03hzggpzjvb5i4vxffrjlh3z66n-libX11-1.7.0"
<clever> > "${xorg.libX11.dev}"
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> "/nix/store/wwx2nznafwhxm9v9scdcbz4kjxwxlkvs-libX11-1.7.0-dev"
<clever> > "${xorg.libX11.man}"
<{^_^}> "/nix/store/3vlq7iv08q1ym290kwjmbfbrqnqn15gw-libX11-1.7.0-man"
someguuy has joined #nixos
<alienpirate5> how do i get it to link against the right glibc
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #111432 → nixos/resilio: add sharedFolders type → https://github.com/NixOS/nixpkgs/pull/111432
<fuiltilt> clever: Where does that come from? There's no "outputs" defined in nixpkgs/pkgs/servers/x11/xorg/default.nix at all.
thc202 has quit [Ping timeout: 258 seconds]
<nwm_> hi new to nixos wondering why nixos uses nixstore to begin with, couldn't it just hash outputs to FHS dirs?
<nwm_> this would probably deviate from FHS a bit but it would allow treating the filesystem as a filesystem and not an object store
<{^_^}> [nixpkgs] @lopsided98 opened pull request #111845 → linuxPackagesFor: fix overriding kernel attribute → https://github.com/NixOS/nixpkgs/pull/111845
<nwm_> I saw but it doesn't explain it
<nwm_> you could achieve the same with FHS
<clever> fuiltilt: hmmm, yeah, i'm not sure where its coming from either, but the above {^_^} bot shows that it is there
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @lxea opened pull request #111846 → gonic: 0.11.0 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/111846
<{^_^}> [nixpkgs] @das-g opened pull request #111847 → python3.pkgs.osmpythontools: 0.2.8 -> 0.2.9 → https://github.com/NixOS/nixpkgs/pull/111847
thelounge52 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @cole-h merged pull request #111588 → nixos/oauth2_proxy: add extraConfig type → https://github.com/NixOS/nixpkgs/pull/111588
gxt has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #111456 → nixos/top-level: add specialisation.<name>.configuration type → https://github.com/NixOS/nixpkgs/pull/111456
earldouglas has left #nixos [#nixos]
Jd007 has quit [Quit: Jd007]
someguuy has quit [Quit: Connection closed]
gxt has quit [Ping timeout: 268 seconds]
someone_stole_my has joined #nixos
devalot has joined #nixos
<{^_^}> [nixpkgs] @thiagokokada opened pull request #111848 → opentabletdriver: 0.5.0 -> 0.5.1 → https://github.com/NixOS/nixpkgs/pull/111848
<{^_^}> [nixpkgs] @lopsided98 opened pull request #111849 → pythonPackages.aioinflux: init at 0.9.0 → https://github.com/NixOS/nixpkgs/pull/111849
marusich has joined #nixos
<devalot> Using `virtualisation.oci-containers.containers.<name>.ports` causes Docker to insert a firewall rule that opens the given port to traffic *outside* the host, bypassing the nixos firewall chain. This seems like a big deal to me. I didn't realize that I had an insecure service open to the internet. Is this behavior expected?
supersandro2000 has quit [Ping timeout: 246 seconds]
supersandro2000 has joined #nixos
rajivr has joined #nixos
<{^_^}> [nixpkgs] @svrana opened pull request #111850 → standardnotes: 3.5.11 -> 3.5.18 → https://github.com/NixOS/nixpkgs/pull/111850
fuiltilt has quit [Quit: WeeChat 2.9]
thelounge52 has joined #nixos
asbachb has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<asbachb> Hi. Anyone here who might check/merge that PR? https://github.com/NixOS/nixpkgs/pull/110821
<{^_^}> #110821 (by asbachb, 1 week ago, open): openjdk: 11.0.9+11 -> 11.0.10+9
gxt has joined #nixos
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111851 → brave: 1.19.88 -> 1.19.90 → https://github.com/NixOS/nixpkgs/pull/111851
ahmed_elgabri has joined #nixos
xps has quit [Ping timeout: 258 seconds]
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<lovesegfault> ,locate nvidia-smi
<{^_^}> Couldn't find in any packages
<{^_^}> [nixpkgs] @ryantm merged pull request #111744 → editorconfig-checker: 2.3.1 -> 2.3.3 → https://github.com/NixOS/nixpkgs/pull/111744
spudly has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
asbachb has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #111821 → reddsaver: 0.2.2 -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/111821
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JtzfW
<{^_^}> [nixpkgs] @veprbl merged pull request #111845 → linuxPackagesFor: fix overriding kernel attribute → https://github.com/NixOS/nixpkgs/pull/111845
spudly has joined #nixos
ahmed_elgabri has quit [Ping timeout: 258 seconds]
toppler has quit [Remote host closed the connection]
toppler has joined #nixos
lewo` has joined #nixos
Quick_Wango has quit [Quit: Bye! - http://cubeisland.de]
meck has quit [Quit: ZNC 1.8.2 - https://znc.in]
swflint has joined #nixos
Jackneill has quit [Ping timeout: 240 seconds]
Quick_Wango has joined #nixos
thelounge52 has joined #nixos
<noonien> Anyone running nix on an android tablet or phone?
lewo has quit [Ping timeout: 240 seconds]
<noonien> I'm planning to get a tab s7+, and I really want to do some development on it, which requires nix
<energizer> noonien: https://mobile.nixos.org/
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111853 → bitwig-studio: 3.3.1 -> 3.3.2 → https://github.com/NixOS/nixpkgs/pull/111853
meck has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #111785 → home-assistant: 2021.1.5 -> 2021.2.0 → https://github.com/NixOS/nixpkgs/pull/111785
<energizer> nwm_: what do you mean by "treating the filesystem as a filesystem and not an object store"?
ransom has joined #nixos
<nwm_> nix store treats a hierarchal fs as basically an object store https://en.wikipedia.org/wiki/Object_storage
<energizer> there are subdirectories in the nix store
<gchristensen> nwm_: how would it work while following FHS?
thelounge52 has quit [Ping timeout: 276 seconds]
<energizer> you could reorganize so that /lib got all the /nix/store/*lib/ stuff
<tpw_rules> you could have a database with the hash and FHS path and some system which monitored what a particular derivation laid down, but then you couldn't have duplicates
<nwm_> not FHS directly but similar, /api/$triplet/{bin,lib,etc}/$hash
<tpw_rules> and it would be easy to have a program work but not be monitored by nix leading to the breakage nix is designed to avoid
ahmed_elgabri has joined #nixos
Jd007 has joined #nixos
<gchristensen> one of the ideas of Nix is that $triplet is a lie, basically -- nowhere near precise enough to be actually useful
<nwm_> sure it is
<gchristensen> oh ok
aswanson has joined #nixos
<tpw_rules> nwm_: you're just swapping around two components of the path it looks like
<nwm_> it is just a means to store data not the actual visible binaries
<tpw_rules> like right now it's /nix/store/$hash/{bin,lib,etc}
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #111817 → rclone: 1.53.4 -> 1.54.0 → https://github.com/NixOS/nixpkgs/pull/111817
<tpw_rules> (for at least those store paths which have those directories)
<{^_^}> [nixpkgs] @marsam merged pull request #111822 → resvg: 0.12.0 -> 0.13.1 → https://github.com/NixOS/nixpkgs/pull/111822
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #111784 → ncspot: 0.3.0 -> 0.4.0 → https://github.com/NixOS/nixpkgs/pull/111784
<gchristensen> it turns out that it is very useful to have packages have entirely non-overlapping directory structures
* energizer wonders why
<nwm_> they don't need to overlap though RUN_PATH could be /state/package/$hash
<nwm_> err /state/package/$hash/lib
<gchristensen> energizer: who says your package has bin,lib,etc and not foo, bazzle, aontuehanosthu?
<gchristensen> nwm_: sure sounds like you're trying to make Nix a lot more complicated in search of making FHS work for it :P
<energizer> ah, right
<gchristensen> whereas Nix loves the FHS so much it has hundreds to thousands of individual FHS's
<nwm_> which creates the need to gc
<gchristensen> you would need to gc anyway, and what is wrong with gc?
<energizer> i dont see how reorganizing path components removes the need to gc
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<gchristensen> this is another useful point of having each package individually isolated, removing the package is atomic
<energizer> does {^_^}'s ,locate work only on free packages?
<tpw_rules> is that why /nix/store/trash is a thing?
<gchristensen> tpw_rules: right, it does an atomic move to /nix/store/trash, then cleans up trash (non-atomically)
<energizer> theoretically it could also allow package access controls, though it doesn't currently
<gchristensen> it does with an easy applications of bbwrap
<nwm_> you have things individually isolated with /state/package/$hash/{lib, etc, blah}
<tpw_rules> but that's how nix works now
<energizer> i mean the other way, chmod o-r /nix/store/
<nwm_> access control would just be with users/groups and a fast backend
<gchristensen> nwm_: maybe you can share your motivation? seems like you've got solutions in search of a problem at the moment
<energizer> you can chmod /nix/store/foo, but you chmod /lib/foo reveals that foo contains a /lib
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111854 → bigloo: 4.3h -> 4.4a → https://github.com/NixOS/nixpkgs/pull/111854
<gchristensen> if nix notices it will fix everything back to 0644 / 0755
<energizer> i really liked the idea where you can only read built packages if you already have access to the derivation
<gchristensen> you mean how it is now, or like -- further, extended in to userspace?
Jd007 has quit [Quit: Jd007]
<gchristensen> yeah... that is tricky because it requires your operating system agreeing for it to be possible
tsrt^ has quit []
<gchristensen> I looked at making an LSM for something like that, and then a fuse filesystem, but I got tired of the idea before any real progress.
jonringer has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #111839 → shipyard: 0.1.17 -> 0.1.18 → https://github.com/NixOS/nixpkgs/pull/111839
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #111818 → rcon: 0.5 -> 0.6 → https://github.com/NixOS/nixpkgs/pull/111818
<nwm_> mount permissions, user/group permissions, containerization to a degree
acarrico has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #111759 → ginkgo: 1.14.2 -> 1.15.0 → https://github.com/NixOS/nixpkgs/pull/111759
sigmundv has quit [Ping timeout: 240 seconds]
<gchristensen> right, but an important piece is the fundamental model of Nix works on all sorts of OSes, and not every OS would let us do that sort of fancy stuff
<{^_^}> [nixpkgs] @ryantm merged pull request #111773 → lokalise2-cli: 2.6.2 -> 2.6.3 → https://github.com/NixOS/nixpkgs/pull/111773
<nwm_> isn't there a hard dep on systemd to boot nixos?
<cole-h> For now.
<gchristensen> nixos yes but nix works on macos and even windows, and used to work on freebsd
<gchristensen> and other Linuxes too
<nwm_> all have RUN_PATH
<nwm_> ~/.local/nixos/api/$triplet...
<nwm_> and users/groups
<gchristensen> yeah, I'm still wondering your motivation, because so far I haven't found the suggestions very compelling -- but they might be compelling if we knew the motivation
nhs has quit [Ping timeout: 258 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #111855 → sile: 0.10.13 -> 0.10.14 → https://github.com/NixOS/nixpkgs/pull/111855
<gchristensen> beyond "because it could work this way" in which case, yeah, maybe it could, but it doesn't :P
<{^_^}> [nixpkgs] @bbigras opened pull request #111856 → defaultCrateOverrides: add rdkafka-sys → https://github.com/NixOS/nixpkgs/pull/111856
thelounge52 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @marsam opened pull request #111857 → syncthing: 1.12.1 -> 1.13.1 → https://github.com/NixOS/nixpkgs/pull/111857
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111858 → appstream: 0.13.1 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/111858
vs^ has joined #nixos
thelounge52 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #111832 → python3Packages.praw: 7.1.0 -> 7.1.2 → https://github.com/NixOS/nixpkgs/pull/111832
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111859 → armadillo: 10.2.0 -> 10.2.1 → https://github.com/NixOS/nixpkgs/pull/111859
marcusr has quit [Remote host closed the connection]
marcusr has joined #nixos
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @mweinelt pushed to master « python3Packages.canopen: fix build, tests and license »: https://git.io/JtzUo
hyper_ch4 has joined #nixos
Jd007 has joined #nixos
hyper_ch2 has quit [Read error: Connection reset by peer]
nhs has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #111781 → musikcube: 0.96.4 -> 0.96.5 → https://github.com/NixOS/nixpkgs/pull/111781
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111860 → atftp: 0.7.2 -> 0.7.4 → https://github.com/NixOS/nixpkgs/pull/111860
citadelcore has joined #nixos
marcusr has quit [Remote host closed the connection]
<citadelcore> How can I run nixos-rebuild switch with --impure ?
<citadelcore> Says it's an invalid parameter
<citadelcore> I've tried `sudo nix build .#nixosConfigurations.avalon.config.system.build.toplevel --impure` then `sudo ./result/bin/switch-to-configuration switch`, but this does not set up the boot menu entries
<{^_^}> [nixpkgs] @Moredread opened pull request #111861 → mediathekview: 13.7.0 -> 13.7.1 → https://github.com/NixOS/nixpkgs/pull/111861
marcusr has joined #nixos
<cole-h> CitadelCore: Are you running 20.09?
<citadelcore> Yeah
<cole-h> That's because https://github.com/nixos/nixpkgs/commit/1343164249a4caaf6f7c982f6e768539b33ddb0c is only on master, not 20.09.
<citadelcore> Ahh, thank you
<{^_^}> [nixpkgs] @ryantm merged pull request #111811 → protolock: 0.15.0 -> 0.15.1 → https://github.com/NixOS/nixpkgs/pull/111811
m0rphism1 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111862 → bluej: 4.2.2 -> 5.0.0 → https://github.com/NixOS/nixpkgs/pull/111862
<cole-h> CitadelCore: So you can use nixos-rebuild from an unstable nixpkgs: `nix shell nixpkgs#nixos-rebuild`
<{^_^}> [nixpkgs] @ryantm merged pull request #111779 → mob: 1.1.0 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/111779
<citadelcore> perfect!
marcusr has quit [Remote host closed the connection]
<citadelcore> huh weird, that command's telling me flake:nixpkgs doesn't provide the nixos-rebuild attribute?
marcusr has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #111724 → argo: 2.12.6 -> 2.12.7 → https://github.com/NixOS/nixpkgs/pull/111724
<citadelcore> ah oops, just had to specify the branch
<citadelcore> `nix shell nixpkgs/master#nixos-rebuild`
<{^_^}> [nixpkgs] @marsam opened pull request #111863 → rubocop: 1.9.0 -> 1.9.1 → https://github.com/NixOS/nixpkgs/pull/111863
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
cseder has joined #nixos
marcusr has quit [Read error: Connection reset by peer]
h0m1 has quit [Ping timeout: 260 seconds]
marcusr has joined #nixos
thelounge52 has quit [Ping timeout: 258 seconds]
h0m1 has joined #nixos
<citadelcore> cole-h: I'm getting "error: 'flake' is not a recognised command" from nixos-rebuild
<citadelcore> is there something special I need to do?
<citadelcore> seems like nixos-rebuild is referencing a nix version without flake support
<cole-h> Probably add nixUnstable to the build inputs
<citadelcore> build inputs, as in add it alongside nixFlakes in the nix shell command?
charlylp has joined #nixos
nhs has joined #nixos
cseder_ has joined #nixos
<{^_^}> [nixpkgs] @thiagokokada opened pull request #111864 → clojure-lsp: migrate to GraalVM → https://github.com/NixOS/nixpkgs/pull/111864
charlylp has left #nixos [#nixos]
cseder has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
wrkzk[m] has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nix] @matthewbauer opened pull request #4517 → Always enter first level of attrset in nix search → https://github.com/NixOS/nix/pull/4517
cseder has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111865 → callaudiod: 0.0.4 -> 0.1.0 → https://github.com/NixOS/nixpkgs/pull/111865
cseder_ has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @danielfullmer opened pull request #111866 → zerotierone: 1.6.2 -> 1.6.3 → https://github.com/NixOS/nixpkgs/pull/111866
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111867 → cpp-utilities: 5.10.0 -> 5.10.1 → https://github.com/NixOS/nixpkgs/pull/111867
aveltras has quit [Quit: Connection closed for inactivity]
thelounge52 has joined #nixos
stiell has joined #nixos
nhs has joined #nixos
stephank has quit [Quit: stephank]
Qubasa has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
stephank has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
totapunk has joined #nixos
totapunk has quit [Client Quit]
stiell has quit [Ping timeout: 246 seconds]
nhs has joined #nixos
nwspk has joined #nixos
mzan has joined #nixos
<yjftsjthsd> I'm working on a nice little raspberry pi appliance. Is there any way that I can flash the generic image to the card, and then drop my configuration.nix somewhere on the card and have the system automatically read and apply my configuration on first boot? Docs talk about it automatically resizing the partition, but I'm assuming that particular bit
<yjftsjthsd> is just hardcoded in
nhs has quit [Ping timeout: 258 seconds]
ManiacOfMadness has quit [Ping timeout: 272 seconds]
stiell has joined #nixos
marcusr has quit [Remote host closed the connection]
marcusr has joined #nixos
LilleCarl has quit [Ping timeout: 258 seconds]
LilleCarl has joined #nixos
Jd007 has quit [Quit: Jd007]
marcusr has quit [Read error: Connection reset by peer]
nhs has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 258 seconds]
Supersonic112 is now known as Supersonic
marcusr has joined #nixos
stiell has quit [Ping timeout: 258 seconds]
nhs has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
nhs has joined #nixos
stiell has joined #nixos
IRCsum has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
thelounge52 has quit [Ping timeout: 240 seconds]
<colemickens> yjftsjthsd: how will it go about acquiring the things that the new config.nix needs?
<colemickens> (not saying it's a bad idea, just making sure you've considered this part)
<yjftsjthsd> The same way that it would if I waited for it to boot, manually typed in a configuration.nix, and ran a rebuild-switch
<colemickens> fair enough, ok
<colemickens> yjftsjthsd: I think you'd more or less need to write this yourself.
<colemickens> grah/amc's packet nixos images do this, you might be able to look there for inspiration, and/or might not need as robust-of-a-solution as was devised for Packet.
<yjftsjthsd> which is to say... not 100% sure, but something like "boot using the default config, which should include a one-time task to check for /magic/path/configuration.nix and if it exists then once the system is "up" (probably just multi-user.target or w/e) immediately apply that config
<yjftsjthsd> yeah, okay... I suppose nix has enough tooling that making my own images is doable, I just hoped I wouldn't need to
<colemickens> "immediately apply that config" = use sed or something to edit /etc/nixos/configuration.nix to include a reference to /path/to/file, and then `nixos-rebuild ... `
<colemickens> but yeah, that's what I imagined
<yjftsjthsd> can't you just give nixos-rebuild a file argument?
<colemickens> uhhh I'm not sure actually, I don't tend to directly use it often
<yjftsjthsd> I looked at it once because it felt awkward to have /etc/nixos be a git repo directly
* colemickens really needs to turn back on docs for this machine
<yjftsjthsd> Anyways. It's a simple-sounding idea that seems useful in general - if it did work and was actually that simple I wonder if I could get it merged into the official images
<colemickens> yjftsjthsd: there's something else to consider, you'd need to verify if the SD image you create is ready to be used in-place.
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/7cbec40a095 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<yjftsjthsd> Sorry, I don't follow?
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #111868 → python3Packages.shapely: fix build with geos 3.9.0 → https://github.com/NixOS/nixpkgs/pull/111868
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111869 → cmake: 3.19.3 -> 3.19.4 → https://github.com/NixOS/nixpkgs/pull/111869
<colemickens> Um, I don't want to mis-answer...
<colemickens> but depending on how the image is generated, it might not have the config or nixpkgs channel copied into the SD card image
<yjftsjthsd> I just don't understand what you mean by "used in-place"
<yjftsjthsd> ah
<yjftsjthsd> wouldn't that be broken out of the box anyways?
nhs has joined #nixos
<colemickens> I don't want to make things more complicated than they need to be, but I almost imagine a sort of what to specify a different second-stage-2 to handoff to.
<colemickens> the stage-1 would read from /special/external/FAT32/stage-2-toplevel to determine which stage-2 to load into
<colemickens> (I haven't really fully thought this through or tried this)
<yjftsjthsd> I think I follow. I dunno, that *feels* over-complicated to me, but I may be grossly underestimating the problem space:)
<colemickens> yeah, I don't want to speculate more without experimenting first
citadelcore has quit [Quit: Connection closed]
<colemickens> in the SD image, we already add some extra stuff to postBootCommands to (finish) setup of the overlayed nix store and set the current-system to boot into
<colemickens> It seems like if you had stage-1 networking enabled, you could try reading the text file, nix-store -r $(cat /the/fat32/toplevel), and then set that to /run/current-system instead?
<colemickens> samueldr: have you ever tried something like this? or this seems like something clever might have done ?
nhs has quit [Ping timeout: 276 seconds]
<samueldr> no idea, I see it's about provisioning on first boot?
<samueldr> I think no effort has been made as it's assumed you'd "just generate your own image"
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111870 → conmon: 2.0.25 -> 2.0.26 → https://github.com/NixOS/nixpkgs/pull/111870
<colemickens> oh I'm just making this up as I go, no expectation that there's any sort of support for this :)
zie has quit [Quit: ZNC 1.8.1 - https://znc.in]
<yjftsjthsd> yep, and in fact I just now found https://github.com/Robertof/nixos-docker-sd-image-builder which probably suffices even if I feel like automatic-reconfiguation (cloud-init style) is "nicer" in some senses
<colemickens> but I can't be the first one to dream up stage-1-only images
zie has joined #nixos
rail has joined #nixos
<samueldr> well, target disk mode for mobile nixos doesn't generate a stage2
<samueldr> but it doesn't use the usual nixos stage-1 either
<samueldr> :)
orivej has quit [Ping timeout: 240 seconds]
<colemickens> I want it for my cloud vm images too. I currently just boot the latest image I made, and then immediately apply my latest config, but in reality, I'd like to have a floating pointer somewhere that points to stage-2 and then stage-1 just loads it into the ephemeral disk at boot
<colemickens> Sort of gets dicey if I start changing mounts and stuff though, maybe that's too much moving parts.
<samueldr> sounds to me what you want is "not our stage-1, but something else"
<samueldr> not that there's no value
<samueldr> after all... I did go for "not our stage-1"
<colemickens> samueldr: maybe? but I'm not sure it's different enough that I couldn't just throw it in postBootCommands?
<colemickens> samueldr: or maybe like a stage-1.5
<samueldr> postBoot happens in stage-2!
<colemickens> you're probably right :)
<colemickens> -_-
<samueldr> it's really not a bad idea to experiment with those things
<samueldr> it's pretty trivial with NixOS
<samueldr> (compared to other distros)
<colemickens> yeah, more of if I'm willing to dedicate the time to trying all of the iterations it would take
<colemickens> soon!
nhs has joined #nixos
<energizer> adisbladis: iirc you might have an opinion about this question https://discourse.nixos.org/t/pythonpackages-foobar-vs-python3-pkgs-foobar-vs-using-withpackages/11361/6
<adisbladis> energizer: RFC83 is a better place for that discusion https://github.com/NixOS/rfcs/pull/83
<{^_^}> rfcs#83 (by FRidh, 6 weeks ago, open): [RFC 0083] common interface package sets
<energizer> i see
terinjokes has joined #nixos
thelounge52 has joined #nixos
maljub01 has joined #nixos
thelounge52 has quit [Ping timeout: 272 seconds]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111871 → curl: 7.74.0 -> 7.75.0 → https://github.com/NixOS/nixpkgs/pull/111871
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
nhs has joined #nixos
ashkitten has quit [Quit: WeeChat 3.0]
ashkitten has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
terinjokes has quit [Quit: ZNC 1.8.1 - https://znc.in]
terinjokes has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
terinjokes has quit [Client Quit]
terinjokes has joined #nixos
<veleiro> i'm reading about the intensional store, how close is that to being ready i wonder
simba1 has joined #nixos
Darkmatter66 has quit [Ping timeout: 256 seconds]
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi9812 has joined #nixos
thelounge52 has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
<adisbladis> veleiro: The CAS work is progressing nicely
<adisbladis> (I can't give you a time estimate, but it's still ongoing)
thelounge52 has quit [Ping timeout: 246 seconds]
mmohammadi9812 has quit [Ping timeout: 240 seconds]
kaziemazie[m] is now known as kazimazi[m]
mmohammadi9812 has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @adisbladis merged pull request #111870 → conmon: 2.0.25 -> 2.0.26 → https://github.com/NixOS/nixpkgs/pull/111870
<veleiro> oh thanks!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111873 → enlightenment.evisum: 0.5.9 -> 0.5.10 → https://github.com/NixOS/nixpkgs/pull/111873
nhs has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
palo1 has joined #nixos
tgamblin-llnl has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111874 → eksctl: 0.36.2 -> 0.37.0 → https://github.com/NixOS/nixpkgs/pull/111874
palo has quit [Ping timeout: 258 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111875 → dnscontrol: 3.5.0 -> 3.6.0 → https://github.com/NixOS/nixpkgs/pull/111875
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
IRCsum has quit [Ping timeout: 272 seconds]
thelounge52 has joined #nixos
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111876 → exodus: 21.1.18 -> 21.1.29 → https://github.com/NixOS/nixpkgs/pull/111876
thelounge52 has quit [Ping timeout: 246 seconds]
vs^ has quit []
sangoma has quit [Ping timeout: 240 seconds]
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @TredwellGit opened pull request #111877 → neon: 0.31.0 -> 0.31.2 → https://github.com/NixOS/nixpkgs/pull/111877
nhs has joined #nixos
nhs has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @rileyinman opened pull request #111878 → iosevka: 3.7.1 -> 4.5.0, revise build plan system → https://github.com/NixOS/nixpkgs/pull/111878
erh^ has joined #nixos
IRCsum has joined #nixos
sangoma has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111879 → entr: 4.6 -> 4.7 → https://github.com/NixOS/nixpkgs/pull/111879
<{^_^}> [nixpkgs] @danieldk merged pull request #111689 → glfw: hardwire path to libGL.so.1 the intended way → https://github.com/NixOS/nixpkgs/pull/111689
nhs has quit [Ping timeout: 256 seconds]
jonatanb has joined #nixos
_bin has quit [Ping timeout: 240 seconds]
jonatanb has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #111572 → asciidoc: set revdate → https://github.com/NixOS/nixpkgs/pull/111572
thelounge52 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
nhs has joined #nixos
mmohammadi9812 has quit [Ping timeout: 240 seconds]
mmohammadi9812 has joined #nixos
marusich has quit [Ping timeout: 265 seconds]
thelounge52 has quit [Ping timeout: 272 seconds]
_bin has joined #nixos
captn3m0- has joined #nixos
captn3m0 has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 272 seconds]
d3od has joined #nixos
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #nixos
asheshambasta has joined #nixos
mallox has joined #nixos
nhs has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
Lux[m]1 is now known as LuxExUmbra
nhs has quit [Ping timeout: 240 seconds]
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
d3od has quit [Remote host closed the connection]
<{^_^}> [mobile-nixos] @archseer opened pull request #294 → Flake compatibility → https://github.com/NixOS/mobile-nixos/pull/294
LuxExUmbra is now known as luxferresum
orivej has joined #nixos
Qwerky has joined #nixos
luxferresum is now known as lux1
<{^_^}> [nixpkgs] @adisbladis merged pull request #111879 → entr: 4.6 -> 4.7 → https://github.com/NixOS/nixpkgs/pull/111879
lux1 is now known as test123456
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
cfricke has joined #nixos
nhs has joined #nixos
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
simba1 has quit [Ping timeout: 276 seconds]
test123456 is now known as lux12
lux12 is now known as lux1
civodul has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
hyiltiz has quit [Ping timeout: 264 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
hyiltiz has joined #nixos
thelounge52 has quit [Ping timeout: 246 seconds]
lsix1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111880 → dump: 0.4b46 -> 0.4b47 → https://github.com/NixOS/nixpkgs/pull/111880
ahmed_elgabri has quit [Ping timeout: 264 seconds]
gxt has quit [Quit: WeeChat 3.0]
mmohammadi9812 has quit [Quit: Quit]
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111881 → fasm: 1.73.25 -> 1.73.27 → https://github.com/NixOS/nixpkgs/pull/111881
respawn_ has joined #nixos
marusich has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
thelounge52 has joined #nixos
thongpv88 has joined #nixos
thongpv88 has quit [Client Quit]
d3od has joined #nixos
d3od has quit [Excess Flood]
d3od has joined #nixos
d3od has quit [Remote host closed the connection]
respawn_ has quit [Quit: Leaving]
titouan has quit [Quit: titouan]
saschagrunert has joined #nixos
titouan has joined #nixos
poscat has quit [Ping timeout: 240 seconds]
poscat has joined #nixos
ohyesse has joined #nixos
aither has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @svanderburg merged pull request #110813 → nodePackages: regenerate with node2nix 1.9.0 → https://github.com/NixOS/nixpkgs/pull/110813
nhs has joined #nixos
ahmed_elgabri has joined #nixos
ohyesse has quit [Quit: Connection closed]
snajpa has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 276 seconds]
riksteri has joined #nixos
domogled has joined #nixos
nwm_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @NinjaTrappeur merged pull request #111833 → wpa_supplicant: fix for security advisory 2020-2 → https://github.com/NixOS/nixpkgs/pull/111833
attila_lendvai has joined #nixos
aither has joined #nixos
<{^_^}> [nixpkgs] @prusnak closed pull request #70840 → python3Packages.aioinflux: init at 0.9.0 → https://github.com/NixOS/nixpkgs/pull/70840
nhs has joined #nixos
leotaku has quit [Quit: ZNC 1.8.2 - https://znc.in]
ahmed_elgabri has joined #nixos
ahmed_elgabri has quit [Client Quit]
leotaku has joined #nixos
ericsagn1 has quit [Quit: WeeChat 3.0]
nhs has quit [Ping timeout: 240 seconds]
ericsagnes has joined #nixos
ahmedelgabri has joined #nixos
simara[m] has joined #nixos
aramiscd[m] has left #nixos ["User left"]
lux1 is now known as LuxExUmbra
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111883 → di: 4.48 -> 4.48.0.1 → https://github.com/NixOS/nixpkgs/pull/111883
alexherbo2 has joined #nixos
nhs has joined #nixos
marusich has quit [Quit: Leaving]
tgamblin-llnl has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marusich has joined #nixos
ragge42[m] has quit [Quit: Idle for 30+ days]
willghatch has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @ehmry pushed commit from @danielfullmer to master « zerotierone: 1.6.2 -> 1.6.3 »: https://git.io/JtzWC
<{^_^}> [nixpkgs] @ehmry merged pull request #111866 → zerotierone: 1.6.2 -> 1.6.3 → https://github.com/NixOS/nixpkgs/pull/111866
<{^_^}> [nixpkgs] @ehmry pushed commit from @danielfullmer to release-20.09 « zerotierone: 1.6.2 -> 1.6.3 »: https://git.io/JtzWE
<{^_^}> [nixpkgs] @dotlambda opened pull request #111884 → tcpreplay: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111884
thelounge52 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111885 → dnsmasq: 2.83 -> 2.84 → https://github.com/NixOS/nixpkgs/pull/111885
zupo has joined #nixos
vidbina has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/04d5f1e3a87 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
bdju has joined #nixos
turlando has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 265 seconds]
marusich has quit [Quit: Leaving]
nwm_ has joined #nixos
turlando has joined #nixos
respawn_ has joined #nixos
xps has joined #nixos
nhs has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @saschagrunert opened pull request #111886 → runc: 1.0.0-rc92 -> 1.0.0-rc93 → https://github.com/NixOS/nixpkgs/pull/111886
ml| has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/04d5f1e3a87 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @TredwellGit opened pull request #111887 → libreoffice-fresh: 7.0.4.2 -> 7.1.0.3 → https://github.com/NixOS/nixpkgs/pull/111887
turlando has quit [Remote host closed the connection]
turlando has joined #nixos
tom39291 has quit [Ping timeout: 260 seconds]
<adisbladis> bqv: Nice!
naivesheep has quit [Remote host closed the connection]
tom39291 has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
dev_mohe has joined #nixos
sigmundv has joined #nixos
thelounge52 has joined #nixos
zupo_ has joined #nixos
nhs has joined #nixos
arjen-jonathan has joined #nixos
ml| has joined #nixos
dev_mohe has quit [Quit: dev_mohe]
zupo has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111884 → tcpreplay: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111884
nhs has quit [Ping timeout: 272 seconds]
thelounge52 has quit [Ping timeout: 276 seconds]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to release-20.09 « tcpreplay: mark as insecure »: https://git.io/Jtz4E
thc202 has joined #nixos
<Hail_Spacecake> I have a default.nix file that starts with
<Hail_Spacecake> { fetchFromGithub, pkgs ? import <nixpkgs> {} }:
<cole-h> I can already tell you that's not what you want :P
<Hail_Spacecake> and when I run nix-build on it, I get error: undefined variable 'fetchFromGitHub'
<Hail_Spacecake> cole-h: what do I want then?
<ArdaXi> using pkgs.fetchFromGithub inside
<cole-h> fetchFromGitHub would be passed by a call to `callPackage`
<cole-h> So you want to remove that and do as ArdaXi said: use `pkgs.fetchFromGitHub` :)
<Hail_Spacecake> is every possible function you could use in a derviation namespaced under pkgs?
<cole-h> Some are in lib.
<Hail_Spacecake> the examples in https://nixos.org/manual/nixpkgs/stable/#chap-quick-start put fetchFromGithub as a top-level function argument
<cole-h> Yes, because it's intended to be used with `pkgs.callPackage ./default.nix {}`
<Taneb> > pkgs.lib
<{^_^}> { __unfix__ = <LAMBDA>; add = <CODE>; addContextFrom = <CODE>; addErrorContext = <CODE>; addErrorContextToAttrs = <CODE>; addMetaAttrs = <CODE>; all = <PRIMOP>; and = <CODE>; any = <PRIMOP>; appendToN...
<ArdaXi> callPackage will pass the contents of pkgs as needed to the function
<Taneb> There's a handful of functions that are builtins and not repeated in lib
<Hail_Spacecake> hm, ok
j2t has joined #nixos
<ArdaXi> you don't usually want to mix accepting pkgs _and_ accepting attributes under pkgs in your function
<Hail_Spacecake> the next issue I'm having is that this derivation is trying to clone a github repo, reporting "Failed to clone <repo>"
<Hail_Spacecake> even though i can clone that exact repo manually with git
<cole-h> s/usually //
j2t has quit [Client Quit]
<Hail_Spacecake> is there a way I can see what it's trying to do to clone that repo?
<cole-h> Hail_Spacecake: Easier for us to help if you paste the entire output somewhere.
<cole-h> Usually there's more context.
<eyJhb> Does Nix have a easy way to make a dir of multiple files?
<cole-h> > stdenv.mkDerivation { name = "asdf"; phases = [ "lolPhase" ]; lolPhase = "mkdir -p $out/a/b/c/d; touch $out/a/b/c/d/{e,f,g,h}"; }
<{^_^}> "<derivation /nix/store/hz54nlw4gmcyma2psdjhn9v98x4ss1ar-asdf.drv>"
<cole-h> ;^)
<adisbladis> eyJhb: buildEnv
<adisbladis> I think that's what you want?
<eyJhb> adisbladis: Where is that located? :|
nhs has joined #nixos
<eyJhb> Got it adisbladis
<cole-h> Hail_Spacecake: That's because it's trying to use networking inside the Nix sandbox, which is not allowed.
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111888 → sacc: 1.02 -> 1.03 → https://github.com/NixOS/nixpkgs/pull/111888
<adisbladis> eyJhb: Is that what you want?
chipb has joined #nixos
<cole-h> Hail_Spacecake: "Resolving dependencies" and then "Fetching https://github.com/kemalcr/kemal.git" implies my above conclusion.
<eyJhb> I am basically just building small dirs for s6, so I could use either one. Runcommand might be easier
cfricke has quit [Quit: WeeChat 3.0]
cfricke has joined #nixos
<cole-h> You'll need to patch out that `git` call and drop the kemal source where it expects to be found. But I'd expect it's wanting to do much more networking.
wolfshappen has quit [Quit: later]
<{^_^}> [nixpkgs] @adisbladis merged pull request #111886 → runc: 1.0.0-rc92 -> 1.0.0-rc93 → https://github.com/NixOS/nixpkgs/pull/111886
<Hail_Spacecake> what is that fetchFromGithub line doing then, if you can't make network requests?
<eyJhb> But I somewhat need it to place the dirs inside the container... :/
<Hail_Spacecake> I'm very new to nix, and I'm trying to write a derivation that will build a piece of software currently on github, so I can use it in nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111889 → gnome-builder: 3.38.1 -> 3.38.2 → https://github.com/NixOS/nixpkgs/pull/111889
<Hail_Spacecake> that's the broader problem I'm trying to solve
Jackneill has quit [Ping timeout: 258 seconds]
<NobbZ[m]> <Hail_Spacecake "what is that fetchFromGithub lin"> It's using a technique called "fixed output derivation"
<cole-h> ^
kaivai has quit [Quit: ZNC - https://znc.in]
<Hail_Spacecake> what is that?
<adisbladis> Nix allows for networking _if and only if_ the output hash is known ahead of time
<cole-h> Hail_Spacecake: Assuming you're trying to package something using Crystal, you might have a look at https://danilafe.com/blog/crystal_nix_revisited/. I don't know if it'll help at all, though.
kaivai has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
<Hail_Spacecake> yeah I'm following that blog post
<cole-h> To further specify: Nix allows networking iff the output hash is known ahead of time in a way that Nix can understand (e.g. the `sha256` attr of `fetchFromGitHub`)
<cole-h> Hail_Spacecake: You probably also should look into https://github.com/peterhoeg/crystal2nix
m0rphism1 has joined #nixos
<Rovanion> I'm trying to package prometheus-slurm-exporter for Nix but can't for the life of me debug the buildGoPackage procedure. It fails when the build program exits with a non-zero exit, but that is all I can get out of my nix-build invocation, despite --verbose --debug and --keep-failed.
<{^_^}> [nixpkgs] @dotlambda merged pull request #111708 → [20.09] libvirt: add patch for CVE-2020-25637 → https://github.com/NixOS/nixpkgs/pull/111708
<Rovanion> When running `nix-shell $NIXPKGS -A prometheus-slurm-exporter` only the genericBuild shell functions seem present, and they fail at a different place it seems.
zebrag has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111890 → gnome3.gnome-sound-recorder: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/111890
Kozova1 has quit [Quit: Leaving]
<{^_^}> [nix] @regnat pushed to ca/store-unresolved-outputs « Syntactic fixes »: https://git.io/JtzBV
<{^_^}> [nix] @regnat pushed to ca/store-unresolved-outputs « Don't expose the "bang" drvoutput syntax »: https://git.io/JtzBP
thelounge52 has joined #nixos
Darkmatter66 has joined #nixos
nhs has joined #nixos
Jackneill has joined #nixos
thelounge52 has quit [Ping timeout: 265 seconds]
turlando has quit [Read error: Connection reset by peer]
respawn_ has quit [Quit: Leaving]
turlando has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111891 → freetds: 1.2 -> 1.2.18 → https://github.com/NixOS/nixpkgs/pull/111891
kaliumxyz has quit [Remote host closed the connection]
hiro98 has joined #nixos
lsix1 has quit [Ping timeout: 264 seconds]
lsix1 has joined #nixos
andreas303 has joined #nixos
Lord_of_Life has quit [Ping timeout: 258 seconds]
spudly- has joined #nixos
spudly- has joined #nixos
spudly has quit [Ping timeout: 276 seconds]
spudly- is now known as spudly
Lord_of_Life has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #111892 → licenses: mark issl 'free' for inclusion in channels → https://github.com/NixOS/nixpkgs/pull/111892
cole-h has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111794 → plex: 1.21.1.3876-3c3adfcb4 -> 1.21.2.3943-a91458577 → https://github.com/NixOS/nixpkgs/pull/111794
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111776 → licensor: "Fix" integration test for 2021 → https://github.com/NixOS/nixpkgs/pull/111776
isHavvy has joined #nixos
ewokru[m] is now known as ewok[m]
nhs has quit [Ping timeout: 272 seconds]
Darkmatter66 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumBeta: 89.0.4389.23 -> 89.0.4389.40 »: https://git.io/Jtz0Y
spudly has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111893 → fldigi: 4.1.17 -> 4.1.18 → https://github.com/NixOS/nixpkgs/pull/111893
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111894 → gcr: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/111894
thelounge52 has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111895 → qutebrowser: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111895
orivej has quit [Ping timeout: 276 seconds]
thelounge52 has quit [Ping timeout: 258 seconds]
logand has joined #nixos
nhs has quit [Ping timeout: 276 seconds]
orivej has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
spudly1 has quit [Quit: killed]
spudly has joined #nixos
spudly- has joined #nixos
spudly- has joined #nixos
spudly has quit [Ping timeout: 265 seconds]
spudly- is now known as spudly
nhs has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #111131 → pythonPackages.pyqtwebengine: 5.15.0 -> 5.15.2 → https://github.com/NixOS/nixpkgs/pull/111131
nhs has quit [Ping timeout: 272 seconds]
jimmiehansson has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #111897 → python3Packages.pytz: 2020.5 -> 2021.1 → https://github.com/NixOS/nixpkgs/pull/111897
jimmiehansson has quit [Remote host closed the connection]
jimmiehansson has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #111789 → isync: 1.3.3 -> 1.3.4 → https://github.com/NixOS/nixpkgs/pull/111789
fuiltilt has quit [Quit: WeeChat 2.9]
aveltras has joined #nixos
nhs has joined #nixos
cseder has quit [Ping timeout: 258 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
cseder has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
thelounge52 has joined #nixos
fendor has joined #nixos
thelounge52 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111898 → python37Packages.hg-evolve: 10.1.0 -> 10.2.0.post1 → https://github.com/NixOS/nixpkgs/pull/111898
wolfshappen has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<humancalico[m]> Is there a de-facto way to fix shared library errors when building projects on NixOS?
hiro98 has quit [Ping timeout: 256 seconds]
jimmiehansson has quit [Read error: Connection reset by peer]
turlando has quit [Remote host closed the connection]
turlando has joined #nixos
jimmiehansson has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111901 → hwinfo: 21.71 -> 21.72 → https://github.com/NixOS/nixpkgs/pull/111901
turlando has quit [Read error: Connection reset by peer]
turlando_ has joined #nixos
ahmedelgabri has joined #nixos
turlando_ has quit [Remote host closed the connection]
jimmiehansson has quit [Remote host closed the connection]
turlando_ has joined #nixos
jimmiehansson has joined #nixos
thongpv87 has quit [Read error: No route to host]
jimmie_ has joined #nixos
jimmie_ has quit [Remote host closed the connection]
nhs has joined #nixos
sangoma has quit [Ping timeout: 256 seconds]
turlando_ has quit [Read error: Connection reset by peer]
hiro98 has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
turlando has joined #nixos
thelounge52 has joined #nixos
thelounge52 has quit [Ping timeout: 276 seconds]
srk has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #111903 → weighttp: add license → https://github.com/NixOS/nixpkgs/pull/111903
<{^_^}> [nixpkgs] @mweinelt merged pull request #111007 → python3Packages.canmatrix: 0.9.1 -> 0.9.3 → https://github.com/NixOS/nixpkgs/pull/111007
sangoma has joined #nixos
nhs has joined #nixos
ahmed_elgabri has joined #nixos
lsix1 has quit [Ping timeout: 258 seconds]
<djanatyn> when i use `:b` in `nix repl` i only get the last 10 lines of build output if there is a failure. how do i get more, or see the rest of the output from the previously failed build?
puck has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @mweinelt opened pull request #111904 → [20.09] wpa_supplicant: fix for security advisory 2020-2 → https://github.com/NixOS/nixpkgs/pull/111904
srk has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @Luflosi opened pull request #111905 → youtube-dl: 2021.01.24.1 -> 2021.02.04.1 → https://github.com/NixOS/nixpkgs/pull/111905
nhs has quit [Ping timeout: 276 seconds]
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @TredwellGit opened pull request #111906 → wireshark: 3.4.2 -> 3.4.3 → https://github.com/NixOS/nixpkgs/pull/111906
<{^_^}> [nixpkgs] @primeos opened pull request #111907 → isync: 1.3.4 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/111907
<{^_^}> [nixpkgs] @mweinelt pushed to master « home-assistant: disable test_config_path »: https://git.io/Jtz2q
Athas has joined #nixos
hyper_ch4 has quit [Read error: Connection reset by peer]
davidv7 has quit [Ping timeout: 240 seconds]
davidv7 has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @romildo merged pull request #111873 → enlightenment.evisum: 0.5.9 -> 0.5.10 → https://github.com/NixOS/nixpkgs/pull/111873
Darkmatter66_ has joined #nixos
nhs has joined #nixos
erh^ has quit []
Darkmatter66 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #111807 → python3Packages.xboxapi: init at 2.0.1 → https://github.com/NixOS/nixpkgs/pull/111807
vidbina has joined #nixos
tsrt^ has joined #nixos
lsix1 has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #111908 → fscryptctl-experimental: 2017-10-23 -> 0.1.0 → https://github.com/NixOS/nixpkgs/pull/111908
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111909 → gpsprune: 20.1 -> 20.2 → https://github.com/NixOS/nixpkgs/pull/111909
<{^_^}> [nixpkgs] @fabaff opened pull request #111910 → python3Packages.aresponses: 2.1.2 -> 2.1.4 → https://github.com/NixOS/nixpkgs/pull/111910
Darkmatter66_ has quit [Ping timeout: 240 seconds]
vidbina has quit [Ping timeout: 240 seconds]
hiro98 has quit [Quit: hiro98]
hiro99 has joined #nixos
meh` has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #111910 → python3Packages.aresponses: 2.1.2 -> 2.1.4 → https://github.com/NixOS/nixpkgs/pull/111910
<{^_^}> [nixpkgs] @luc65r opened pull request #111912 → rofi-calc: 1.9 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/111912
hiro99 is now known as hiro98
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111913 → icewm: 2.0.0 -> 2.1.1 → https://github.com/NixOS/nixpkgs/pull/111913
<{^_^}> [nixpkgs] @mweinelt merged pull request #111827 → python3Packages.solax: init at 0.2.5 → https://github.com/NixOS/nixpkgs/pull/111827
hiro98 has quit [Ping timeout: 246 seconds]
thelounge52 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #111712 → certbot: 1.11.0 -> 1.12.0 → https://github.com/NixOS/nixpkgs/pull/111712
reactormonk1 has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @oxzi opened pull request #111914 → weechatScripts.multiline: init at 0.6.3 → https://github.com/NixOS/nixpkgs/pull/111914
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #111863 → rubocop: 1.9.0 -> 1.9.1 → https://github.com/NixOS/nixpkgs/pull/111863
<gentauro> how do I downgrade VirtualBox?
<gentauro> apparently VirtualBox was upgraded to 6.0
<eyJhb> Overlays or downgrade your nixpkgs version
<gentauro> it seems that VB6.0 can't open images created by VB5.0
<dminuoso> Seems like this should have been pinned to stateVersion?
<gentauro> eyJhb: this is what I added to /etc/nixos/configuation.nix `virtualisation.virtualbox.host.enable = true;`
<gentauro> there isn't that many options …
<gentauro> I'm used to VMware products so this is new for me. But why can't VirtualBox 6.0 not open images created in 5.0?
<dminuoso> Ask Oracle?
vidbina has joined #nixos
ahmed_elgabri has joined #nixos
<gentauro> `nix-env -qaP | grep virtualbox` => provides a list with `virtualbox-6.1.…` isn't there a way to downgrade?
nwspk has quit [Quit: nwspk]
nwspk has joined #nixos
nhs has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111915 → gnome3.gpaste: 3.38.4 -> 3.38.5 → https://github.com/NixOS/nixpkgs/pull/111915
hiro98 has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
<hexa-> I have a list of components and I have a function that returns a list packages required for that component. I want to extend checkInputs with that aggregated list of packages.
<hexa-> can someone recommend a function to achieve this? :)
vrinek has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111916 → grisbi: 2.0.0 -> 2.0.1 → https://github.com/NixOS/nixpkgs/pull/111916
<hexa-> nvm, concatMap will do
vrinek has joined #nixos
<maralorn> gentauro: Yes, you can downgrade. Pick the VB 5.0 from a pinned older version of nixpkgs and override the vb-version in an overlay. That will lead to the module also using the older package.
<maralorn> I don‘t know though, if there are maybe some changes in the module which might be incompatible with the old VB version.
<gentauro> maralorn: I ended up restarting nixos and now it works. `NixOS` the new M$ OS? :|
<gentauro> could somebody update the topic of the channel to: «Have you tried to turn it off and turn it on again?» xD
<{^_^}> [nixpkgs] @primeos opened pull request #111917 → [20.09] chromium: 88.0.4324.96 -> 88.0.4324.146 → https://github.com/NixOS/nixpkgs/pull/111917
<maralorn> gentauro: That‘s much better of course.
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jtzab
<maralorn> I think all linux distribution will require manual intervention after the update of a system service. It’s sad when it doesn‘t work on nixos, but sometimes there is no chance. e.g. with kernel-updates.
<gentauro> maralorn: well a message like: "Please restart" would be helpfull :)
<gentauro> no shame in trying to be like M$ xD
<maralorn> gentauro: That is actually a good point.
<maralorn> I think we cater to that a little bit with "Not restarting the following services:"
hiro98 has quit [Ping timeout: 265 seconds]
<gentauro> :)
thelounge52 has joined #nixos
nhs has joined #nixos
alexherbo2 has quit [Ping timeout: 265 seconds]
saschagrunert has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @luc65r opened pull request #111918 → ssh-chat: 1.10 -> 1.10.1 → https://github.com/NixOS/nixpkgs/pull/111918
cosimone has joined #nixos
saschagrunert has joined #nixos
spudly has quit [Ping timeout: 240 seconds]
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #111806 → pcm: 202011 -> 202101 → https://github.com/NixOS/nixpkgs/pull/111806
<{^_^}> [nixpkgs] @ryantm merged pull request #111836 → seaweedfs: 2.14 -> 2.23 → https://github.com/NixOS/nixpkgs/pull/111836
voidcontext has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111919 → gthumb: 3.10.1 -> 3.10.2 → https://github.com/NixOS/nixpkgs/pull/111919
spudly has joined #nixos
spudly has quit [Changing host]
spudly has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #111905 → youtube-dl: 2021.01.24.1 -> 2021.02.04.1 → https://github.com/NixOS/nixpkgs/pull/111905
sangoma has quit [Quit: WeeChat 3.0]
cseder_ has joined #nixos
cseder has quit [Ping timeout: 256 seconds]
codezero has quit [Read error: Connection reset by peer]
nhs has joined #nixos
mkaito has joined #nixos
codezero has joined #nixos
<{^_^}> [nix] @regnat pushed to ca/store-unresolved-outputs « Store the output hashes in the initialOutputs of the drv goal »: https://git.io/JtzVj
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #111920 → palemoon: 28.17.0 -> 29.0.0, switch to gtk3 → https://github.com/NixOS/nixpkgs/pull/111920
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
<Mic92> sphalerite: kloenk spacekookie niksnut rfc comittee meeting soonish
<sphalerite> ha, was just about to write the same thing in #nixos-dev
alexherbo2 has joined #nixos
<sphalerite> (literally just typing)
<{^_^}> [nixpkgs] @mweinelt opened pull request #111921 → home-assistant: improve checkInputs package selection → https://github.com/NixOS/nixpkgs/pull/111921
<Mic92> kloenk is not in #nixos-dev so
<sphalerite> kloenk: can we interest you in a #nixos-dev? :D
lord| has quit [Ping timeout: 268 seconds]
Luker_ has quit [Quit: ZNC - http://znc.in]
Luker has joined #nixos
xps has quit [Ping timeout: 256 seconds]
nhs has quit [Ping timeout: 276 seconds]
madalu has quit [Remote host closed the connection]
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
madalu has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 25 commits to staging-next: https://git.io/Jtzww
wolfshappen has quit [Quit: later]
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @luc65r opened pull request #111922 → tartube: 2.3.042 -> 2.3.085 → https://github.com/NixOS/nixpkgs/pull/111922
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/JtzwP
<{^_^}> [nixpkgs] @jtojnar pushed 98 commits to staging: https://git.io/JtzwD
Lord_of_Life has quit [Excess Flood]
<{^_^}> [nixpkgs] @sikmir opened pull request #111923 → lagrange: 1.1.0 → 1.1.1 → https://github.com/NixOS/nixpkgs/pull/111923
Lord_of_Life has joined #nixos
thelounge52 has quit [Ping timeout: 246 seconds]
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @saschagrunert opened pull request #111924 → nixos/cri-o: add OCI seccomp bpf hook support → https://github.com/NixOS/nixpkgs/pull/111924
berberman has joined #nixos
<attila_lendvai> my package has been merged into the nixpkgs repo. when/how will it automatically enter the unstable, and then the stable channel? where can i read about the process?
nhs has joined #nixos
berberman_ has quit [Ping timeout: 260 seconds]
<tpw_rules> attila_lendvai: https://nixos.wiki/wiki/Nix_channels see "channel update process"
<tpw_rules> tl;dr the build server automatically rebuilds all the packages in the repo for each commit and makes sure the tests pass and every build succeeds if possible. then once the packages are transferred to the cache server that commit becomes the new version of that channel
<attila_lendvai> tpw_rules, thank you!
<tpw_rules> for ending up in stable, that happens when the new stable version is getting ready to be released, or sometimes packages are backported if they contain important fixes
crdb has joined #nixos
<crdb> Hello
nhs has quit [Ping timeout: 246 seconds]
<crdb> I was wondering if it's possible to build Docker images with Nix without docker?
<crdb> like podman for example ?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111925 → insync-v3: 3.2.4.40856 -> 3.3.5.40925 → https://github.com/NixOS/nixpkgs/pull/111925
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #111913 → icewm: 2.0.0 -> 2.1.1 → https://github.com/NixOS/nixpkgs/pull/111913
<lukegb> crdb: nixpkgs' dockerTools already doesn't use docker, I think
mmmattyx has joined #nixos
<crdb> lukegb oh really
<crdb> Was just reading on the official doc/guide and the assumption is that you have docker installed
<Luker> Hi. I noted that the last succesful hydra build for raspi4-aarch64 was almost a month ago...any known problems? I have problems with wpa_supplicant and don't know if it's me or the build
<lukegb> Oh, heh. No, it just outputs an image tarball, you shouldn't need docker installed for that
<attila_lendvai> tpw_rules, so, standalone additions are usually not backported, right? (thinking of the freshly added services.bee, a network app/service that nothing else depends on)
<tpw_rules> no that most likely wouldn't be a candidate
<crdb> lukegb interesting guess I should try this out !
respawn_ has joined #nixos
<tpw_rules> attila_lendvai: if you want to try the package on your personal system i would download the derivation to a local file and create an overlay
<{^_^}> [nix] @regnat pushed 3 commits to ca/drvoutputs-commands: https://git.io/JtzrV
<attila_lendvai> tpw_rules, i'm new to nix, but i'm the author of the package. someone helped me to set up a local overlay to be able to test it locally. now i'm about to extend the app's documentation about nix(os) install instructions, but i'm still too new to all of this...
devalot has left #nixos ["ERC (IRC client for Emacs 27.1)"]
nhs has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
footlooseboss has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111819 → osm2pgsql: 1.4.0 -> 1.4.1 → https://github.com/NixOS/nixpkgs/pull/111819
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111824 → ryujinx: 1.0.6448 -> 1.0.6498 → https://github.com/NixOS/nixpkgs/pull/111824
sangoma has joined #nixos
<attila_lendvai> probably i'll wait for the next stable release. AFAIU, it should be soon.
xps has joined #nixos
thelounge52 has joined #nixos
<tpw_rules> it won't be for a few months
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #111684 → zfs: Add test references → https://github.com/NixOS/nixpkgs/pull/111684
<gchristensen> next release is 20.05
<lassulus> 21.05 ?
<gchristensen> heh yea
<lassulus> maybe doing 2020 would also be fine :)
<gchristensen> no thanks I don't need to go back :P
nhs has joined #nixos
<{^_^}> [nixpkgs] @WilliButz opened pull request #111926 → grafana: 7.3.7 -> 7.4.0 → https://github.com/NixOS/nixpkgs/pull/111926
<{^_^}> [nixpkgs] @mkg20001 merged pull request #111922 → tartube: 2.3.042 -> 2.3.085 → https://github.com/NixOS/nixpkgs/pull/111922
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111903 → weighttp: add license → https://github.com/NixOS/nixpkgs/pull/111903
jsoo has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #111883 → di: 4.48 -> 4.48.0.1 → https://github.com/NixOS/nixpkgs/pull/111883
thelounge52 has quit [Ping timeout: 256 seconds]
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #111859 → armadillo: 10.2.0 -> 10.2.1 → https://github.com/NixOS/nixpkgs/pull/111859
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111847 → python3.pkgs.osmpythontools: 0.2.8 -> 0.2.9 → https://github.com/NixOS/nixpkgs/pull/111847
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #111927 → python3Packages.uarray: 0.6.0 -> 0.8.2 → https://github.com/NixOS/nixpkgs/pull/111927
<{^_^}> [nixpkgs] @bbigras closed pull request #111856 → defaultCrateOverrides: add rdkafka-sys → https://github.com/NixOS/nixpkgs/pull/111856
<{^_^}> [nixpkgs] @ryantm merged pull request #111862 → bluej: 4.2.2 -> 5.0.0 → https://github.com/NixOS/nixpkgs/pull/111862
<gchristensen> anyone have a nice way of setting up vscode-server on a nixos target? Right now I run this nightmare script: find ~/.vscode-server -name node -type f | xargs patchelf --set-interpreter $(patchelf --print-interpreter $(which patchelf)) --set-rpath $(dirname $(ldd $(which patchelf) | grep stdc++ | cut -d' ' -f3))
footlooseboss has quit [Quit: ...]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111850 → standardnotes: 3.5.11 -> 3.5.18 → https://github.com/NixOS/nixpkgs/pull/111850
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111855 → sile: 0.10.13 -> 0.10.14 → https://github.com/NixOS/nixpkgs/pull/111855
<jsoo> Hi nix! I'm a guix user and I have some questions about impurity in my builds. When building a cpp program with cmake somewhere when checking if the cpp compiler works, /bin/sh is not found. What should I do?
<{^_^}> [nixpkgs] @dotlambda pushed to master « pythonPackages.netifaces: use pythonImportsCheck »: https://git.io/Jtzoo
<supersandro2000> jsoo: Are you on darwin with sandbox enabled?
<jsoo> Im on guix with sandboxing enabled
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111861 → mediathekview: 13.7.0 -> 13.7.1 → https://github.com/NixOS/nixpkgs/pull/111861
<adisbladis> jsoo: This is not a channel for guix questions
<adisbladis> That's #guix
<jsoo> adisbladis: hey! I just listened to the compositional episode! Cool to meet you.
<adisbladis> jsoo: Cool! :) o/
<{^_^}> [nixpkgs] @dotlambda pushed to master « pythonPackages.setproctitle: requires Python >= 3.6 »: https://git.io/JtzoP
<jsoo> I am using nix-build
<adisbladis> Ahh, right :)
<jsoo> Im trying to use nic for work in a guix system host
lsix1 has quit [Ping timeout: 260 seconds]
<theuni> hmm. i have a weird issue with crng init.
<theuni> starting with a netboot image everything is fine
<adisbladis> jsoo: Ok, then you want patchShebangs
<jsoo> Ah, how do I do that?
<theuni> starting (exact same kernel) into an installed system never gets to "crng init done" and blocks the lvm
<adisbladis> Which will rewrite #!/bin/sh to a store path
<jsoo> In guix that's done by default
lsix1 has joined #nixos
<theuni> in the netboot image "crng init done" happens after 13 seconds, but in the real system many things seem to try to read from random but crng init never happens ... even after 60s :/
<jsoo> Is patchShebangs an executable I run in a hook? A thing to enable?
<theuni> any pointers? i've seen this issue before but really solving it seems to be a hit-and-miss thing
<adisbladis> jsoo: Something like `foo.overrideAttrs(old: { postPatch = "patchShebangs path/to/file"; })`
<adisbladis> Or just define a postPatch if not overriding
<jsoo> Hm. Ok. I don't know which file has the shebang unfortunately. I grepping the source and there is no /bin/sh
jmeredith has joined #nixos
nhs has joined #nixos
crdb has quit [Quit: Connection closed]
cfricke has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111762 → vokoscreenNG: 3.0.5 -> 3.0.8 → https://github.com/NixOS/nixpkgs/pull/111762
<jsoo> After perusing the cmake source, I can't tell where the /bin/sh is either
<adisbladis> And I presume this code is private?
<jsoo> (Not private)
gustavderdrache has joined #nixos
jonringer has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111928 → ili2c: 5.0.8 -> 5.1.1 → https://github.com/NixOS/nixpkgs/pull/111928
<adisbladis> Cool, can you share the nix expression?
<jsoo> One sec...
<{^_^}> [nixpkgs] @mmilata opened pull request #111929 → uhubctl: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/111929
<{^_^}> [nixpkgs] @1000101 opened pull request #111930 → swagger-codegen: 2.4.17 -> 3.0.24 → https://github.com/NixOS/nixpkgs/pull/111930
nhs has quit [Ping timeout: 246 seconds]
ahmed_elgabri has joined #nixos
zupo_ has quit [Quit: Textual IRC Client: www.textualapp.com]
Jd007 has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111931 → ibus-engines.m17n: 1.4.3 -> 1.4.4 → https://github.com/NixOS/nixpkgs/pull/111931
<adisbladis> jsoo: That expression builds fine for me on unstable
<jsoo> yeah that's what i figured. it's gotta be sandbox related because i can build with --option sandbox false
<{^_^}> [nixpkgs] @prusnak merged pull request #111929 → uhubctl: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/111929
<jsoo> i'm pinned to a commit from last week
<adisbladis> jsoo: This is with sandboxing enabled
<jsoo> with sandbox=true it fails
<adisbladis> I'm guessing it's some dependency packaging bug that has since been fixed
<jsoo> here's the nix configuration: http://paste.debian.net/1183996/
<jsoo> i also get a similar issue when building pkgsStatic.jemalloc
<{^_^}> [nixpkgs] @oxij opened pull request #111932 → [A rather critical bugfix] fetchzip: fix `extraPostFetch` concatenation → https://github.com/NixOS/nixpkgs/pull/111932
<jsoo> heres the error message for datastax/cpp-driver: http://paste.debian.net/1183998/
<jsoo> i can try updating my pinned commit to the latest
thelounge52 has joined #nixos
nhs has joined #nixos
tgamblin-llnl has joined #nixos
tgamblin-llnl has quit [Client Quit]
<jsoo> also, the nix package in guix is 2.3.10
<{^_^}> [nixpkgs] @thiagokokada opened pull request #111933 → each: init at 0.1.3 → https://github.com/NixOS/nixpkgs/pull/111933
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111934 → gnome3.gvfs: 1.46.1 -> 1.46.2 → https://github.com/NixOS/nixpkgs/pull/111934
avaq has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 240 seconds]
<jsoo> updating my nixpkgs pin to 25d09bd also has the same issue
<avaq> Hi folks! I've created a simple HTTP server with NixOps, using mostly options from 'services.nginx.virtualHosts'. One in particular: enableACME (https://is.gd/xqTe2F), is causing me some trouble.
<avaq> In particular, it seems to be requesting a certificate for the www subdomain as well as the parent domain, but the DNS for the subdomain is not pointing to my server. It's likely unrelated to Nix, but there's a chance it is.
<avaq> I've made a writeup here in a support ticket with LetsEncrypt: https://is.gd/gs4fcZ .. But I'm checking if anyone here might know what it is, or if it could be related to Nix.
<s1341> is there a way to override a variable set in the let section of a derivation?
<s1341> (from a package depending on that one?
<s1341> )
ahmed_elgabri has quit [Ping timeout: 258 seconds]
jiribenes has quit [Ping timeout: 260 seconds]
<adisbladis> s1341: No
<s1341> adisbladis: :(
<jsoo> also, pkgsStatic fails maybe in a related way with this: http://paste.debian.net/1184006/
<jsoo> (pkgsStatic.jemalloc)
<adisbladis> s1341: What do you want to override?
<adisbladis> You can likely get where you want with overrideAttrs
<s1341> adisbladis: i want to turn on all the extra compiler-rt bits when cross-compiling with useLLVM.
<adisbladis> jsoo: There seems to be a larger issue with your nix setup
<adisbladis> s1341: Could you point out what more exactly?
jiribenes has joined #nixos
respawn_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @NeQuissimus pushed 4 commits to master: https://git.io/Jtz6q
<{^_^}> [nixpkgs] @doronbehar merged pull request #111867 → cpp-utilities: 5.10.0 -> 5.10.1 → https://github.com/NixOS/nixpkgs/pull/111867
nhs has joined #nixos
<s1341> because useLLVM is true.
<{^_^}> [nixpkgs] @doronbehar merged pull request #111830 → rtsp-simple-server: 0.12.2 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/111830
<s1341> so i've tried this:
<jsoo> adisbladis: yeah that's what i'm thinking. but i'm not sure what is wrong. here's the nix definitions in guix: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/package-management.scm#n605 and the service: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/nix.scm
<s1341> (that in my derivation's let section) but when i try to use compiler_rt where I would use pkgs.llvmPackages_11.compiler-rt, I get 'variable compiler_rt is not defined:w'
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #111935 → Kernel updates 2021-02-04 → https://github.com/NixOS/nixpkgs/pull/111935
<jsoo> nothing seems really odd to me
<jsoo> and i haven't changed any defaults
<s1341> adisbladis: what am i doing wrong?
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111926 → grafana: 7.3.7 -> 7.4.0 → https://github.com/NixOS/nixpkgs/pull/111926
<jsoo> is build-sandbox-paths a real configuration option?
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
MarkRBM_ has joined #nixos
dsg has quit [Ping timeout: 264 seconds]
<adisbladis> s1341: Hm, I think this may be a packaging bug
<adisbladis> useLLVM doesn't seem to exist
<s1341> UseLLVM is set in the let section, if hostPlatform.useLLVM is set.
<s1341> and it is in some cross scenarios.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #88927 → zerofree: install manpage and COPYING file → https://github.com/NixOS/nixpkgs/pull/88927
<adisbladis> What I mean is hostPlatform.useLLVM is not set for me
<adisbladis> cc Ericson2314
<s1341> it won't be. unless you specify useLLVM in e.g. a crossSystem .
<{^_^}> [nixpkgs] @veprbl opened pull request #111936 → [20.09] libusb1: remove assert that breaks systemd = null deep override → https://github.com/NixOS/nixpkgs/pull/111936
<adisbladis> s1341: Wouldn't you expect that to be set by pkgs.llvmPackages_11 ?
<adisbladis> (I'm not familiar with this)
akaWolf has quit [Ping timeout: 240 seconds]
dsg has joined #nixos
<jsoo> from the docs on sandbox-paths, /bin/sh might be mounted depending on how nix was built. how can i make sure that points to the nix/store/.../bin/sh?
<s1341> adisbladis: maybe...
<s1341> but in any case, I want to work around this issue. because for me useLLVM IS set.
<s1341> (because I set it explicitly in a crossSystem).
<jsoo> hm. looks like the default is not set, that must be the issue.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111672 → checkinstall: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111672
<s1341> now my question is can the overrideAttrs I pasted above work?
<s1341> jsoo: there is no /bin on nix.
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111937 → jotta-cli: 0.9.38023 -> 0.9.39536 → https://github.com/NixOS/nixpkgs/pull/111937
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2b9daa020d4 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111875 → dnscontrol: 3.5.0 -> 3.6.0 → https://github.com/NixOS/nixpkgs/pull/111875
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111895 → qutebrowser: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111895
JonasWouters[m] has quit [Quit: Idle for 30+ days]
codyopel has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtz6N
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111809 → osmium-tool: add meta.changelog → https://github.com/NixOS/nixpkgs/pull/111809
thelounge52 has quit [Ping timeout: 240 seconds]
berberman has quit [Client Quit]
berberman has joined #nixos
growpotkin has joined #nixos
<jsoo> adisbladis: thanks a bunch! i filed a bug with guix
domogled has quit [Ping timeout: 256 seconds]
<attila_lendvai> how come that my changes in /etc/systemd/logind.service don't survive a reboot. after i do another nixos-rebuild switch, it becomes once again what i expect it to be -- until a reboot. any ideas?
mario6221[m] has left #nixos ["User left"]
jiribenes has quit [Quit: jiribenes]
jiribenes has joined #nixos
<jsoo> s1341: yeah though it is bind-mounted into the build sandbox and i think we're missing the default sandbox-paths
<adisbladis> jsoo: I felt like I was mostly fumbling, but glad you figured something out :)
<jsoo> :) very helpful
ransom has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111938 → kdev-php: 5.6.1 -> 5.6.2 → https://github.com/NixOS/nixpkgs/pull/111938
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
* attila_lendvai has realized that in his boot menu there are only 8 generations, while there are 13 when booted. something goes to the wrong place...
<avaq> With regards to my earlier post about nginx, it was indirectly related to Nix: https://github.com/NixOS/nixpkgs/issues/111939
<{^_^}> #111939 (by Avaq, 58 seconds ago, open): The globalRedirect and enableACME options under services.nginx.virtualHosts produce a broken nginx config when used together
zupo has joined #nixos
Qwerky has joined #nixos
KarlJoad has joined #nixos
malook has joined #nixos
zupo has quit [Client Quit]
koldbyte has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to release-20.09 « checkinstall: mark as insecure »: https://git.io/JtziV
koldbyte has quit [Ping timeout: 276 seconds]
avaq has quit [Quit: Leaving]
<aanderse> infinisil: with `freeformType` module options can i use `either` to specify an option type? i tried but got an error
<{^_^}> [nixpkgs] @elseym opened pull request #111940 → esphome: 1.15.3 -> 1.16.0 → https://github.com/NixOS/nixpkgs/pull/111940
<{^_^}> [nixpkgs] @prusnak pushed to master « uhubctl: cleanup src.rev »: https://git.io/Jtzi7
thelounge52 has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2b9daa020d4 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nixpkgs] @Ma27 pushed commit from @WilliButz to release-20.09 « grafana: 7.3.7 -> 7.4.0 »: https://git.io/Jtzih
thelounge52 has quit [Ping timeout: 276 seconds]
malook has quit [Quit: malook]
<{^_^}> [nixpkgs] @Ma27 pushed commit from @Luflosi to release-20.09 « youtube-dl: 2021.01.24.1 -> 2021.02.04.1 »: https://git.io/JtzPl
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111941 → kdev-python: 5.6.1 -> 5.6.2 → https://github.com/NixOS/nixpkgs/pull/111941
<{^_^}> [nixpkgs] @dotlambda merged pull request #111921 → home-assistant: improve checkInputs package selection → https://github.com/NixOS/nixpkgs/pull/111921
akaWolf has joined #nixos
nhs has quit [Ping timeout: 276 seconds]
turion has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111912 → rofi-calc: 1.9 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/111912
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111942 → kid3: 3.8.4 -> 3.8.5 → https://github.com/NixOS/nixpkgs/pull/111942
nhs has joined #nixos
erasmas has joined #nixos
<turion> How do I tell ofborg to run a test that is in myderivation.passthru.tests?
<davidak[m]> turion i think i created an issue for that
<turion> I've tried @ofborg mylangPkgs.somePackage.passthru.tests.nameOfMyTest, but it didn't work
<{^_^}> ofborg#524 (by FRidh, 31 weeks ago, open): Evaluation check does not consider `passthru` and thus `passthru.tests`
zakame has quit [Ping timeout: 240 seconds]
<turion> So they are actually supposed to be run upon @ofborg eval ..., or @ofborg build ...?
<Taneb> Is there machinery in nixpkgs for making bootable isos that have various things preinstalled, but no package manager? I think dockerTools does something similar
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<gchristensen> turion: where is your PR?
arjen-jonathan has quit [Ping timeout: 272 seconds]
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111829 → rssguard: 3.8.3 -> 3.8.4 → https://github.com/NixOS/nixpkgs/pull/111829
bn_work has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111943 → kdevelop-unwrapped: 5.6.1 -> 5.6.2 → https://github.com/NixOS/nixpkgs/pull/111943
Qwerky has quit [Remote host closed the connection]
davidv7 has quit [Remote host closed the connection]
<{^_^}> #98214 (by turion, 19 weeks ago, open): Fix #98209. Test all agda packages
srk has quit [Ping timeout: 268 seconds]
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111820 → react-native-debugger: 0.11.5 -> 0.11.7 → https://github.com/NixOS/nixpkgs/pull/111820
srk has joined #nixos
acarrico has joined #nixos
sangoma has quit [Ping timeout: 256 seconds]
thelounge52 has joined #nixos
ahmed_elgabri has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #111813 → qpdf: 10.0.4 -> 10.1.0 → https://github.com/NixOS/nixpkgs/pull/111813
zupo has joined #nixos
meh` has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111908 → fscryptctl-experimental: 2017-10-23 -> 0.1.0 → https://github.com/NixOS/nixpkgs/pull/111908
ahmed_elgabri has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @globin merged pull request #111940 → esphome: 1.15.3 -> 1.16.0 → https://github.com/NixOS/nixpkgs/pull/111940
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111918 → ssh-chat: 1.10 -> 1.10.1 → https://github.com/NixOS/nixpkgs/pull/111918
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111920 → palemoon: 28.17.0 -> 29.0.0, switch to gtk3 → https://github.com/NixOS/nixpkgs/pull/111920
k4nar has joined #nixos
zakame has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111906 → wireshark: 3.4.2 -> 3.4.3 → https://github.com/NixOS/nixpkgs/pull/111906
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111944 → leftwm: 0.2.5 -> 0.2.6 → https://github.com/NixOS/nixpkgs/pull/111944
<matthewcroughan> Mic92: why doesn't this work anymore?
<matthewcroughan> after running nix-shell I just get "bash: tput: command not found"
respawn_ has joined #nixos
<Mic92> matthewcroughan: try to add ncurses
<matthewcroughan> Mic92: tput: unknown terminal "xterm-kitty"
<matthewcroughan> I know this is because of my term, but why does this happen? I hate it.
<matthewcroughan> Sometimes happens with SSH, age old issue.
Qwerky has joined #nixos
davidv7 has quit [Remote host closed the connection]
henri has joined #nixos
zupo has quit [Ping timeout: 256 seconds]
<henri> Does anyone have experience with the new Nix command line and can tell me what's going on here?
<henri> When I run a development shell `nix develop nixpkgs#hello'
<henri> and then try to add additional packages with `nix shell nixpkgs#gdb'
<henri> it completely destroys my shell
davidv7 has joined #nixos
<Mic92> matthewcroughan: check what TERMINFO_DIRS points to
<matthewcroughan> Mic92: nothing
<Mic92> matthewcroughan: there you go
<Mic92> check out side the environment if it has a value
cseder has joined #nixos
euandreh has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @Ma27 pushed commit from @TredwellGit to release-20.09 « wireshark: 3.4.2 -> 3.4.3 »: https://git.io/JtzXA
mallox has quit [Quit: WeeChat 3.0]
cseder__ has joined #nixos
cseder_ has quit [Ping timeout: 240 seconds]
mallox has joined #nixos
mallox has quit [Client Quit]
malook has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111945 → krb5: 1.18 -> 1.19 → https://github.com/NixOS/nixpkgs/pull/111945
mallox has joined #nixos
Qwerky has quit [Remote host closed the connection]
simba1 has joined #nixos
cseder has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111633 → libkeyfinder: 2.1 -> 2.2.4 → https://github.com/NixOS/nixpkgs/pull/111633
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111569 → scientifica: init at 2.1 → https://github.com/NixOS/nixpkgs/pull/111569
mallox has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106661 → linuxPackages.rtl8821ce: 5.5.2_34066.20200325 -> unstable-2020-12-16 → https://github.com/NixOS/nixpkgs/pull/106661
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #111890 → gnome3.gnome-sound-recorder: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/111890
endformationage has joined #nixos
<{^_^}> [nixpkgs] @pietdevries94 opened pull request #111946 → spotify-spicetified: init → https://github.com/NixOS/nixpkgs/pull/111946
<{^_^}> [nixpkgs] @jtojnar merged pull request #111889 → gnome-builder: 3.38.1 -> 3.38.2 → https://github.com/NixOS/nixpkgs/pull/111889
sangoma has joined #nixos
thelounge52 has quit [Ping timeout: 258 seconds]
lord| has joined #nixos
vidbina has quit [Ping timeout: 264 seconds]
nwm_ has quit [Ping timeout: 264 seconds]
itai has joined #nixos
itai has quit [Remote host closed the connection]
cwNovusordoseclo is now known as cwslimelord[m]
rb2k has joined #nixos
malook has quit [Remote host closed the connection]
dandart has joined #nixos
dandart has quit [Client Quit]
<{^_^}> nix-community/nix-environments#6 (by MatthewCroughan, 27 minutes ago, open): arduino: add ncurses dependency to targetPkgs
malook has joined #nixos
malook has quit [Client Quit]
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtzMG
respawn_ has quit [Quit: Leaving]
philr has quit [Ping timeout: 240 seconds]
<turion> In a passthru.tests.mytest, how do I build several derivations?
<{^_^}> [nixpkgs] @peti pushed 1000 commits to haskell-updates: https://git.io/JtzMC
hyiltiz has quit [Ping timeout: 256 seconds]
hyiltiz has joined #nixos
noudle has joined #nixos
thelounge52 has joined #nixos
jackm has joined #nixos
thelounge52 has quit [Ping timeout: 276 seconds]
vidbina has joined #nixos
jackm is now known as jackmzzz
<andi-> turion: just build passthru.tests and it will build that entire attribute set
jackmzzz has quit [Quit: Connection closed]
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @ruuda opened pull request #111948 → fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/111948
cole-h has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 84 commits to staging: https://git.io/JtzMj
euandreh has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
simba1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @armijnhemel opened pull request #111949 → update tlsh to 4.5.0 → https://github.com/NixOS/nixpkgs/pull/111949
jimmiehansson has quit [Read error: Connection reset by peer]
jimmiehansson has joined #nixos
simba1 has joined #nixos
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @danieldk closed pull request #111892 → licenses: mark issl 'free' for inclusion in channels → https://github.com/NixOS/nixpkgs/pull/111892
<{^_^}> [nixpkgs] @jakobrs opened pull request #111950 → nixos-install: add --no-local-copy option → https://github.com/NixOS/nixpkgs/pull/111950
noudle_ has joined #nixos
titouan7 has joined #nixos
codezero8 has joined #nixos
noudle has quit [Ping timeout: 276 seconds]
thelounge52 has joined #nixos
codezero has quit [Ping timeout: 276 seconds]
titouan has quit [Ping timeout: 276 seconds]
titouan7 is now known as titouan
vidbina has quit [Ping timeout: 256 seconds]
thelounge52 has quit [Ping timeout: 264 seconds]
simba1 has quit [Ping timeout: 260 seconds]
<crazazy[m]> guys I need to use patchelf to link libSDL into [truffleSqueak](https://github.com/hpi-swa/trufflesqueak/tree/20.2.0) but i'm not sure which type of dependency i need to put SDL in then
<crazazy[m]> or if I need to override any other part of the derivation
simba1 has joined #nixos
berberman_ has joined #nixos
<{^_^}> [nixpkgs] @veprbl pushed to master « bluejeans: remove veprbl from maintainers »: https://git.io/JtzDV
berberman has quit [Ping timeout: 264 seconds]
alexherbo2 has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<jtojnar> crazazy: do you mean with autopatchelfHook? if it is a runtime dependency then buildInputs
<jtojnar> if you are using patchelf manually, then you do not need to put sdl to inputs
<ronthecookie> how do commits from nixpkgs master land to unstable?
<turion> andi-: I meant that I have several derivations that I all want to constitute a single test together
<turion> (But yes, I could also make each derivation a separate test...)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111907 → isync: 1.3.4 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/111907
lsix1 has quit [Ping timeout: 260 seconds]
asheshambasta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105439 → bazel: 3.3.1 -> 3.7.2 → https://github.com/NixOS/nixpkgs/pull/105439
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111923 → lagrange: 1.1.0 → 1.1.1 → https://github.com/NixOS/nixpkgs/pull/111923
<jtojnar> ronthecookie:https://howoldis.herokuapp.com/
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107268 → python3Packages.rdkit: init at 2020.09.3 → https://github.com/NixOS/nixpkgs/pull/107268
neiluj has quit [Quit: leaving]
ahmed_elgabri has joined #nixos
<ronthecookie> jtojnar: thanks! it seems the commit has already landed since the last time i checked :P
thc202 has quit [Quit: thc202]
<{^_^}> [nixpkgs] @Ma27 merged pull request #111730 → cargo-make: 0.32.11 -> 0.32.12 → https://github.com/NixOS/nixpkgs/pull/111730
ahmed_elgabri has quit [Ping timeout: 272 seconds]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/2b9daa020d4 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<ronthecookie> nevermind, it hasn't - how can i patch my local nixpkgs for just that one file? i wanna avoid rebuilding the whole system
<ronthecookie> (not the nix rebuild itself, the various codebases it compiles)
barometer[m] has joined #nixos
thelounge52 has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6fcbef53725 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e74cfaf6710 (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @Ma27 merged pull request #111857 → syncthing: 1.12.1 -> 1.13.1 → https://github.com/NixOS/nixpkgs/pull/111857
thelounge52 has quit [Ping timeout: 258 seconds]
henri has quit [Quit: ERC (IRC client for Emacs 27.1)]
<crazazy[m]> Jan Tojnar: adding autoPatchelfHook helped
<{^_^}> [nixos-hardware] @mexisme opened pull request #228 → Update MS Surface kernel+patches to 5.10.10 → https://github.com/NixOS/nixos-hardware/pull/228
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @f4814 opened pull request #111951 → nixos/quake3-server: Init → https://github.com/NixOS/nixpkgs/pull/111951
<{^_^}> [nixpkgs] @ehmry merged pull request #111015 → dhallPackages.Prelude: v20.0.0 -> v20.1.0 → https://github.com/NixOS/nixpkgs/pull/111015
plutes has joined #nixos
plutes has quit [Max SendQ exceeded]
haritz has quit [Remote host closed the connection]
plutes has joined #nixos
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
<{^_^}> [nixpkgs] @tfmoraes opened pull request #111952 → tootle: 0.2.0 -> 1.0 → https://github.com/NixOS/nixpkgs/pull/111952
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @LeUlukai opened pull request #111953 → texstudio: 3.0.3 -> 3.0.4 → https://github.com/NixOS/nixpkgs/pull/111953
thelounge52 has joined #nixos
<{^_^}> [nix] @regnat pushed 11 commits to cache-getflake: https://git.io/JtzQ8
thelounge52 has quit [Ping timeout: 258 seconds]
rb2k_ has joined #nixos
rb2k has quit [Ping timeout: 260 seconds]
ga has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @onsails opened pull request #111954 → vim: add lspkind-nvim → https://github.com/NixOS/nixpkgs/pull/111954
<ga> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<{^_^}> [nixpkgs] @armijnhemel opened pull request #111955 → e2tools: 0.0.16 -> 0.1.0 → https://github.com/NixOS/nixpkgs/pull/111955
<{^_^}> [nixpkgs] @symphorien merged pull request #111844 → goimapnotify: patch sh with /bin/sh → https://github.com/NixOS/nixpkgs/pull/111844
<{^_^}> [nixpkgs] @dotlambda pushed to master « libkeyfinder: don't set LD_LIBRARY_PATH »: https://git.io/Jtz7g
rb2k_ has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #111841 → shotcut: 20.11.28 -> 21.01.29 → https://github.com/NixOS/nixpkgs/pull/111841
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111948 → fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/111948
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111933 → each: init at 0.1.3 → https://github.com/NixOS/nixpkgs/pull/111933
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « mlt: update to version 6.24.0 »: https://git.io/Jtz5z
<{^_^}> [nixpkgs] @ttuegel merged pull request #111325 → KDE Frameworks 5.78 → https://github.com/NixOS/nixpkgs/pull/111325
kolaente_ has joined #nixos
lordcirth__ has joined #nixos
thelounge52 has joined #nixos
saschagrunert has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
xps has quit [Ping timeout: 276 seconds]
lordcirth has quit [Ping timeout: 260 seconds]
ga has quit [Quit: Connection closed]
thelounge52 has quit [Ping timeout: 258 seconds]
sangoma has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @armijnhemel opened pull request #111956 → ncompress: 4.2.4.5 -> 4.2.4.6 → https://github.com/NixOS/nixpkgs/pull/111956
rb2k has quit [Ping timeout: 260 seconds]
tgamblin-llnl has joined #nixos
svrana has quit [Ping timeout: 258 seconds]
simba1 has quit [Ping timeout: 260 seconds]
Darkmatter66 has joined #nixos
rb2k has joined #nixos
xps has joined #nixos
simba1 has joined #nixos
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @ttuegel opened pull request #111957 → KDE Applications 20.12.1 → https://github.com/NixOS/nixpkgs/pull/111957
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #111958 → Feature/pixelmatch → https://github.com/NixOS/nixpkgs/pull/111958
<{^_^}> [nixpkgs] @peti pushed to master « mlt: update to version 6.24.0 »: https://git.io/JtzbB
lsix1 has joined #nixos
turion has quit [Ping timeout: 272 seconds]
mmmattyx has quit [Quit: Connection closed for inactivity]
<theuni> ok, my issue with the RNG wasn't RNG but a missing disk driver in the initrd hiding behind a lot of RNG output ...
<theuni> another question: i'm currently looking at the build results for netboot and neither my hydra nor the official one represent the build results properly as links - any idea where to start looking to fix this?
simba1 has quit [Ping timeout: 258 seconds]
simba1 has joined #nixos
thelounge52 has joined #nixos
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
<theuni> aha! so apparently a hydra bug https://github.com/NixOS/hydra/pull/827
<{^_^}> hydra#827 (by ajs124, 13 weeks ago, open): add test for nix-support/hydra-build-products edge case
thelounge52 has quit [Ping timeout: 258 seconds]
<ajs124> yup
actor__ has joined #nixos
<actor__> hello, has anyone here got experience or resources about installing nixos on system76 laptops (specifically lemur?)  I can't get the display to work for the install disc, and I'm also curious about the system76 drivers for once I've got that set up.
simba1 has quit [Ping timeout: 272 seconds]
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111959 → libevdev: 1.10.0 -> 1.11.0 → https://github.com/NixOS/nixpkgs/pull/111959
<{^_^}> [nixpkgs] @Mic92 merged pull request #94642 → patchShebangs: performance/readability optimization → https://github.com/NixOS/nixpkgs/pull/94642
footlooseboss has joined #nixos
ahmed_elgabri has joined #nixos
simba1 has joined #nixos
footlooseboss has quit [Client Quit]
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @ajs124 merged pull request #111953 → texstudio: 3.0.3 -> 3.0.4 → https://github.com/NixOS/nixpkgs/pull/111953
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111960 → kotlin: 1.4.21 -> 1.4.30 → https://github.com/NixOS/nixpkgs/pull/111960
fendor has quit [Ping timeout: 258 seconds]
footlooseboss has joined #nixos
<theuni> ajs124: i think i might have spotted the issue
<theuni> ajs124: i don't have time this week to try out reverting those lines - i can try next week.
<{^_^}> [nixpkgs] @kalbasit merged pull request #111301 → terraform-provider-kafka: init at v0.2.12 → https://github.com/NixOS/nixpkgs/pull/111301
<ajs124> theuni: considering the age of this issue, it seems like nobody is in a rush to fix it
simba1 has quit [Ping timeout: 260 seconds]
<theuni> yeah, it's a blocker for me so i'll keep looking at it then
<theuni> quick question though: would fixing this show the results for older builds or would those builds need to be restarted to make them work again?
simba1 has joined #nixos
<theuni> i'm not sure whether the meta data is rendered on access or stored in a db.
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/6fcbef53725 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
actor__ has quit [Quit: Ping timeout (120 seconds)]
DanC has quit [Ping timeout: 258 seconds]
footlooseboss has quit [Client Quit]
CMCDragonkai1 has joined #nixos
actor__ has joined #nixos
<ajs124> theuni: from what I remember about this, file in nix-support is actually empty, so you might actually need to restart the builds. not sure about that, though.
<{^_^}> [nixpkgs] @lilyball opened pull request #111961 → vimacs: don't assume vimPackage has a version attribute → https://github.com/NixOS/nixpkgs/pull/111961
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #111942 → kid3: 3.8.4 -> 3.8.5 → https://github.com/NixOS/nixpkgs/pull/111942
<theuni> in my case the file is there but not displayed properly
<{^_^}> [nixpkgs] @Mic92 merged pull request #110181 → aerc: replace an extra use of SHAREDIR → https://github.com/NixOS/nixpkgs/pull/110181
<theuni> i checked the commit that broke it and there is a small change with how data in the nar is accessed and that results in store paths from different derivations (which the netboot job just references) are now looked up in the nar and obviously not found
<theuni> anyway, it's fine if no one is actively working on it at the moment, I saw you involved last year, but i'm happy to do it next week. i could be completely wrong, of course ;)
<theuni> off to bed for now
<ajs124> did your build run on the same host the hydra runs on or on a remote builder?
DanC has joined #nixos
noudle_ has quit []
<ajs124> ah, ok. well, feel free to post your findings on that PR or reference it, if you find a fix for it.
CMCDragonkai1 has quit [Remote host closed the connection]
<theuni> same host
<theuni> now off for real
<theuni> could be two separate issues and maybe the second one gets easier when the other half gets fixed
simba1 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #111962 → pythpn3Packages.slixmpp: 1.6.0 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/111962
madalu has quit [Remote host closed the connection]
vrinek has quit [Ping timeout: 272 seconds]
madalu has joined #nixos
wrench has quit [Read error: Connection reset by peer]
wrench has joined #nixos
jb55 has quit [Ping timeout: 268 seconds]
jb55 has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
thelounge52 has joined #nixos
sigmundv has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
kolaente_ has quit [Quit: WeeChat 2.9]
fendor_ is now known as fendor
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111963 → libosinfo: 1.8.0 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/111963
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #111964 → python3Packages.slackclient: 2.5.0 -> 2.9.3 → https://github.com/NixOS/nixpkgs/pull/111964
<matthewcroughan> Mic92: https://termbin.com/tret
ahmed_elgabri has quit [Ping timeout: 258 seconds]
<matthewcroughan> here's the output I get when I build Yocto with your latest comment in https://discourse.nixos.org/t/build-a-yocto-rootfs-inside-nix/2643/22
<matthewcroughan> the binary failing is called opkg, because it's trying to write to /home/matthew
xps has quit [Remote host closed the connection]
<matthewcroughan> is this because it's using pkgs.buildFHSUserEnv ?
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111965 → openmpt123: 0.5.4 -> 0.5.5 → https://github.com/NixOS/nixpkgs/pull/111965
<Mic92> matthewcroughan: I think one fix could be to build glibc by default with the locale they try to use so that setting LOCALE_ARCHIVE is no longer needed
<matthewcroughan> is that expressable in a nix-shell today?
<{^_^}> [nixpkgs] @rycee pushed commit from @r-ryantm to master « gpsprune: 20.1 -> 20.2 »: https://git.io/Jtzpd
<matthewcroughan> or does this require fundamental changes?
<{^_^}> [nixpkgs] @rycee closed pull request #111909 → gpsprune: 20.1 -> 20.2 → https://github.com/NixOS/nixpkgs/pull/111909
<matthewcroughan> like, could I say that I want glibc.overrideAttrs in the nix-shell?
Church- has joined #nixos
<Mic92> matthewcroughan: sort of
<abathur> does anyone know a pattern for including/excluding specific files in a local src on invocation? I've painted myself into a bit of a dumb corner :P
actor__ has quit [Quit: Connection closed]
<matthewcroughan> Mic92: So I'd override the postInstall?
<Mic92> matthewcroughan: add before old.postInstall
lsix1 has quit [Ping timeout: 272 seconds]
<matthewcroughan> Mic92: I'm still too new to know what that means
<matthewcroughan> old.?
<Mic92> matthewcroughan: (glibc.override
<abathur> I have a folder for a blog post, and it's got a markdown file, a few nix/sh sources for use in the post, and I added a Makefile + shell script to automate invoking the other files and collecting their output without thinking about the `src = ./.;` also picking up the Makefile and changing the build
<Mic92> matthewcroughan: glibc.overideAttrs (old: { postInstall = "" + old.postInstall; })
<abathur> I can obviously use something like filterSource to exclude it, but it'll be quoted in the post, and I'd prefer not leaving meta tool-marks that only distract from the point of the post
<{^_^}> [nixpkgs] @fabaff opened pull request #111966 → python3Packages.pytest-httpserver: 0.3.6 -> 0.3.7 → https://github.com/NixOS/nixpkgs/pull/111966
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1c24ff1f1f5 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/17dd592c980 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2c58a9dac0b (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @cole-h merged pull request #109585 → gruvbox-dark-gtk: init at 1.0.1, gruvbox-dark-icons-gtk: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/109585
<matthewcroughan> Mic92: How do I enact that in the shell? https://pad.1312.media/p/Mic92
<matthewcroughan> sec
<matthewcroughan> do I put it in targetPkgs?
ahmed_elgabri has joined #nixos
<matthewcroughan> OH! So this is how you use Overlays.
arjen-jonathan has quit [Ping timeout: 272 seconds]
<Mic92> matthewcroughan: you might want to import nixpkgs twice and only apply the overlay to some packages where you need the locale
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111967 → lighttpd: 1.4.58 -> 1.4.59 → https://github.com/NixOS/nixpkgs/pull/111967
<matthewcroughan> Mic92: hmm
<Mic92> matthewcroughan: overlays is actually a list
<Mic92> but this is the ide
thelounge52 has joined #nixos
<Mic92> *idea
<matthewcroughan> `glibc = glibc.overideAttrs (old: { postInstall = "" + old.postInstall; })`
<Mic92> you need to use self and super in the overlay
ahmed_elgabri has quit [Ping timeout: 258 seconds]
<Mic92> matthewcroughan: https://nixos.wiki/wiki/Overlays
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<matthewcroughan> ninteresting.. Mic92
<matthewcroughan> error: undefined variable 'glibc' at /home/matthew/yocto/yocto.nix:7:11
<Mic92> matthewcroughan: that's what I mean with self and upser
<Mic92> *super
<Mic92> check out the wiki
<matthewcroughan> what is self/super?
<matthewcroughan> before/after?
<matthewcroughan> which is before and which is after?
philr has joined #nixos
<matthewcroughan> Mic92: looking at the wiki syntax, we no longer use overrideAttrs?
<Mic92> matthewcroughan: no overrideAttrs is the right tool for this change
<matthewcroughan> `error: anonymous function at /nix/store/0fa2g5a7rdimq5b8wbwk92rb9lijmggb-source/pkgs/build-support/build-fhs-userenv/env.nix:3:1 called with unexpected argument 'overlays', at /nix/store/0fa2g5a7rdimq5b8wbwk92rb9lijmggb-source/pkgs/build-support/build-fhs-userenv/default.nix:8:9
<matthewcroughan> (use '--show-trace' to show detailed location information)`
thelounge52 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #111968 → python3Packages.h3: 3.7.0 -> 3.7.1 → https://github.com/NixOS/nixpkgs/pull/111968
<Mic92> matthewcroughan: you need to use overlays when importing nixpkgs: https://github.com/NixOS/nixpkgs/blob/71636409c3c7451f36ef3da96cc3b1f663fbf8cc/pkgs/top-level/impure.nix#L40
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtzjL
eacameron has quit [Quit: Connection closed for inactivity]
Athas has quit [Quit: ZNC - http://znc.sourceforge.net]
lukaz[m] has joined #nixos
Athas has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111793 → osu-lazer: 2020.1225.0 -> 2021.129.0 → https://github.com/NixOS/nixpkgs/pull/111793
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111848 → opentabletdriver: 0.5.0 -> 0.5.1 → https://github.com/NixOS/nixpkgs/pull/111848
<matthewcroughan> Mic92: the actual error doesn't seem to be related to glibc or the locale
<matthewcroughan> it seems to be that it "cannot get the package list", the locale stuff is just a warning, what do you think?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111676 → pythonPackages.markdown2: 2.3.6 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/111676
<Mic92> matthewcroughan: the error you showed me is an evaluation error
<Mic92> need to go
<matthewcroughan> Mic92: thanks so much for helping out as much as you have so far, more than enough to work off ;D
<Mic92> you can test stuff like this in nix repl easier
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111969 → logcheck: 1.3.20 -> 1.3.22 → https://github.com/NixOS/nixpkgs/pull/111969
<matthewcroughan> Mic92: evaluation error? That's an error after running bitbake, nothing to do with nix.
<Mic92> matthewcroughan: I mean the unexpected argument stuff
<Mic92> matthewcroughan: I think the error you saw was caused by missing locales
<Mic92> at least this was the case when I debugged it the last time
<Mic92> and this is in the same location
<{^_^}> [nixpkgs] @ttuegel opened pull request #111970 → cc-wrapper: -nostdlib does not imply -nostdinc++ → https://github.com/NixOS/nixpkgs/pull/111970
<matthewcroughan> Mic92: sorry, I realise now that the warning is actually an error
<matthewcroughan> lol
fendor_ has joined #nixos
thelounge52 has joined #nixos
cosimone has quit [Quit: cosimone]
fendor has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @Chili-Man opened pull request #111971 → terraform_0_14: 0.14.5 -> 0.14.6 → https://github.com/NixOS/nixpkgs/pull/111971
tokudan has quit [Remote host closed the connection]
thelounge52 has quit [Ping timeout: 258 seconds]
tokudan has joined #nixos
<Mic92> matthewcroughan: my recommendation: sysdig -c stderr to get more error messages
<matthewcroughan> Mic92: why does nix-shell use -I differently than nix-build?
<clever> matthewcroughan: example?
<matthewcroughan> -I ../path would work on nix-build. But -I on nix-shell you need to do -I nixpkgs=../path
<clever> matthewcroughan: `-I ../path` shouldnt work on either
<clever> nix-shell -p will try to look for <nixpkgs> by default, and `-I ../path` makes it check for a `../path/nixpkgs`
<clever> what args did you run nix-build with, exactly?
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #111973 → [20.09] pythonPackages.pyqtwebengine: 5.15.0 -> 5.15.2 → https://github.com/NixOS/nixpkgs/pull/111973
<matthewcroughan> clever: I'm trying to override this but cannot figure out how to compile glibc because I'm not a genius like einstein
<clever> matthewcroughan: overrides against glibc arent easy, so its simpler to just edit nixpkgs directly
<matthewcroughan> I want to prebake in support for `en_US.UTF-8 > ../glibc-2*/localedata/SUPPORTED
<matthewcroughan> make -j''${NIX_BUILD_CORES:-1} -l''${NIX_BUILD_C`
<matthewcroughan> whoops, pasted too much sorry
<matthewcroughan> en_US.UTF-8 is what I want prebaked in, and I change this L82 to be `SUPPORTED-LOCALES=C.UTF-8/UTF-8/en_US.UTF-8` and it fails claiming no such file or dir
tokudan has quit [Remote host closed the connection]
<matthewcroughan> `C.en_US.UTF-8...[error] character map file `charmaps/en_US.UTF-8' not found: No such file or directory`
SomeoneSerge has joined #nixos
fendor_ has quit [Read error: Connection reset by peer]
<SomeoneSerge> Hi, I've got a new silly question. Has anyone tried and succeeded running singularity containers with nix-provided singularity on a non-nixos system?
tokudan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #111974 → libxl: 3.8.8 -> 3.9.4.3 → https://github.com/NixOS/nixpkgs/pull/111974
<HedgeMage> SomeoneSerge: I have not, but if there's something specific you are trying to figure out, I have access to the Singularity dev team, my local nix box, and a pretty big set of Singularity-supporting HTC and HPC clusters...care to fill me in?
<HedgeMage> *local nixos box
cognemo has quit [Quit: cognemo]
cognemo has joined #nixos
sigmundv has quit [Ping timeout: 240 seconds]
thelounge52 has joined #nixos
erasmas has quit [Quit: leaving]
Darkmatter66 has quit [Ping timeout: 276 seconds]
<ornxka_> i have patches = [ ./blah.patch ]; but the file in $out is not patched
cseder__ has quit [Ping timeout: 240 seconds]
<clever> ornxka_: the patch is applied to the src in . before the build starts
ransom has quit [Quit: Textual IRC Client: www.textualapp.com]
thelounge52 has quit [Ping timeout: 240 seconds]
gustavderdrache has joined #nixos
<SomeoneSerge> HedgeMage: well, I only tried so far to `singularity --run` and get a message that that'd require setuid
<SomeoneSerge> on nixos that's apparently handled by programs.singularity.enable = true
<cole-h> On non-nixos, you'll have to setuid it yourself, then.
<SomeoneSerge> but wouldn't that mean modifying attrs of a file in /nix/store?
cseder has joined #nixos
<HedgeMage> SomeoneSerge: The target system (the one you want to run the container on) may need setuid enabled for a wide array of functions if the version of Singularity is old enough. It was maybe a year ago that production Singularity got the ability to run all functions without setuid privileges, and a little later that it made it into production for all architectures. Add in the delay for that to
<HedgeMage> propogate for to some of the more laggy repositories, and it's still new to some people.
<HedgeMage> (I'm guessing a lot of context here, as I'm not entirely sure what you're doing in your container or where you are trying to do it.)
<{^_^}> [nixpkgs] @teto opened pull request #111975 → bazel: add execlog parser → https://github.com/NixOS/nixpkgs/pull/111975
<ornxka_> im a bit perplexed at this.. my installphase is literally just copying from $src to $out, it says applying patch <mypatch>, patching file <myfile>, but in the source dir (and out dir) the file is unpatched
<lovesegfault> Is there an easy way to fetch from a GCP bucket when writing a drv?
<ornxka_> when i do nix-shell and then unpackPhase; patchPhase, it is patched