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
<lukegb> throwaway740928[: yeah, the nixpkgs learning curve is... pretty steep
proofofkeags has quit [Ping timeout: 252 seconds]
<Cadey> oh wow i think it's actually building a kernel now
<Cadey> :D
<samueldr> if it evaluated, it likely will work, and give you "integration" with the out of tree modules :)
<lukegb> writeScript is pretty simple, you can imagine it as a function that takes a filename and some content, and then returns you a path to a chmod +x file with that content
<lukegb> it's... not quite that, but it's a decent mental model
<samueldr> * integration limited to building them against the kernel tree linuxPackagesFor was ran against... no guarantees etc... etc...
<throwaway740928[> lukegb: where is it documented?
<Cadey> yeah i'm aware
<Cadey> i just want it to work lol
muppeth has quit [Read error: Connection reset by peer]
<samueldr> oh, btw I overexplain some things when I help, like here, it's to help future readers going through the logs with their own issues :) hi you!
<Cadey> samueldr: this is going in a blogpost anyways so yeah
<throwaway740928[> lukegb: so in that .nix file, it overwrites whatever is in the file 'nftables-rules'
<lukegb> it doesn't overwrite it; it makes a fresh file
<lukegb> (because it puts the file in the Nix store)
<throwaway740928[> k
<lukegb> if you're searching for things, btw https://search.nix.gsc.io/ and https://sourcegraph.com/github.com/NixOS/nixpkgs/ are goo
<lukegb> *good
<throwaway740928[> so now there is a 'nftables-rules' file which will include the contents of the "${cfg.rulesetFile}" file
<throwaway740928[> except that "${cfg.rulesetFile}" is 'nftables-rules' by default
<throwaway740928[> so it will include itself?
<lukegb> err, no
<lukegb> for one thing: they have different filenames
<throwaway740928[> they do?
<lukegb> (they'll get filenames like /nix/store/hmx1c6bnibsq2185d0pm5nwjz5km0l9j-nftables-rules, and the hash at the beginning will be different for each of them)
<lukegb> the "nftables-rules" bit is just to help make it more obvious what different things are, but it's not the *whole* filename
<lukegb> (that's why it's important that e.g. pkgs.writeScript *returns* the path to the file)
<throwaway740928[> ok
<lukegb> and secondly, cfg.rulesetFile is, by default, a separate file which contains the text from cfg.ruleset
<throwaway740928[> ummm. re-reading...
<throwaway740928[> ok. and that file won't be accidently at the same path?
<{^_^}> [nixpkgs] @ajs124 opened pull request #119489 → phpExtensions.ds: init at 1.3.0 → https://github.com/NixOS/nixpkgs/pull/119489
<throwaway740928[> pkgs.writeTextFile doesn't write to the same place as pkgs.writeScript?
<lukegb> No: effectively the hash part of the filename for things like writeScript and writeTextFile includes the actual text that's written to it
<sheijk> missing a / at the end of the url for fetchGit is producing a confusing error messages. are such things considered a bug (aka should I report this?) https://gist.github.com/sheijk/a067f129b695efd2774a05a728eaf5f1
abathur has quit [Quit: abathur]
veehaitch has quit [Ping timeout: 252 seconds]
<lukegb> Part of the point of Nix is that you can have multiple versions of software installed at once, and they won't collide because they live in separate places
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to gnome-40: https://git.io/JOZsz
<lukegb> and this extends up to system config files - even if only one of them is active at once you can have a bunch of different versions in your nix store and roll forwards/back
<samueldr> sheijk: please do, since it's the builtins, it would be the Nix repository
<{^_^}> [nixpkgs] @r-ryantm opened pull request #119490 → fly: 7.1.0 -> 7.2.0 → https://github.com/NixOS/nixpkgs/pull/119490
veehaitch has joined #nixos
<throwaway740928[> nix-env can find nginx, but not httpd or apache
<throwaway740928[> what is the package name for apache?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #119491 → flyctl: 0.0.170 -> 0.0.210 → https://github.com/NixOS/nixpkgs/pull/119491
<{^_^}> [nixpkgs] @mweinelt pushed 4 commits to staging-next: https://git.io/JOZGc
veehaitch has quit [Ping timeout: 260 seconds]
veehaitch has joined #nixos
<throwaway740928[> thanks. I need to remember this search site
<{^_^}> [nixpkgs] @mweinelt merged pull request #119270 → python3Packages.weasyprint: fix failing build → https://github.com/NixOS/nixpkgs/pull/119270
<lukegb> </lukegb:awake><lukegb:asleep>
<sheijk> samueldr: ok, done. https://github.com/NixOS/nix/issues/4711
<{^_^}> nix#4711 (by sheijk, 21 seconds ago, open): fetchGit produces confusing error message for some (invalid) URLs
ddellacosta has joined #nixos
veehaitch has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #119492 → frangipanni: 0.4.2 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/119492
ddellacosta has quit [Ping timeout: 240 seconds]
isHavvy has joined #nixos
<eacameron> Is there a way to convince nix to build aarch64-linux drvs with the qemu binfmt registered by docker (https://hub.docker.com/r/tonistiigi/binfmt/tags?page=1&ordering=last_updated)?
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JOZZ6
<rmcgibbo[m]> i'm not sure about the docker part
<rmcgibbo[m]> but i use nix to build aarch64 images on x86 with binfmt
<eacameron> rmcgibbo[m]: Docker's not really important. As long as I have a binfmt for aarch64
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #119493 → nx2elf: init at unstable-2020-05-26 → https://github.com/NixOS/nixpkgs/pull/119493
<eacameron> The tricky part is that I'm not on NixOS and can't be
<rmcgibbo[m]> here's an example of that on github actions that works for me: https://github.com/rmcgibbo/pyfst/blob/master/.github/workflows/test.yml
<{^_^}> [nixpkgs] @jtojnar pushed to gnome-40 « deja-dup: 42.6 → 42.7 »: https://git.io/JOZnv
Havvy has quit [Ping timeout: 258 seconds]
<rmcgibbo[m]> somewhat cargo-culty. i don't claim to understand everything that's going on there, but it does work.
<eacameron> rmcgibbo[m]: Wow. That's exactly what I'm trying to do.
<eacameron> I'll give this a go!
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #119494 → libbsd: Separate `out`, `dev`, and `man` outputs → https://github.com/NixOS/nixpkgs/pull/119494
<{^_^}> [nixpkgs] @cole-h merged pull request #118828 → nixos/programs/fish: add shellAbbrs config → https://github.com/NixOS/nixpkgs/pull/118828
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119226 → htmldoc: 1.8.29 -> 1.9.11 → https://github.com/NixOS/nixpkgs/pull/119226
<Cadey> samueldr: is there a more minimal kernel config i can do that is for vms only?
<samueldr> nothing I know of of the sort in Nixpkgs
<Cadey> sadness
<qyliss> the kernel is modular anyway
<rmcgibbo[m]> eacameron: it's somewhat slow, but surprisingly not _that_ bad.
<qyliss> are you looking for a faster kernel build time?
<Cadey> qyliss: it just takes like 30 minutes to build everything lol
lambdaman has quit [Remote host closed the connection]
<qyliss> yeah, it does
<qyliss> I use Nix to generate VMs that don't even include kernel modules, but still haven't got around to telling Nix not to build all the modules
<qyliss> so it spends ages building kernel modules that'll never be used
lambdaman has joined #nixos
<qyliss> throwaway740928[: I recommend not sending multi-line messages, because they come through to IRC as links, so people have to click on them to read them and many won't bother
<throwaway740928[> qyliss: thanks. good to know
<Cadey> qyliss: yeah i'd love to make it just not build those modules but i think there isn't an easy way to do that lol
<qyliss> Cadey: we don't even support MODULES=n :(
iceypoi has quit [Ping timeout: 260 seconds]
<qyliss> your blog is cool btw :)
<throwaway740928[> why does "selector 'apacheHttpd' matches no derivations"?
deltab has quit [Ping timeout: 246 seconds]
iceypoi has joined #nixos
<Cadey> qyliss: thanks! you're actually witnessing the hacking process that leads up to one of these posts, in this episode it will be an implementation of /dev/printerfact!
<Cadey> but in rust because why not
<{^_^}> [nixpkgs] @mweinelt pushed to staging-next « python3Packages.python-utils: fix build »: https://git.io/JOZnd
<throwaway740928[> answer: because apacheHttpd is apache-httpd. Don't know why search displays it the other way
<qyliss> apacheHttpd is the attribute name probably
<qyliss> > pkgs.apacheHttpd
<{^_^}> "<derivation /nix/store/n6q85nrp6034ydb6rikjj3vpx5978jrd-apache-httpd-2.4.46.drv>"
<qyliss> yeah
tmciver has quit [Ping timeout: 240 seconds]
aleph- has joined #nixos
deltab has joined #nixos
tmciver has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @hennersz closed pull request #118143 → pass-import: fix plugin usage → https://github.com/NixOS/nixpkgs/pull/118143
aleph- has quit [Client Quit]
<eacameron> rmcgibbo[m]: Nice! I was able to get your example working. Note that I didn't actually need these lines at all https://github.com/rmcgibbo/pyfst/blob/f22b453fca8b83dd6a698fc30845a75d5d6c3cd7/.github/workflows/test.yml#L39-L40
<rmcgibbo[m]> oh rly? that clears up some confusion for me. let me try removing them in that workflow.
aleph- has joined #nixos
<eacameron> rmcgibbo[m]: Also I didn't use the binfmt from apt-get, I used this:
<eacameron> ```
<eacameron> - name: Set up qemu
<eacameron> uses: docker/setup-qemu-action@v1
<eacameron> ```
<eacameron> That worked as well.
<eacameron> You definitely need binfmt. But you can also get it from docker/setup-qemu-action apparently.
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to gnome-40: https://git.io/JOZ87
ahmed_elgabri has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #119495 → terraform_0_15: init at 0.15.0 → https://github.com/NixOS/nixpkgs/pull/119495
ddellacosta has joined #nixos
veehaitch has quit [Ping timeout: 246 seconds]
ForgottenPackage has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
slack1256 has joined #nixos
lambdaman has quit [Remote host closed the connection]
ddellacosta has quit [Ping timeout: 240 seconds]
haritz has quit [Ping timeout: 260 seconds]
ddellacosta has joined #nixos
sjlnk has quit [Remote host closed the connection]
<rmcgibbo[m]> thanks for the tip, eacameron. (https://github.com/rmcgibbo/pyfst/pull/1). someone should make a blog post documenting this or something. i use this configuration + cachix to get binaries to run on aws's aarch64 servers, which is quite effective.
<{^_^}> rmcgibbo/pyfst#1 (by rmcgibbo, 8 minutes ago, open): Try to setup aarch64 better
jonringer has quit [Remote host closed the connection]
<eacameron> rmcgibbo[m]: Yes totally agree. I really appreciate your help! It's working great.
luxemboye has quit [Ping timeout: 240 seconds]
sjlnk has joined #nixos
luxemboye has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
veehaitch has joined #nixos
dotdotok has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #119497 → grit: 0.2.0 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/119497
endformationage has quit [Quit: WeeChat 2.9]
endformationage has joined #nixos
endformationage has quit [Client Quit]
haritz has joined #nixos
haritz has quit [Changing host]
haritz has joined #nixos
veehaitch has quit [Ping timeout: 252 seconds]
attila_lendvai has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #119498 → nixos/test/prometheus-exporters/bird: fix race condition → https://github.com/NixOS/nixpkgs/pull/119498
<veleiro> is there a way to pass --experimental-features to nixos-rebuild?
deltab has quit [Ping timeout: 240 seconds]
deltab has joined #nixos
<gchristensen> --option experimental-features xxx I think
endformationage has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119494 → libbsd: Separate `out`, `dev`, and `man` outputs → https://github.com/NixOS/nixpkgs/pull/119494
Jd007 has quit [Quit: Jd007]
<veleiro> gchristensen++
<{^_^}> gchristensen's karma got increased to 453
<veleiro> thanks!
viric has quit [Ping timeout: 240 seconds]
lambdaman has joined #nixos
veehaitch has joined #nixos
<AmandaC> I don't suppose I can get some eyes on this? (Tbh I totally forgot I even made it until I was looking through some backlogs...) https://github.com/NixOS/nixpkgs/pull/114393
<{^_^}> #114393 (by AmandaCameron, 6 weeks ago, open): nixos/samba: Add a wants=network-online.target to the target.
lambdaman has quit [Remote host closed the connection]
<AmandaC> I've been running something functionally equivalent on my homelab since, no unexpected side effects
acarrico has quit [Ping timeout: 268 seconds]
veehaitch has quit [Ping timeout: 260 seconds]
h0m1 has quit [Ping timeout: 258 seconds]
endformationage has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #119499 → httpx: 1.0.4 -> 1.0.5 → https://github.com/NixOS/nixpkgs/pull/119499
endformationage has joined #nixos
viric has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
patagonicus1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #119500 → hydrogen: 1.0.1 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/119500
<{^_^}> [nixpkgs] @mweinelt opened pull request #119501 → tts: 0.0.9 -> 0.0.11 → https://github.com/NixOS/nixpkgs/pull/119501
apache8080 has joined #nixos
<apache8080> Does anyone here know if the systemd.tmpfs.rules run on every single boot or just the first boot?
<apache8080> I assume they run on every single boot
patagonicus has quit [Ping timeout: 265 seconds]
<gchristensen> every boot + activation
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #119502 → phpPackages.couchbase: Remove extra emptry array → https://github.com/NixOS/nixpkgs/pull/119502
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #119503 → nixos/mailman: add hyperkitty api proxy → https://github.com/NixOS/nixpkgs/pull/119503
<{^_^}> [nixpkgs] @hjones2199 opened pull request #119504 → wcslib: 7.5 -> 7.6 → https://github.com/NixOS/nixpkgs/pull/119504
<apache8080> does nix have any way of setting the journalctl log location? it looks like journalctl only logs to /var/log/journal
veehaitch has quit [Ping timeout: 268 seconds]
<apache8080> Right now my idea is to create a symlink with /var/log/journal to some other directory but that means I miss some of the kernel logs in journalctl
patagonicus1 has quit [Quit: Ping timeout (120 seconds)]
patagonicus1 has joined #nixos
carbolymer has quit [Quit: o/]
carbolymer has joined #nixos
mlen has quit [Ping timeout: 246 seconds]
superbaloo has quit [Ping timeout: 246 seconds]
cjay has quit [Ping timeout: 246 seconds]
bukkitgerman8608 has quit [Ping timeout: 246 seconds]
jboy has quit [Ping timeout: 246 seconds]
JerryXiao has quit [Ping timeout: 246 seconds]
myme has quit [Ping timeout: 246 seconds]
aszlig has quit [Ping timeout: 246 seconds]
niksnut has quit [Ping timeout: 246 seconds]
thomassgn has quit [Ping timeout: 246 seconds]
sigtrm has quit [Ping timeout: 246 seconds]
superbaloo has joined #nixos
sigtrm has joined #nixos
bukkitgerman8608 has joined #nixos
m4ts has quit [Ping timeout: 246 seconds]
m4ts has joined #nixos
cjay has joined #nixos
jboy has joined #nixos
niksnut has joined #nixos
aszlig has joined #nixos
JerryXiao has joined #nixos
thomassgn has joined #nixos
myme has joined #nixos
mlen has joined #nixos
<supersandro2000> I think journalctl has that hardcoded https://github.com/systemd/systemd/blob/main/src/journal/journalctl.c#L1007
rajivr has joined #nixos
tomberek has joined #nixos
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #119505 → gccFun: use gcc9 for aarch64 → https://github.com/NixOS/nixpkgs/pull/119505
Dr8128 has quit [Ping timeout: 252 seconds]
wrkzk[m] has joined #nixos
ddellacosta has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
griff__ has quit [Quit: griff__]
<{^_^}> [nixpkgs] @marsam opened pull request #119506 → ruby: build without jit by default → https://github.com/NixOS/nixpkgs/pull/119506
ddellacosta has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #119507 → netbsd.statHook: init → https://github.com/NixOS/nixpkgs/pull/119507
gustavderdrache has quit [Quit: Leaving.]
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 252 seconds]
apache8080 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @tomberek merged pull request #114628 → cosmopolitan: init at 0.3 → https://github.com/NixOS/nixpkgs/pull/114628
sss2 has quit [Quit: Leaving]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
ddellacosta has joined #nixos
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #79752 → bash-my-aws: add runtime dependencies → https://github.com/NixOS/nixpkgs/pull/79752
theDon has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
theDon has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
ahmed_elgabri has joined #nixos
turq has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #119507 → netbsd.statHook: init → https://github.com/NixOS/nixpkgs/pull/119507
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ahmed_elgabri has quit [Ping timeout: 258 seconds]
AlpineLlama has joined #nixos
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
<veleiro> TIL i have content addressed store experimental features already in my nix
<veleiro> if thats what ca-references ca-derivations is anyways
<{^_^}> [nixpkgs] @Ericson2314 pushed 9 commits to staging: https://git.io/JOZrV
heywoodlh has quit [Quit: ZNC 1.8.2 - https://znc.in]
heywoodlh has joined #nixos
ddellacosta has joined #nixos
veehaitch has joined #nixos
Jd007 has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
veehaitch has quit [Ping timeout: 246 seconds]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @alyssais opened pull request #119508 → netbsd: fix cross-compilation to NetBSD → https://github.com/NixOS/nixpkgs/pull/119508
lambdaman has joined #nixos
veehaitch has joined #nixos
slack1256 has quit [Ping timeout: 252 seconds]
lambdaman has quit [Ping timeout: 252 seconds]
veehaitch has quit [Ping timeout: 252 seconds]
slack1256 has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 265 seconds]
Supersonic112 is now known as Supersonic
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #119508 → netbsd: fix cross-compilation to NetBSD → https://github.com/NixOS/nixpkgs/pull/119508
jmeredith has quit [Quit: Connection closed for inactivity]
ddellacosta has joined #nixos
veehaitch has quit [Ping timeout: 252 seconds]
ram19890 has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @JesusMtnez opened pull request #119509 → vscx/ms-vsliveshare-vsliveshare: 1.0.4116 -> 1.0.4131 → https://github.com/NixOS/nixpkgs/pull/119509
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #119510 → mx-puppet-discord: init at 2021-01-22 → https://github.com/NixOS/nixpkgs/pull/119510
apache8080 has joined #nixos
<apache8080> I am trying to build nixos without an initrd so I set boot.initrd.enable to false but now I run into an error where system.build.initialRamdisk is missing
<{^_^}> [nixpkgs] @JesusMtnez closed pull request #117442 → [20.09] vscodium: 1.51.1 -> 1.54.3 → https://github.com/NixOS/nixpkgs/pull/117442
<apache8080> this happens in nixos/modules/system/activation/top-level.nix
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 246 seconds]
beertoagunfight has joined #nixos
seanparsons has quit [Ping timeout: 240 seconds]
beertoagunfight has quit [Remote host closed the connection]
m4tsa_ has joined #nixos
beertoagunfight has joined #nixos
seanparsons has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
slack1256 has quit [Ping timeout: 240 seconds]
m4ts has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
veehaitch has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/389249fa9b3 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
apache8080 has quit [Ping timeout: 268 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
veehaitch has quit [Ping timeout: 268 seconds]
domogled has quit [Quit: domogled]
beertoagunfight has quit [Remote host closed the connection]
terinjokes has joined #nixos
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #119511 → lib: Adjust NetBSD example systems → https://github.com/NixOS/nixpkgs/pull/119511
beertoagunfight has quit [Remote host closed the connection]
veehaitch has joined #nixos
beertoagunfight has joined #nixos
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #119512 → neocomp: 2019-03-12 -> unstable-2021-04-06 → https://github.com/NixOS/nixpkgs/pull/119512
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
veehaitch has quit [Ping timeout: 252 seconds]
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
ahmed_elgabri has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
ahmed_elgabri has quit [Ping timeout: 250 seconds]
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
<Raito_Bezarius> is there an easy way to trick gdb src paths for NixOS built debug symbols?
<Raito_Bezarius> for example, /build/edk2/MdePkg/Library/BaseLib/CpuDeadLoop.c
beertoagunfight has joined #nixos
<Raito_Bezarius> I have mounted an ovmf-src tree somewhere and I would like to rewrite the /build/edk2 to $srcTree
<Raito_Bezarius> and that would be awesome
beertoagunfight has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @vbgl merged pull request #118778 → ocamlPackages.safepass: 3.0 → 3.1 → https://github.com/NixOS/nixpkgs/pull/118778
beertoagunfight has joined #nixos
veehaitch has joined #nixos
<Raito_Bezarius> okay, set substitute-path seems to exist
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119511 → lib: Adjust NetBSD example systems → https://github.com/NixOS/nixpkgs/pull/119511
veehaitch has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @ehmry merged pull request #119359 → nimmm: 0.1.2 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/119359
ddellacosta has quit [Ping timeout: 268 seconds]
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
rubm has quit [Ping timeout: 240 seconds]
beertoagunfight has quit [Client Quit]
beertoagunfight has joined #nixos
beertoagunfight1 has joined #nixos
veehaitch has joined #nixos
beertoagunfight has quit [Ping timeout: 240 seconds]
beertoagunfight1 is now known as beertoagunfight
palo1 has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
waleee-cl has quit [Quit: Connection closed for inactivity]
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @ehmry merged pull request #118829 → rippled: 1.6.0 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/118829
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
lambdaman has joined #nixos
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 246 seconds]
jarkad has joined #nixos
lambdaman has quit [Ping timeout: 260 seconds]
lambdaman has joined #nixos
exfalso has joined #nixos
ddellacosta has joined #nixos
bpye has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
BEDLAM02 has quit [Quit: Leaving.]
BEDLAM02 has joined #nixos
beertoagunfight has quit [Ping timeout: 260 seconds]
BEDLAM02 has quit [Max SendQ exceeded]
BEDLAM02 has joined #nixos
veehaitch has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
srk has joined #nixos
BEDLAM02 has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #119499 → httpx: 1.0.4 -> 1.0.5 → https://github.com/NixOS/nixpkgs/pull/119499
BEDLAM02 has quit [Max SendQ exceeded]
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
veehaitch has quit [Ping timeout: 268 seconds]
muppeth has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
aaabbbbbbbbbb has joined #nixos
<{^_^}> [nixpkgs] @doronbehar opened pull request #119515 → mailspring: 1.8.0 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/119515
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #119497 → grit: 0.2.0 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/119497
jonringer has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @tomberek merged pull request #119490 → fly: 7.1.0 -> 7.2.0 → https://github.com/NixOS/nixpkgs/pull/119490
<{^_^}> [nixpkgs] @tomberek merged pull request #119487 → entt: 3.7.0 -> 3.7.1 → https://github.com/NixOS/nixpkgs/pull/119487
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #119476 → carla: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/119476
ddellacosta has joined #nixos
jarkad has quit [Quit: jarkad]
jarkad has joined #nixos
beertoagunfight has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @tomberek merged pull request #119435 → lf: 21 -> 22 and remove myself as maintainer → https://github.com/NixOS/nixpkgs/pull/119435
ddellacosta has quit [Ping timeout: 246 seconds]
luxemboye has quit [Ping timeout: 240 seconds]
luxemboye has joined #nixos
mallox has joined #nixos
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
lambdaman has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #119516 → gh: 1.8.1 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/119516
lambdaman has joined #nixos
respawn_ has joined #nixos
tomberek has quit [Quit: Connection closed]
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
ahmed_elgabri has joined #nixos
lambdaman has quit [Remote host closed the connection]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
saschagrunert has joined #nixos
ahmed_elgabri has quit [Ping timeout: 258 seconds]
thc202 has joined #nixos
lambdaman has joined #nixos
beertoagunfight has quit [Quit: beertoagunfight]
cfricke has joined #nixos
hmi has joined #nixos
veehaitch has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/389249fa9b3 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @tomberek opened pull request #119517 → sourcehut: bump all versions → https://github.com/NixOS/nixpkgs/pull/119517
ahmed_elgabri has joined #nixos
hmi has quit [Ping timeout: 260 seconds]
veehaitc1 has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
xourt has joined #nixos
lsix has joined #nixos
mallox has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #119518 → sayonara: 1.6.0-beta6 -> 1.6.0-beta7 → https://github.com/NixOS/nixpkgs/pull/119518
hmi has joined #nixos
lambdaman has quit [Remote host closed the connection]
lambdaman has joined #nixos
ddellacosta has joined #nixos
lambdaman has quit [Ping timeout: 260 seconds]
lambdaman has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
jophish has quit [Ping timeout: 240 seconds]
jophish has joined #nixos
lambdaman has quit [Ping timeout: 246 seconds]
jonringer has quit [Ping timeout: 258 seconds]
beertoagunfight has joined #nixos
respawn_ has quit [Quit: Leaving]
zupo has joined #nixos
zupo_ has joined #nixos
lambdaman has joined #nixos
<afontain_> I wonder if someone has a WIP libadwaita derivation
orivej has quit [Ping timeout: 252 seconds]
aaaaaaaaaaaareis has joined #nixos
zupo has quit [Ping timeout: 240 seconds]
lambdaman has quit [Ping timeout: 252 seconds]
<aaaaaaaaaaaareis> I'm trying to add a git plugin to the plugin list. But the `update.py` script crashes after a couple of minutes of spamming `HTTP Error 429: too many requests, Retrying in 3 seconds...` Is this a known issue, or am I doing something wrong?
lambdaman has joined #nixos
supercoven has quit [Read error: Connection reset by peer]
lambdaman has quit [Remote host closed the connection]
lambdaman has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
ddellacosta has joined #nixos
ahmed_elgabri has quit [Ping timeout: 248 seconds]
cole-h has quit [Ping timeout: 240 seconds]
<afontain_> aaaaaaaaaaaareis: might be related to https://status.python.org/
<afontain_> the XMLRPC search service is down
fendor_ is now known as fendor
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #119516 → gh: 1.8.1 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/119516
lambdaman has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119519 → man-pages-posix: 2013-a -> 2017-a → https://github.com/NixOS/nixpkgs/pull/119519
lambdaman has joined #nixos
zupo has joined #nixos
jophish__ has joined #nixos
<aaaaaaaaaaaareis> afontain_ do i just need to wait this out? Anything I can do to fix this?
lambdaman has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Atemu opened pull request #119520 → zen-kernels: 5.11.11 -> 5.11.14 → https://github.com/NixOS/nixpkgs/pull/119520
<{^_^}> [nixpkgs] @LeSuisse opened pull request #119521 → mujs: 1.0.9 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/119521
xourt has quit [Quit: Connection closed]
jophish has quit [Quit: issued !quit command]
jophish__ has quit [Quit: Connection closed]
jophish__ has joined #nixos
bpye has quit [Quit: Ping timeout (120 seconds)]
bpye has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #119483 → chromium: 89.0.4389.128 -> 90.0.4430.72 → https://github.com/NixOS/nixpkgs/pull/119483
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #nixos
ddellacosta has joined #nixos
civodul has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
<afontain_> aaaaaaaaaaaareis: I have no idea
* afontain_ doesn't use python beside what's packaged
<afontain_> (well, and beside pmbootstrap)
<afontain_> but upstream probably is where you should ask
<aaaaaaaaaaaareis> so open a issue on nixkpgs?
sangoma has joined #nixos
Annika[m] has quit [Quit: Idle for 30+ days]
meh` has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #118886 → sdrangel: 6.4.0 -> 6.8.0 → https://github.com/NixOS/nixpkgs/pull/118886
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @AmineChikhaoui opened pull request #119522 → yarn2nix: use yarn lockfile integrity field whenever possible → https://github.com/NixOS/nixpkgs/pull/119522
hiro98 has quit [Quit: hiro98]
supercoven has quit [Ping timeout: 260 seconds]
CMCDragonkai1 has joined #nixos
dotdotok has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
CMCDragonkai1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @alyssais opened pull request #119523 → lib.systems.examples.amd64-netbsd: add warning → https://github.com/NixOS/nixpkgs/pull/119523
<{^_^}> [nixpkgs] @alyssais opened pull request #119524 → netbsd.man: fix hash → https://github.com/NixOS/nixpkgs/pull/119524
h0m1 has quit [Ping timeout: 260 seconds]
ddellacosta has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
<ploupiboulba[m]> does anyone know where to ask systemd questions ? haskell-language-server crashes but the coredump gets truncated. I suspect it's due to the MaxSize config, would like to see the default config for systemd-coredump (I have none specified) but can't find where. something like `systemctl cat systemd-coredump@.service` doesn't show a [CoreDump] section.
beertoagunfight has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #119525 → siege: 4.0.7 -> 4.0.8 → https://github.com/NixOS/nixpkgs/pull/119525
h0m1 has joined #nixos
BEDLAM02 has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #119526 → qtModule: use pname and version → https://github.com/NixOS/nixpkgs/pull/119526
kwork has joined #nixos
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
attila_lendvai has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
beertoagunfight has joined #nixos
ram19890 has quit [Ping timeout: 240 seconds]
ram19890 has joined #nixos
veehaitc1 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #119429 → ocamlPackages.wayland: init at 0.2 → https://github.com/NixOS/nixpkgs/pull/119429
orivej has joined #nixos
Dr8128 has joined #nixos
veehaitch has joined #nixos
beertoagunfight has quit [Remote host closed the connection]
<pie_> ploupiboulba[m]: theres a nixos-systemd channel
beertoagunfight has joined #nixos
<jboy> ha, I meant to garbage-collect everything older than 1 month, but I guess "1m" means 1 minute, huh?
veehaitch has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #nixos
Nickli has quit [Ping timeout: 276 seconds]
Nickli has joined #nixos
<ploupiboulba[m]> pie_: ty
srk has quit [Quit: ZNC 1.8.2 - https://znc.in]
ddellacosta has joined #nixos
novafacing has quit [Quit: novafacing]
novafacing has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
ahmed_elgabri has joined #nixos
aaaaaaaaaaaareis has quit [Quit: Connection closed]
<wrench> Does anyone have experience with nftables under nixos? libvirtd always tries to load the ip_tables module which leads issues with the nftables service
sangoma has quit [Quit: WeeChat 3.1]
ahmed_elgabri has quit [Ping timeout: 258 seconds]
sangoma has joined #nixos
vidbina has joined #nixos
jophish__ has quit [Quit: Connection closed]
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119527 → llvmPackages*: fix paths to libcxx-0001-musl-hacks.patch → https://github.com/NixOS/nixpkgs/pull/119527
jarkad has quit [Quit: jarkad]
ahmed_elgabri has quit [Ping timeout: 260 seconds]
sangoma has quit [Quit: WeeChat 3.1]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #119523 → lib.systems.examples.amd64-netbsd: add warning → https://github.com/NixOS/nixpkgs/pull/119523
sangoma has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119528 → llvmPackages_12: reorganize files → https://github.com/NixOS/nixpkgs/pull/119528
ddellacosta has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @sternenseemann merged pull request #119076 → stdenv/freebsd/cc: make overrideable fixing nixpkgs eval → https://github.com/NixOS/nixpkgs/pull/119076
<pie_> can I make this work without infrec?:
<pie_> {config, lib, ...}: {
<pie_> containers = lib.genAttrs (builtins.attrNames config.containers) (n: {});
<pie_> }
<{^_^}> [nixpkgs] @Lassulus opened pull request #119529 → searx: 0.18.0 -> 1.0.0 → https://github.com/NixOS/nixpkgs/pull/119529
<pie_> infinisil: ^
<pie_> what I'd like is to merge some attrs into config.* but i have to know the names of the attributes to do it
berberman has quit [Ping timeout: 258 seconds]
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
berberman has joined #nixos
mallox has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #119530 → starboard-octant-plugin: 0.9.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/119530
veehaitch has joined #nixos
veehaitch has quit [Ping timeout: 240 seconds]
domogled has joined #nixos
veehaitch has joined #nixos
ahmed_elgabri has joined #nixos
<infinisil> pie_: { options.containers = mkOption { type = attrsOf (submodule ({ name }: { config = ...; })); }; }
<pie_> whoops just realized what i said might be misleading ; * merge soem attrs into config.containers.*
<pie_> (so really containers.*)
<pie_> speech level 3 :P
<pie_> infinisil: containers.* already exists and i want to add some more stuff to it
<infinisil> Yeah, that's how you do it
<pie_> h.uh
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
turlando has joined #nixos
<pie_> infinisil: ok just one more time to make sure; so if i have containers.a and containers.b, i would do that to add stuff in one expression to all arbitrary containers.*?
sss2 has joined #nixos
Izorkin has joined #nixos
ddellacosta has joined #nixos
<pie_> thats a bit involved. the module system is obscure :P
<pie_> or nonintuitive at least
<pie_> ok so the keywords are "extending submodules"
<pie_> infinisil: thanks \o/
<infinisil> :)
<{^_^}> [nixpkgs] @sternenseemann merged pull request #119527 → llvmPackages*: fix paths to libcxx-0001-musl-hacks.patch → https://github.com/NixOS/nixpkgs/pull/119527
ddellacosta has quit [Ping timeout: 260 seconds]
<pie_> infinisil: any advice for me having to nag you less?
fuiltilt has quit [Quit: WeeChat 2.9]
<pie_> not sure how i would have figured that out without being a module expert, and not sure how id do that other than reading all the source and doing modules a lot and asking you stuff i dont understand anyway? :P
<infinisil> pie_: Maybe you could write documentation on the things you learn from IRC :D
<pie_> i keep telling myself i should keep a journal but i keep not :V
<pie_> too much jumping around betwen stuff
<pie_> but its an idea
<infinisil> "Not docs! Anything but docs!" - programmers
<pie_> the threads i linked are in a way docs x)
<pie_> couldnt find them though
<pie_> infinisil: you should publish a book at packt :P
<Ke> the sad thing, when you write docs, people assume they do not exist
<Ke> and when people read your docs, they document the wrong thing
<pie_> mm
<pie_> software is big and complicated and its hard to find things
<Ke> good documentation is hard, unless you are writing haskell, in which case documentation is not really needed
<infinisil> Ke: It sure is!
<pie_> so you have to hope you can document core principles that are central nodes with low inference distance to other stuff
abathur has joined #nixos
<pie_> (i.e. compression)
<infinisil> Docs might not be needed in Haskell for showing what functions accept and return, but they are needed to explain concepts, give architectural overview, give examples, etc.
<pie_> plenty of things with the same signature that do different stuff :p
<{^_^}> [nixpkgs] @dmivankov opened pull request #119531 → cargo-raze: 0.2.10 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/119531
Dotz0cat has joined #nixos
Dotz0cat_ has quit [Ping timeout: 246 seconds]
mallox has quit [Quit: WeeChat 3.1]
<{^_^}> [nix] @edolstra pushed 3 commits to master: https://git.io/JOn1A
<{^_^}> [nix] @edolstra merged pull request #4693 → [includes, prerequisites]: Revert JSON removal. → https://github.com/NixOS/nix/pull/4693
veehaitch has quit [Ping timeout: 246 seconds]
zupo has joined #nixos
<afontain_> aaabbbbbbbbbb: no, on the python package repo
<afontain_> (sry, I was getting food)
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
meh` has quit [Ping timeout: 240 seconds]
meh` has joined #nixos
novafacing has quit [Quit: novafacing]
novafacing has joined #nixos
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #119533 → linux_xanmod: 5.11.13 -> 5.11.14 → https://github.com/NixOS/nixpkgs/pull/119533
<{^_^}> [nix] @edolstra pushed 6 commits to master: https://git.io/JOn9s
<{^_^}> [nix] @edolstra merged pull request #3333 → Use libarchive for all decompression (except brotli) → https://github.com/NixOS/nix/pull/3333
Dr8128 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #119535 → boundary: 0.1.8 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/119535
<{^_^}> [nix] @edolstra closed pull request #4691 → [configure]: Detect the JSON Library → https://github.com/NixOS/nix/pull/4691
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e019872af81 (from 2 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> [nix] @edolstra merged pull request #4679 → Optimize canonPath to resolve relative symlinks in one pass → https://github.com/NixOS/nix/pull/4679
<{^_^}> [nixpkgs] @06kellyjac opened pull request #119536 → nerdctl: 0.7.3 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/119536
<{^_^}> [nix] @edolstra pushed 4 commits to master: https://git.io/JOnQ7
<{^_^}> [nix] @edolstra merged pull request #4659 → Show skipped tests and strictDeps = true → https://github.com/NixOS/nix/pull/4659
veehaitch has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #119537 → terragrunt: 0.28.20 -> 0.28.22 → https://github.com/NixOS/nixpkgs/pull/119537
dotdotok has quit [Ping timeout: 246 seconds]
xkapastel has joined #nixos
ddellacosta has joined #nixos
Mateon2 has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #119538 → python3Packages.aioimaplib: 0.7.18 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/119538
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon2 is now known as Mateon1
thehottestpotato has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
jarkad has joined #nixos
urkk has quit [Quit: leaving]
beertoagunfight has quit [Ping timeout: 252 seconds]
beertoagunfight has joined #nixos
Qwerky has joined #nixos
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @happysalada merged pull request #119453 → zoxide: remove imports → https://github.com/NixOS/nixpkgs/pull/119453
<{^_^}> [nixpkgs] @jtojnar pushed to gnome-40 « vala_0_48: 0.48.14 → 0.48.17 »: https://git.io/JOnxO
rgsada723 has joined #nixos
urkk has joined #nixos
andreas303 has quit [Remote host closed the connection]
<rgsada723> How can I login to vscode when using liveshare that's not installed on the system. Generally what I do is add a vscode instances with the correct plugins to a nix-shell. But then when I try to login I cannot login since my browser opens a new vscode window that is installed system wide. I also cannot use the token since there is no option to put into the token. Has anyone gotten this to work with nixos?
andreas303 has joined #nixos
graf_blutwurst has joined #nixos
nicoo has quit [Remote host closed the connection]
<graf_blutwurst> Hi I was wondering if someone can give me a hand with flakes. So I'm using flakes mainly to maintain a development shell for our project. We also want to use dhall on the CI pipeline based on a nix image (so that the versions are shared between dev shell and CI) previously with niv that was no problem as I could just have two shell.nix files that point to the same niv dep pinning. How could I do that with flakes? I can't see a w
<graf_blutwurst> choose the particular shell.nix i want to run with nix develop in regards to a flake
nicoo has joined #nixos
urkk has left #nixos [#nixos]
ddellaco_ has joined #nixos
urkk has joined #nixos
urkk has left #nixos [#nixos]
chenin has joined #nixos
urkk has joined #nixos
nicoo has quit [Ping timeout: 240 seconds]
urkk has quit [Quit: leaving]
<{^_^}> [nixpkgs] @prusnak opened pull request #119539 → electrs: 0.8.7 -> 0.8.9 → https://github.com/NixOS/nixpkgs/pull/119539
urkk has joined #nixos
urkk has left #nixos [#nixos]
rprije has quit [Ping timeout: 240 seconds]
Dr8128 has joined #nixos
ddellaco_ has quit [Remote host closed the connection]
ddellaco_ has joined #nixos
respawn_ has joined #nixos
<{^_^}> [hydra] @Ma27 opened pull request #914 → Fix `std::bad_alloc` errors for remote builds → https://github.com/NixOS/hydra/pull/914
<{^_^}> [nixpkgs] @Mic92 merged pull request #119519 → man-pages-posix: 2013-a -> 2017-a → https://github.com/NixOS/nixpkgs/pull/119519
nicoo has joined #nixos
jmeredith has joined #nixos
ToxicFrog has quit [Quit: WeeChat 2.9]
chenin has left #nixos [#nixos]
ToxicFrog has joined #nixos
vidbina has quit [Ping timeout: 252 seconds]
whip has joined #nixos
<whip> Hey i'm deploying a python app with nix and it creates a result/bin/myapp script that runs my app, how can I make it so that this script is in root and not in result/bin
<pie_> whats in your nix
<whip> wdym? in my default.nix?
<pie_> yeah
<whip> just a sec
<whip> { pkgs ? import <nixpkgs> {} }:
<whip> pkgs.python3Packages.buildPythonApplication {
<whip> pname = "Coniunctum";
<whip> src = ./.;
<whip> version = "0.2";
<whip> propagatedBuildInputs = [
<whip> pkgs.python3
<whip> pkgs.python3Packages.pyperclip ];
<whip> }
<whip> that's all
<sterni> whip: do you want ./result to be your application or ./result/<name>
<whip> no I want my running script to be in the root of the app and not in result/bin/
<whip> Right now it's in result/bin/<name>
<{^_^}> [nixpkgs] @chvp opened pull request #119540 → nixos-rebuild: Allow remote building when using flakes → https://github.com/NixOS/nixpkgs/pull/119540
<sterni> uh
<sterni> that's not really fixable your app will always be in /nix/store somewhere
<sterni> and nix-build creates a symlink
waleee-cl has joined #nixos
<whip> creates a symlink to nix/store with result/bin/<name>
<whip> but can we change that symlink in the config
<sterni> what you can do is have something like let drv = buildPythonApplication { … }; in runCommandLocal "my-app" {} "ln -s ${drv}/bin/appname $out"
<whip> to be <name> -> /nix/store
<pie_> they want the former <sterni> whip: do you want ./result to be your application or ./result/<name>
<sterni> and then nix-build --out-link target-name
<pie_> (i think(
<pie_> or maybe that *and* --out-link
<sterni> buildPythonApplication creates a directory under /nix/store which has a bin subdir
<pie_> i was thinking of figuring out how buildPyhtonApplication puts it in bin but making that symlink is a lot simpler >_>
<sterni> nix-build doesn't know if any drv creates a dir or file in the nix store it always makes a symlink from result (or --out-link) to the store path
<pie_> why are you using runCommandLocal instead of runCommand?
<sterni> so it's not a link from result/bin/<name> -> /nix/store/<foo>/bin/<name>, but a symlink result -> /nix/store/<foo>
<sterni> pie_: if you have a remote builder it will build the symlink remotely and download it again which is much slower than invoking ln
<sterni> or habit
<pie_> aha.
<whip> I might have not explained well but rn I have ./result/bin/name -> nix/store/... and i want ./name -> /nix/store/...
<whip> just move the symlink to ./ of the app
<pie_> you can do "./result" -> /nix/store/... with the ln thing
<pie_> you need to do --out-link name to do "./result" => ./name
<sterni> whip: result is always the symlink
gustavderdrache has joined #nixos
<pie_> anyone know offhand how nix gets added to PATH?
Jd007 has joined #nixos
<whip> okay thanks
<sterni> pie_: what do you mean
<pie_> sterni: i want to run nix-build from a systemd service and i want to add it to PATH the same way the system does
<pie_> or somethin
alexherbo27 has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo27 is now known as alexherbo2
<sterni> pie_: well it's in systemPackages and thus in /run/current-system/sw/bin
<pie_> sterni: yeah but its not just added to the default systempackages list (requiredpackages / default packages) - but i did end up finding the source, see above
<sterni> why are you invoking nix-build in a systemd service
<sterni> sonuds curse
<sterni> you can just build it when you are building the system config …
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/ca373323f1d (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<pie_> sterni: i want the container to run extra-container to build its inner container?
<pie_> i guess i could maybe build it outside but idk either way sounds a not quite trivial
lambdaman has joined #nixos
<pie_> apparently I need to set up NIX_PATH n stuff
<pie_> hmm well actually all my pinning should mean i dont
<sterni> oh no it's still the container story
<pie_> its always the container story lol
<sterni> what kind of rube goldberg machine are you b uilding
<pie_> i try to avoid doing anything at the top system level and im finally getting somewhere
<pie_> im very rube goldberg arent i :I
<pie_> this one actually isnt that much
<pie_> im automating the stuff i was doing for the dhcp
whip has quit [Quit: Konversation terminated!]
philr has quit [Ping timeout: 268 seconds]
sangoma has quit [Quit: WeeChat 3.1]
vidbina has joined #nixos
respawn_ has quit [Read error: Connection reset by peer]
respawn_ has joined #nixos
<chvp> who should I request a review from for the following pull request? https://github.com/NixOS/nixpkgs/pull/119540
<{^_^}> #119540 (by chvp, 27 minutes ago, open): nixos-rebuild: Allow remote building when using flakes
<chvp> I can't find maintainer info for nixos-rebuild
respawn_ has quit [Read error: Connection reset by peer]
respawn_ has joined #nixos
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #119528 → llvmPackages_12: reorganize files → https://github.com/NixOS/nixpkgs/pull/119528
<pie_> i really do rube goldberg things up dont i :/
<pie_> chvp: someone will have a better answer, but as a sidenote, sometimes you can get some ideas from the git blame
<pie_> can i avoid that reimport of nixpkgs on line 6 somehow? :/ https://bpa.st/GQNA
<pie_> the problem is, as always, that pkgs cant be used in imports = []
<pie_> and im applying patches to a module so...
<{^_^}> [nixpkgs] @primeos opened pull request #119541 → llvmPackages_12: 12.0.0-rc5 -> 12.0.0 → https://github.com/NixOS/nixpkgs/pull/119541
<pie_> i guess what i could do is limit myself to two imports of nixpkgs by adding one to _args that doesnt depend on the rest of the module system... (maybe?)
veehaitch has quit [Quit: leaving]
<pie_> sterni: i am also the kind of making my evals way too damn long...
<pie_> not good for dev flow..
<sterni> well that is entirely possible without rube goldberging
tv has quit [Ping timeout: 252 seconds]
jarkad has quit [Quit: jarkad]
<{^_^}> [nixpkgs] @veprbl merged pull request #119524 → netbsd.man: fix hash → https://github.com/NixOS/nixpkgs/pull/119524
jonringer has joined #nixos
novafacing has quit [Quit: novafacing]
novafacing has joined #nixos
ericsagnes has quit [Ping timeout: 260 seconds]
<eacameron> Does cachix have an on-premise solution?
Wizek has joined #nixos
acarrico has joined #nixos
<simpson> No, but in that situation, you wouldn't need one. Just have a local trusted binary cache on the intranet.
<drozdziak1> eacameron Where does your usecase intersect with cachix but not just hosting your own Nix cache?
<simpson> drozdziak1++
<{^_^}> drozdziak1's karma got increased to 1
<drozdziak1> :)
Nickli has quit [Ping timeout: 276 seconds]
tv has joined #nixos
<pie_> uh
<pie_> _HOW_
<pie_> Apr 15 16:54:12 nest pxe_container-start[762]: file 'nix/fetchurl.nix' was not found in the Nix search path (add it using $NIX_PATH or -I), at /nix/store/dydwjmi4z5kr2ik8k8j4bcy65mk8sn5g-nixpkgs-src/pkgs/stdenv/linux/bootstrap-files/i686...
ericsagnes has joined #nixos
<pie_> <nix> is always present??
<pie_> ok maybe i did something weird with scopedimport but im still pretty sure that should be in there, hasnt broken anywhere else yet
turlando has quit [Quit: Leaving]
<pie_> ook yeah that doesnt look right x)
<pie_> { path = "/nix"; prefix = "nix"; }
sangoma has joined #nixos
rgsada723 has quit [Quit: Leaving]
<pie_> still not sure how i managed that though
<pie_> arcnmx: bonk?
Raito_Bezarius has quit [Ping timeout: 260 seconds]
beertoagunfight has quit [Ping timeout: 246 seconds]
<{^_^}> [hydra] @edolstra merged pull request #914 → Fix `std::bad_alloc` errors for remote builds → https://github.com/NixOS/hydra/pull/914
<pie_> hm i think i see, nixPathList only gets called if its a list, if its not a list it doesnt get called and <nix> isnt added
<pie_> or somethin
<eacameron> drozdziak1: I'm not sure yet :D
<eacameron> drozdziak1: Right now the best justification I have is "laziness"
<drozdziak1> eacameron: Yeah so cachix is just a hosted solution for a nix binary cache. The only possible headache is probably making sure everyone has your private cache keys among the trusted ones.
novafacing has quit [Quit: novafacing]
<pie_> actually no thats still not right because it should have broken sooner then...
<eacameron> drozdziak1: Cachix also has tooling on GitHub actions etc to make it easy to integrate. But I suspect I'll just have to roll my own.
novafacing has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119518 → sayonara: 1.6.0-beta6 -> 1.6.0-beta7 → https://github.com/NixOS/nixpkgs/pull/119518
<drozdziak1> eacameron: So in case of your own cache the advantage is that all you have to do is successfully build the selected derivations. That's roughly what Hydra does. You just have to set up your derivations so that checks are run as well as part of your build
<drozdziak1> I name this as an advantage because for a relatively small deployment, especially an internal one all of that can happen on one machine
JJ has joined #nixos
<drozdziak1> i.e. building the derivations is equivalent to hosting them
<{^_^}> [nixpkgs] @tomberek merged pull request #119364 → qgis: 3.10.13 -> 3.16.5 → https://github.com/NixOS/nixpkgs/pull/119364
Raito_Bezarius has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119530 → starboard-octant-plugin: 0.9.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/119530
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119531 → cargo-raze: 0.2.10 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/119531
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119535 → boundary: 0.1.8 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/119535
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119536 → nerdctl: 0.7.3 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/119536
<{^_^}> [nixpkgs] @primeos merged pull request #119541 → llvmPackages_12: 12.0.0-rc5 -> 12.0.0 → https://github.com/NixOS/nixpkgs/pull/119541
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119537 → terragrunt: 0.28.20 -> 0.28.22 → https://github.com/NixOS/nixpkgs/pull/119537
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [hydra] @grahamc opened pull request #915 → Hydra auth: support Argon2, transparently upgrade hashes → https://github.com/NixOS/hydra/pull/915
<{^_^}> [nix] @domenkozar closed pull request #4710 → Minor correction to macOS installation guide → https://github.com/NixOS/nix/pull/4710
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119539 → electrs: 0.8.7 -> 0.8.9 → https://github.com/NixOS/nixpkgs/pull/119539
jarkad has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #119542 → haunt: init → https://github.com/NixOS/nixpkgs/pull/119542
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119495 → terraform_0_15: init at 0.15.0 → https://github.com/NixOS/nixpkgs/pull/119495
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119502 → phpPackages.couchbase: Remove extra emptry array → https://github.com/NixOS/nixpkgs/pull/119502
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #119543 → Kernels 2021-04-15 → https://github.com/NixOS/nixpkgs/pull/119543
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #119544 → awscli: 1.19.49 -> 1.19.52 → https://github.com/NixOS/nixpkgs/pull/119544
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #119545 → python3Packages.sagemaker: 2.34.0 -> 2.35.0 → https://github.com/NixOS/nixpkgs/pull/119545
<{^_^}> [nixpkgs] @tomberek merged pull request #119291 → nnn: 3.6 → 4.0 → https://github.com/NixOS/nixpkgs/pull/119291
tomberek has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119390 → kotatogram-desktop: 1.2 -> 1.4 → https://github.com/NixOS/nixpkgs/pull/119390
graf_blutwurst has quit [Remote host closed the connection]
supersandro2000 has quit [Remote host closed the connection]
<{^_^}> [hydra] @edolstra merged pull request #915 → Hydra auth: support Argon2, transparently upgrade hashes → https://github.com/NixOS/hydra/pull/915
cfricke has quit [Quit: WeeChat 3.1]
ManiacOfMadness has quit [Ping timeout: 248 seconds]
sumner has quit [Quit: The Lounge - https://thelounge.chat]
erasmas has joined #nixos
sumner has joined #nixos
<{^_^}> [nixpkgs] @gares opened pull request #119547 → Update elpi → https://github.com/NixOS/nixpkgs/pull/119547
rubm has joined #nixos
Andoriyu has quit [Ping timeout: 245 seconds]
Andoriyu has joined #nixos
lunik1 has joined #nixos
<{^_^}> [nixpkgs] @grahamc merged pull request #117928 → nixos/fprintd: add TOD support → https://github.com/NixOS/nixpkgs/pull/117928
cole-h has joined #nixos
<eacameron> Anyone had success using nix copy or similar to upload caches to Azure storage?
<gchristensen> does Azure storage have an s3-compatible API?
<gustavderdrache> not to my knowledge, but there are tools like minio that can act as gateways for it
BlackBeans has joined #nixos
proofofkeags has joined #nixos
Nickli has joined #nixos
bekkvann[m] has quit [Quit: Idle for 30+ days]
JJ has quit [Quit: Connection closed]
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119388 → postgresqlPackages.timescaledb: 2.1.1 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/119388
supersandro2000 has joined #nixos
<simpson> eacameron: Is your actual situation an on-premises or an in-the-cloud situation? Or are you exploring possibilities for something still being designed? I feel that we could answer your actual question directly.
<neonfuz2> Hello, just wondering if gnome 40 is planned to be in 21.05 or not? anyone know?
<hexa-> it is
<hexa-> it is why 21.05 is 21.05 and not 21.03
<neonfuz2> cool, is it working in unstable yet?
<neonfuz2> because the last release was 2 months late I think?
<hrnz> it's not merged yet
<hexa-> no, there is an open pull request though, see #117081
<{^_^}> https://github.com/NixOS/nixpkgs/pull/117081 (by jtojnar, 3 weeks ago, open): GNOME: 3.38 → 40
sangoma has quit [Ping timeout: 240 seconds]
<neonfuz2> yeah I see it, though it says draft and has merge conflicts, I just wonder if it'll be ready by 21.05 release
ahmed_elgabri has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #119472 → libselinux: fix build with musl → https://github.com/NixOS/nixpkgs/pull/119472
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119394 → timg: init at v1.4.0 → https://github.com/NixOS/nixpkgs/pull/119394
<{^_^}> [nixpkgs] @payasrelekar opened pull request #119549 → go-org: 1.4.0 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/119549
<BlackBeans> If I want a later version of a package that is in the repository, how can I do that?
<BlackBeans> If I have a tarball containing the version of the package I want
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « haskellPackages.essence-of-live-coding-warp: fix eval and build »: https://git.io/JOca1
<neonfuz2> BlackBeans: you can define package overrides
<BlackBeans> I am a noob with overrides, and the actual code from the package script seems quite complicated
<cole-h> chances are you only need to override the `src` attribute
<BlackBeans> because the package I want to install – Anki – relies both on Rust and Python
<neonfuz2> its not so hard
<neonfuz2> oh yeah anki, I tried to bump anki it's difficult
<BlackBeans> x)
<neonfuz2> there's already an issue on nixpkgs tracking this, people have tried
<neonfuz2> I think someone packaged the binary though
sangoma has joined #nixos
<BlackBeans> there is a package, but it's for Anki 2.1.15
<neonfuz2> yeah there's anki-bin in nixos-unstable
<neonfuz2> anki-bin is 2.1.43
<neonfuz2> it's in nixpkgs-unstable
<BlackBeans> that would require switching to a new channel?
<neonfuz2> you can install a single package from another channel, it's a bit more involved though
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JOcVg
<neonfuz2> right now do you just use nix-env to install stuff?
<neonfuz2> or do you edit nix config and rebuild?
<BlackBeans> no, I try to keep everything declaratively
<eacameron> simpson: gchristensen I'm bringing nix into our company but the CTO doesn't feel comfy with the cache being public and/or being off-premise. We use Azure currently so I'm trying to see what our options are to bringing this into our cloud.
<BlackBeans> and, if possible, since Anki isn't a system application I would like to install it with home-manager
<neonfuz2> ok, so I have a declarative way of doing this that i use
<gchristensen> eacameron: gotcha, you can use a private s3 bucket very easily, or min.io
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119369 → velero: 1.5.4 -> 1.6.0 → https://github.com/NixOS/nixpkgs/pull/119369
<neonfuz2> in a nix overlay I put
<neonfuz2> unstable = import <nixpkgs-unstable> { config = config.nixpkgs.config; };
<BlackBeans> as I said, I'm a noob with overlays...
<neonfuz2> to add nixpkgs-unstable as a channel I run
<neonfuz2> sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
<BlackBeans> should I put this in .config/nixpkgs/overlays.nix?
<neonfuz2> hmm, maybe I'll make a pastebin quick
<BlackBeans> thx :)
<neonfuz2> you're using no overlays rn right
<BlackBeans> right
<neonfuz2> honestly, overlay is unnecessary can just do a let block
<neonfuz2> i'll still do a pastebin
<BlackBeans> ok
<neonfuz2> I split my config into several modules and then import them in the main config.nix
<neonfuz2> can comment on the gist if you have trouble ^
<BlackBeans> thx
<BlackBeans> so I still have to add the unstable channel anyways, right?
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #119550 → llvmPackages_12: Improve and extend the meta attributes → https://github.com/NixOS/nixpkgs/pull/119550
mkaito has joined #nixos
mkaito has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed commit from @Mathnerd314 to staging-next « sphinx_rtd_theme: 0.4.3 -> 0.5.1 »: https://git.io/JOcrV
<{^_^}> [nixpkgs] @FRidh closed pull request #118180 → sphinx_rtd_theme: 0.4.3 -> 0.5.1 → https://github.com/NixOS/nixpkgs/pull/118180
lambdaman has quit [Remote host closed the connection]
ahmed_elgabri has quit [Ping timeout: 260 seconds]
oxalica1 has joined #nixos
<BlackBeans> now I get an error
<BlackBeans> `error: value is null while a set was expected, at /nix/store/hash-nixpkgs-unstable-version/nixpkgs-unstable/pkgs/top-level/default.nix:74:18`
bitmapper has quit [Quit: Connection closed for inactivity]
meh` has quit [Ping timeout: 246 seconds]
lambdaman has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 reopened pull request #119472 → libselinux: fix build with musl → https://github.com/NixOS/nixpkgs/pull/119472
<neonfuz2> BlackBeans: oh, run nix-channel --update
<BlackBeans> mhh
saschagrunert has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @primeos opened pull request #119551 → [20.09] chromium: 89.0.4389.128 -> 90.0.4430.72 → https://github.com/NixOS/nixpkgs/pull/119551
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119545 → python3Packages.sagemaker: 2.34.0 -> 2.35.0 → https://github.com/NixOS/nixpkgs/pull/119545
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119544 → awscli: 1.19.49 -> 1.19.52 → https://github.com/NixOS/nixpkgs/pull/119544
<neonfuz2> BlackBeans:
<neonfuz2> working?
<BlackBeans> no...
<BlackBeans> I am searching for a possible mistake in my code
<neonfuz2> did you run nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
<BlackBeans> yes
<BlackBeans> then, I updated the channels
<neonfuz2> ok good, did you run it as root
<BlackBeans> yes
ahmed_elgabri has joined #nixos
<BlackBeans> both
endformationage has joined #nixos
<neonfuz2> ok
<neonfuz2> I usually keep my user channels empty because it defaults to root's channels, otherwise you have to upgrade both
<BlackBeans> ah, if I try removing the `config = ...` attribute from the set passed in argument to the import, it seems to be working
<neonfuz2> oh, hmm
<BlackBeans> at least, it hasn't reported errors yet
<BlackBeans> it's downloading stuff
<neonfuz2> do you have this in a file separate from config.nix and importing it?
<BlackBeans> it's not in config.nix
<BlackBeans> it's in home.nix
<BlackBeans> (actually, it's in package.nix, which is imported by home.nix)
<BlackBeans> but I have no config.nix
<neonfuz2> oh hmm, is this home manager or something? I've never used that
<BlackBeans> yes, it's home manager
<BlackBeans> although the difference is not completely clear to me...
<neonfuz2> oh, well maybe configuration is different in that case. nixpkgs takes a configuration, and this is just passing your system config to the imported nixpkgs. If you don't pass anything it'll take defaults
conkker has joined #nixos
<neonfuz2> I'm not sure if it's different
<neonfuz2> I just don't have home-manager experience so idk
<simpson> eacameron: Aha. Makes complete sense now. FWIW there's at least one more option: No caches, and make each developer rebuild stuff. This reduces the problem to a hopefully-already-solved source-control problem.
<BlackBeans> ok...
<BlackBeans> but what config are we talking about?
<BlackBeans> the /etc/nixos/configuration.nix?
Wizek has quit [Quit: Connection closed for inactivity]
Reiko2 has joined #nixos
<{^_^}> [hydra] @kquick closed pull request #594 → Set notification status to done for dependent builds. → https://github.com/NixOS/hydra/pull/594
respawn_ has quit [Quit: Leaving]
ahmed_elgabri has quit [Ping timeout: 258 seconds]
<neonfuz2> BlackBeans: ^
<BlackBeans> ah ok
<BlackBeans> so, essentially, if I don't have a .config/nixpkgs/config.nix, I had anyways the default config
<neonfuz2> I think it's the same options as you can set here actually
<neonfuz2> mostly options for configuring nixos systems, why it may be irrelevant to home-manager
<BlackBeans> ok
<BlackBeans> well, it worked
<BlackBeans> thanks!
<neonfuz2> okay good
<edrex> Is anyone aware of incompatibility issues between Arch Linux OpenSSH client and NixOS OpenSSH server? I am observing something weird: over double NAT with port forward, Arch can't connect (but other clients on the same network [OSX, edgeos] can). Sorry to ask here, just wondering if anyone else has seen this
Mateon2 has joined #nixos
<gchristensen> edrex: try running with -vvvv ?
novafacing has quit [Quit: novafacing]
<lordcirth> edrex, Does Arch have a newer ssh version than the other clients?
novafacing has joined #nixos
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon2 is now known as Mateon1
<edrex> oh, only went to -vv :) that did indeed add a new output line before the hang
yjftsjthsd has joined #nixos
<edrex> lordcirth: yeah, newer than the other clients and one minor newer than the nixos server: `pacman -Qi openssh -> 8.5p1-1, ls -l $(which sshd) -> /nix/store/51n2b5v971a3z66izqdyflh5m64gmy38-openssh-8.4p1/bin/sshd`
bgamari has quit [Ping timeout: 260 seconds]
<edrex> i can connect when i'm on local network, just not over double nat with the port forward. Looking through release notes and arch threads...
mkaito has quit [Quit: WeeChat 3.1]
bgamari has joined #nixos
BlackBeans has quit [Quit: Connection closed]
<pie_> any easy way to get a bash with a cleared env?
EddyEdgy has joined #nixos
<gchristensen> pie_: env -i bash -c $(which env)
<pie_> cool thanks, guess i should read the env man page closer
<pie_> oh. yeah. literally the first flag :I
<pie_> huh. signals stuff. hm.
oxalica2 has joined #nixos
<etu> sofus[m]: There's now a workaround for the broken screen sharing :)
dev_mohe has joined #nixos
oxalica1 has quit [Ping timeout: 258 seconds]
dev_mohe has quit [Client Quit]
oxalica has quit [Ping timeout: 252 seconds]
oxalica2 is now known as oxalica
<eacameron> Is there a way to disable signature checks on a substituter? We're going for a private cache so having to hand out access to the cache *and* a key to verify signatures seems redundant. If someone has access to upload to our cache, they could have signed with our key too.
<gchristensen> add `?trusted=1` to the end of its URL
<eacameron> REALLY...
JJ has joined #nixos
<eacameron> gchristensen: That almost seems too easy lol
<gchristensen> :)
<srhb> what
<srhb> why is that possible o_o
<MichaelRaskin> I think there are some cache/store «URL parameters» that are magic for Nix
<MichaelRaskin> It's not a bug, it is a feature hopefully no easier to trigger than arbitrary reconfiguration of Nix substituter trust
<gchristensen> yeah, you need to be rootish to set it
<MichaelRaskin> «root-ish» rates pretty high on the list of words to duck first and investigate later
<MichaelRaskin> (this combination of vagueness and destructive capability)
<srhb> Love it. But OK, thankfully.
<gchristensen> lol
<srhb> gchristensen: btw, didn't get back to you, but I've tried to put some time for those issues into the next sprint. Hasn't been planned yet, so we'll see. :)
<edrex> research on ssh issue didn't come up with much. Probably should just get wireguard going and then I won't care.
<gchristensen> cool :)
exfalso has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #119550 → llvmPackages_12: Improve and extend the meta attributes → https://github.com/NixOS/nixpkgs/pull/119550
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice pushed to nixpkgs/firecracker-update « firecracker: 0.23.0 -> 0.24.2 »: https://git.io/JOcDP
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #119553 → firecracker: 0.23.0 -> 0.24.2 → https://github.com/NixOS/nixpkgs/pull/119553
meh` has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice closed pull request #119553 → firecracker: 0.23.0 -> 0.24.2 → https://github.com/NixOS/nixpkgs/pull/119553
<edrex> oh duh, i had some garbage settings in .ssh/config 😅
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #119554 → firecracker: 0.23.0 -> 0.24.2 → https://github.com/NixOS/nixpkgs/pull/119554
jbetz_ has joined #nixos
<jbetz_> what is the correct way to start postgres server on NixOS with a file system backup of a database?
<jbetz_> I've tried setting to services.postgresql.dataDir to the backup directory, but the pre-start script requires that the data directory is empty. I've also tried using pg_ctl directly, but it errors with `pg_ctl: directory "my_backup" is not a database cluster directory`.
alexherbo2 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @ryantm merged pull request #117702 → gems: Added mime info path for mimemagic → https://github.com/NixOS/nixpkgs/pull/117702
alexherbo2 has joined #nixos
<noonien> how can I improved the chances of a simple +1, -1, PR being reviewed/merged?
ram19890 has quit [Quit: Konversation terminated!]
rajivr has quit [Quit: Connection closed for inactivity]
<noonien> #119353
<{^_^}> https://github.com/NixOS/nixpkgs/pull/119353 (by noonien, 2 days ago, open): nixos/libvirtd: extraConfig goes first
Reiko2 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #119554 → firecracker: 0.23.0 -> 0.24.2 → https://github.com/NixOS/nixpkgs/pull/119554
jarkad has quit [Remote host closed the connection]
<noonien> it's not mentioned in the PR/commit, but this change helps improve security for nixos systems.
<noonien> since accessing the libvirt socket can basically give users root access, (like the docker socket does),
<noonien> and, because due to the way the module is written, the only way of accessing the socket as a non-root user, is to add it to the libvirt group, which basically makes `sudo` authentication useless.
<noonien> the change i proposed, fixes this by allowing the necessary settings to be made so that libvirt can do SASL authentication, using PAM, which means adding a user to the libvirt group doesn't automatically give the user non-authenticated root access
<{^_^}> [nixpkgs] @ulrikstrid opened pull request #119555 → Home assistant packages → https://github.com/NixOS/nixpkgs/pull/119555
linuxadslj has joined #nixos
<linuxadslj> apologies if this has been asked before but any news on gnome 40?
EddyEdgy has quit [K-Lined]
jneto has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @felschr opened pull request #119556 → nixos/etebase-server: set users.users.etebase.isSystemUser → https://github.com/NixOS/nixpkgs/pull/119556
linuxadslj has quit [Quit: Connection closed]
tomberek has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @centromere opened pull request #119557 → openethereum: 3.2.1 -> 3.2.3 → https://github.com/NixOS/nixpkgs/pull/119557
jarkad has joined #nixos
<{^_^}> [nixpkgs] @ajs124 pushed to master « Revert "Merge pull request #117702 from edude03/patch-4" »: https://git.io/JOcdT
fuzzypixelz has quit [Quit: Connection closed]
xyz81 has joined #nixos
slac17915 has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #119558 → mesa: 21.0.X -> 21.1.1 → https://github.com/NixOS/nixpkgs/pull/119558
<xyz81> Hi, is there a way to specify to use a custom flake instead of the one in the nixpkgs for python modules?
slack1256 has quit [Ping timeout: 246 seconds]
justan0theruser has quit [Quit: WeeChat 2.9]
Qwerky_ has joined #nixos
<xyz81> I have a flake.nix like this: https://bin.privacytools.io/?24639be29bbe47df#AgWfSjLvpSnALzSxSmzEJqYPWoUfDPptDLYaDrT7aQ8X but it picks the module in the nixpkgs not the one that I specified in flake inputs.
zhaofeng1 has joined #nixos
justanotheruser has joined #nixos
Qwerky has quit [Ping timeout: 260 seconds]
orion has joined #nixos
<orion> Hi. For a Rust package, how can I accurately fetch the cargoSha256 value without building the package dependencies?
sangoma has quit [Ping timeout: 268 seconds]
JJ has quit [Ping timeout: 240 seconds]
ddellaco_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 opened pull request #119559 → treewide: less nogroup → https://github.com/NixOS/nixpkgs/pull/119559
ddellacosta has joined #nixos
justanotheruser has quit [Ping timeout: 258 seconds]
ahmed_elgabri has joined #nixos
wnklmnn has joined #nixos
justanotheruser has joined #nixos
VideoGameEnjoyer has quit [Ping timeout: 240 seconds]
VideoGameEnjoyer has joined #nixos
ahmed_elgabri has quit [Ping timeout: 250 seconds]
novafacing has quit [Remote host closed the connection]
<sterni> orion: that's not possible
<sterni> the hash is a hash of the compiled dependencies
<sterni> so unless you can figure out what the compiled result is without compiling, nope :p
<orion> I see. It's embarrassing to submit a PR to nixpkgs and have the build fail because of a wrong cargo hash. :/
<orion> sterni: That is the overarching issue. Do you know of a way to prevent that in particular?
lambdaman has quit [Remote host closed the connection]
zupo has joined #nixos
<orion> For example, could it be related to the nix-channel I am using?
<sterni> orion: maybe check the Cargo.lock if it contains anything suspicious like fetching HEAD from a git repo or something
<sterni> orion: sometimes also an outdated version of a fixed output derivation can be cached in the store, in which case you need to invalidate the hash once locally to get it to notice it
<sterni> orion: you can do this by replacing the hash you have with lib.fakeSha256
<tpw_rules> just to make sure, did the hash pass on your machine and unexpectedly fail in the PR?
lambdaman has joined #nixos
<tpw_rules> if so, then sterni's suggestions are probably correct
<orion> tpw_rules: Yes.
<tpw_rules> did you change the cargo versions and stuff without changing the hash?
xyz81 has quit [Ping timeout: 240 seconds]
JJ has joined #nixos
malorie has joined #nixos
<orion> tpw_rules: It's possible I did so without knowing it.
<orion> Does the build bot use the unstable channel?
<tpw_rules> the channel shouldn't matter. assuming there isn't another place in nixpkgs with the wrong hash
<tpw_rules> can you link the PR?
<{^_^}> #119557 (by centromere, 43 minutes ago, open): openethereum: 3.2.1 -> 3.2.3
<tpw_rules> did you build it on your local machine after changing the hashes?
<{^_^}> [nixpkgs] @servalcatty opened pull request #119560 → v2ray: 4.37.0 -> 4.37.3 → https://github.com/NixOS/nixpkgs/pull/119560
<tpw_rules> although hm, it looks like it was a transient issue? the guy who tried was able to get it built in that last comment
<orion> I built it on my company's build server.
<malorie> hi all, nixos noob here. I've recently upgraded my system for the first time, and now xwallpaper isn't working anymore, due to a bug in libseccomp, which has already been fixed though, afaict. is there anyhting I can do right now, or do I just need to wait until the dependency gets bumped in the channel?
<orion> If it's a hash of compiled dependencies, wouldn't I need a different hash for, say, OSX, arm64, etc?
<AmandaC> the hash is for the sources of the dependencies
<AmandaC> their versions, etc
<AmandaC> usually you get the new hash by setting it to lib.fakeSha256 and then changing it to whatever the resulting hash is in the mismatch message
MatrixBot22 has joined #nixos
mauli has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
<orion> Ah, so it's platform independent.
VideoGameEnjoyer has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @RaghavSood merged pull request #119557 → openethereum: 3.2.1 -> 3.2.3 → https://github.com/NixOS/nixpkgs/pull/119557
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #119561 → waybar: 0.9.5 -> 0.9.7 → https://github.com/NixOS/nixpkgs/pull/119561
jarkad has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @symphorien opened pull request #119562 → fuse: fix mount.fuse -o setuid=... → https://github.com/NixOS/nixpkgs/pull/119562
maxine has joined #nixos
endocrimes has joined #nixos
<jbetz_> `pg_ctl: directory "my_backup" is not a database cluster directory` <- turns out the backup was using some Docker volume structure, so the actual data directory was in my_backupr/_data. anyway, got it working now.
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
VideoGameEnjoyer has joined #nixos
rj has joined #nixos
novafacing has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119563 → wayland-proxy-virtwl: init at unstable-2021-04-15 → https://github.com/NixOS/nixpkgs/pull/119563
novafacing has left #nixos [#nixos]
<{^_^}> [nixpkgs] @bachp merged pull request #119521 → mujs: 1.0.9 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/119521
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann merged pull request #119556 → nixos/etebase-server: set users.users.etebase.isSystemUser → https://github.com/NixOS/nixpkgs/pull/119556
Lord_of_Life_ has joined #nixos
pushqrdx has joined #nixos
<{^_^}> [nixpkgs] @attila-lendvai opened pull request #119564 → c2ffi: init at 2021-04-12 → https://github.com/NixOS/nixpkgs/pull/119564
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life_ is now known as Lord_of_Life
rj has quit [Ping timeout: 240 seconds]
pushqrdx has quit [Remote host closed the connection]
pushqrdx has joined #nixos
pushqrdx_ has joined #nixos
rj has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #119538 → python3Packages.aioimaplib: 0.7.18 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/119538
pushqrdx has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #118411 → cpufetch: init at 0.94 → https://github.com/NixOS/nixpkgs/pull/118411
<{^_^}> [nixpkgs] @vbgl merged pull request #118811 → scheherazade-new: 3.000 → 3.100 → https://github.com/NixOS/nixpkgs/pull/118811
fuiltilt has joined #nixos
slac17915 is now known as slack1256
JJ has quit [Quit: Connection closed]
JJ has joined #nixos
BEDLAM02 has quit [Quit: Leaving.]
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
BEDLAM02 has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #119565 → gh: 1.9.0 -> 1.9.1 → https://github.com/NixOS/nixpkgs/pull/119565
<{^_^}> [nixpkgs] @aanderse merged pull request #119395 → devilutionx: 1.2.0 -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/119395
BEDLAM02 has quit [Max SendQ exceeded]
<{^_^}> [nixpkgs] @zowoq opened pull request #119566 → skopeo: 1.2.2 -> 1.2.3 → https://github.com/NixOS/nixpkgs/pull/119566
nonchris has joined #nixos
malorie has quit [Quit: Connection closed]
lambdaman has quit [Remote host closed the connection]
jefferai__ has joined #nixos
<jefferai__> ,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
jefferai__ is now known as jefferai
<{^_^}> [nixpkgs] @sternenseemann merged pull request #118845 → [20.09] place-cursor-at: init at 1.0.1 → https://github.com/NixOS/nixpkgs/pull/118845
VideoGameEnjoyer has quit [Remote host closed the connection]
JJ18 has joined #nixos
VideoGameEnjoyer has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #117914 → gtk-doc + json-glib: fix cross-compilation → https://github.com/NixOS/nixpkgs/pull/117914
JJ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119565 → gh: 1.9.0 -> 1.9.1 → https://github.com/NixOS/nixpkgs/pull/119565
dsrt^ has quit []
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Uthar opened pull request #119569 → gnutls: fix build with musl → https://github.com/NixOS/nixpkgs/pull/119569
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119560 → v2ray: 4.37.0 -> 4.37.3 → https://github.com/NixOS/nixpkgs/pull/119560
<sss2> hi all, i found what scripts begining with #!/bin/bash does not work on nixos, what is proper way to fix it ?
rj has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119566 → skopeo: 1.2.2 -> 1.2.3 → https://github.com/NixOS/nixpkgs/pull/119566
<supersandro2000> sss2: patchShebang in a derivation
<supersandro2000> or change the shebang to #!/usr/bin/env bash
<sss2> no, i mean foreign script from third party app, not installed via nix
<sss2> preferable without edits into script
<supersandro2000> add a symlink to your env from /bin/bash to the bash in the store
<sss2> got it, will try
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
dev_mohe has joined #nixos
<{^_^}> [nixpkgs] @NinjaTrappeur closed pull request #119354 → hostapd: nitpick, stabilize gh patch format using fetchpatch → https://github.com/NixOS/nixpkgs/pull/119354
dev_mohe has quit [Client Quit]
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
MatrixBot22 has quit [Ping timeout: 252 seconds]
BEDLAM02 has joined #nixos
BEDLAM02 has quit [Max SendQ exceeded]
ghuntley has quit [Quit: Connection closed for inactivity]
zupo has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119509 → vscx/ms-vsliveshare-vsliveshare: 1.0.4116 -> 1.0.4131 → https://github.com/NixOS/nixpkgs/pull/119509
BEDLAM02 has joined #nixos
Qwerky_ has quit [Remote host closed the connection]
BEDLAM02 has left #nixos [#nixos]
<{^_^}> [nixpkgs] @fabaff opened pull request #119570 → python3Packages.tinydb: 4.1.1 -> 4.4.0 → https://github.com/NixOS/nixpkgs/pull/119570
<{^_^}> [nixpkgs] @hennersz opened pull request #119571 → passExtensions.pass-import: install extension script and completion → https://github.com/NixOS/nixpkgs/pull/119571
tomberek has joined #nixos
Qwerky has joined #nixos
lambdaman has joined #nixos
ddellacosta has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 240 seconds]
ddellaco_ has joined #nixos
ddellaco_ has quit [Read error: Connection reset by peer]
Qwerky has quit [Remote host closed the connection]
ddellacosta has joined #nixos
ddellacosta has quit [Remote host closed the connection]
Qwerky has joined #nixos
ddellacosta has joined #nixos
ddellaco_ has joined #nixos
ddellaco_ has quit [Remote host closed the connection]
ddellac__ has joined #nixos
MatrixBot22 has joined #nixos
JJ has joined #nixos
justanotheruser has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #116717 → jdk: 15.0.1-ga -> 16+36 → https://github.com/NixOS/nixpkgs/pull/116717
JJ18 has quit [Ping timeout: 240 seconds]
ddellac__ has quit [Ping timeout: 265 seconds]
blitz_2 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119520 → zen-kernels: 5.11.13 -> 5.11.14 → https://github.com/NixOS/nixpkgs/pull/119520
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119525 → siege: 4.0.7 -> 4.0.8 → https://github.com/NixOS/nixpkgs/pull/119525
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119472 → libselinux: fix build with musl → https://github.com/NixOS/nixpkgs/pull/119472
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119533 → linux_xanmod: 5.11.13 -> 5.11.14 → https://github.com/NixOS/nixpkgs/pull/119533
<{^_^}> [nixpkgs] @bcdarwin opened pull request #119572 → libminc: hdf5 -> hdf5_1_10 → https://github.com/NixOS/nixpkgs/pull/119572
blitz_2 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #119573 → Add couple python dependencies → https://github.com/NixOS/nixpkgs/pull/119573
<{^_^}> [nixpkgs] @jefferai opened pull request #119574 → Update protobuf to 3.15.8 → https://github.com/NixOS/nixpkgs/pull/119574
VideoGameEnjoyer has quit [Remote host closed the connection]
<sss2> no, does not work
<sss2> also, how to install libstdc++.so.6 into user env ?
<{^_^}> [nixpkgs] @fabaff opened pull request #119575 → metasploit: 6.0.39 -> 6.0.40 → https://github.com/NixOS/nixpkgs/pull/119575
erasmas has quit [Quit: leaving]
rj has quit [Ping timeout: 240 seconds]
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119190 → courier-prime: init at unstable-2019-12-05 → https://github.com/NixOS/nixpkgs/pull/119190
ussr has joined #nixos
rj has joined #nixos
vs^ has joined #nixos
Qwerky has joined #nixos
Qwerky has quit [Ping timeout: 260 seconds]
slack1256 has quit [Ping timeout: 260 seconds]
<supersandro2000> ,locate libstdc++.so.6
<{^_^}> Found in packages: libgccjit, robomongo, gcc-unwrapped.lib
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #119577 → lxqt: update to version 0.17.0 → https://github.com/NixOS/nixpkgs/pull/119577
VideoGameEnjoyer has joined #nixos
VideoGameEnjoyer has quit [Client Quit]
VideoGameEnjoyer has joined #nixos
ab19 has joined #nixos
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 5 commits to gnome-40: https://git.io/JOC38
<ab19> is it possible to strip the extra locales from glibc?
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
<ab19> they are a significant fraction of the output from streamLayeredImage
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #117590 → libsidplayfp: 2.0.5 -> 2.1.1 → https://github.com/NixOS/nixpkgs/pull/117590
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116826 → Bump (lib)sidplayfp → https://github.com/NixOS/nixpkgs/pull/116826
<{^_^}> [nixpkgs] @TredwellGit opened pull request #119578 → electron_12: 12.0.2 -> 12.0.4 & electron_11: 11.4.1 -> 11.4.3 & electron_10: 10.4.2 -> 10.4.3 → https://github.com/NixOS/nixpkgs/pull/119578
alexherbo27 has joined #nixos
xelxebar_ has joined #nixos
domogled has quit [Quit: domogled]
alexherbo2 has quit [Ping timeout: 265 seconds]
alexherbo27 is now known as alexherbo2
ddellacosta has quit [Ping timeout: 268 seconds]
xelxebar has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @centromere opened pull request #119579 → zcash: 4.3.0 -> 4.4.0 → https://github.com/NixOS/nixpkgs/pull/119579
Qwerky has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119504 → wcslib: 7.5 -> 7.6 → https://github.com/NixOS/nixpkgs/pull/119504
<{^_^}> [nixpkgs] @drewrisinger opened pull request #119580 → python3Packages.sparse: 0.11.2 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/119580
fendor has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119441 → pythonPackages.surt: init at 0.3.1 → https://github.com/NixOS/nixpkgs/pull/119441
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #56804 → libqb,corosync: update; kronosnet: init at 1.7 → https://github.com/NixOS/nixpkgs/pull/56804
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119460 → corosync: 2.4.5 -> 3.1.2; kronosnet: init at 1.20 → https://github.com/NixOS/nixpkgs/pull/119460
quinn has joined #nixos
<sss2> supersandro2000, too hard, i found steam-run helper for just my case, to run foreign proprietary shit, will try it
Qwerky has joined #nixos
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
meh` has quit [Ping timeout: 240 seconds]
pushqrdx_ has quit [Remote host closed the connection]
ab19 has quit [Ping timeout: 240 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 27.2)]
pbb has joined #nixos
paddymahoney has joined #nixos
<Cadey> yeah steam-run polishes over most of the badness
pushqrdx has joined #nixos
Qwerky has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @kevincox merged pull request #119355 → lunar-client: 2.4.0 -> 2.6.0 → https://github.com/NixOS/nixpkgs/pull/119355
zupo_ has joined #nixos
rj has quit [Ping timeout: 240 seconds]
zupo has quit [Ping timeout: 252 seconds]
rj has joined #nixos
akaWolf has quit [Ping timeout: 240 seconds]
pushqrdx_ has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #119581 → python3Packages.karton-mwdb-reporter: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/119581
pushqrdx has quit [Ping timeout: 252 seconds]
heywoodlh has quit [Quit: ZNC 1.8.2 - https://znc.in]
neiluj has quit [Ping timeout: 260 seconds]
heywoodlh has joined #nixos
orion has quit []
aei has joined #nixos
Andoriyu has quit [Quit: ZNC - https://znc.in]
ddellacosta has joined #nixos
jonringer has quit [Remote host closed the connection]
gustavderdrache has quit [Quit: Leaving.]
ddellacosta has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to gnome-40: https://git.io/JOCZM
gustavderdrache has joined #nixos
teto has joined #nixos
paddymahoney has quit [Read error: Connection reset by peer]
paddymahoney has joined #nixos
MatrixBot22 has quit [Ping timeout: 265 seconds]
rj has quit [Ping timeout: 240 seconds]
seanparsons has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @ajs124 opened pull request #119582 → nixos/dovecot: set isSystemUser for mailUser → https://github.com/NixOS/nixpkgs/pull/119582
<{^_^}> [nixpkgs] @jtojnar pushed to gnome-40 « vala-lint: 2020-08-18 → 2021-02-17 »: https://git.io/JOCnR
Gohla has joined #nixos
rj has joined #nixos
seanparsons has joined #nixos
friel- has joined #nixos
aei has quit [Remote host closed the connection]
ussr has quit [Quit: ussr]
aei has joined #nixos
rprije has joined #nixos
cgbrewster[m] has joined #nixos
<cgbrewster[m]> ,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
MatrixBot22 has joined #nixos
apo has joined #nixos
rubm has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @ajs124 closed pull request #119489 → phpExtensions.ds: init at 1.3.0 → https://github.com/NixOS/nixpkgs/pull/119489
ahmed_elgabri has quit [Ping timeout: 260 seconds]
ddellacosta has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #119583 → Update emacs modes → https://github.com/NixOS/nixpkgs/pull/119583
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to gnome-40: https://git.io/JOCCL
vs^ has quit []
philr has joined #nixos
wnklmnn has quit [Quit: Leaving]
eacameron has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119572 → libminc: hdf5 -> hdf5_1_10 → https://github.com/NixOS/nixpkgs/pull/119572
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119575 → metasploit: 6.0.39 -> 6.0.40 → https://github.com/NixOS/nixpkgs/pull/119575
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119581 → python3Packages.karton-mwdb-reporter: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/119581
attila_lendvai has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119580 → python3Packages.sparse: 0.11.2 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/119580
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119579 → zcash: 4.3.0 -> 4.4.0 → https://github.com/NixOS/nixpkgs/pull/119579
rj has quit [Ping timeout: 240 seconds]
aei has quit [Remote host closed the connection]
aei has joined #nixos
dsrt^ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt pushed 58 commits to staging-next: https://git.io/JOCWB
ahmed_elgabri has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #nixos
rj has joined #nixos
ahmed_elgabri has quit [Ping timeout: 258 seconds]
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119570 → python3Packages.tinydb: 4.1.1 -> 4.4.0 → https://github.com/NixOS/nixpkgs/pull/119570
ddellacosta has joined #nixos
dotdotok has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119461 → python3Packages.karton-config-extractor: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/119461
supersandro2000 is now known as Guest40170
Guest40170 has quit [Killed (kornbluth.freenode.net (Nickname regained by services))]
Qwerky has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm
mjsir911 has quit [Quit: Goodbye, World!]
mjsir911 has joined #nixos
ahmed_elgabri has joined #nixos
ddellacosta has joined #nixos
rj has quit [Ping timeout: 240 seconds]
ahmed_elgabri has quit [Ping timeout: 250 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]