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
shs3g32f has quit [Quit: freenode gave me aids]
AmandaC has quit [Quit: WeeChat 3.0.1]
<stevenroose> Yaniel:the efi boot part's EFI folder has a systemd/systemd-bootx64.efi and a nixos/ folder, Linux/ folder, ...
<stevenroose> what exactly would I be looking for for it to be bad?
erasmas has quit [Quit: leaving]
switchy has quit [Quit: Bye!]
<unclechu> hey, `man -k smth` search by keyword does not work for me. for instance `man -k printf` returns `printf: nothing appropriate.`
<unclechu> should i add something to my nixos config in order to make it work?
<lovesegfault> this might help
tomberek has quit [Ping timeout: 240 seconds]
<demize> samueldr: From a quit grep, there's at least 3 other services whose openFirewall option defaults to true.
<demize> quick*
mkaito has quit [Quit: WeeChat 3.0]
<samueldr> that's... not good
<demize> snapserver, factorio, and avahi-daemon.
tomberek has joined #nixos
<samueldr> factorio you say?
<samueldr> is it a service you enabled?
<samueldr> and were using `nixos-option` to grep?
AmandaC has joined #nixos
<demize> Ah, I was on the 20.09 branch, been changed in master.
i1l has joined #nixos
<unclechu> lovesegfault: thanks but this did not help
<demize> Master only has snapserver and avahi-daemon, mmh.
<samueldr> demize: ah, only checked unstable
<samueldr> (and only checked that one option, just because I'm _that_ lucky)
<demize> (And I used `git grep -A 2 openFirewall\ = | grep '\.nix'`.)
<demize> :D
yilin has left #nixos ["ERC (IRC client for Emacs 27.1)"]
<{^_^}> [nixpkgs] @tmountain opened pull request #114190 → ags: init at 3.5.0.30 → https://github.com/NixOS/nixpkgs/pull/114190
<samueldr> so, as one can observe: it's definitely not enforced by the tooling
<samueldr> looks like avahi was doing it forcibly beforehand, now it can at least be disabled even if the service is enabled
<samueldr> snapserver was introduced with it enabled
NeoCron has quit [Remote host closed the connection]
<demize> Mmmh.
<demize> So at least better, but not great, in the case of avahi.
<demize> I would personally prefer if the sshd module didn't open it automatically either, but I can see why that's the default.
<samueldr> yeah, sshd would be a major papercut
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114191 → herwig: 7.2.1 -> 7.2.2 → https://github.com/NixOS/nixpkgs/pull/114191
<stevenroose> Yaniel: yeah var/log doesn't exist on the system, so I'm quite confident it's a boot issue
<stevenroose> pff
<stevenroose> I have to call it a day but that won't be easy to work out tomorrow. I can't see any boot info :/
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<drozdziak1> I'm running into a nasty "Arg list too long" problem while building haskell-gi. Have there been efforts for writing a shim to shorten all transitive inputs for a build? I have some rough sketches of how to implement something like this
pjan has quit [Quit: さようなら]
ddellacosta has quit [Remote host closed the connection]
m0rphism1 has quit [Ping timeout: 240 seconds]
seanparsons has quit [Ping timeout: 246 seconds]
i1l has quit [Read error: Connection reset by peer]
ris has quit [Ping timeout: 260 seconds]
lunik1 has quit [Ping timeout: 264 seconds]
ris has joined #nixos
AmandaC has quit [Quit: WeeChat 3.0.1]
AmandaC has joined #nixos
Dotz0cat has quit [Ping timeout: 256 seconds]
seanparsons has joined #nixos
lunik1 has joined #nixos
Dotz0cat has joined #nixos
cseder_ has joined #nixos
<tpw_rules> drozdziak1: i think that's the problem response files are supposed to solve
<tpw_rules> but i don't think they're implemented everywhere
grawlinson has quit [Quit: SIGTERM]
<{^_^}> [nixpkgs] @aanderse merged pull request #105417 → kodi: 18.9 -> 19.0 → https://github.com/NixOS/nixpkgs/pull/105417
infinisil has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
cseder has quit [Ping timeout: 256 seconds]
<drozdziak1> tpw response files? What are those?
<drozdziak1> tpw_rules: ^
<{^_^}> [nixpkgs] @marsam merged pull request #114117 → nodejs: 10.23.3 -> 10.24.0, 12.20.2 -> 12.21.0, 14.15.5 -> 14.16.0, 15.9.0 -> 15.10.0 → https://github.com/NixOS/nixpkgs/pull/114117
<{^_^}> [nixpkgs] @mweinelt merged pull request #114155 → python3Packages.pysmappee: init at 0.2.17 → https://github.com/NixOS/nixpkgs/pull/114155
supersandro2000 has quit [Disconnected by services]
supersandro20002 has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #114192 → gnutls 3.6.15 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/114192
<drozdziak1> tpw_rules: I see. The largetst drawback is that this won't really cut it for toolchains and existing builds that don't use this
<tpw_rules> drozdziak1: it's being worked on though. this might be relevant: https://github.com/NixOS/nixpkgs/pull/112449
<{^_^}> #112449 (by angerman, 2 weeks ago, open): Add response file support when compiling with clang
<tpw_rules> are you on macos?
<drozdziak1> tpw_rules: No, and I suspect this sort of issue might go beyond C compilers tbh
vidbina_ has quit [Ping timeout: 260 seconds]
aswanson has quit [Quit: aswanson]
<angerman> with clang we can fix this. For gfg. we cant
<angerman> *gcc
<gchristensen> jess: I assume y'all are doing the best you can with the dm spam
<angerman> Gcc internally expands the response file and passes it to collect2
mbrgm_ has joined #nixos
<Yaniel> gchristensen: they are
<drozdziak1> yeah I'm getting my particular error from cc1
<gchristensen> okay, cool, thanks Yaniel
<hexa-> gchristensen: only recourse is limiting your query acceptance ig
<gchristensen> and thanks jess :)
<gchristensen> I'm not fussed
<angerman> drozdziak1: I’m fairly certain Haskell.nix is better with this. We haven’t had these kinds of issues in ages.
<Yaniel> so uh I'm reading up on submodules for settings
<Yaniel> and IIRC someone mentioned that those submodules can be generated from json
nhs has quit [Ping timeout: 260 seconds]
lunik1 has quit [Quit: :x]
<Yaniel> is that encouraged?
<Yaniel> those settings would of course be missing docstrings etc
<drozdziak1> angerman does it do shells?
mbrgm has quit [Ping timeout: 256 seconds]
mbrgm_ is now known as mbrgm
<Yaniel> also is it possible to get the defaults from json like that, but override some nixos-specific parts by default in the nixos module?
<tomberek> has anyone been getting spam direct messages?
<Yaniel> tomberek: yes, freenode staff is working on it
<tpw_rules> lots of people have. you can do /mode <yournick> +R to only allow reception of PMs from registered nicks in the meantime
<Yaniel> like IIRC for some types it is possible to do stuff like
<Yaniel> , {foo = 0;} // {bar = 1;}
<{^_^}> Invalid command syntax
<{^_^}> [nixpkgs] @peterhoeg opened pull request #114193 → neochat: 1.0.1 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/114193
<Yaniel> to get {foo = 0; bar = 1;}
<angerman> drozdziak1: as in nix-Shell? Yes. Nur performance is significantly worse than stock nixpkgs.
justan0theruser has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg closed pull request #114078 → libquotient: 0.6.4 -> 0.6.5 → https://github.com/NixOS/nixpkgs/pull/114078
<angerman> drozdziak1: Haskell.nix went all in on IFDs to abstract away lots of boiler plate.
marusich has quit [Ping timeout: 256 seconds]
evck_ has quit []
bencark has quit [Quit: The Lounge - https://thelounge.chat]
marusich has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #114195 → protobuf: 3.15.1 -> 3.15.2 → https://github.com/NixOS/nixpkgs/pull/114195
nhs has quit [Ping timeout: 260 seconds]
xcmw has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> [nixpkgs] @marsam merged pull request #112554 → websocketd: 0.3.1 -> 0.4.1 → https://github.com/NixOS/nixpkgs/pull/112554
<{^_^}> [nixpkgs] @marsam merged pull request #113846 → libmaxminddb: 1.5.0 -> 1.5.2 → https://github.com/NixOS/nixpkgs/pull/113846
<{^_^}> [nixpkgs] @marsam merged pull request #114189 → hwloc: 2.4.0 -> 2.4.1 → https://github.com/NixOS/nixpkgs/pull/114189
<{^_^}> [nixpkgs] @marsam closed pull request #114105 → terragrunt: 0.28.6 -> 0.28.7 → https://github.com/NixOS/nixpkgs/pull/114105
<{^_^}> [nixpkgs] @marsam merged pull request #114138 → clinfo: 3.0.20.11.20 -> 3.0.21.02.21 → https://github.com/NixOS/nixpkgs/pull/114138
<{^_^}> [nixpkgs] @marsam merged pull request #114094 → seaweedfs: 2.26 -> 2.27 → https://github.com/NixOS/nixpkgs/pull/114094
tomberek has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #114083 → patroni: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/114083
<{^_^}> [nixpkgs] @marsam merged pull request #114073 → iosevka-bin: 5.0.2 -> 5.0.3 → https://github.com/NixOS/nixpkgs/pull/114073
<{^_^}> [nixpkgs] @marsam merged pull request #114092 → sd-local: 1.0.23 -> 1.0.24 → https://github.com/NixOS/nixpkgs/pull/114092
<{^_^}> [hydra] @grahamc merged pull request #877 → Convert documentation to markdown / mdbook → https://github.com/NixOS/hydra/pull/877
<{^_^}> [nixpkgs] @marsam merged pull request #114053 → cargo-crev: 0.18.1 -> 0.19.0 → https://github.com/NixOS/nixpkgs/pull/114053
<{^_^}> [nixpkgs] @marsam merged pull request #114004 → python37Packages.desktop-notifier: 3.2.0 -> 3.2.2 → https://github.com/NixOS/nixpkgs/pull/114004
<{^_^}> [mobile-nixos] @samueldr merged pull request #303 → boot/init: Make udev a dependency for the switch root target → https://github.com/NixOS/mobile-nixos/pull/303
infinisil has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #114079 → mdbook: 0.4.6 -> 0.4.7 → https://github.com/NixOS/nixpkgs/pull/114079
<{^_^}> [nixpkgs] @orivej opened pull request #114196 → libtiff: 4.1.0 -> 4.2.0 → https://github.com/NixOS/nixpkgs/pull/114196
<{^_^}> [nixpkgs] @marsam merged pull request #114076 → libfaketime: 0.9.8 -> 0.9.9 → https://github.com/NixOS/nixpkgs/pull/114076
hlz has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #113924 → fcitx5-table-other: 5.0.2 -> 5.0.3 → https://github.com/NixOS/nixpkgs/pull/113924
davidv7 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #114095 → shipyard: 0.2.1 -> 0.2.9 → https://github.com/NixOS/nixpkgs/pull/114095
<{^_^}> [nixpkgs] @marsam merged pull request #113919 → geos: 3.9.0 -> 3.9.1 → https://github.com/NixOS/nixpkgs/pull/113919
<{^_^}> [nixpkgs] @marsam closed pull request #113836 → go-tools: 2020.2.1 -> 2020.2.2 → https://github.com/NixOS/nixpkgs/pull/113836
<jperras> /
<gchristensen> \
tomberek has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #113844 → kubeseal: 0.14.1 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/113844
stree has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #113910 → fcitx5-lua: 5.0.2 -> 5.0.3 → https://github.com/NixOS/nixpkgs/pull/113910
<{^_^}> [nixpkgs] @marsam merged pull request #113907 → fcitx5-rime: 5.0.3 -> 5.0.4 → https://github.com/NixOS/nixpkgs/pull/113907
<{^_^}> [nixpkgs] @marsam merged pull request #113837 → goreleaser: 0.155.2 -> 0.157.0 → https://github.com/NixOS/nixpkgs/pull/113837
nhs has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #114195 → protobuf: 3.15.1 -> 3.15.2 → https://github.com/NixOS/nixpkgs/pull/114195
<{^_^}> [nixpkgs] @marsam merged pull request #113835 → gllvm: 1.2.9 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/113835
<{^_^}> [nixpkgs] @marsam merged pull request #113792 → python37Packages.canopen: 1.2.0 -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/113792
<{^_^}> [nixpkgs] @marsam merged pull request #113805 → argocd: 1.8.4 -> 1.8.5 → https://github.com/NixOS/nixpkgs/pull/113805
<{^_^}> [nixpkgs] @marsam merged pull request #113599 → openlibm: 0.7.4 -> 0.7.5 → https://github.com/NixOS/nixpkgs/pull/113599
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jt5Gj
<{^_^}> [nixpkgs] @marsam merged pull request #113526 → docker-compose: 1.28.2 -> 1.28.3 → https://github.com/NixOS/nixpkgs/pull/113526
bradparker has quit []
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #113385 → mpd: 0.22.4 -> 0.22.5 → https://github.com/NixOS/nixpkgs/pull/113385
bradparker has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #113299 → saml2aws: 2.27.1 -> 2.28.0 → https://github.com/NixOS/nixpkgs/pull/113299
<{^_^}> [nixpkgs] @orivej opened pull request #114197 → cvise: init at 2.1.0 → https://github.com/NixOS/nixpkgs/pull/114197
<{^_^}> [nixpkgs] @marsam merged pull request #113179 → ncmpc: 0.44 -> 0.45 → https://github.com/NixOS/nixpkgs/pull/113179
<{^_^}> [nixpkgs] @marsam merged pull request #113229 → gallery-dl: 1.16.4 -> 1.16.5 → https://github.com/NixOS/nixpkgs/pull/113229
cz3 is now known as Halabala
Halabala is now known as cz3
<{^_^}> [nixpkgs] @marsam merged pull request #113251 → amazon-ecr-credential-helper: 0.4.0 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/113251
rajivr has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #113231 → python37Packages.Nikola: 8.1.2 -> 8.1.3 → https://github.com/NixOS/nixpkgs/pull/113231
<{^_^}> [nixpkgs] @marsam merged pull request #113055 → bdf2sfd: 1.1.5 -> 1.1.6 → https://github.com/NixOS/nixpkgs/pull/113055
stree has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #112861 → bslizr: 1.2.8 -> 1.2.10 → https://github.com/NixOS/nixpkgs/pull/112861
<{^_^}> [nixpkgs] @marsam merged pull request #112945 → ngspice: 33 -> 34 → https://github.com/NixOS/nixpkgs/pull/112945
<{^_^}> [nixpkgs] @marsam merged pull request #112887 → flyway: 7.5.2 -> 7.5.3 → https://github.com/NixOS/nixpkgs/pull/112887
<{^_^}> [nixpkgs] @marsam merged pull request #112785 → doctl: 1.55.0 -> 1.56.0 → https://github.com/NixOS/nixpkgs/pull/112785
nhs has joined #nixos
PhantomFutaba has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #112805 → mergerfs: 2.32.2 -> 2.32.3 → https://github.com/NixOS/nixpkgs/pull/112805
grawlinson has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #114198 → zeek: 3.2.3 -> 3.2.4 → https://github.com/NixOS/nixpkgs/pull/114198
Crocodillian has quit [Quit: WeeChat 2.8]
<{^_^}> [nixpkgs] @marsam merged pull request #112999 → dt-schema: 2020.12 -> 2021.2.1 → https://github.com/NixOS/nixpkgs/pull/112999
<{^_^}> [nixpkgs] @marsam closed pull request #112877 → gcr: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/112877
<{^_^}> [nixpkgs] @marsam merged pull request #113078 → liquibase: 4.3.0 -> 4.3.1 → https://github.com/NixOS/nixpkgs/pull/113078
<{^_^}> [nixpkgs] @marsam merged pull request #112830 → simdjson: 0.8.1 -> 0.8.2 → https://github.com/NixOS/nixpkgs/pull/112830
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #110018 → kubie: 0.11.1 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/110018
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114199 → gpxsee: 8.6 -> 8.7 → https://github.com/NixOS/nixpkgs/pull/114199
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #109795 → ergo: 3.3.6 -> 4.0.0 → https://github.com/NixOS/nixpkgs/pull/109795
<{^_^}> [nixpkgs] @marsam merged pull request #109872 → jackett: 0.17.15 -> 0.17.311 → https://github.com/NixOS/nixpkgs/pull/109872
bqv has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #109793 → entt: 3.5.2 -> 3.6.0 → https://github.com/NixOS/nixpkgs/pull/109793
bqv has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #109999 → kube-router: 1.1.0 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/109999
<{^_^}> [nixpkgs] @marsam merged pull request #110016 → keepalived: 2.1.5 -> 2.2.1 → https://github.com/NixOS/nixpkgs/pull/110016
<{^_^}> [nixpkgs] @marsam merged pull request #109745 → ccls: 0.20201025 -> 0.20201219 → https://github.com/NixOS/nixpkgs/pull/109745
<{^_^}> [nixpkgs] @marsam merged pull request #110359 → gcsfuse: 0.32.0 -> 0.33.0 → https://github.com/NixOS/nixpkgs/pull/110359
<{^_^}> [nixpkgs] @marsam merged pull request #110224 → podiff: 1.2 -> 1.3 → https://github.com/NixOS/nixpkgs/pull/110224
<bqv> Libressl is broken :|
<bqv> All versions
<bqv> > pkgs.libressl
<{^_^}> "<derivation /nix/store/m4hv448p3yiz5zafsp9da359r53n2cc4-libressl-3.1.4.drv>"
<bqv> What
<bqv> This can't be just me
nhs has joined #nixos
<bqv> Oh god it is, what
<{^_^}> [mobile-nixos] @samueldr merged pull request #306 → armv7: Misc. fixes → https://github.com/NixOS/mobile-nixos/pull/306
<bqv> One of my overlays is driveby fudging up the libressl eval, somehow
<{^_^}> [mobile-nixos] @samueldr merged pull request #305 → lvgui: "pan" framebuffers → https://github.com/NixOS/mobile-nixos/pull/305
PhantomFutaba has quit [Read error: Connection reset by peer]
orivej has joined #nixos
<{^_^}> [mobile-nixos] @samueldr merged pull request #309 → release.nix: Add testedPlus aggregate job → https://github.com/NixOS/mobile-nixos/pull/309
<{^_^}> [mobile-nixos] @samueldr merged pull request #310 → More hermetic release.nix and examples → https://github.com/NixOS/mobile-nixos/pull/310
nhs has quit [Ping timeout: 240 seconds]
apache8080 has quit [Ping timeout: 265 seconds]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [mobile-nixos] @samueldr opened pull request #313 → lib: Add missing eval-with-configuration.nix file → https://github.com/NixOS/mobile-nixos/pull/313
<{^_^}> [mobile-nixos] @samueldr merged pull request #313 → lib: Add missing eval-with-configuration.nix file → https://github.com/NixOS/mobile-nixos/pull/313
nhs has joined #nixos
asymmetric has quit [Quit: Peace.]
<Yaniel> can I somehow delete an attribute from an attrset?
asymmetric_ has joined #nixos
asymmetric_ is now known as asymmetric
e has quit [Quit: edk]
ris has quit [Read error: Connection reset by peer]
ris has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #114200 → filebot: fix hash → https://github.com/NixOS/nixpkgs/pull/114200
sknebel has quit [Ping timeout: 246 seconds]
ddellacosta has joined #nixos
sknebel has joined #nixos
<samueldr> > removeAttrs { a = 1; b = 2; } [ "a" ] # Yaniel
<{^_^}> { b = 2; }
<Yaniel> does that error if a is missing to begin with?
nhs has quit [Ping timeout: 264 seconds]
<Yaniel> > removeAttrs { b = 2; } ["a"]
<{^_^}> { b = 2; }
<Yaniel> nice
ddellacosta has quit [Ping timeout: 240 seconds]
gustavderdrache has joined #nixos
<Yaniel> and can I map over an attrset to generate one file per attr?
<Yaniel> (pipewire has a lot of config files nowadays and that seems to be the nicest way to handle them all in the nixos module)
hyper_ch5 has quit [Read error: Connection reset by peer]
hyper_ch5 has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #314 → examples/demo: Fix rootfs eval → https://github.com/NixOS/mobile-nixos/pull/314
<{^_^}> [nixpkgs] @Gonzih opened pull request #114201 → air: Init at 1.15.1 → https://github.com/NixOS/nixpkgs/pull/114201
<{^_^}> [mobile-nixos] @samueldr merged pull request #314 → examples/demo: Fix rootfs eval → https://github.com/NixOS/mobile-nixos/pull/314
Dotz0cat has quit [Ping timeout: 246 seconds]
edk_ has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #113724 → hol: 10 -> 14 → https://github.com/NixOS/nixpkgs/pull/113724
hlz has quit [Quit: WeeChat 3.0]
nhs has joined #nixos
hlz has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
i1l has joined #nixos
h0m1 has joined #nixos
supersandro20002 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
Lord_of_Life has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 265 seconds]
Lord_of_Life_ has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
justan0theruser has quit [Ping timeout: 240 seconds]
Lord_of_Life_ is now known as Lord_of_Life
blueberrypie has quit [Quit: leaving]
blueberrypie has joined #nixos
<bqv> Meh. Just won't use libressl then.
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114202 → jetty: 9.4.36.v20210114 -> 9.4.37.v20210219 → https://github.com/NixOS/nixpkgs/pull/114202
nhs has joined #nixos
ddellacosta has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
domogled has quit [Remote host closed the connection]
ornxka_ is now known as ornxka
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
Dotz0cat has joined #nixos
ddellacosta has joined #nixos
sknebel has quit [Quit: sknebel]
sknebel has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #70337 → aws: 1.75 > 2019.06.18 → https://github.com/NixOS/nixpkgs/pull/70337
nhs has quit [Ping timeout: 272 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @tomberek closed pull request #82144 → WIP hyperopt: init at 0.2.3 → https://github.com/NixOS/nixpkgs/pull/82144
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @tomberek closed pull request #78110 → rofimoji: init → https://github.com/NixOS/nixpkgs/pull/78110
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/cad282477da (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
jonringer has quit [Remote host closed the connection]
nhs has joined #nixos
stephank3 has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #114203 → redis: 6.0.10 -> 6.2.0 → https://github.com/NixOS/nixpkgs/pull/114203
stree has quit [Ping timeout: 240 seconds]
stephank has quit [Ping timeout: 265 seconds]
stephank3 is now known as stephank
nhs has quit [Ping timeout: 246 seconds]
BaughnLogBot has quit [Ping timeout: 256 seconds]
BaughnLogBot has joined #nixos
stree has joined #nixos
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Charles[m]2 has joined #nixos
AlpineLlama has joined #nixos
nhs has joined #nixos
LilleCarl1 has quit [Ping timeout: 240 seconds]
samhza has quit [Remote host closed the connection]
grawlinson has quit [Quit: SIGTERM]
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #114193 → neochat: 1.0.1 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/114193
sigmundv_ has quit [Remote host closed the connection]
nhs has joined #nixos
samhza has joined #nixos
xelxebar_ has quit [Remote host closed the connection]
xelxebar has joined #nixos
sigmundv_ has joined #nixos
BaughnLogBot has quit [Ping timeout: 256 seconds]
sigmundv_ has quit [Ping timeout: 240 seconds]
grawlinson has joined #nixos
naivesheep has quit [Remote host closed the connection]
naivesheep has joined #nixos
<{^_^}> [nixpkgs] @veprbl closed pull request #114191 → herwig: 7.2.1 -> 7.2.2 → https://github.com/NixOS/nixpkgs/pull/114191
nhs has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Quit: Leaving.]
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
Dotz0cat has quit [Ping timeout: 246 seconds]
Dotz0cat has joined #nixos
nhs has joined #nixos
justan0theruser has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 256 seconds]
Supersonic112 is now known as Supersonic
nhs has quit [Ping timeout: 265 seconds]
nhs has joined #nixos
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl opened pull request #114205 → herwig: 7.2.1 -> 7.2.2 → https://github.com/NixOS/nixpkgs/pull/114205
ddellacosta has joined #nixos
rsynnest has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 256 seconds]
seku has quit [Quit: Connection closed]
riksteri has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/931efba68e1 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/721312288f7 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
thoughtpolice has quit []
thoughtpolice has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @limeytexan closed pull request #112764 → buildRustPackage: build cargoDeps with `pname` → https://github.com/NixOS/nixpkgs/pull/112764
nhs has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114206 → libavif: 0.8.4 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/114206
rickard9 has quit [Quit: The Lounge - https://thelounge.chat]
rickard9 has joined #nixos
sangoma has joined #nixos
yjftsjthsd has quit [Remote host closed the connection]
yjftsjthsd has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
stree has quit [Ping timeout: 256 seconds]
palo1 has joined #nixos
nhs has joined #nixos
palo has quit [Ping timeout: 264 seconds]
palo1 is now known as palo
ddellacosta has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114207 → log4cplus: 2.0.5 -> 2.0.6 → https://github.com/NixOS/nixpkgs/pull/114207
stree has joined #nixos
Qwerky_ has joined #nixos
Qwerky has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @Emantor opened pull request #114208 → linux: enable RANDOM_TRUST_CPU → https://github.com/NixOS/nixpkgs/pull/114208
nhs has joined #nixos
tomberek has quit [Quit: Connection closed]
tomberek has joined #nixos
avaq has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 240 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
domogled has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @nicbk opened pull request #114209 → tor-browser-bundle-bin: 10.0.9 -> 10.0.12 → https://github.com/NixOS/nixpkgs/pull/114209
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113718 → gpuvis: init at 20210220 → https://github.com/NixOS/nixpkgs/pull/113718
cptrbn has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #114200 → filebot: fix hash → https://github.com/NixOS/nixpkgs/pull/114200
nhs has quit [Ping timeout: 272 seconds]
ddellacosta has joined #nixos
konobi has quit [Read error: Connection reset by peer]
konobi has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
Darkmatter66 has quit [Ping timeout: 240 seconds]
Darkmatter66 has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
LilleCarl has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #113558 → acgtk: 1.5.1 → 1.5.2 → https://github.com/NixOS/nixpkgs/pull/113558
mallox has joined #nixos
Negher has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
evils has quit [Ping timeout: 246 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #114210 → top-level/php-packages: fix types → https://github.com/NixOS/nixpkgs/pull/114210
is_null has quit [Ping timeout: 240 seconds]
evils has joined #nixos
ddellacosta has quit [Ping timeout: 272 seconds]
veehaitch[m] has joined #nixos
nhs has joined #nixos
rsynnest has quit [Quit: Connection closed]
nhs has quit [Ping timeout: 240 seconds]
Havvy has quit [Quit: Computer Restarted or Restarting IRC]
nhs has joined #nixos
Guest8345 is now known as benny
jimkooch has joined #nixos
attila_lendvai_ has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
vidbina_ has joined #nixos
nrdxp[m] has joined #nixos
avaq has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #114211 → ocamlPackages.digestif: 0.9.0 → 1.0.0 → https://github.com/NixOS/nixpkgs/pull/114211
<{^_^}> [nixpkgs] @Mic92 opened pull request #114212 → gdb: fix musl build → https://github.com/NixOS/nixpkgs/pull/114212
nhs has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #114213 → teensyduino: fix missing library paths → https://github.com/NixOS/nixpkgs/pull/114213
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/721312288f7 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
nhs has quit [Ping timeout: 264 seconds]
bahamas has joined #nixos
jimkooch has quit [Quit: leaving]
<{^_^}> [nixpkgs] @siraben opened pull request #114214 → scheme48: refactor and add siraben as maintainer → https://github.com/NixOS/nixpkgs/pull/114214
ahmedelgabri has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #114142 → ugrep: 3.1.0 -> 3.1.7 → https://github.com/NixOS/nixpkgs/pull/114142
avaq has quit [Ping timeout: 240 seconds]
stree has quit [Ping timeout: 260 seconds]
lsix has joined #nixos
cfricke has joined #nixos
stigo has quit [Remote host closed the connection]
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @euank opened pull request #114215 → k3s: 1.19.4+k3s2 -> 2.20.4+k3s1 → https://github.com/NixOS/nixpkgs/pull/114215
cptrbn has quit [Remote host closed the connection]
cfricke has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @fabaff opened pull request #114216 → python3Packages.pg8000: 1.16.6 -> 1.17.0 → https://github.com/NixOS/nixpkgs/pull/114216
tinybl1nk has joined #nixos
stree has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #114217 → python3Packages.aiosqlite: 0.16.0 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/114217
cfricke has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
NeoCron has joined #nixos
ddellacosta has joined #nixos
<bpye> Anyone got thoughts why I can't import this flake I just created and do 'imputs.launchd_shim.overlay`? Nix claims the attribute `overlay` is missing, but checking the flake-utils code it looks like I should have both overlay and overlays, yet neither seem to exist...
lordcirth_ has joined #nixos
Orbstheorem has quit [Quit: WeeChat 2.3]
kwork has quit [Quit: No Ping reply in 180 seconds.]
<bpye> Huh no, maybe I'm just dumb - this appears to be the correct behaviour, my bad
lordcirth has quit [Ping timeout: 258 seconds]
zupo has joined #nixos
ddellacosta has quit [Ping timeout: 272 seconds]
cseder_ has quit [Quit: Textual IRC Client: www.textualapp.com]
davidv7 has joined #nixos
kwork has joined #nixos
<{^_^}> [nixpkgs] @tomberek closed pull request #98178 → razergenie: 0.8.1 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/98178
nhs has joined #nixos
fortuneteller2k[ has quit [Quit: Idle for 30+ days]
macerbi[m] has quit [Quit: Idle for 30+ days]
gour has joined #nixos
<Reventlov> hey there, I'm trying to cache the results of some compilation of nixos package (compiled using nix-shell and an overlay to use local sources instead of github sources). I'm trying to use this: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix#L11965
<Reventlov> This is my shell.nix: https://0x0.st/-8n8.txt It looks like the /var/cache/ccache directory is staying empty, right now, so nothing is cached
<{^_^}> [nixpkgs] @fabaff opened pull request #114218 → Bump readme renderer → https://github.com/NixOS/nixpkgs/pull/114218
eternalgod[m] has joined #nixos
<Reventlov> Am I making a mistake in the way i'm using ccacheWrapper ?
avaq has joined #nixos
<eternalgod[m]> The Savior Offer A Special Program To Help You Unlock Your God Body & Live Like Gods
<{^_^}> [nixpkgs] @FRidh merged pull request #114158 → pythonPackages.sqlalchemy: fix tests → https://github.com/NixOS/nixpkgs/pull/114158
nhs has quit [Ping timeout: 246 seconds]
<s1341_> so much spam on freenode today.
hiro98 has joined #nixos
ddellacosta has joined #nixos
hiro98 has quit [Ping timeout: 256 seconds]
tinybl1nk has quit [Quit: tinybl1nk]
ddellacosta has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @cheriimoya opened pull request #114219 → buildRustPackage: Add cargoTestFlags → https://github.com/NixOS/nixpkgs/pull/114219
cole-h has quit [Ping timeout: 240 seconds]
jimmiehansson has joined #nixos
nhs has joined #nixos
sss2 has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
zmacs has quit []
<{^_^}> [nixpkgs] @06kellyjac opened pull request #114220 → nerdctl: 0.6.0 -> 0.6.1 → https://github.com/NixOS/nixpkgs/pull/114220
sigmundv_ has joined #nixos
m0rphism1 has joined #nixos
edk_ is now known as e
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #114221 → corrscope: init at 0.7.0 → https://github.com/NixOS/nixpkgs/pull/114221
nhs has joined #nixos
malook has joined #nixos
vidbina_ has quit [Quit: vidbina_]
nhs has quit [Ping timeout: 265 seconds]
vidbina has joined #nixos
vidbina has quit [Client Quit]
vidbina has joined #nixos
PhantomFutaba has joined #nixos
fendor has joined #nixos
<PhantomFutaba> https://ttm.sh/2Uz.png 🤔 I just don't know what happened to my NixOS
stigo has joined #nixos
Orbstheorem has joined #nixos
jimmiehansson has quit [Read error: Connection reset by peer]
jimmiehansson has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @meutraa opened pull request #114223 → androidStudioPackages: change --set JAVA_HOME to --set-default in wra… → https://github.com/NixOS/nixpkgs/pull/114223
gour has left #nixos ["Leaving"]
jimmie_ has joined #nixos
jimmiehansson has quit [Read error: Connection reset by peer]
nhs has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
tomberek has quit [Ping timeout: 240 seconds]
malook has quit [Quit: malook]
nhs has quit [Ping timeout: 260 seconds]
anderslundstedt has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/721312288f7 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
anderslu1dstedt has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/7fd33568097 (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
LuxExUmbra has quit [Quit: authenticating]
LuxExUmbra has joined #nixos
anderslu1dstedt has joined #nixos
anderslundstedt has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #114198 → zeek: 3.2.3 -> 3.2.4 → https://github.com/NixOS/nixpkgs/pull/114198
<{^_^}> [nixpkgs] @marsam merged pull request #114220 → nerdctl: 0.6.0 -> 0.6.1 → https://github.com/NixOS/nixpkgs/pull/114220
civodul has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
vidbina has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #114188 → python3Packages.jsonpath-ng: init at 1.5.2 → https://github.com/NixOS/nixpkgs/pull/114188
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114152 → firefox: 85.0.2 -> 86.0; firefox-esr: 78.7.1esr -> 78.8.0esr; rust-cbindgen: 0.15.0 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/114152
<{^_^}> [nixpkgs] @mweinelt reopened pull request #114152 → firefox: 85.0.2 -> 86.0; firefox-esr: 78.7.1esr -> 78.8.0esr; rust-cbindgen: 0.15.0 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/114152
nhs has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @talyz opened pull request #114224 → [20.09] google-compute-config: Reintroduce fetch-ssh-keys → https://github.com/NixOS/nixpkgs/pull/114224
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114225 → monetdb: 11.39.11 -> 11.39.13 → https://github.com/NixOS/nixpkgs/pull/114225
nek0 has quit [Remote host closed the connection]
LnL has quit [Quit: exit 1]
stree has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @meutraa opened pull request #114226 → Update/android studio canary → https://github.com/NixOS/nixpkgs/pull/114226
<Ke> nixos keeps starting my noauto,nofail mount on rebuild, what do I do
<Ke> hmm this time did not, though it said it did
bahamas has quit [Quit: leaving]
nhs has joined #nixos
<{^_^}> [nixpkgs] @fishi0x01 opened pull request #114227 → vsh: 0.9.0 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/114227
cfricke has quit [Ping timeout: 264 seconds]
nhs has quit [Ping timeout: 256 seconds]
nek0 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114228 → moarvm: 2020.12 -> 2021.02 → https://github.com/NixOS/nixpkgs/pull/114228
thc202 has joined #nixos
stree has joined #nixos
raoul90 is now known as raoul
__monty__ has joined #nixos
attila_lendvai_ has quit [Ping timeout: 272 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @taku0 merged pull request #112393 → jdk11 (darwin): 11.0.1 -> 11.0.9 → https://github.com/NixOS/nixpkgs/pull/112393
nhs has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #114212 → gdb: fix musl build → https://github.com/NixOS/nixpkgs/pull/114212
ddellacosta has quit [Ping timeout: 240 seconds]
cfricke has joined #nixos
ZeroCostAbstrac4 has joined #nixos
<{^_^}> [nixpkgs] @Atemu opened pull request #114229 → zen-kernels: 5.10.15 -> 5.11.1 → https://github.com/NixOS/nixpkgs/pull/114229
Unaduda has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #114230 → python3Packages.psautohint: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/114230
<{^_^}> [nixpkgs] @Mic92 opened pull request #114231 → glib: fix cross-compiling → https://github.com/NixOS/nixpkgs/pull/114231
<Unaduda> Hello, i have reviewed, builded, and logged.
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> #114116 (by heroku-miraheze, 21 hours ago, open): trafficserver: init at 9.0.0
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113701 → python3Packages.twitterapi: init 2.6.6 → https://github.com/NixOS/nixpkgs/pull/113701
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #114232 → ssh-audit: 2.3.1 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/114232
Jackneill has quit [Read error: Connection reset by peer]
<{^_^}> #114116 (by heroku-miraheze, 21 hours ago, open): trafficserver: init at 9.0.0
<{^_^}> [nixpkgs] @fabaff opened pull request #114233 → ticker: add version → https://github.com/NixOS/nixpkgs/pull/114233
stampirl has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @marsam opened pull request #114234 → [20.09] nodejs: 10.23.1 -> 10.24.0, 12.20.1 -> 12.21.0, 14.15.4 -> 14.16.0 → https://github.com/NixOS/nixpkgs/pull/114234
nhs has joined #nixos
<{^_^}> #114116 (by heroku-miraheze, 22 hours ago, open): trafficserver: init at 9.0.0
<l-as> is there some up-to-date guide/manual/documentation for flakes?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114235 → ocamlPackages.alcotest: 1.2.3 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/114235
<l-as> I know tweag.io has some blog posts about it, but they seem to be outdated
<l-as> and the wiki isn't very detailed
<{^_^}> [nixpkgs] @taku0 opened pull request #114236 → firefox-bin: 85.0.2 -> 86.0 [High security fixes] → https://github.com/NixOS/nixpkgs/pull/114236
<Unaduda> l-as I will find it.
<l-as> thanks
<Unaduda> l-as But you need to wait until my Firefox is updated.
Unaduda has quit [Quit: Connection closed]
Unaduda has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> #114116 (by heroku-miraheze, 22 hours ago, open): trafficserver: init at 9.0.0
<Unaduda> l-as I cannot find, sorry.
<{^_^}> [nixpkgs] @marsam opened pull request #114237 → [20.09] redis: 6.0.6 -> 6.0.11 → https://github.com/NixOS/nixpkgs/pull/114237
<l-as> no problem, thanks anyway
Jackneill has joined #nixos
<l-as> maybe there just isn't any lol
<Unaduda> l-as Merge it. Reviewed. https://github.com/NixOS/nixpkgs/pull/114116
<{^_^}> #114116 (by heroku-miraheze, 22 hours ago, open): trafficserver: init at 9.0.0
<l-as> ?
<Unaduda> l-as I have reviewed. https://github.com/NixOS/nixpkgs/pull/114116
<{^_^}> #114116 (by heroku-miraheze, 22 hours ago, open): trafficserver: init at 9.0.0
<etu> UnaDuda: Chill out.
<dutchie> UnaDuda: it looks like the maintainers want you to squash the commit history (using git rebase)
<l-as> I'm not sure he understands English well enough
<etu> UnaDuda: Stop spamming people (who you don't know have commit access or not) about doing things.
<hexa-> UnaDuda: joaquinito1?
<Unaduda> Hello, i have reviewed.
<l-as> lol
<Unaduda> lol you l-as
<etu> UnaDuda: That doesn't matter. If you read what I requested on the PR, I might merge it for you.
<etu> UnaDuda: But if you keep spamming, I won't :p
<etu> UnaDuda: So chill out, read what people have suggested, and you'll get it in.
<etu> UnaDuda: (and of course apply these changes)
<betaboon> the amount of spam on freenode today is realy annoying ...
<etu> Indeed.
<Unaduda> etu I have readed, and my PR is done.
<etu> UnaDuda: No it's not
<etu> UnaDuda: Your commit history needs rebasing.
<dutchie> betaboon: `/mode <yourself> +R` will block PMs from unregistered users
<etu> UnaDuda: It doesn't follow the contribution guidelines.
<l-as> I don't think he knows how to use git
<Unaduda> etu I have rebased.
<hexa-> joaquinito2051@DESKTOP-QIJ0IKR:~/nixpkgs$ git rebase
<hexa-> can we stop the charade?
<Unaduda> Yes.
<hexa-> cool
<dutchie> you should do a `rebase -i` and squash all the commits into one commit which matches the format in CONTRIBUTING.md
<Unaduda> Successfully rebased and updated refs/heads/master.
<dutchie> see https://git-rebase.io/#squash for an example for how to do that
<Unaduda> dutchie I have rebased.
<dutchie> we aren't asking you to rebase. we are asking you to combine your seven commits into one with a better log message
nhs has joined #nixos
<dutchie> it's something of a coincidence that git happens to use the "rebase" command to do that
<Unaduda> dutchie Squashed all the commits into one commit.
<dutchie> ok, so now if you force-push that will hopefully be good to merge (but i don't have rights to do that myself)
<etu> UnaDuda: As I've mentioned before, (yesterday), we would like to have it as two messages. Reference to mention: https://logs.nix.samueldr.com/nixos/2021-02-23#4659381
<l-as> can't someone else just do it for him if he's not disabled the allow edits by maintainers thing?
<Unaduda> dutchie What command to force-push???
<dutchie> oh right, yeah, sorry.
<Unaduda> dutchie Please, merge it now, i have squashed, all now.
<dutchie> i don't have merge rights
<dutchie> also i made a mistake, you should have squashed into two commits, one to add yourself to maintainers and another to add the package
<Unaduda> etu Please, merge it now, i have squashed, rebased, etc.
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ribose-jeffreylau opened pull request #114238 → rnp: init at 0.14.0 → https://github.com/NixOS/nixpkgs/pull/114238
<etu> UnaDuda: 1) Stop being so pushy, 2) you haven't pushed your squashed commits so I don't see them so there's actually no improvement in your PR.
fuiltilt has quit [Quit: WeeChat 2.9]
stites[m] has joined #nixos
<gchristensen> etu: it is safe to use the /ignore :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114232 → ssh-audit: 2.3.1 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/114232
<Unaduda> etu I need permission.
<rdk31> no, you need to fork nixpkgs, push it to ur fork and then PR it
nhs has joined #nixos
<{^_^}> [nixpkgs] @taku0 opened pull request #114239 → thunderbird, @taku0 thunderbird-bin: 78.7.1 -> 78.8.0 → https://github.com/NixOS/nixpkgs/pull/114239
rdk31 has quit [Quit: The Lounge - https://thelounge.chat]
rdk31 has joined #nixos
BaughnLogBot has joined #nixos
<Unaduda> rdk31 I cannot push git.
nhs has quit [Ping timeout: 246 seconds]
<dutchie> git push --force-with-lease
<notgne2[m]> UnaDuda: good
<Unaduda> notgne2[m] My fork is pushed.
cfricke has quit [Read error: Connection reset by peer]
<Unaduda> My fork is pushed.
MmeQuignon has quit [Ping timeout: 258 seconds]
rdk31 has quit [Quit: The Lounge - https://thelounge.chat]
MmeQuignon has joined #nixos
euandreh has quit [Ping timeout: 258 seconds]
rdk31 has joined #nixos
avaq has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @davidak merged pull request #113978 → pythonPackages.sagemaker: add pandas for analytical feature → https://github.com/NixOS/nixpkgs/pull/113978
hiro98 has joined #nixos
nhs has joined #nixos
ddellacosta has joined #nixos
bokononist has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
euandreh has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
<bokononist> hi everyone... i have a quick question
<bokononist> i'd like to be able to run a shell command from shell.nix
<Unaduda> My fork is pushed.
<bokononist> is there a function i could use?
<{^_^}> [nixpkgs] @Mic92 merged pull request #114230 → python3Packages.psautohint: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/114230
<bokononist> (specifically, i'd like to be able to call 'cabal init' as part of a haskell project setup)
mallox has quit [Quit: WeeChat 3.0.1]
<srk> bokononist: yes, you can define shellHook
cfricke has joined #nixos
vidbina has joined #nixos
<bokononist> srk: i've found shellHook, however i need to run the command before that as part of the build process
<Unaduda> sterni Merge it now, is now pushed.
<bokononist> srk: let me explain.. I'd like to be able to build a haskell project template without needing cabal installed globally or as a user
<srk> bokononist: ah, I would try altering preConfigure for the derivation or one of the other phases
<srk> bokononist: is it public?
<srk> bokononist: I have my own minimal template here https://github.com/sorki/haskell-project-template/
<bokononist> srk: it isn't, there's really not much to show at this point. just a second, gotta find something
<bokononist> srk: thank you, i'll take a look!
<bokononist> srk: mand Reference
<bokononist> oops
<bokononist> wrong clipboard :D
<bokononist> srk: i've been trying to follow this, updating it to use haskell language server and the like
<bokononist> srk: in the mean time trying to learn nix (kinda new at this obviously)
<sterni> UnaDuda: still not squashed if you're talking about the trafficserver one
nhs has joined #nixos
<bokononist> srk: i've made it work, but now i'd like to be able to only have direnv installed globally, and have the setup just build everything from that
Darkmatter66 has quit [Ping timeout: 260 seconds]
poscat1 is now known as poscat
<srk> bokononist: cool, there are many ways to nix :)
nbathum has joined #nixos
MmeQuignon has quit [Ping timeout: 272 seconds]
<sterni> bokononist: what do you need cabal init for and when do you want it called?
<bokononist> srk: as it is, you need cabal to initialize the project before you can actually run the nix-shell. i don't like that, since the cabal that is current is different from the cabal i'd (in theory) like to use in the project
<sterni> bokononist: note that you can't alter any directory contents outside of a derivation's output store path when building this using the nix-daemon
vldn has joined #nixos
<bokononist> srk: basically, i'd like to decouple cabal as an "external dependency" in this sense, so that as a consequence my project is built with the same cabal version the shell is being built with
<vldn> hi, i try to install a python app but it says ta-lib not found
<bokononist> sterni: ah, that's another useful piece of information :)
<srk> bokononist: makes sense
<ScottHDev5> Hello, do you know if I could do any monitoring using the nix-daemon, e.g. seeing which derivation is currently being built
<bokononist> wait, let me just post the relevant file.. just a sec
nhs has quit [Ping timeout: 256 seconds]
<sterni> vldn: how did you try to install it exactly?
<vldn> sterni: https://github.com/freqtrade/freqtrade , i set up a nix-shell with python setuptools and pip and use the setup.sh like in the description
<vldn> everything works but ta-lib could not be found, and in the nixpkg neither..
<bokononist> those are the 2 relevant expressions
<sterni> bokononist: btw if you want direnv integration with nix-shell lorri might be interesting for you https://github.com/nix-community/lorri
<vldn> do i have to package it seperatly?
<bokononist> sterni: i've checked it out but i already had direnv/nix-direnv installed at that point so i decided to pick that particular battle some other time :P
<sterni> vldn: I think so, yeah: https://mrjbq7.github.io/ta-lib/install.html
<bokononist> basically, i need the following thing to happen:
<srk> ,nix-top
<{^_^}> nix-top defined
<srk> ,nom ScottHDev5
<bokononist> i need shell.nix to build cabal, then have cabal call init, then have it build everything else
<sterni> vldn: seems to me that their installation process is pretty magic, you probably want to stay clear of setup.sh in a derivation as well sicne it makes all kinds of assumptions about system layout?!
<vldn> alright :D not looked so deeply into it, but wanted to have all the magic just happen :P
<vldn> i will try to set up it manual :)
<sterni> vldn: it has a setup.py right? so buildPythonApplication should just work™ in theory
<vldn> thanks for the tip!
<ScottHDev5> srk Thanks !
NeoCron has quit [Remote host closed the connection]
<sterni> bokononist: sounds to me that you'd want to have shellHook = "cabal init";
NeoCron has joined #nixos
<sterni> bokononist: I don't think you can have direnv executing commands and i'd probably would create all kinds of problems
<sterni> bokononist: probably test -f <packagename>.cabal || cabal init
<bokononist> sterni: doesn't shellHook execute at the end of the build process?
<bokononist> sterni: the truth is i haven't tried it yet, having found shellHook literally while joining this channel
<{^_^}> [nixpkgs] @marsam merged pull request #114234 → [20.09] nodejs: 10.23.1 -> 10.24.0, 12.20.1 -> 12.21.0, 14.15.4 -> 14.16.0 → https://github.com/NixOS/nixpkgs/pull/114234
<bokononist> thank you for your help! i'm gonna go play around some more
nhs has joined #nixos
sigmundv_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam merged pull request #114237 → [20.09] redis: 6.0.6 -> 6.0.11 → https://github.com/NixOS/nixpkgs/pull/114237
sigmundv_ has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #114207 → log4cplus: 2.0.5 -> 2.0.6 → https://github.com/NixOS/nixpkgs/pull/114207
Hail_Spacecake has quit [Ping timeout: 268 seconds]
<sterni> bokononist: nix-shell doesn't build your project
<sterni> bokononist: it builds your dependencies and sets up your environment roughly like it would be for the build of your project
Hail_Spacecake has joined #nixos
<sterni> bokononist: after the environment is set up your shellHook is executed
nhs has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #114206 → libavif: 0.8.4 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/114206
<sterni> bokononist: meaning in this case you'd start nix-shell your dev environment would be set up and then cabal init is executed
<sterni> bokononist: after that you'd need to build it manually
<sterni> which is usually desired for a dev environment :p
nschoe has joined #nixos
dev_mohe has joined #nixos
<{^_^}> [hydra] @grahamc merged pull request #876 → Create an ephemeral PostgreSQL database and Nix store per test, split up tests. → https://github.com/NixOS/hydra/pull/876
<bokononist> sterni: hahahah :) yes, that's true :P. I've not thought things completely through :)
vldn has quit [Remote host closed the connection]
<bokononist> sterni: there's still something bothering me, but it would take a bit to explain, and i have the feeling it's going to solve itself by me playing around with my config some more
<bokononist> sterni: thanks again for your help!
<{^_^}> [nixpkgs] @sorki opened pull request #114240 → nixos/nixos-containers: default boot.enableContainers to true → https://github.com/NixOS/nixpkgs/pull/114240
dfgg has quit [Quit: WeeChat 1.4]
nhs has joined #nixos
stree has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @sorki opened pull request #114241 → nixosTests.cntr: init → https://github.com/NixOS/nixpkgs/pull/114241
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114242 → olm: 3.2.1 -> 3.2.2 → https://github.com/NixOS/nixpkgs/pull/114242
avaq has joined #nixos
est31 has quit [Remote host closed the connection]
est31 has joined #nixos
<Reventlov> Hey there, still searching for how to use ccache in some derivation
<Reventlov> This is my shell.nix: https://0x0.st/-8n8.txt It looks like the /var/cache/ccache directory is staying empty, right now, so nothing is cached (tried using https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix#L11965 )
<ScottHDev5> Hello, how could I nix-copy-closure threw ssh on a another port than 22 ?
<Reventlov> it's like ccache is not used at all
nhs has quit [Ping timeout: 240 seconds]
PhantomFutaba has left #nixos ["Leaving"]
<srk> ScottHDev5: man nix-copy-closure -> NIX_SSHOPTS
<srk> ScottHDev5: or proper .ssh/config
simonpe^^ has joined #nixos
<ScottHDev5> Thanks
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<simonpe^^> I'm cross compiling for several different platforms but when using `buildPackages.<pkg>` the derivation is often different even though it's a tool I only run on my bulid machine. Is there something like buildPackages but just for the host platform disregarding any cross compilation magic?
stree has joined #nixos
daphnis has joined #nixos
<daphnis> why do i find sagemath on the web page, but not doing nix-env -qa sagemath?
<manveru> daphnis: give `nix search nixpkgs sagemath` a try?
<{^_^}> [nixpkgs] @fabaff opened pull request #114243 → python3Packages.awesomeversion: 21.2.2 -> 21.2.3 → https://github.com/NixOS/nixpkgs/pull/114243
dfgg has joined #nixos
<simonpe^^> specifically buildPackages.python3Packages.cython differs between aarch64 and armv7l
<daphnis> manveru: thanks!
<b42> til nixos has sage packaged, nice!
nhs has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 256 seconds]
nly has joined #nixos
attila_lendvai has joined #nixos
MarcWeber has quit [Quit: leaving]
MarcWeber has joined #nixos
sangoma has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #113487 → nixos/mysql: properly configure mariadb for galera recovery → https://github.com/NixOS/nixpkgs/pull/113487
Dotz0cat has quit [Ping timeout: 260 seconds]
nly has left #nixos ["ERC (IRC client for Emacs 27.1)"]
<{^_^}> [nixpkgs] @FRidh pushed 205 commits to python-unstable: https://git.io/JtdeN
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #114244 → waypoint: 0.2.2 -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/114244
<{^_^}> [nixpkgs] @mweinelt merged pull request #114137 → nss: 3.60 -> 3.61 → https://github.com/NixOS/nixpkgs/pull/114137
dev_mohe has quit [Quit: dev_mohe]
ddellacosta has joined #nixos
nly has joined #nixos
<nly> how to add haskell.GhcWithpackages[http-streams HFuse] to my SystemPackages? http://ix.io/2QEV
<{^_^}> [nixpkgs] @oxzi opened pull request #114245 → olm: 3.2.1 -> 3.2.2 → https://github.com/NixOS/nixpkgs/pull/114245
ddellacosta has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
<arianvp> how do I install nix on a server with only root?
<arianvp> the nix installer script crashes as root user and prints it's not supported to run as root either
<hexa-> sudo -u nobody? :D
oxalica has quit [Quit: oxalica]
oxalica has joined #nixos
krocos has joined #nixos
oxalica has quit [Client Quit]
wnklmnn has joined #nixos
<srk> nly: environment.systemPackages = [ haskell-with-my-packages ]; or directly environment.systemPackages = with pkgs; [ (haskellPackages.ghcWithPackages (pkgs: [pkgs.HFuse pkgs.http-streams])) ];
krocos has quit [Quit: Textual IRC Client: www.textualapp.com]
zakame has quit [Ping timeout: 240 seconds]
krocos has joined #nixos
krocos has quit [Client Quit]
meh` has joined #nixos
krocos has joined #nixos
respawn_ has quit [Quit: Leaving]
krocos has left #nixos [#nixos]
<simonpe^^> ,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
<{^_^}> [nix] @edolstra merged pull request #4486 → Command plugins → https://github.com/NixOS/nix/pull/4486
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @mweinelt merged pull request #114126 → bluez: 5.55 -> 5.56 → https://github.com/NixOS/nixpkgs/pull/114126
Unaduda has quit [Ping timeout: 265 seconds]
<{^_^}> [nix] @edolstra closed pull request #4479 → Command plugins → https://github.com/NixOS/nix/pull/4479
berberman_ has joined #nixos
Diogo9 has quit [Ping timeout: 240 seconds]
berberman has quit [Ping timeout: 264 seconds]
berberman_ has quit [Max SendQ exceeded]
berberman has joined #nixos
waleee-cl has joined #nixos
<nly> thank you
<nly> srk
<{^_^}> [nixpkgs] @adisbladis opened pull request #114246 → emacs-packages: Make pkgs & lib overrideable → https://github.com/NixOS/nixpkgs/pull/114246
ddellacosta has joined #nixos
philr has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #114147 → argus-clients: Fix build, build client tools → https://github.com/NixOS/nixpkgs/pull/114147
ddellacosta has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #113920 → Sbt install check phase → https://github.com/NixOS/nixpkgs/pull/113920
euandreh has quit [Quit: WeeChat 3.0.1]
cinimod has joined #nixos
kw has joined #nixos
zakame has joined #nixos
<cinimod> I tried to install jupyter with `nix-shell "<nixpkgs>" -p jupyter` on macos (Big Sur)
mkaito has joined #nixos
euandreh has joined #nixos
frostbytten has joined #nixos
<frostbytten> I have been struggling to figure out how to escape ${x} so it appears in a string as ${x} vs the interpolated value in a multiline string. I have tried \${x} \\\${x} etc. I also need ${x} to be expanded in the string as well.
<hexa-> frostbytten: ''${x}
jonringer has joined #nixos
<dutchie> ,escape ${x}
<{^_^}> Escape this in " strings with: \${x}
<{^_^}> Escape this in '' strings with: ''${x}
<frostbytten> Was I missing this in the docs?
<cinimod> I get many errors
<{^_^}> [nixpkgs] @dotlambda closed pull request #114242 → olm: 3.2.1 -> 3.2.2 → https://github.com/NixOS/nixpkgs/pull/114242
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114248 → parallel: 20210122 -> 20210222 → https://github.com/NixOS/nixpkgs/pull/114248
frostbytten has quit [Quit: Connection closed]
bokononist has quit [Ping timeout: 240 seconds]
dev_mohe has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
domogled has quit [Quit: domogled]
domogled has joined #nixos
domogled has quit [Client Quit]
tomberek has joined #nixos
stree has quit [Ping timeout: 260 seconds]
<maralorn> Is there a way to get a badge for my projects README which version is in unstable and which in stable?
<kw> It the owner of ~/.cache/nix/ supposed to be root?
evanjs has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @veprbl opened pull request #114249 → pythonPackages.psutil: disable impure cpu_freq test → https://github.com/NixOS/nixpkgs/pull/114249
<hexa-> maralorn: maybe from repology
<tomberek> kw: no
<kw> Thanks :)
<tomberek> kw: you may have done a `sudo nix` somewhere early on
evanjs has joined #nixos
<kw> Yep, that's almost certainly it. Gotta love cache dirs, though--sudo rm rf!
<kw> And that's fixed everything.
<kw> Thanks again.
dev_mohe has quit [Quit: dev_mohe]
<maralorn> hexa-: Yeah, just found that. Thank you.
Hail_Spacecake has quit [Remote host closed the connection]
attila_lendvai has quit [Ping timeout: 272 seconds]
Hail_Spacecake has joined #nixos
dev_mohe has joined #nixos
nly has left #nixos ["ERC (IRC client for Emacs 27.1)"]
dev_mohe has quit [Client Quit]
mallox has joined #nixos
mallox has quit [Client Quit]
daphnis has quit [Read error: Connection reset by peer]
gustavderdrache has joined #nixos
stree has joined #nixos
mallox has joined #nixos
fendor has joined #nixos
mallox has quit [Client Quit]
ddellacosta has joined #nixos
growpotkin has joined #nixos
aleph- has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114250 → opensubdiv: 3.4.3 -> 3.4.4 → https://github.com/NixOS/nixpkgs/pull/114250
<{^_^}> [nixpkgs] @primeos merged pull request #114144 → iproute2: 5.10.0 -> 5.11.0 → https://github.com/NixOS/nixpkgs/pull/114144
<{^_^}> [nixpkgs] @primeos merged pull request #114141 → dav1d: 0.8.1 -> 0.8.2 → https://github.com/NixOS/nixpkgs/pull/114141
shibboleth has quit [Quit: shibboleth]
attila_lendvai has joined #nixos
mcaju has quit [Quit: Idle for 30+ days]
vyorkin[m] has quit [Quit: Idle for 30+ days]
chisui has joined #nixos
hoijui has joined #nixos
<chisui> Hey, I added some groups in the `extraGroups` list of my user but they don't change after rebuilding, even after a reboot. Has anyone an idea why the groups aren't added? https://github.com/chisui/home/blob/master/nixos/users.nix
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114249 → pythonPackages.psutil: disable impure cpu_freq test → https://github.com/NixOS/nixpkgs/pull/114249
<{^_^}> [nixpkgs] @adisbladis merged pull request #114246 → emacs-packages: Make pkgs & lib overrideable → https://github.com/NixOS/nixpkgs/pull/114246
whald has joined #nixos
<maralorn> chisui: No clue. Have you confirmed that those groups exist?
<V> chisui: what does `nixos-option users.users.chisui.extraGroups` say?
<chisui> V:
<chisui> ```
<chisui> Value:
<chisui> [
<chisui>   "docker"
<chisui>   "wheel"
<chisui>   "NetworkManager"
<chisui> ]
<chisui> Default:
<chisui> [ ]
<chisui> Type:
<chisui> "list of strings"
<chisui> Description:
<chisui> "The user's auxiliary groups."
chisui has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<V> .-.
<V> we should possibly have a pastebin mentioned in the topic
dev_mohe has joined #nixos
<{^_^}> [nix] @shlevy closed pull request #4480 → Command plugins 2.3 → https://github.com/NixOS/nix/pull/4480
<V> oh well. at least it's configured correctly
<{^_^}> [nixpkgs] @adisbladis opened pull request #114251 → emacs.pkgs.telega: Prefer telega from melpa stable → https://github.com/NixOS/nixpkgs/pull/114251
ddellacosta has quit [Remote host closed the connection]
ddellaco_ has joined #nixos
rj_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @pborzenkov opened pull request #114253 → gops: init at 0.3.15 → https://github.com/NixOS/nixpkgs/pull/114253
<srk> ,tell chisui groups won't appear after switch unless you restart your user session or log-in again with `su - username`
<{^_^}> srk: I'll pass that on to chisui
<V> srk: "even after a reboot"
<srk> oops :)
<V> so I'm assuming there's some other issue here
<srk> ,tell chisu nvm, didn't notice `even after reboot`
<{^_^}> srk: I'll pass that on to chisu
<b42> also there's newgrp if you're too lazy to relogin
<srk> pff, off by 1
<V> nah, off by i :p
<srk> :))
domogled has joined #nixos
iceypoi has quit [Remote host closed the connection]
iceypoi has joined #nixos
<{^_^}> [nixpkgs] @veprbl reopened pull request #114249 → pythonPackages.psutil: disable impure cpu_freq test → https://github.com/NixOS/nixpkgs/pull/114249
domogled has quit [Quit: domogled]
Qwerky_ has quit [Remote host closed the connection]
alexherbo2 has joined #nixos
Franciman has joined #nixos
<Franciman> Hi, is nix's language typed?
<simpson> Probably not. What's your actual problem?
<Franciman> no I do not have any problem, just wanted to understand
<siraben> Franciman: not statically typed
<siraben> it's a purely functional, non-strict language
<Franciman> my question started from considering that guix's language is not statically typed
<drozdziak1> Franciman: Dedicated checks are used to ensure we pass the right thing around
<Franciman> and I liked a statically typed language, so I said, let us see what nix does
<Franciman> I see
<Franciman> thanks
<siraben> Franciman: perhaps Dhall might interest you
<siraben> it's a statically typed configuration language
Qwerky has joined #nixos
Lord_of_Life has quit [Ping timeout: 240 seconds]
<ehmry> Franciman: there is some type checks in the nixos modules, but its not done at the language level
nhs has quit [Ping timeout: 246 seconds]
<Franciman> siraben, does it have good support for nix?
<Franciman> ehmry, I see
<{^_^}> [nixpkgs] @Gonzih opened pull request #114254 → metails: 0.9.10 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/114254
nhs has joined #nixos
<siraben> Franciman: what are you looking for?
<Franciman> writing configs in dhall
<Franciman> and package definitions in dhall
<ehmry> Franciman: I think people have tried this but never got very far
<siraben> Is being written in statically typed language a must?
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/a346c68411c (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<ehmry> I do generate some dhall from nix, but mostly using string interpolation
erasmas has joined #nixos
<Franciman> i see thanks
Lord_of_Life has joined #nixos
Qwerky has quit [Ping timeout: 272 seconds]
<simpson> Franciman: Out of curiosity, is there a build system that *does* have the static typing that you desire? I sense two obstacles: Turing-complete languages usually only have one type, but more importantly, Nix handles a lot of strings which are passed to build tools, and ends up being somewhat stringly typed.
<ehmry> defining packages in something like dhall is hard because what packages are available to select dependencies from must be known in advance as a type, more or less
<Franciman> simpson, no idea
<siraben> Franciman: why do you feel that static typing is needed for this domain? I'm curious
<Franciman> because I, out of newbie-ness, write wrong code as in type errors
<Franciman> so it would be cool to have static types to have a in-language definition of what is expected
<Franciman> instead of just docs
<{^_^}> [nixpkgs] @adisbladis merged pull request #114251 → emacs.pkgs.telega: Prefer telega from melpa stable → https://github.com/NixOS/nixpkgs/pull/114251
<siraben> I see.
jD91mZM2 has quit [Quit: ZNC 1.8.2 - https://znc.in]
<ehmry> nickel is something like the successor language on nix, and that is gradually typed
jD91mZM2 has joined #nixos
aleph- has joined #nixos
<simpson> Franciman: Once you become more familiar with Nix, your errors will mostly happen at build time, during builds, in strings which you provided to build tools.
<ehmry> I think static typing is nice for configuration validation but not going to work for packaging
<siraben> Franciman: https://github.com/tweag/nickel (early stage)
<Franciman> thanks
<siraben> Franciman: What statically typed languages are you familiar with/thinking of?
<Franciman> familiar with haskell
<Franciman> of course, something much less powerful
<Franciman> probably simple types + records would do it
<Franciman> or you think polymorphism is needed?
<Franciman> looks like that as soon as you add types you always want to express more :)
<siraben> I think that when I write Nix packages, because it almost always is fully evaluated, you'll catch all the errors.
<Franciman> so I just need to GIT GUD
<Franciman> :)
<Franciman> thanks, you all have been very helpful
<siraben> Franciman: ironically the Nix docs have types for various functions even though there's no enforcement
fresheyeball has joined #nixos
hiro98 has quit [Ping timeout: 272 seconds]
<simpson> Franciman: It's worth knowing the magic number of 2%; only 2% of all bugs are catchable by the typical first-order static type system.
<simpson> https://danluu.com/empirical-pl/ is a good review of the literature on this particular topic.
<Franciman> oh I did not know!
<Franciman> nice, siraben
<siraben> especially with the functions on lists, there's many Haskell analogues
<adisbladis> Since builtins are strict... I wonder how much inference you could do?
<srk> simpson: trouble is that bugs discovered in builds or production can be costly :)
<siraben> o.O insane that we have a DFS function
<simpson> srk: Rice's Theorem insists that we can't avoid bugs in those locations. So, we might as well improve the way that humans respond to those problems, because the problems will be there any time that we use computers.
ddellaco_ has quit [Remote host closed the connection]
cfricke has quit [Quit: WeeChat 3.0.1]
<rdk31> how long does it approximately take a merged package to be available in the unstable channel?
<siraben> I wish I were more well-versed in gradually typed systems, I've heard they're like a nice middle ground between static/dynamic
<siraben> but in particular I'd be interested to know how they handle issues such as soundness...
* siraben moves to #nixos-offtopic
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: 2.5.9 -> 2.6.0 »: https://git.io/JtdZT
<srk> simpson: makes sense. recently I was refactoring a deploy config and noticed that during refactoring my build output changed while it shouldn't - to find out why I've used nix-diff to investigate. now the things is that producing output can take a lot of time so it's not really practical to run this in a loop
<adisbladis> siraben: You mean -chat ?
<siraben> adisbladis: yes :P
<adisbladis> I just joined -offtopic and it was very empty :P
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #99932 → argon2_cffi: 19.2.0 -> 20.1.0 → https://github.com/NixOS/nixpkgs/pull/99932
sangoma has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #111034 → uboot: add ubootNanoPCT4 for NanoPC-T4 → https://github.com/NixOS/nixpkgs/pull/111034
<tomberek> supersandro2000: i'm trying to go through old PRs and clean things up. Mostly stuff needs rebasing and conflict resolution. My approach has been to just go ahead and do some of them (or close if no longer applicable).
dev_mohe has quit [Remote host closed the connection]
dev_mohe has joined #nixos
Mic92 has quit [Quit: WeeChat 3.0.1]
Mic92 has joined #nixos
evanjs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @bobrik opened pull request #114255 → python3Packages.curio: fix flaky test due to slow moving time → https://github.com/NixOS/nixpkgs/pull/114255
evanjs has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114256 → php73Extensions.xdebug: 3.0.2 -> 3.0.3 → https://github.com/NixOS/nixpkgs/pull/114256
<{^_^}> [nixpkgs] @bobrik opened pull request #114257 → python3Packages.parso: fix flaky test due to slow moving time → https://github.com/NixOS/nixpkgs/pull/114257
<{^_^}> [nixpkgs] @Mic92 opened pull request #114258 → weechatScripts.wee-slack: 2.6.0 -> 2.7.0 → https://github.com/NixOS/nixpkgs/pull/114258
jamesbucher has joined #nixos
ddellacosta has joined #nixos
rj_ has joined #nixos
<{^_^}> [nixpkgs] @eduardosm opened pull request #114260 → diylc: 4.15.1 -> 4.17.0 → https://github.com/NixOS/nixpkgs/pull/114260
jamesbucher has quit [Ping timeout: 240 seconds]
meh` has quit [Ping timeout: 246 seconds]
seku has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @anmonteiro opened pull request #114261 → OCaml 4.12.--beta1 -> 4.12.0 → https://github.com/NixOS/nixpkgs/pull/114261
Qwerky has joined #nixos
ddellacosta has quit [Remote host closed the connection]
jimmie_ has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
Darkmatter66 has joined #nixos
nschoe has quit [Ping timeout: 256 seconds]
endformationage has joined #nixos
ddellacosta has joined #nixos
ahmedelgabri has quit [Ping timeout: 264 seconds]
avaq has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #114152 → firefox: 85.0.2 -> 86.0; firefox-esr: 78.7.1esr -> 78.8.0esr; rust-cbindgen: 0.15.0 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/114152
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed commit from @mweinelt to master « firefox-esr: 78.7.1esr -> 78.8.0esr »: https://git.io/JtdWw
rj_ has left #nixos [#nixos]
Franciman has left #nixos ["Leaving"]
sangoma has joined #nixos
rj_ has joined #nixos
rj_ has quit [Remote host closed the connection]
rj_ has joined #nixos
jamesbucher has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #114262 → tcpflow: 1.5.2 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/114262
jamesbucher has quit [Client Quit]
jamesbucher has joined #nixos
<matthewcroughan> supersandro2000: samueldr: https://github.com/NixOS/nixpkgs/pull/113556 Could y'all merge this :D
<{^_^}> #113556 (by MatthewCroughan, 6 days ago, open): U-Boot: Adds Orange Pi Zero build
<matthewcroughan> Been playing with this board and nix for a few days, works fine.
ddellacosta has quit [Remote host closed the connection]
stree has quit [Ping timeout: 240 seconds]
lsix has quit [Ping timeout: 260 seconds]
lsix has joined #nixos
<matthewcroughan> Mic92: what would be a way of cross-compiling using nix.distributedBuilds to cross-compile for a device?
<matthewcroughan> This works fine if my remote builder and my local machine are the same arch, but what if I have a mismatch in architecture?
<{^_^}> [nixpkgs] @dotlambda merged pull request #114245 → olm: 3.2.1 -> 3.2.2 → https://github.com/NixOS/nixpkgs/pull/114245
shibboleth has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @anmonteiro opened pull request #114263 → js_of_ocaml: 3.8.0 -> 3.9.1 → https://github.com/NixOS/nixpkgs/pull/114263
<{^_^}> [nixpkgs] @arachnist opened pull request #114264 → solvespace: 2.3-20190501 -> 3.0.rc2 → https://github.com/NixOS/nixpkgs/pull/114264
thc202 has joined #nixos
attila_lendvai has quit [Ping timeout: 240 seconds]
stree has joined #nixos
ddellacosta has joined #nixos
hiro98 has joined #nixos
<Mic92> matthewcroughan: if you do cross-compiling through pkgsCross for example. This is fine
<{^_^}> [nixpkgs] @jtojnar merged pull request #113989 → poppler: 21.01.0 -> 21.02.0 → https://github.com/NixOS/nixpkgs/pull/113989
<matthewcroughan> Mic92: Yes, but how would I do that in this example? https://dpaste.com/88ZP4KXHV
<matthewcroughan> I can't make `system = pkgsCross.i686-linux`
<matthewcroughan> yknow?
zupo has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
blahblah441 has joined #nixos
rj_ is now known as rj
<{^_^}> [nixpkgs] @doronbehar closed pull request #85103 → [RFC] Declarative wrappers → https://github.com/NixOS/nixpkgs/pull/85103
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114265 → python37Packages.bitbox02: 5.2.0 -> 5.3.0 → https://github.com/NixOS/nixpkgs/pull/114265
blahblah441_ has quit [Ping timeout: 264 seconds]
<urkk> can I access the configuration values of nix (~/.config/nix/config) from nix itself (nix repl) ?
<matthewcroughan> You commented how this isn't possible here in 2018, has it changed? :D
rickard9 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114257 → python3Packages.parso: fix flaky test due to slow moving time → https://github.com/NixOS/nixpkgs/pull/114257
<Mic92> matthewcroughan: if your builder is declared as i686-linux than you don't need to use pkgsCross. Just pass system = i686-linux to nixpkgs or set the right system in your nixos configuration
<{^_^}> [nixpkgs] @Mic92 reopened pull request #114257 → python3Packages.parso: fix flaky test due to slow moving time → https://github.com/NixOS/nixpkgs/pull/114257
<Mic92> or do you want to cross-build aarch64?
<gchristensen> isn't there a way to define some timer options on a service without manually creating a systemd.timers attribute?
lord| has quit [Ping timeout: 246 seconds]
<Mic92> gchristensen: systemd.services.<name>.startAt
<gchristensen> ah ha!
bokononist has joined #nixos
<matthewcroughan> Mic92: no, I want armv7
<matthewcroughan> my device is armv7, and I want to use nix.distributedBuilds to have my powerful x86 box cross-compile for it.
<matthewcroughan> funny enough, this works fine for i686, because the compiler just works it out.
<Mic92> matthewcroughan: I don't know what you build and how
Qwerky_ has joined #nixos
<matthewcroughan> Mic92: What do you mean? I want every single derivation to be cross-compiled. Have you used this before?
<matthewcroughan> I have my 32 bit laptop just using nix.distributedBuilds to have my 64 bit 24 core x86 processor do EVERYTHING. This works today.
hoijui has quit [Ping timeout: 258 seconds]
<gchristensen> thanks, Mic92!
<Mic92> matthewcroughan: nix-build -A pkgsCross.aarch64-multiplatform.<pkg>
orivej has joined #nixos
<matthewcroughan> But when the 32 bit laptop becomes a armv7 machine, obviously the remote builder now needs to cross compile, but unsure of how to make this happen.
<matthewcroughan> Mic92: yes, of course that works, for a single build.
<matthewcroughan> But that's not what nix.distributedBuilds is doing. How can I make it?
Qwerky has quit [Ping timeout: 240 seconds]
rajivr has quit [Quit: Connection closed for inactivity]
meh` has joined #nixos
<matthewcroughan> so, on my 32 bit laptop, whenever I do `nixos-rebuild switch` it actually gets my 64 bit 24 core machine to do *everything*. It builds every derivation on my remote machine, then copies the /nix/store to the less powerful machine.
<{^_^}> [nixpkgs] @Izorkin opened pull request #114266 → mastodon: fix media refresh → https://github.com/NixOS/nixpkgs/pull/114266
<matthewcroughan> that's what the dpaste snippet I gave you does.
<matthewcroughan> it ssh's into swordfish, does nix-builds on behalf of the lesser system, copies the paths to the local machine.
<matthewcroughan> Now, I have no idea how to make it cross-compile in this setup.
<Mic92> matthewcroughan: never done that either...
<matthewcroughan> Yeah it would be great to do this though ;D
ahmedelgabri has joined #nixos
<matthewcroughan> v
marsh has quit [Ping timeout: 272 seconds]
<Mic92> I am sure it is possible
marsh has joined #nixos
knupfer1 has joined #nixos
knupfer1 is now known as knupfer
vidbina has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @lovesegfault merged pull request #114236 → firefox-bin: 85.0.2 -> 86.0 [High security fixes] → https://github.com/NixOS/nixpkgs/pull/114236
hlz has quit [Quit: WeeChat 3.0]
rickard9 has joined #nixos
<matthewcroughan> Mic92: Thanks a lot for this one btw https://github.com/NixOS/nixpkgs/pull/114231
<{^_^}> #114231 (by Mic92, 7 hours ago, open): glib: fix cross-compiling
<matthewcroughan> seriously
<{^_^}> [nixpkgs] @Mic92 merged pull request #114231 → glib: fix cross-compiling → https://github.com/NixOS/nixpkgs/pull/114231
tomberek has quit [Quit: Connection closed]
ahmedelgabri has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @samueldr merged pull request #113556 → U-Boot: Adds Orange Pi Zero build → https://github.com/NixOS/nixpkgs/pull/113556
otulp has joined #nixos
fendor has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<matthewcroughan> how the hell did you figure that out Mic92? Lol
<matthewcroughan> fuzzing?
itorres has joined #nixos
<Mic92> experience
fendor has joined #nixos
<Mic92> Most of the cross-compiling problems are similar
<{^_^}> [nixpkgs] @edolstra merged pull request #114250 → opensubdiv: 3.4.3 -> 3.4.4 → https://github.com/NixOS/nixpkgs/pull/114250
alexherbo2 has quit [Ping timeout: 240 seconds]
<Mic92> I usually build the packages outside of nixpkgs in a nix-shell: nix-shell '<nixpkgs>' -A attribute.
amk has quit [Read error: Connection reset by peer]
ahmedelgabri has quit [Ping timeout: 264 seconds]
proofofkeags has joined #nixos
amk has joined #nixos
NeoCron has quit [Ping timeout: 260 seconds]
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nix] @oxalica opened pull request #4573 → Explicitly set default branch name for git to suppress "git hint" → https://github.com/NixOS/nix/pull/4573
<{^_^}> [nixpkgs] @Mic92 merged pull request #114168 → io: 2015.11.11 -> 2017.09.06 → https://github.com/NixOS/nixpkgs/pull/114168
<{^_^}> [hydra] @grahamc opened pull request #878 → Test RunCommand's behavior → https://github.com/NixOS/hydra/pull/878
noudle has joined #nixos
attila_lendvai has joined #nixos
cyris212 has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
cole-h has joined #nixos
<cyris212> Does someone have experience with getting pyimgui and glfw running in a nix-shell?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114267 → python37Packages.asyncio-mqtt: 0.8.0 -> 0.8.1 → https://github.com/NixOS/nixpkgs/pull/114267
berberman_ has joined #nixos
berberman has quit [Ping timeout: 272 seconds]
sangoma has joined #nixos
lord| has joined #nixos
amk has quit [Read error: Connection reset by peer]
apache8080 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114268 → python37Packages.django_3: 3.1.6 -> 3.1.7 → https://github.com/NixOS/nixpkgs/pull/114268
vidbina has joined #nixos
<Reventlov> Hey there. Still searching for a way to cache compilations of some package (ns-3) using ccache with nix-shell. This is what I tried: https://0x0.st/-8Fx.txt
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Reventlov> still, ccache is still not used when I run "nix-shell"
<{^_^}> [nixpkgs] @mweinelt merged pull request #114267 → python37Packages.asyncio-mqtt: 0.8.0 -> 0.8.1 → https://github.com/NixOS/nixpkgs/pull/114267
zupo has joined #nixos
<superbaloo> what's the good practice on a stale PR?
<superbaloo> mention the reviewer?
<superbaloo> dont want to generate unnecessary burden either, but ... I feel kind of stuck
<{^_^}> [nixpkgs] @bbigras opened pull request #114269 → webwormhole: init at git-2021-01-16 → https://github.com/NixOS/nixpkgs/pull/114269
<bbigras> superbaloo: I usually just post "any progress on this?"
<thibm> Reventlov: do you want to use ccache on ns-3 build? In your example that will not be the case (it's a dependency)
<thibm> Reventlov: with "ns-3.override { stdenv = ccacheStdenv; }" in a nix-shell it's definitively running ccache. Is this what you want?
orivej has quit [Ping timeout: 256 seconds]
<Reventlov> oh
<Reventlov> that's what I want
dev_mohe has quit [Quit: dev_mohe]
i1l has quit [Ping timeout: 256 seconds]
<viric> domenkozar[m]: why did you revert the pipewire update?
<viric> domenkozar[m]: there is no comment in the commit
eyenx has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @doronbehar merged pull request #108562 → Octave modules → https://github.com/NixOS/nixpkgs/pull/108562
eyenx has joined #nixos
<Reventlov> thibm: hmm, i'm trying to use overlays for this, so I put a stdenv = super.ccacheStdenv; for the ns-3 package, it's what I need to do right ?
<{^_^}> [nixpkgs] @Mic92 merged pull request #103844 → onionshare: 2.2 -> 2.3.1 → https://github.com/NixOS/nixpkgs/pull/103844
DanC has quit [Ping timeout: 264 seconds]
eyenx has quit [Remote host closed the connection]
DanC has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/06b11191834 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
hoijui has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
hoijui has quit [Remote host closed the connection]
alexherbo2 has joined #nixos
<thibm> Reventlov: I'd say self.ccacheStdenv (but not 100% sure) as you would want the "final" ccacheStdenv"
amk has joined #nixos
<thibm> Reventlov: be aware that /home/remy/ns-3/ns-3 will be evaluated an replace by a store path in your shell
<thibm> i.e., not automatically updated
riksteri has quit [Quit: riksteri]
<remexre> hm, is there a way to get some python packages "in scope" for gdb's python, without setting python3 and thereby rebuilding it?
<{^_^}> [nixpkgs] @cole-h merged pull request #113090 → nixos/zrepl: init → https://github.com/NixOS/nixpkgs/pull/113090
<stevenroose> So about ZFS, I understand the network.hostId should be set to make sure that the zpool is not used from another system. But isn't the hostId of the installation system recorded at the first use of the zpool? Is it possible that boot will fail because the hostId of the system is different than that of the system that created the pool (i.e. the installation system)?
<stevenroose> (I'm debugging a boot issue on a dedicated server of which I can't follow/see the boot process.)
<gchristensen> I'm pretty sure nixosalways import -f's the pool
<gchristensen> (probably should not ...)
<cole-h> *unless you set `boot.zfs.forceImportRoot`
<gchristensen> ah
<cole-h> `= false`*
<cole-h> there's also `boot.zfs.forceImportAll` (which defaults to false already)
<Reventlov> thibm: looks like it's not working as expected :/
oxalica has joined #nixos
<Reventlov> (for the records: I want to build ns-3, including my modifications, and being able to use it in the nix-shell :/)
Lord_of_Life has quit [Ping timeout: 240 seconds]
<stevenroose> cole-h: hmm ok
<stevenroose> I think I might have found out that Hetzner doesn't support UEFI boot.
<gchristensen> some of the servers definitely do, but some perhaps don't
<gchristensen> afaik Ryzen for example mandates UEFI
<stevenroose> So that might be the issue. But I had the idea that booting from ZFS with BIOS (and thus GRUB) is not possible? Or not trivial?
<stevenroose> gchristensen: yeah this page confuses me, it both says all their systems support it but also say you can enter a beta program: https://docs.hetzner.com/robot/dedicated-server/operating-systems/uefi/
vrinek has joined #nixos
<gchristensen> booting from bios to zfs is pretty muc hthe same as uefi as long as you have a non-zfs /boot partition
sangoma has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.linenoise: use Dune 2 »: https://git.io/JtdzE
alexherbo2 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « python3Packages.termplotlib: init at 0.3.4 »: https://git.io/Jtdz2
eyenx has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #114270 → graphicsmagick: set full paths to delegates such as ghostscript → https://github.com/NixOS/nixpkgs/pull/114270
Lord_of_Life has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
<superbaloo> stevenroose: you can zdb -C POOL
<stevenroose> gchristensen: aha, so that's possible!
<superbaloo> the hostid (read from /etc/hostid, in littleendian IIRC) is stored in there
stree has quit [Ping timeout: 240 seconds]
<stevenroose> superbaloo: I can
<superbaloo> when you zpool import, it compares this value to the local hostId
<superbaloo> on mismatch will give you an error like "imported on another system"
<stevenroose> superbaloo: yea hI got that when I imported it in the rescue system
<stevenroose> and used -f
<superbaloo> which you can override with the import -f (in which case, the local hostid is written in there)
<stevenroose> eh hex to decimal is annoying
<superbaloo> xxd /etc/hostid
<superbaloo> :)
<stevenroose> superbaloo: will it change after I import it with -f?
<superbaloo> (to read in reverse by blocks of 2 on an x86)
<stevenroose> because than it's currently just the current rescue system (it says hostname "rescue" anyway)
<superbaloo> well, your non-rescue system will need to import -f the pool
<superbaloo> since you just rewrote it by importing it in the rescue
<superbaloo> if that makes sense
<superbaloo> otherwise, just set your rescue hostId to the target's one
<superbaloo> and re-import -f here
<stevenroose> ah yeah right now it's the current rescue system because i did import it
<superbaloo> zdb -C POOL will give you the value currently written
<stevenroose> well I'll retry my installation with BIOS and a /boot partition
<stevenroose> thanks
<superbaloo> uefi install with root on zfs works, did one last weekend
<gchristensen> stevenroose: pick a basic filesystem for /boot, like ext4 or vfat
<superbaloo> just need an efi partition
avaq has joined #nixos
<superbaloo> go vfat
<superbaloo> and go efi
<stevenroose> superbaloo: on Hetzner?
<superbaloo> never used hertzner, but if they use any decent server, that should work
<superbaloo> except if it's disabled in bios or something
<gchristensen> or has the really bad supermicro firmware *stare*
<superbaloo> never happened
<stevenroose> ( I read in some tutorial that "We don't use systemd-boot because Hetzner uses BIOS legacy boot.". And that page I linked above also suggests that UEFI support for Hetzner is in beta. )
<superbaloo> ha
* superbaloo stares at the current date
<superbaloo> 2021 right?
<stevenroose> Yeah the beta page was updated last 2020-06..
<stevenroose> Dunno. I'll try that tomorrow anyway. I'm quite patient with this, just want to get something to work that I can understand :D But boot stuff has always been magic for me.
<superbaloo> sgdisk -n3:1M:+512M -t3:EF00 $DISK
<superbaloo> sgdisk -n1:0:0 -t1:BF01 $DISK
<superbaloo> I used that
<superbaloo> first one as the efi partition, the second one as the zpool root
<superbaloo> worked pretty smoothly from there, but again, not on hertzner
thc202 has quit [Ping timeout: 240 seconds]
<superbaloo> I just skipped the legacy boot part
zbioe has joined #nixos
zbioe has quit [Client Quit]
nhs has joined #nixos
<stevenroose> yeah I'm using that howto
<stevenroose> That's exactly the setup I have now that is not working.
<stevenroose> But I can't debug the boot because I can't see it :D
<stevenroose> And this is the Hetzner Rescue setup instructions I was trying to interweave with those for ZFS: https://github.com/nix-community/nixos-install-scripts/blob/master/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh
<stevenroose> (It uses madm for RAID and BIOS boot.)
vidbina has quit [Ping timeout: 240 seconds]
<viric> 'xsltproc' in top. Not a rare piece.
stree has joined #nixos
<viric> text processing of who knows what order
<gchristensen> nixos manual?
<viric> yes
<viric> :)
<AmandaC> I recently wrote an xslt template to turn a steam product list xml into a opml for impoering the steam news feed into an RSS reader.
nhs has quit [Ping timeout: 264 seconds]
<viric> How can something spend minutes on the manual text?
erasmas has quit [Quit: leaving]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @hjones2199 opened pull request #114271 → siril: 0.99.6 -> 0.99.8.1 → https://github.com/NixOS/nixpkgs/pull/114271
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/c3178c39b03 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
shibboleth has quit [Quit: shibboleth]
work_ has joined #nixos
nhs has joined #nixos
<{^_^}> [hydra] @edolstra merged pull request #878 → Test RunCommand's behavior → https://github.com/NixOS/hydra/pull/878
zbioe has joined #nixos
nhs has quit [Ping timeout: 260 seconds]
dev_mohe has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #114272 → ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.1 → 4.11.2 → https://github.com/NixOS/nixpkgs/pull/114272
jul1u5 has joined #nixos
<Reventlov> thibm: found how to do it: https://0x0.st/-8Ch.txt
<Reventlov> like in two steps it works (override, then overrideAttrs)
<viric> I definitely have no clue how to use pipewire
<{^_^}> [nixpkgs] @fabaff opened pull request #114273 → python3Packages.twitterapi: 2.6.6 -> 2.6.8 → https://github.com/NixOS/nixpkgs/pull/114273
nhs has joined #nixos
<viric> pam_limit doesn't allow setting RLIMIT_RTTIME?
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @aanderse opened pull request #114274 → kodiPlugins.pdfreader: 1.0.2 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/114274
<{^_^}> [nixpkgs] @rycee opened pull request #114275 → svtplay-dl: 2.8 -> 3.0 → https://github.com/NixOS/nixpkgs/pull/114275
avaq has quit [Ping timeout: 240 seconds]
zebrag has joined #nixos
philr has joined #nixos
NeoCron has joined #nixos
nhs has joined #nixos
<{^_^}> [hydra] @grahamc opened pull request #879 → RunCommand: pass homepage, description, license, system, and nixname → https://github.com/NixOS/hydra/pull/879
<{^_^}> [nixos-artwork] @samueldr merged pull request #59 → icons: install white nixos logo → https://github.com/NixOS/nixos-artwork/pull/59
<{^_^}> [nixpkgs] @lovesegfault merged pull request #114239 → thunderbird, thunderbird-bin: 78.7.1 -> 78.8.0 → https://github.com/NixOS/nixpkgs/pull/114239
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
hiro98 has quit [Quit: hiro98]
ahmed_elgabri has joined #nixos
meh` has quit [Read error: Connection reset by peer]
<stevenroose> Is there a command to validate a configuration.nix file without having any of the other nixos stuff installed (like on a non-nixos machine)?
dev_mohe has quit [Quit: dev_mohe]
<{^_^}> [nixpkgs] @rycee pushed to master « svtplay-dl: 2.8 -> 3.0 »: https://git.io/Jtd2u
<{^_^}> [nixpkgs] @rycee closed pull request #114275 → svtplay-dl: 2.8 -> 3.0 → https://github.com/NixOS/nixpkgs/pull/114275
dev_mohe has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
<stevenroose> Eh, nvm, got my mistake, just got a weird error. If a list of attrsets is expected but a list of strings is given, the error is quite unintelligible: `error: syntax error, unexpected $end, at /dev/zd0:1:1`.
darkcodi[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #114276 → nixos-icons: 2017-03-16 -> 2021-02-24 → https://github.com/NixOS/nixpkgs/pull/114276
apache8080 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cab404 opened pull request #114277 → atom: 1.48.0 -> 1.54.0; atom-beta: 1.49.0 -> 1.55.0 → https://github.com/NixOS/nixpkgs/pull/114277
meh` has joined #nixos
vidbina has joined #nixos
notpiika has joined #nixos
bn_work has joined #nixos
<notpiika> I'm trying to use `fetchurl` on a URL that has query parameters
<notpiika> Nix is constructing an invalid store path, however
<notpiika> What can I do to fix this?
<lordcirth_> notpiika, in what way is the store path incorrect?
<notpiika> contains illegal character '&'
<notpiika> https://github.com/NixOS/nixpkgs/pull/107515 -- fun, do I have to wait for this to get merged?
<{^_^}> #107515 (by holymonson, 8 weeks ago, open): fetchurl: strip query from filename
<{^_^}> [nixpkgs] @haslersn opened pull request #114278 → any-nix-shell: 1.2.0 -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/114278
<lordcirth_> notpiika, in the meantime, you can wget the file and add it to the store under the correct name
apache8080 has joined #nixos
<notpiika> lordcirth_ got an example of doing that?
<lordcirth_> notpiika, wget '<url>' -O <proper filename>; nix-store --add <proper filename>
<lordcirth_> 'quotes' are needed to prevent & from being parsed by bash
MarcWebe1 has joined #nixos
<lordcirth_> If you replace the fetchurl.url with '', it will stop and tell you to do this, actually. Good for src that needs credentials
<domenkozar[m]> viric: pipewire needs config update to work
gueorgui has quit [Quit: WeeChat 2.3]
fresheyeball has quit [Quit: WeeChat 2.9]
attila_lendvai has quit [Ping timeout: 240 seconds]
kw has quit [Quit: Connection closed]
noudle has quit []
meh` has quit [Ping timeout: 260 seconds]
kw has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/06b11191834 (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
fendor_ has joined #nixos
wnklmnn has quit [Quit: Leaving]
ddellacosta has joined #nixos
fendor has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @adisbladis opened pull request #114280 → Emacs matrix client → https://github.com/NixOS/nixpkgs/pull/114280
infinisil has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
infinisil has joined #nixos
<stevenroose> Who do I bug to get a nixpkgs PR reviewed/approved? (https://github.com/NixOS/nixpkgs/pull/106492 package and module for peertube, used by myself)
<{^_^}> #106492 (by stevenroose, 11 weeks ago, open): Second attempt at adding PeerTube package
<viric> domenkozar[m]: so does .21, same as .22, no?
ddellacosta has quit [Remote host closed the connection]
simonpe^^ has quit [Remote host closed the connection]
vidbina has quit [Ping timeout: 240 seconds]
<viric> domenkozar[m]: I'd help but I cannot find even how to learn to set up pipewire
<{^_^}> [nixpkgs] @mkg20001 opened pull request #114281 → mslink: init at 1.3 → https://github.com/NixOS/nixpkgs/pull/114281
<viric> the bluetooth modules don't register even with their config. And fail to find even what a 'media session' is
vk3wtf has quit [Quit: WeeChat 2.7.1]
vk3wtf has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #114282 → python3Packages.urllib3: 1.26.2 -> 1.26.3 → https://github.com/NixOS/nixpkgs/pull/114282
dev_mohe has quit [Quit: dev_mohe]
vk3wtf has quit [Client Quit]
ahmed_elgabri has quit [Read error: Connection reset by peer]
<noonien> hello folks. is there a way to generate an ext4 image with a nixos rootfs?
<{^_^}> [nixpkgs] @zseri opened pull request #114283 → zs-apc-spdu-ctl: init at 0.0.1 → https://github.com/NixOS/nixpkgs/pull/114283
ahmed_elgabri has joined #nixos
<noonien> i don't need it to container a kernel, or a bootloader
<noonien> just a rootfs with in which i can run init
vk3wtf has joined #nixos
<notpiika> lordcirth_ I tried setting fetchurl.url to a double quote, and that notice does not appear. am I missing something?
wpcarro_ is now known as wpcarro
vk3wtf has quit [Client Quit]
<notpiika> and where should I put that wget and nix store add command, what phase or w/e?
vk3wtf has joined #nixos
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #114284 → nomad_1_0: 1.0.3 -> 1.0.4 → https://github.com/NixOS/nixpkgs/pull/114284
gustavderdrache has quit [Quit: Leaving.]
<sshow> I've added a vimPlugin using nixpkgs/pkgs/misc/vim-plugins/update.py, but unsure how I can test it? How can I add that package to my live system vim config to test?
<{^_^}> [nixpkgs] @mkg20001 opened pull request #114285 → netplan: init at 0.101 → https://github.com/NixOS/nixpkgs/pull/114285
NeoCron has quit [Remote host closed the connection]
<sshow> The package addition seemed to work good. But need to see if I am able to add it into vimrcConfig.plug.plugins
knupfer has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #114286 → python3Packages.hstspreload: 2021.2.1 -> 2021.2.15 → https://github.com/NixOS/nixpkgs/pull/114286
<{^_^}> [nixpkgs] @adisbladis opened pull request #114287 → buildGoPackage: Respect passing CGO_ENABLED explicitly → https://github.com/NixOS/nixpkgs/pull/114287
<{^_^}> [nixpkgs] @ttuegel merged pull request #114070 → ibus: 1.5.23 -> 1.5.24 → https://github.com/NixOS/nixpkgs/pull/114070
<{^_^}> [nixpkgs] @johannesloetzsch opened pull request #114288 → github-release: 0.7.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/114288
rj has quit [Ping timeout: 268 seconds]
Qwerky_ has quit [Remote host closed the connection]
jess has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #114289 → yaru-theme: 20.10.1 -> 20.10.6.1 → https://github.com/NixOS/nixpkgs/pull/114289
<{^_^}> [nixpkgs] @sternenseemann opened pull request #114290 → treewide: add missing lib inputs → https://github.com/NixOS/nixpkgs/pull/114290
stree has quit [Ping timeout: 260 seconds]
<lordcirth_> notpiika, you don't put the wget in the .nix, you do it manually
<notpiika> i'll try to fix the issue upstream first
<notpiika> might be asier.
<lordcirth_> notpiika, ah, sorry, you have to use requireFile instead of fetchUrl
<notpiika> easier*
<notpiika> yeah this is gonna be annoying if i have to do it like this, so i'll try to get a URL without query params first
<notpiika> does fetchurl follow rediredcts?
<notpiika> redirects*
__monty__ has quit [Quit: leaving]
<adisbladis> notpiika: pkgs.fetchurl { name = "foo"; url = "https://foo.bar?some=query&params=lol"; sha256 = "....."; }
<adisbladis> The name is infered from the url, but you can also set it manually
<notpiika> Oh, sick.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114291 → python37Packages.github3_py: 1.3.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/114291
neiluj has joined #nixos
neiluj has quit [Changing host]
neiluj has joined #nixos
notpiika has quit [Quit: Connection closed]
stree has joined #nixos
<{^_^}> [nixpkgs] @omasanori opened pull request #114292 → [20.09] binutils: fix multiple vulnerabilities → https://github.com/NixOS/nixpkgs/pull/114292
i1l has joined #nixos
seku has quit [Quit: Connection closed]
dmvianna has joined #nixos
<{^_^}> [nixpkgs] @tmountain opened pull request #114293 → uboot: add ATF for ubootNanoPCT4 → https://github.com/NixOS/nixpkgs/pull/114293
rj has joined #nixos
<dmvianna> Hi. I just installed NixOS using the nixos-gnome. I didn't include any systemPackages in the configuration.nix file. Now I'm worried that if I put something there that doesn't include Gnome, I'm going to lose it. Where is the current Gnome defined to be installed? Or is it just default in this installation, regardless of what I do in
<dmvianna> configuration.nix?
zopieux has quit [Ping timeout: 264 seconds]
<clever> dmvianna: how did you enable gnome?
zopieux has joined #nixos
<noonien> hmm, am i doing something wrong here? http://ix.io/2QK4 nix-build is getting a segmentation fault
<dmvianna> I didn't. I just ran nixos-install from Gnome in the USB stick. And a very bare configuration.nix.
<dmvianna> Don't misunderstand me, I want to keep it. But I'm baffled that I have it.
<clever> dmvianna: if youve rebooted, then you should only have what configuration.nix said to give you
<dmvianna> I did reboot, and I booted from the HD.
jess has joined #nixos
<clever> dmvianna: can you pastebin the configuration.nix file?
<cole-h> dmvianna: Can you paste your configuration.nix?
<cole-h> heh
<cole-h> I believe if you've booted from the Gnome or Plasma ISO, your configuration.nix will automatically include configuration enabling that DE.
<{^_^}> [nixpkgs] @mkg20001 merged pull request #114281 → mslink: init at 1.3 → https://github.com/NixOS/nixpkgs/pull/114281
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114294 → python37Packages.flask_migrate: 2.6.0 -> 2.7.0 → https://github.com/NixOS/nixpkgs/pull/114294
<dmvianna> # Edit this configuration file to define what should be installed on
<dmvianna> # your system. Help is available in the configuration.nix(5) man page
<dmvianna> # and in the NixOS manual (accessible by running ‘nixos-help’).
<dmvianna> { config, pkgs, ... }:
<dmvianna> {
<dmvianna>   imports =
<dmvianna>     [ # Include the results of the hardware scan.
<dmvianna>       ./hardware-configuration.nix
<dmvianna>     ];
<dmvianna>   boot.initrd.luks.devices.root = {
<dmvianna>     device = "/dev/nvme0n1p5";
<dmvianna>     preLVM = true;
<dmvianna>   };
<dmvianna>   # Use the systemd-boot EFI boot loader.
dmvianna has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<jess> oops
<jess> im going to undo that k-line
<clever> cole-h: thats why i said pastebin, not paste
<cole-h> rip
<cole-h> 3 letters make a big difference
<clever> i'm guessing the recent spam required the bots to be cranked up
sss2 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @tuxinaut opened pull request #114295 → slack: 4.12.2 -> 4.13.0 → https://github.com/NixOS/nixpkgs/pull/114295
Darkmatter66 has quit [K-Lined]
dmvianna has joined #nixos
<dmvianna> Thanks! I forgot that the display and desktop manager are not ordinary packages, they're services! All good now. Phew!
BlessJah has quit [Quit: leaving]
<clever> yep, thats why i asked if you had enabled gnome
BlessJah has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
Dotz0cat has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
<{^_^}> [mobile-nixos] @samueldr opened pull request #316 → bin/hydra-eval: Add hydra-like eval helper → https://github.com/NixOS/mobile-nixos/pull/316
davidv7 has joined #nixos
neiluj has quit [Quit: leaving]
jamesbucher has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @adisbladis merged pull request #114280 → emacs.pkgs.matrix-client: init at 0.3.0 → https://github.com/NixOS/nixpkgs/pull/114280
fendor_ has quit [Read error: Connection reset by peer]
justan0theruser has quit [Ping timeout: 240 seconds]
<ambroisie> Hey people, I noticed that https://github.com/NixOS/nixpkgs/pull/11139 allowed pretty-printing C++ containers in `gdb` when compiling with `g++`
<{^_^}> #11139 (by fkz, 5 years ago, closed): add a wrapper to gdb which adds gcc (or other paths) as safe path
<ambroisie> What can I do to enable pretty-printing when using `clang++` too?
<{^_^}> [nixpkgs] @maxeaubrey opened pull request #114296 → cnijfilter2: 5.90 -> 6.00 → https://github.com/NixOS/nixpkgs/pull/114296
<ambroisie> Seems like adding `set auto-load safe-path /nix` does not work by itself
work_ has quit [Quit: Connection closed for inactivity]
<ambroisie> Actually I'm blind, I just noticed the linked PR was closed and not merged, so that may be (part of) the reason
<{^_^}> [nixpkgs] @lovesegfault merged pull request #114295 → slack: 4.12.2 -> 4.13.0 → https://github.com/NixOS/nixpkgs/pull/114295
<ambroisie> Seems like the discussion in the actual PR that was merged (#73574) points to Mic92 whitelisting the entire nix store... So it should be working
<{^_^}> https://github.com/NixOS/nixpkgs/pull/73574 (by tmplt, 1 year ago, merged): gdb: configure with stdenv.cc.cc.lib safe path
wucke13 has quit [Ping timeout: 258 seconds]
mumuluxi has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #112093 → playonlinux: making it work at runtime → https://github.com/NixOS/nixpkgs/pull/112093
<Mic92> ambroisie: it does not look like libcxx brings something like that to the table.
<Mic92> Not sure how this is solved in lldb, does it maybe understand more c++?
est31 has quit [Ping timeout: 268 seconds]
<Mic92> maybe try lldb
slack1256 has joined #nixos
est31 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114150 → python3Packages.pyvizio: init at 0.1.59 → https://github.com/NixOS/nixpkgs/pull/114150
dmvianna has quit [Quit: Connection closed]
zebrag has joined #nixos
gustavderdrache has joined #nixos
sigmundv_ has quit [Ping timeout: 272 seconds]
philr_ has joined #nixos
nehsou^ has quit []
ddellacosta has joined #nixos
philr has quit [Ping timeout: 256 seconds]
dsrt^ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114172 → wolfssl: 4.6.0 -> 4.7.0 → https://github.com/NixOS/nixpkgs/pull/114172
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114170 → python3Packages.sharkiqpy: init at 0.1.9 → https://github.com/NixOS/nixpkgs/pull/114170
marsh has quit [Ping timeout: 260 seconds]
marsh has joined #nixos