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
<evils> ,tell redkahuna rtoml is slightly faster than pytomlpp
<{^_^}> evils: I'll pass that on to redkahuna
haijuno has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @happysalada merged pull request #122325 → Cargo-binutils: add explanation → https://github.com/NixOS/nixpkgs/pull/122325
zebrag has quit [Remote host closed the connection]
<fuzzypixelz> using sed in a postUnpack hooks causes a 'permission denied error' even though some expressions make heavy use of sed -i, e.g. https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/office/libreoffice/default.nix#L261
<fuzzypixelz> what am I missing?
pixelfog has quit [Ping timeout: 260 seconds]
<fuzzypixelz> sed obviously tried to create a temporary file within $src ... but how do the other nix expressions do it?
JerryXiao has joined #nixos
<AmandaC> fuzzypixelz: that's in preConfigure not postUnpack
<AmandaC> s/pre/post/
jgt_ has joined #nixos
<fuzzypixelz> so I take it stdenv hasn't created the writable build env yet?
<AmandaC> ( your example link, that is)
<fuzzypixelz> can you tell me exactly at which phase can start modifying the "source"
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @evils opened pull request #122400 → python3.pkgs.rtoml: init at 0.6.1 → https://github.com/NixOS/nixpkgs/pull/122400
<AmandaC> not sure, I'm still relatively new to the build stuff
<fuzzypixelz> well, I settled for putting the sed command in preConfigure instead
f4r5983 has quit [Remote host closed the connection]
<fuzzypixelz> for some reason the manual is so hard to navigate
jgt_ has quit [Ping timeout: 252 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
m0rphism has quit [Ping timeout: 252 seconds]
exondation has joined #nixos
<{^_^}> [nixpkgs] @samuela opened pull request #122401 → vscodium: 1.55.2 -> 1.56.0 → https://github.com/NixOS/nixpkgs/pull/122401
bennofs__ has quit [Ping timeout: 252 seconds]
jesystanii has joined #nixos
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @evils opened pull request #122402 → python3.pkgs.pytomlpp: init at 0.3.5 → https://github.com/NixOS/nixpkgs/pull/122402
<{^_^}> [nixpkgs] @wizeman opened pull request #122403 → opensmtpd-filter-rspamd: init at 0.1.7 → https://github.com/NixOS/nixpkgs/pull/122403
<clever> fuzzypixelz: the unpackPhase copies $src to . so you always want to be modifying the source in . not $src
<fuzzypixelz> clever: I see that now. One more thing: do I have to remove the source folder manually when running unpackPhase from nix-shell?
fuzzypixelz has quit [Quit: Connection closed]
fuzzypixelz has joined #nixos
acarrico has quit [Ping timeout: 265 seconds]
<fuzzypixelz> all subsequent attempts to relaunch nix-shell tell me that the unpackPhase apparently didn't create any dirs so it exists ... just like that
<fuzzypixelz> I'm not sure if my previous message got through because I got disconnected: so here it is :P
<fuzzypixelz> clever: I see that now. One more thing: do I have to remove the source folder manually when running unpackPhase from nix-shell?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #122404 → liblscp: 0.6.0 -> 0.9.2 → https://github.com/NixOS/nixpkgs/pull/122404
<clever> fuzzypixelz: you should probably run all of the phases in a freshly made empty directory, so you can easily remove it all afterwards
<fuzzypixelz> hmm, so I should doing things like `nix-shell . -A hello` from my local clone of nixpkgs haha...
<fuzzypixelz> clever: how do you do it?
<fuzzypixelz> inside /tmp for example?
<fuzzypixelz> s/should/should stop
<clever> fuzzypixelz: you can just `mkdir foo ; cd foo`
<clever> doesnt really matter that much where it is
<{^_^}> [nixpkgs] @lunik1 opened pull request #122405 → megacmd: 1.2.0 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/122405
rubm has quit [Ping timeout: 268 seconds]
ahmedelgabri has quit [Quit: WeeChat 3.1]
<{^_^}> [hydra] @cole-h opened pull request #964 → Jobsets: remove defunct Jobs relationship → https://github.com/NixOS/hydra/pull/964
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
rubm has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
rubm has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #122297 → python3Packages.uvloop: disable problematic test on aarch64 → https://github.com/NixOS/nixpkgs/pull/122297
stree has quit [Ping timeout: 268 seconds]
rubm has joined #nixos
Somf1c has quit [Remote host closed the connection]
rkRTA has joined #nixos
thongpv87 has quit [Remote host closed the connection]
<{^_^}> [hydra] @grahamc merged pull request #964 → Jobsets: remove defunct Jobs relationship → https://github.com/NixOS/hydra/pull/964
rkRTA has quit [Remote host closed the connection]
<justanotheruser> What command can I use to list all packages available in nixpkgs? nix-env -qaP only has ~30k
<{^_^}> [nixpkgs] @ryantm merged pull request #122306 → himalaya: 0.3.1 -> 0.3.2 → https://github.com/NixOS/nixpkgs/pull/122306
stree has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #122296 → czkawka: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/122296
<{^_^}> [nixpkgs] @ryantm merged pull request #122279 → bazarr: 0.9.4 -> 0.9.5 → https://github.com/NixOS/nixpkgs/pull/122279
<evils> justanotheruser: i don't think there's a single command that does that
<{^_^}> [nixpkgs] @r-ryantm opened pull request #122406 → libjcat: 0.1.6 -> 0.1.7 → https://github.com/NixOS/nixpkgs/pull/122406
<justanotheruser> evils: why not? Is there something close?
cybrian has quit [Quit: cya]
jul1u5 has quit [Remote host closed the connection]
<evils> i'm not sure why not, i suspect it has something to do with the complexity of package sets and avoiding double counting
derjohn_mob has joined #nixos
<evils> i think most people just go by repology's numbers, i'm not sure how they get those though, https://repology.org/repository/nix_unstable
<justanotheruser> I'm fine with double counting and sorting through the results
<justanotheruser> reading
<gchristensen> I think the way repology gets the data is careful to avoid double counting, but Im' not 100% sure
<evils> i do think it'd be great to be able to reproduce the number shown in the nixpkgs readme, with nix :)
wnklmnn has quit [Quit: Leaving]
aj__ has quit [Ping timeout: 250 seconds]
<evils> extraordinary claims, extraordinary evidence, something like that :P
<justanotheruser> repology has about 50% fewer packages than search.nixos.org
<evils> search.nixos.org allows searching across 3 channels though
cybrian has joined #nixos
<justanotheruser> oh I assumed that referred to each individual channel, nevermind
<{^_^}> [nixpkgs] @sayanarijit opened pull request #122407 → xplr: 0.7.2 -> 0.8.4 → https://github.com/NixOS/nixpkgs/pull/122407
<evils> justanotheruser: this seems interesting https://github.com/NixOS/nixpkgs/issues/110348#issuecomment-781918028
exondation has quit [Ping timeout: 260 seconds]
<fuzzypixelz> I have no idea why but my postPatch/preConfigure phases don't seem to be executed: when add --debug I don't see any mention of them, plus they don't affect the build at all.
<fuzzypixelz> I'm trying to run sed -i on a configure script
<jackdk> I'm looking at CI to prime a nix cache for a dev shell. The big hammer is to `nix-shell --run ':'`, but this refetches a lot of stuff that's just cache hits. Is there a build command that I don't know about that I should be running instead? (Also, if it matters, there's a lot of IFD in this shell.nix because it uses haskell.nix and niv)
<justanotheruser> evils: interesting. So I may just run the same build steps hydra does to generate packages.json.br and parse
<justanotheruser> thanks!
h0m1 has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @PhDyellow opened pull request #122408 → r-modules: autoset bioconductor ver to match R ver → https://github.com/NixOS/nixpkgs/pull/122408
h0m1 has joined #nixos
ormaaj[m] has quit [Changing host]
ormaaj[m] has joined #nixos
ormaaj[m] has joined #nixos
<{^_^}> [nixpkgs] @PhDyellow opened pull request #122409 → r-modules: update cran and bioc package lists → https://github.com/NixOS/nixpkgs/pull/122409
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #122410 → linuxPackages.anbox: 2019-11-15 -> 2020-06-14, mark broken for kernel not in between 4.14 and 5.4 → https://github.com/NixOS/nixpkgs/pull/122410
theDon has quit [Ping timeout: 246 seconds]
theDon has joined #nixos
hlz has joined #nixos
hlz has left #nixos [#nixos]
gentauro has quit [Ping timeout: 246 seconds]
gentauro has joined #nixos
<{^_^}> [nixpkgs] @figsoda opened pull request #122411 → gitoxide: 0.6.0 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/122411
rajivr has joined #nixos
<{^_^}> [nixpkgs] @anna328p opened pull request #122412 → vimPlugins: update → https://github.com/NixOS/nixpkgs/pull/122412
<{^_^}> [nixpkgs] @berbiche opened pull request #122413 → bottom: 0.5.7 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/122413
melg8 has quit [Quit: Connection closed]
Taneb has quit [Quit: I seem to have stopped.]
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Taneb has joined #nixos
AlpineLlama has joined #nixos
xcmw has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #122412 → vimPlugins: update → https://github.com/NixOS/nixpkgs/pull/122412
<{^_^}> [nixpkgs] @jonringer merged pull request #120954 → ipscan: 3.7.3 -> 3.7.6 → https://github.com/NixOS/nixpkgs/pull/120954
stree has quit [Ping timeout: 268 seconds]
fdjfdjkg has joined #nixos
<jackdk> Is there a nix command to "check that all the `buildInputs` of a derivation are fetchable from cache, and build the ones that aren't?" I'm trying to use non-hydra CI (github action) to keep a nix cache up to date, but it means I download a lot of unnecessary stuff in a `nix-shell --run :`
fdjfdjkg has quit [Quit: Connection closed]
xkapastel has quit [Quit: Connection closed for inactivity]
Supersonic112 has joined #nixos
Gooberpatrol66 has quit [Remote host closed the connection]
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @fuzzypixelz opened pull request #122414 → aegisub: fix x86_64-linux build → https://github.com/NixOS/nixpkgs/pull/122414
stree has joined #nixos
<jackdk> cole-h++ looks exactly like what I need, thank you. Will probably have to refactor my code because `mkShell` derivations are not buildable, but that's way easier than reinventing this wheel.
<{^_^}> cole-h's karma got increased to 147
Gooberpatrol66 has joined #nixos
<{^_^}> [nixpkgs] @happysalada opened pull request #122415 → Mix2nix support → https://github.com/NixOS/nixpkgs/pull/122415
typh has joined #nixos
<cole-h> jackdk: btw, mkShell is just a wrapper around mkDerivation
<cole-h> so you can switch them and it should work fine
<cole-h> the "noBuildPhase" is really just so new users don't `nix-build` a shell and wonder why they aren't in a shell env with those dependencies
<cole-h> (probably)
<jackdk> cole-h: or make a ci.nix that removes `'noBuildPhase'` from `phases`
<cole-h> I mean, I supposed. But at that point it's an even thinner wrapper around mkDerivation than it already was :P
<jackdk> not wrong
fuzzypixelz has quit [Ping timeout: 240 seconds]
Will has joined #nixos
Will is now known as Guest77981
<Guest77981> Boa noite galera
<Guest77981> estou tentando testar o sistema operacional nix os
<Guest77981> mais nao tenho a senha d usuario
<Guest77981> qual seria?
<Guest77981> Alguem pode me informar?
Guest77981 has quit [Client Quit]
<drakonis> aight
<drakonis> i should've answered that
<drakonis> didnt catch it on time
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jgt_ has joined #nixos
Gooberpatrol66 has quit [Remote host closed the connection]
palo has quit [Ping timeout: 246 seconds]
ddellacosta has joined #nixos
rubm has quit [Ping timeout: 240 seconds]
jgt_ has quit [Ping timeout: 268 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
pixelfog has joined #nixos
zie has quit [Quit: ZNC 1.8.2 - https://znc.in]
zie has joined #nixos
m4ts has joined #nixos
m4tsa_ has quit [Ping timeout: 260 seconds]
riksteri has joined #nixos
ericsagn1 has quit [Ping timeout: 276 seconds]
orivej has quit [Ping timeout: 240 seconds]
sss has joined #nixos
m15k has joined #nixos
m15k has quit [Client Quit]
asbachb has joined #nixos
orivej has joined #nixos
ericsagn1 has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
pixelfog has quit [Ping timeout: 260 seconds]
mounty has quit [Ping timeout: 240 seconds]
avaq has joined #nixos
f4r5983 has joined #nixos
<{^_^}> [nixpkgs] @davidak merged pull request #108040 → falcon: 2013-09-19 -> unstable-2018-10-23 → https://github.com/NixOS/nixpkgs/pull/108040
stree has quit [Ping timeout: 240 seconds]
mallox has joined #nixos
turlando has joined #nixos
sangoma has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #122382 → paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper → https://github.com/NixOS/nixpkgs/pull/122382
wallacer has quit [Remote host closed the connection]
wallacer has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #122417 → iosevka: 5.0.2 -> 6.1.3 → https://github.com/NixOS/nixpkgs/pull/122417
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #122418 → freeorion: 0.4.9 -> 0.4.10.1 → https://github.com/NixOS/nixpkgs/pull/122418
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #121395 → nixos/wpa_supplicant: prefer 'install' over 'touch/chmod/mkdir/chgrp' → https://github.com/NixOS/nixpkgs/pull/121395
pixelfog has joined #nixos
cole-h has quit [Ping timeout: 252 seconds]
kerrnelpanic has joined #nixos
<kerrnelpanic> Hi, I added modprobe v4l2loopback exclusive_caps=1 but don't have any /dev/video*
domogled has joined #nixos
<colemickens> are you sure you successfully modprobed?
<{^_^}> [nixpkgs] @fabaff opened pull request #122419 → home-assistant: enable debugpy tests → https://github.com/NixOS/nixpkgs/pull/122419
cr4y1 has joined #nixos
<kerrnelpanic> how to prove?
pixelfog has quit [Ping timeout: 245 seconds]
<davidak[m]> grahamc: if i see it correctly, 21.05 minimal iso will be 100% reproducible https://r13y.com/ the last missing package is gcc and a fixing pr was merged into staging https://github.com/NixOS/nixpkgs/pull/112928 status https://nixpk.gs/pr-tracker.html?pr=112928
<davidak[m]> if that is correct, we could publish an article about that achievement and our efforts, add it to the reproducible builds newsletter and share it on social media, hacker news etc...
<{^_^}> #112928 (by baloo, 12 weeks ago, merged): stdenv: provide a deterministically built gcc
<kerrnelpanic> modinfo v4l2loopback says: not found
jgt_ has joined #nixos
<kerrnelpanic> from config.nix:   boot.extraModprobeConfig = ''
<kerrnelpanic>     options v4l2loopback exclusive_caps=1 max_buffers=2 card_label="GPhoto2 Webcam"
<kerrnelpanic>   '';
<kerrnelpanic> is this wrong?
jgt_ has quit [Ping timeout: 265 seconds]
safe has quit [Quit: Leaving]
mariabloch[m] has joined #nixos
<Izorkin> Mic92: please check this patch - https://pastebin.com/Mdq4iRj2
cfricke has joined #nixos
kerrnelpanic has quit [Quit: Connection closed]
thc202 has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #121394 → nixos/atd: prefer 'install' over 'mkdir/chmod/chown' → https://github.com/NixOS/nixpkgs/pull/121394
<{^_^}> [nixpkgs] @fabaff merged pull request #122387 → nuclei: 2.3.6 -> 2.3.7 → https://github.com/NixOS/nixpkgs/pull/122387
mariabloch[m] has left #nixos ["User left"]
melg8 has joined #nixos
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
saschagrunert has joined #nixos
kerrnelpanic has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #122395 → beamerpresenter: 0.1.3 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/122395
rauno has quit [Remote host closed the connection]
avaq has quit [Ping timeout: 260 seconds]
<kerrnelpanic> davidak[m] I added
<kerrnelpanic>   boot.kernelModules = [ "v4l2loopback" ]; but I still don't see a video* dev
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jonringer merged pull request #121643 → awscli2: 2.1.35 -> 2.2.1 → https://github.com/NixOS/nixpkgs/pull/121643
ezemtsov has quit [Ping timeout: 252 seconds]
ezemtsov has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #122397 → python3Packages.pytube: 10.7.2 -> 10.8.1 → https://github.com/NixOS/nixpkgs/pull/122397
<{^_^}> [nixpkgs] @jonringer merged pull request #122383 → cargo-limit: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/122383
<{^_^}> [nixpkgs] @jonringer merged pull request #122402 → python3.pkgs.pytomlpp: init at 0.3.5 → https://github.com/NixOS/nixpkgs/pull/122402
<{^_^}> [nixpkgs] @vbgl merged pull request #122218 → coqPackages.goedel: init at 8.12.0 → https://github.com/NixOS/nixpkgs/pull/122218
<{^_^}> [nixpkgs] @jonringer merged pull request #122359 → python39Packages.python-toolbox: unbreak → https://github.com/NixOS/nixpkgs/pull/122359
jmeredith has quit [Quit: Connection closed for inactivity]
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @mroi opened pull request #122420 → qemu: add 9p virtfs support on Darwin → https://github.com/NixOS/nixpkgs/pull/122420
<Mic92> Izorkin: that looks solid to me.
jgt_ has quit [Ping timeout: 252 seconds]
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @liff closed pull request #121917 → openconnect: fix paths to systemd tools in vpnc-script → https://github.com/NixOS/nixpkgs/pull/121917
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #122421 → [20.09] palemoon: Remove MOZ_PKG_SPECIAL, add AV1 configure flag → https://github.com/NixOS/nixpkgs/pull/122421
avaq has joined #nixos
civodul has joined #nixos
<{^_^}> [nixpkgs] @kini opened pull request #122422 → aegisub: downgrade ffms dependency to fix build → https://github.com/NixOS/nixpkgs/pull/122422
<{^_^}> [nixpkgs] @kini closed pull request #122422 → aegisub: downgrade ffms dependency to fix build → https://github.com/NixOS/nixpkgs/pull/122422
asbachb has quit [Quit: Connection closed]
exondation has joined #nixos
jonringer has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @Izorkin opened pull request #122423 → nixos/netdata: update configuration → https://github.com/NixOS/nixpkgs/pull/122423
<{^_^}> [nixpkgs] @jtojnar pushed 423 commits to staging: https://git.io/J3xlt
<sphalerite> How badly are things likely to explode if I run multiple hydra-queue-runners in parallel?
jgt_ has joined #nixos
derjohn_mob has quit [Ping timeout: 245 seconds]
oxalica has joined #nixos
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos
<niksnut> sphalerite: badly
<niksnut> they will start building the same stuff
derjohn_mob has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peterhoeg opened pull request #122424 → solaar: 1.0.2 -> 1.0.5 → https://github.com/NixOS/nixpkgs/pull/122424
<{^_^}> [nixpkgs] @ehmry merged pull request #110888 → nicotine-plus: 1.4.1 -> 3.0.6 → https://github.com/NixOS/nixpkgs/pull/110888
is_null has joined #nixos
kiwiberd has joined #nixos
<kiwiberd> I'm trying to use concatMapStringsSep in a repl. Since it's defined in nixpkgs rather than the library, it's not in "nix repl" prelude. How can I load "lib" in "nix repl"?
<kiwiberd> I read `nix repl --help` but wasn't able to figure it out with that.
<kiwiberd> Figured it out!
stree has quit [Ping timeout: 240 seconds]
hyper_ch has quit [Ping timeout: 268 seconds]
<kiwiberd> In `nix repl`, execute `lib = import <nixpkgs/lib>`
<pennae> or just :l <nixpkgs>
<{^_^}> [nixpkgs] @FliegendeWurst opened pull request #122426 → gir-rs: 2019-10-16 -> 2021-05-05 → https://github.com/NixOS/nixpkgs/pull/122426
oxalica has quit [Remote host closed the connection]
karantan has joined #nixos
<karantan> what's the correct way to set the `ThreadsPerChild` for httpd (apache) service?
<karantan> what's the correct way to set the `ThreadsPerChild` for httpd (apache) service?
<dminuoso> Repeating yourself 7 seconds later will not improve the answering latency.
<karantan> it's not in the options settings and it looks like I can't add it to extraOptions because it's already defined here: https://github.com/NixOS/nixpkgs/blob/nixos-20.09/nixos/modules/services/web-servers/apache-httpd/default.nix#L287
<Reventlov> Hey
<karantan> @dminuoso textual was connecting and it looked like it didn't send the message, so I post it again. sorry
nschoe has joined #nixos
<kiwiberd> Any one have an example of https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&query=services.tor.settings.HidServAuth that would compile? I tried services.tor.settings.HidServAuth.foo = { auth = "foo"; onion = "foo"; };    and get told "error: A definition for option `services.tor.settings.HidServAuth' is not of type
<kiwiberd> `list of submodules'."
<{^_^}> [nixpkgs] @lsix opened pull request #122427 → gnuchess: 6.2.7 -> 6.2.8 → https://github.com/NixOS/nixpkgs/pull/122427
<kiwiberd> I also tried services.tor.settings.HidServAuth = [{ auth = "foo"; onion = "foo";} ];   and this fails too.
<{^_^}> [nixpkgs] @prusnak merged pull request #122379 → cargo-deb: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/122379
<{^_^}> [nixpkgs] @NorfairKing opened pull request #122428 → haskellPackages: unbreak bson and mongoDB → https://github.com/NixOS/nixpkgs/pull/122428
kerrnelpanic has quit [Quit: Connection closed]
stree has joined #nixos
exondation has quit [Ping timeout: 245 seconds]
exondation has joined #nixos
respawn_ has joined #nixos
m4tsa_ has joined #nixos
m4ts has quit [Ping timeout: 240 seconds]
lsix has joined #nixos
oxalica has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #122430 → kdeltachat: enable WebP support → https://github.com/NixOS/nixpkgs/pull/122430
oxalica has quit [Client Quit]
oxalica has joined #nixos
vk3wtf has quit [Quit: WeeChat 3.0.1]
vk3wtf has joined #nixos
ram19890 has joined #nixos
alexherbo2 has joined #nixos
diegov_ has quit [Quit: Idle for 30+ days]
alienpirate5 has quit [Quit: Idle for 30+ days]
blakeellis[m] has quit [Quit: Idle for 30+ days]
mohamed1 has quit [Quit: WeeChat 1.9.1]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/1b688ca59ba (from 2 days ago, history: https://channels.nix.gsc.io/nixos-20.09)
hiro99 has quit [Ping timeout: 252 seconds]
kiwiberd has quit [Quit: Connection closed]
Frosku has joined #nixos
<Frosku> Hi, how can I get emacsGcc without recompiling every time?
oxalica has quit [Quit: oxalica]
oxalica has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @cideM opened pull request #122431 → vimPlugin.vim_current_word: init at 2021-05-10 → https://github.com/NixOS/nixpkgs/pull/122431
<{^_^}> [nix] @edolstra merged pull request #4786 → Create parent for trusted list path before writing → https://github.com/NixOS/nix/pull/4786
<{^_^}> [nixpkgs] @dotlambda opened pull request #122432 → pythonPackages.isbnlib: 3.10.7 -> 3.10.8 → https://github.com/NixOS/nixpkgs/pull/122432
<Frosku> I've added the nix-community cachix overlay but it still keeps trying to compile.
<{^_^}> [nix] @edolstra merged pull request #4771 → launchd: Use exec to avoid leaving the extra shell wrapper running → https://github.com/NixOS/nix/pull/4771
<qyliss> Frosku: have you deleted your ~/.cache/nix?
<qyliss> actually never mind
<qyliss> I'm thinking of something different
JerryXiao has quit [Quit: Bye]
JerryXiao has joined #nixos
<{^_^}> [nixpkgs] @kalekseev opened pull request #122433 → chamber: 2.9.0 -> 2.10.0 → https://github.com/NixOS/nixpkgs/pull/122433
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
supersandro2000 has joined #nixos
<thibm> Reventlov: well, there's people from Software Heritage talking today: https://www.societe-informatique-de-france.fr/journee-reproductibilite/ maybe they will talk about Nix
<Reventlov> thibm: I now, I'm watching this right now
<Reventlov> but they didn't (but there is a talk on guix this afternoon)
<Reventlov> but what I'm searching for is more a fetcher I think
<thibm> Reventlov: yeah that could not have been a coincidence :)
oxalica has quit [Quit: oxalica]
<{^_^}> [nixpkgs] @kalekseev opened pull request #122434 → ssm-session-manager-plugin: 1.2.7.0 -> 1.2.54.0 → https://github.com/NixOS/nixpkgs/pull/122434
oxalica has joined #nixos
<{^_^}> [nixpkgs] @eduardosm opened pull request #122435 → calibre: 5.16.1 -> 5.17.0 → https://github.com/NixOS/nixpkgs/pull/122435
<{^_^}> [nixpkgs] @peterhoeg opened pull request #122436 → freecad: 0.19.1 -> 0.19.2 → https://github.com/NixOS/nixpkgs/pull/122436
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #121788 → audacity-gtk3: re-introduce at 3.0.2 → https://github.com/NixOS/nixpkgs/pull/121788
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @kalekseev opened pull request #122437 → overmind: 2.2.0 -> 2.2.2 → https://github.com/NixOS/nixpkgs/pull/122437
<steveeJ> hey, I'm unclear whether the nix.conf option "trusted-publikc-keys" is able to override the default and could lead to not trusting the official cache.nixos.org. I gave a more verbose description here: https://github.com/Holo-Host/holo-nixpkgs/pull/814#discussion_r629210180
oxalica has quit [Ping timeout: 240 seconds]
exondation has quit [Ping timeout: 246 seconds]
<yorick> mjsir911: hey! looks like you're working on the npm caching
<yorick> mjsir911: I've worked around it a while ago with https://github.com/serokell/nix-npm-buildpackage/blob/master/mknpmcache.js
exondation has joined #nixos
<yorick> currently trying to debug why it still doesn't work after #2160 got fixed
<{^_^}> https://github.com/NixOS/nixpkgs/pull/2160 (by shlevy, 7 years ago, closed): No require file
jb55 has quit [Remote host closed the connection]
abstrn has quit [Remote host closed the connection]
meh` has joined #nixos
jb55 has joined #nixos
abstrn has joined #nixos
<{^_^}> [nixpkgs] @xaverdh opened pull request #122438 → linux_5_12: init at 5.12.2 → https://github.com/NixOS/nixpkgs/pull/122438
<{^_^}> [nixpkgs] @tomfitzhenry opened pull request #122439 → nixos/tor: fixes for settings.HidServAuth → https://github.com/NixOS/nixpkgs/pull/122439
oxalica has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
oxalica has quit [Remote host closed the connection]
respawn_ has quit [Ping timeout: 252 seconds]
lord| has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @xaverdh closed pull request #121045 → Kernels 2021-04-28 → https://github.com/NixOS/nixpkgs/pull/121045
lord| has joined #nixos
oxalica has joined #nixos
philipp has joined #nixos
whatisRT has quit [Ping timeout: 240 seconds]
sss has quit [Ping timeout: 240 seconds]
sss has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #122214 → coqPackages.interval: 4.1.0 -> 4.1.1 → https://github.com/NixOS/nixpkgs/pull/122214
stree has quit [Ping timeout: 265 seconds]
jesystanii has quit [Ping timeout: 260 seconds]
avaq has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #122367 → coqPackages.autosubst: 5b40a32e -> 1.7 and fix build → https://github.com/NixOS/nixpkgs/pull/122367
<{^_^}> [nix] @Ma27 opened pull request #4787 → Implement `builtins.floor` and `builtins.ceil` using the C library functions internally → https://github.com/NixOS/nix/pull/4787
fuiltilt has quit [Quit: WeeChat 2.9]
stree has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
bennofs_ has quit [Read error: Connection reset by peer]
bennofs_ has joined #nixos
sss has quit [Read error: Connection reset by peer]
hyiltiz has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @johanot opened pull request #122440 → nixos/containerd: minor cleanup → https://github.com/NixOS/nixpkgs/pull/122440
sss has joined #nixos
hyiltiz has joined #nixos
hyiltiz has quit [Changing host]
hyiltiz has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed 144 commits to haskell-updates: https://git.io/J3xpA
<{^_^}> [nixpkgs] @sternenseemann closed pull request #122428 → haskellPackages: unbreak bson and mongoDB → https://github.com/NixOS/nixpkgs/pull/122428
<yaymukund> I install the Rust toolchain via the `rustup` package and I'm noticing I no longer have cargo installed. If I say `which cargo`, it's symlinked to `/run/current-system/sw/bin/cargo` -> `/nix/store/{sha}-rustup-1.24.1/bin/cargo` -> `rustup`, which seems bad
<yaymukund> ok, nm, i did rustup update and that fixed it. odd.
<{^_^}> [nixpkgs] @sternenseemann pushed 5 commits to haskell-updates: https://git.io/J3xh1
philipp[m] has left #nixos ["User left"]
m4ts has joined #nixos
zupo has joined #nixos
m4tsa_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #122427 → gnuchess: 6.2.7 -> 6.2.8 → https://github.com/NixOS/nixpkgs/pull/122427
<{^_^}> [nixpkgs] @vcunat opened pull request #122441 → webkitgtk: 2.32.0 -> 2.32.1 → https://github.com/NixOS/nixpkgs/pull/122441
<Reventlov> Hey
<Reventlov> Can you execute some fetcher in an asynchronous manner ?
<Philonous> I'm trying to write a derivation for an existing ruby gem, what's the simplest way to do that? I'm not having any luck googling it. I'm not developing the gem and I'd rather not modify the source, I essentially just want to wrap «gem install»
berberman has joined #nixos
berberman_ has quit [Ping timeout: 245 seconds]
<gchristensen> Reventlov: what do you mean?
abstrn has quit [Remote host closed the connection]
<Reventlov> gchristensen: I'm trying to create a custom fetcher, but to actually download the archives I need to make a call to an API before
<gchristensen> ah
abstrn has joined #nixos
<Reventlov> and between the call to the API and the archive availability, it might take a few seconds / minutes
<Reventlov> so I'm wondering if I can have some kind of "async" way to do this to avoid taking too much time doing this for multiple packages
<gchristensen> hmmm not exactly, though nix will run multiple fetchers (and builds) at the same time
oxalica1 has joined #nixos
avaq has joined #nixos
ahmedelgabri has quit [Ping timeout: 276 seconds]
oxalica has quit [Ping timeout: 250 seconds]
oxalica1 is now known as oxalica
ahmedelgabri has joined #nixos
<sterni> as long as you don't have a bottleneck of fetchers depending on each other nix will parallelize it
<sterni> as long as they are all different derivations
Lord_of_Life has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « haskellPackages.large-hashable: mark as broken on aarch64 »: https://git.io/J3pJn
sangoma has quit [Read error: Connection reset by peer]
sss has quit [Ping timeout: 246 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sss has joined #nixos
avaq has quit [Ping timeout: 246 seconds]
fendor has joined #nixos
CodeBitCookie[m] has joined #nixos
<CodeBitCookie[m]> Hello
<CodeBitCookie[m]> I have installed nixos before but the 32 bit version which required me to build basically every package from source
<CodeBitCookie[m]> i switched to void for the wait
<CodeBitCookie[m]> until i get my new pc
<gchristensen> ah, yeah, that is hard. there are not a lot of 32 bit users these days
<CodeBitCookie[m]> but then i realised my cpu is not true 64 bit but allows 64 bit if I install a 64 bit OS (64 bit nixos)
<gchristensen> what CPU is this?
<CodeBitCookie[m]> let me check
<CodeBitCookie[m]> intel core 2 duo t6600
<gchristensen>
<gchristensen> looks 64 bit to me!
<CodeBitCookie[m]> yeah so before I even knew what linux was
<CodeBitCookie[m]> I had windows
<CodeBitCookie[m]> and it said that my cpu was 32 bit
<CodeBitCookie[m]> I then went into the linux rabbit hole and realised how dumb i was
<M0x76[m]> That was probably just because you installed a 32bit windows
<CodeBitCookie[m]> Even opengl wasn't supported
alexherbo2 has quit [Ping timeout: 268 seconds]
avaq has joined #nixos
<CodeBitCookie[m]> <M0x76[m] "That was probably just because y"> i didn't i was like litterally 10 y/o
<CodeBitCookie[m]> > <@victor:xirion.net> That was probably just because you installed a 32bit windows
<CodeBitCookie[m]> * i didn't i was like litterally 10 y/o; someone else did
<{^_^}> error: syntax error, unexpected '<', at (string):494:1
<gchristensen> that is okay :)
<CodeBitCookie[m]> <CodeBitCookie[m] "Even opengl wasn't supported"> but guess what it was supported
<CodeBitCookie[m]> anyways...
<CodeBitCookie[m]> I love void but I am falling for nixOS, gentoo was too many problems for my hardware (not really but that is a differenet topic)
<CodeBitCookie[m]> * I love void but I am falling for nixOS, gentoo was too many problems for my hardware (not really but that is a different topic)
<CodeBitCookie[m]> Ok Because I am going to have to study and don't want my laptop in an unusable state
sss has quit [Read error: Connection reset by peer]
<CodeBitCookie[m]> I am going to do this in another laptop inside a vm
<CodeBitCookie[m]> last time I installed it with btrfs
<CodeBitCookie[m]> I have a 256GB hdd on that laptop but it wasn't enough without anything installed
sss has joined #nixos
<CodeBitCookie[m]> so I must have messed something up before
<CodeBitCookie[m]> now I am going to do it the right way
<gchristensen> that is surprising :)
<CodeBitCookie[m]> :) anyone wanna help?
<{^_^}> [nixpkgs] @sengaya opened pull request #122442 → pythonPackages.ansible-lint: 5.0.2 -> 5.0.8 → https://github.com/NixOS/nixpkgs/pull/122442
<gchristensen> probably loads of folks :) say ask for help as you need it, and people will probably want to help :)
fendor has quit [Remote host closed the connection]
<CodeBitCookie[m]> <gchristensen "probably loads of folks :) say a"> you are right
<CodeBitCookie[m]> so to be specific should I go ahead and try to btrfs encrypted llvm hdd with seperate /home and /boot partitions accordingly
<CodeBitCookie[m]> or one default partition
alexherbo2 has joined #nixos
fendor has joined #nixos
domogled1 has joined #nixos
sangoma has joined #nixos
<demostanis[m]> llvm -> LVM?
<demostanis[m]> Usually, if you want your entire disk encrypted, it's easier to use LVM and encrypt it with LUKS.
alexherbo2 has quit [Read error: Connection reset by peer]
<CodeBitCookie[m]> yes that is what i meant sorry
<CodeBitCookie[m]> i did encrypt it with LUKS last time
domogled has quit [Ping timeout: 260 seconds]
domogled1 is now known as domogled
<CodeBitCookie[m]> so which one should I do?
<CodeBitCookie[m]> 🤔
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #122443 → .github/labeler.yml: Update GNOME file patterns → https://github.com/NixOS/nixpkgs/pull/122443
fuzzypixelz has joined #nixos
<fuzzypixelz> what does the ofborg-internal-error label mean?
cfricke has quit [Quit: WeeChat 3.1]
bqv has joined #nixos
<dotlambda> Nickli, gianarb: I rember the both of you run ZNC. You might want to have a look at #122241.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/122241 (by dotlambda, 1 day ago, open): nixos/znc: harden systemd unit
hmi has quit [Ping timeout: 265 seconds]
cfricke has joined #nixos
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @ajs124 merged pull request #122343 → mariadb-galera: remove unused code → https://github.com/NixOS/nixpkgs/pull/122343
<CodeBitCookie[m]> Ok so this is a dumb question but I am running nixos minimal iso in qemu how should I connect the internet to my actual wireless internet?
<CodeBitCookie[m]> I did all of this a while ago so I forget most of it
ddellaco_ has quit [Ping timeout: 260 seconds]
<CodeBitCookie[m]> nvm that is a qemu question
<Nickli> what!?
sss has quit [Ping timeout: 260 seconds]
<{^_^}> [hydra] @ajs124 opened pull request #965 → Fit more content on screen → https://github.com/NixOS/hydra/pull/965
<CodeBitCookie[m]> <Nickli "what!?"> ?
<CodeBitCookie[m]> QEMU is a generic and open source machine emulator and virtualizer. according to its website
<CodeBitCookie[m]> i ran a qemu comand from the terminal to start a virtual machine
<CodeBitCookie[m]> inside of which I am trying to install nixos but have the minimal iso
<Nickli> dotlambda > pinged me
<CodeBitCookie[m]> 🤣
<CodeBitCookie[m]> LOL
<Ke> easiest is probably the user networking option in qemu, if you don't need aa public ip
<dotlambda> Nickli: I just assumed so from https://logs.nix.samueldr.com/nixos/2021-03-25#;znc, but I stand corrected.
<pennae> CodeBitCookie[m]: fwiw qemu has user-mode networking (`-net user` we think it was?) that just Does Internet™
oxalica1 has joined #nixos
<Nickli> dotlambda > seems like it is missing context, i'm running weechat on my local computer at the moment
oxalica has quit [Ping timeout: 265 seconds]
oxalica1 is now known as oxalica
sss has joined #nixos
Lord_of_Life has joined #nixos
zupo has joined #nixos
<dotlambda> Nickli: I apologize :)
rubm has joined #nixos
<{^_^}> [nixpkgs] @misuzu opened pull request #122445 → freeswitch: 1.10.5 > 1.10.6 → https://github.com/NixOS/nixpkgs/pull/122445
<qyliss> pennae: you don't even need to say -net user, it'll do that by default if no other networking is set up
hmi has joined #nixos
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
ddellacosta has joined #nixos
stree has quit [Ping timeout: 265 seconds]
<CodeBitCookie[m]> <pennae "CodeBitCookie: fwiw qemu has use"> doesn't work but for now I am just using Virtual Manager which works! :)
superherointj has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
hmi has quit [Ping timeout: 250 seconds]
rubm has quit [Ping timeout: 240 seconds]
m3thos has quit [Remote host closed the connection]
rj has joined #nixos
<{^_^}> [nixpkgs] @misuzu opened pull request #122446 → sofia_sip: fix darwin build → https://github.com/NixOS/nixpkgs/pull/122446
<{^_^}> [nixpkgs] @misuzu opened pull request #122447 → spandsp: build on darwin → https://github.com/NixOS/nixpkgs/pull/122447
stree has joined #nixos
sss has quit [Ping timeout: 240 seconds]
sss has joined #nixos
jmeredith has joined #nixos
<Reventlov> hey
<Reventlov> How can I pin the nixpkg in a shell.nix ?
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @misuzu opened pull request #122448 → psi-plus: 1.4.1473 -> 1.5.1516 → https://github.com/NixOS/nixpkgs/pull/122448
<Reventlov> Tried to use with (import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/refs/tags/20.09.tar.gz") { });
<Reventlov> but I get « attempt to call something which is not a function but a set »
hmi has joined #nixos
vikanezrimaya has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
kolaente_ has joined #nixos
<__monty__> qyliss: Picking up where we left off. I have the bootstrap-tools built now, with the removal of `allowedReferences = []`. But why-depends and various nix-store queries don't show any dependencies of the store path.
<kolaente_> Is there a way to specify the go version to use with buildGoModule? Looks like it is using the one from the stable channel by default
<__monty__> Does this mean there's no way to list all the store paths that were used to build the bootstrap-tools?
<qyliss> __monty__: well, "used to build" probably isn't what you want here, is it?
<qyliss> because AIUI you're talking about a runtime reference
<__monty__> Yes, correct.
<qyliss> __monty__: and it doesn't show up in nix-store -qR $storePath ?
<qyliss> (where store path is the out path, not the drv path)
sss has quit [Read error: Connection reset by peer]
<fuzzypixelz> I'm going to update it but this just seems odd to me
palo has joined #nixos
<hexa-> fuzzypixelz: maybe read over https://github.com/NixOS/nixpkgs/pull/106696, the pinning is quite the mess
<{^_^}> #106696 (by drewrisinger, 21 weeks ago, open): pythonPackages.apache-airflow: 1.10.5 -> 1.10.14
ddellacosta has quit [Remote host closed the connection]
<__monty__> qyliss: No. It does show up in the closure of the derivation though, so as build-time dependency.
domogled1 has joined #nixos
<qyliss> does it work if you put it in disallowedReferences?
ddellaco_ has joined #nixos
domogled has quit [Ping timeout: 246 seconds]
domogled1 is now known as domogled
<{^_^}> [nixos-hardware] @domenkozar merged pull request #253 → add lenovo-thinkpad-x13 → https://github.com/NixOS/nixos-hardware/pull/253
sss has joined #nixos
domogled1 has joined #nixos
<thibm> Reventlov: are you sure the error comes from this line? It should work
xkapastel has joined #nixos
<{^_^}> [nixos-hardware] @domenkozar closed pull request #148 → dell/xps/13-7390: fix screen corruption issues → https://github.com/NixOS/nixos-hardware/pull/148
domogled has quit [Ping timeout: 260 seconds]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @CohenCyril opened pull request #122450 → coqPackages.mathcomp-zify: init at 1.0.0+1.12+8.13 → https://github.com/NixOS/nixpkgs/pull/122450
rj has quit [Ping timeout: 240 seconds]
griff_ has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @ajs124 opened pull request #122451 → libsoup: fix building cpp applications after recent glib update → https://github.com/NixOS/nixpkgs/pull/122451
rj has joined #nixos
sss has quit [Ping timeout: 252 seconds]
ram19890 has quit [Quit: Konversation terminated!]
sss has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/ae1c8ede09b (from 3 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/316b82563a7 (from 3 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @ju1m opened pull request #122452 → nixos/tor: harden ProcSubset and ProtectProc → https://github.com/NixOS/nixpkgs/pull/122452
gustavderdrache has joined #nixos
<Reventlov> thibm: yeah it was just the parser that wasn't finding the (correct) error line
<{^_^}> [nixpkgs] @mweinelt merged pull request #122380 → python3Packages.pyjwt: disable failing test for 1.7.1 → https://github.com/NixOS/nixpkgs/pull/122380
ezemtsov has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @vbgl merged pull request #122450 → coqPackages.mathcomp-zify: init at 1.0.0+1.12+8.13 → https://github.com/NixOS/nixpkgs/pull/122450
<thibm> Reventlov: BTW, I think you know, but pinning to the 20.09 git tag is not really "pinning" ;)
<immae> thibm: does the tag change target?
<immae> or is it github that messes refs/tags/20.09 and refs/heads/20.09 ?
<{^_^}> [nixpkgs] @avdv opened pull request #122453 → bochs: Fix compilation [ZHF] → https://github.com/NixOS/nixpkgs/pull/122453
<Reventlov> thibm: I'm giving it the sha256 too, but, will it change ?
<{^_^}> [nixpkgs] @nixbitcoin opened pull request #122454 → xd: init at 0.4.0 → https://github.com/NixOS/nixpkgs/pull/122454
<{^_^}> [nixpkgs] @ju1m opened pull request #122455 → nixos/davfs2: wrap {,u}mount.davfs with setuid=true → https://github.com/NixOS/nixpkgs/pull/122455
<thibm> immae: Reventlov: sorry I was wrong, the tags does not move with the channel
zebrag has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4776 → Properly normalize the content-addressed paths → https://github.com/NixOS/nix/pull/4776
<dminuoso> I have a bunch of haskell dependencies I want to adjust for nix. Right now they have tight bounds, but with `nix-build -A ...` I get very unhelpful errors from
<dminuoso> `Setup: Encountered missing dependencies:`
<dminuoso> and then it lists the dependencies
<dminuoso> What's the most elegant way to figure out what versions those are?
<dminuoso> (That is, what versions are available in nixpkgs)
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #122456 → Vimplugins edluffy → https://github.com/NixOS/nixpkgs/pull/122456
orivej has joined #nixos
ezemtsov has joined #nixos
rj has quit [Ping timeout: 240 seconds]
respawn_ has quit [Quit: Leaving]
ajshell1 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
endformationage has joined #nixos
rj has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/080cd658ca7 (from 2 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
sangoma has quit [Read error: Connection reset by peer]
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
<hrnz> has nixos-unstable advanced beyond gnome-40 yet?
<dutchie> i think the advance an hour or two back looked to include a bunch of gnome 40 stuff
karantan has quit [Ping timeout: 240 seconds]
<azazel> hrnz: you know any way to check it?
<dutchie> you can look at the history of the nixos-unstable branch on https://github.com/NixOS/nixpkgs/commits/nixos-unstable or in your local nixpkgs checkout
<thibm> azazel: one easy way is to look for packages version in https://search.nixos.org/ (I don't know if the website is updated right after the channel advance). This is limited to version change though (and other displayed metadata)
zebrag has joined #nixos
alexherbo2 has quit [Ping timeout: 268 seconds]
idontremembermyp has joined #nixos
<hrnz> it appears to be in
<azazel> thibm: yes, thanks, I do have an unstable nixpkgs in the flakes registry that updates when the channel advances, I was courious if hrnz had sove specific app/lib version to track...
<thibm> hyperfekt: (thanks, I looked for this service but didn't find it!)
<qyliss> hrnz: isn't it only in unstable-small?
<hrnz> the merge commit is nixos-unstable~9
Arahael has quit [Ping timeout: 265 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/8cba5c986b1 (from 2 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<qyliss> oh, I see, the channel advanced 10 minutes ago
<qyliss> so the pr tracker hasn't updated yet
<qyliss> (I think it's every fifteen or something)
valerii_leontiev has left #nixos ["User left"]
roconnor has joined #nixos
<azazel> nice service qlyss!
<azazel> ops, qyliss, sorry
<roconnor> what does passthru.tests do? In particular what does passthru.tests.smoke-test do?
<{^_^}> #118442 (by Ekleog, 5 weeks ago, merged): Add nixos tests with names starting by A or B to all relevant packages
<thibm> roconnor: it allows to "access" to the tests from the package
sss has quit [Read error: Connection reset by peer]
sss2 has joined #nixos
<thibm> roconnor: so you can do: `nix-build -A aPackage.tests` to build all the tests related to this package (defined in passthru.tests)
<hrnz> thibm: I guess gnome3.gnome-shell would be an obvious candidate, but it's no longer neccessary
<hrnz> thanks all :)
exondation has quit [Ping timeout: 245 seconds]
exondation has joined #nixos
<hrnz> (I can't believe they didn't rename gnome3)
<roconnor> thibm: so it just affects the "foo.tests" build artifact and not the "foo" artifact?
<thibm> ronthecookie: yes. Stuff in passthru are unused in the derivation itself (that's the point of passthru)
<ronthecookie> tabfail
<{^_^}> [nixpkgs] @dotlambda opened pull request #122457 → python3Packages.fastapi: fix build → https://github.com/NixOS/nixpkgs/pull/122457
<roconnor> thibm: thanks. I didn't even know about passthru. Though it did sound pretty innocent.
<thibm> ronthecookie: oops
<ronthecookie> thibm& it's okay :D
<{^_^}> [nixpkgs] @mkaito opened pull request #122458 → maintainers: add serokell team, move various packages to it → https://github.com/NixOS/nixpkgs/pull/122458
<thibm> roconnor: well, conceptually tests should be in meta, not passthru. See: https://nixos.org/manual/nixpkgs/stable/#sec-standard-meta-attributes
ddellaco_ has quit [Remote host closed the connection]
sangoma has joined #nixos
mkaito has quit [Quit: WeeChat 3.1]
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @saschagrunert opened pull request #122459 → runc: 1.0.0-rc93 -> 1.0.0-rc94 → https://github.com/NixOS/nixpkgs/pull/122459
<{^_^}> [nixpkgs] @dotlambda merged pull request #122372 → pdfpc: fix build by using older vala → https://github.com/NixOS/nixpkgs/pull/122372
exondation has quit [Ping timeout: 250 seconds]
exondation has joined #nixos
<ajshell1> I just installed NixOS for the first time yesterday. I'm a bit overwhelmed by all the possibilities. Do you have any advice for a noob like me?
jonringer has joined #nixos
sss2 has quit [Ping timeout: 240 seconds]
<qyliss> ajshell1: well, what do you want to do with your computer?
<qyliss> you need to figure that out first
<simpson> Another decent prompt: NixOS is a GNU/Linux distribution. What do you normally do when in front of such a computer?
alexherbo2 has joined #nixos
sss2 has joined #nixos
<thibm> ajshell1: what was your previous system?
<simpson> qyliss++
<{^_^}> qyliss's karma got increased to 141
<ajshell1> Ubuntu, then Manjaro, then Antergos (RIP), then Arch for year, then Void Linux.
Arahael has joined #nixos
<ajshell1> Anyway, this is my main home desktop, for entertainment purposes. Gaming, video watching, hobby programming, etc.
<thibm> ajshell1: so you may first try to get a system that looks like the one you used before. Get the same interface, use the same software… This way you get used to NixOS/Nix but you won't get lost in the possibilities ;)
<ajshell1> I think I can figure out how to install my preferred desktop setup (Ly for display-manager, Sway as my compositor, Pipewire for audio, etc), but I'd appreciate any tips.
<{^_^}> [nixpkgs] @ju1m opened pull request #122460 → nixos/croc: harden ProtectProc → https://github.com/NixOS/nixpkgs/pull/122460
kini has joined #nixos
<qyliss> I believe there's not currently a NixOS module for ly
<qyliss> so that one might be tricky
<qyliss> that's a package
rj has quit [Ping timeout: 240 seconds]
<ajshell1> Oh. I see I still have a lot to learn. I suppose I can make do with SDDM for now.
<qyliss> NixOS modules generate configuration files and stuff, packages just provide the software :)
griff_ has joined #nixos
rj has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
<ajshell1> Anyway, I've noticed that you can install packages globally with the configuration.nix file, or you can use nix-env, which is used for user environments. Does it really make a difference which gets used when your system only has a single normal user?
sss2 has joined #nixos
<qyliss> ajshell1: environment.systemPackages is strongly preferred, because otherwise the packages you have installed aren't tracked in a config file
<qyliss> (if you do want user environments down the line, look into home-manager instead of using nix-env)
<ajshell1> I see. Thanks.
<__monty__> qyliss: Hmm, I set `disallowedRequisites = [ llvmPackages_7.llvm ]` in make-bootstrap-tools.nix and it still built. Is there a way to go from a store path to an attribute name to make sure llvmPackages_7.llvm is the correct thing to specify?
<qyliss> no, but you can easily go the other way to verify
<qyliss> disallowedRequisites = [ (lib.traceValFn toString llvmPackages_7.llvm) ]
cfricke has quit [Quit: WeeChat 3.1]
cfricke has joined #nixos
exondation has quit [Ping timeout: 276 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
exondation has joined #nixos
<__monty__> qyliss: llvm 7 is still in the drv's closure.
<__monty__> I guess that's fairly conclusive about llvmPackages_7.llvm not being the right thing to disallow : )
sss2 has quit [Ping timeout: 240 seconds]
berberman_ has joined #nixos
berberman has quit [Ping timeout: 245 seconds]
meh` has quit [Ping timeout: 260 seconds]
<qyliss> __monty__: no, I think disallowedReferences is about runtime references
<{^_^}> [nixpkgs] @mweinelt opened pull request #122461 → python3Packages.pyjwt: fix test name in conditionally disabled test → https://github.com/NixOS/nixpkgs/pull/122461
<qyliss> so it could still be in the .drv closure
cantstanya has quit [Remote host closed the connection]
<qyliss> just not the output/runtime closure
<qyliss> because Nix scans for references _after_ building
<qyliss> AIUI
virkony has quit [Ping timeout: 276 seconds]
cantstanya has joined #nixos
sss2 has joined #nixos
<dminuoso> What is the difference between the channels nixpkgs-unstable and nixos-unstable?
<qyliss> what I don't understand is why you're not seeing a reference when you look at the requisites for the store path, though
<qyliss> dminuoso: the biggest difference is that nixos-unstable is guaranteed to have passed the NixOS tests
<qyliss> so you shouldn't end up with an unbootable system
acarrico has joined #nixos
virkony has joined #nixos
<qyliss> but also, nixos-unstable only guarantees Linux packages are cached, whereas nixpkgs-unstable guarantees both Linux and Darwin binary packages are available
domogled has quit [Ping timeout: 260 seconds]
proofofkeags has quit [Ping timeout: 252 seconds]
stree has quit [Ping timeout: 240 seconds]
<dminuoso> Mmm, so for linux development of Haskell, either channels hould be fine?
<qyliss> yeah
<dminuoso> Alright great
<qyliss> but don't set your system nixpkgs channel to nixpkgs-unstable if you're using NixOS
<dminuoso> Right, well my system is rather a mixture of nixos-unstable and 20.09
<dminuoso> but the main channel is nixos-20.09
<dminuoso> Presumably nixpkgs-unstable is dangerous because it might not even boot, then
exondation has quit [Ping timeout: 245 seconds]
<philipp> Not booting isn't really a concern as much because you should always be able to boot up an old version. It's more that the unstable channel can get stuck and then you don't get any security updates for a while.
exondation has joined #nixos
<ajshell1> Is mixing stable and unstable a recommended thing to do? Because I'm not quite sure which channel I should go with. Mixing the two sounds like either the perfect compromise or a recipe for disaster.
<qyliss> ajshell1: it's usually pretty safe, although can cause problems with anything that uses OpenGL, for complicated reasons
pixelfog has joined #nixos
<qyliss> (OpenGL is a bit impure)
<{^_^}> [nixpkgs] @bbigras opened pull request #122462 → nix-direnv: 1.2.4 -> 1.2.5 → https://github.com/NixOS/nixpkgs/pull/122462
zebrag has quit [Remote host closed the connection]
<ajshell1> Given the fact that I like to play games, I probably shouldn't do anything that messes with OpenGL, then.
<philipp> As long as your games opengl fits the system, it's no problem when you have something entirely different open in a dev shell.
<qyliss> all I mean when I say it causes problems is that if your system is using one channel, and an application is using another, that application might have graphics problems
<qyliss> it shouldn't cause any problems other than that
<qyliss> so don't be scared of running programs from other channels in general
<dminuoso> philipp: huh? so security fixes might land in the stable channels before the unstable channels?
ahmedelgabri has quit [Ping timeout: 260 seconds]
<ajshell1> Well, now that I think about it, the Steam Linux Runtime exists for a reason. This probably won't affect me much.
<qyliss> dminuoso: sometimes, because they'll get added to both channels at the same time, and stable might rebuild quicker
<dminuoso> ajshell1: its very comfortable, because it lets me cherry pick newer versions on single programs I want - this is precisely the reason why I use nixos in the first place, so this is possible. :)
dev_mohe has joined #nixos
<qyliss> dminuoso: especially since there might be other stuff happening on unstable, whereas stable should be relatively calm
<thibm> dminuoso: yeah, unstable can get stuck because of a large change which should not happen in stable.
<thibm> it's conterintuitive indeed
<philipp> The steam linux runtime is there for binary compatibility, not really to stabilize anything opengl.
<dminuoso> qyliss: ah fair enough. Right now my main concern is just haskell development, my dependencies are not quite covered by current stackage resolvers, so I kind of have to go unstable
<qyliss> well, that doesn't mean you have to use unstable as your system channel
<qyliss> just for your haskell environments
alexherbo2 has quit [Quit: Ping timeout (120 seconds)]
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @hoppla20 closed pull request #122323 → vimPlugins: update → https://github.com/NixOS/nixpkgs/pull/122323
rj has quit [Remote host closed the connection]
zebrag has joined #nixos
rj has joined #nixos
stree has joined #nixos
justanotheruser has joined #nixos
<ajshell1> Here's just hoping that Nix has a package that can get my Epson V550 scanner to work properly. Void Linux supposedly did, but I could never get it to work.
proofofkeags has joined #nixos
<philipp> Well, printers are just printers. Good luck.
Quick_Wango has quit [Quit: Bye! - http://cubeisland.de]
<ajshell1> Scanner, not printer. And based on the fact that your epkowa package is based on 2.30.4 (which has had their downloads removed, so you're getting the RPMs from the internet archive) instead of 6.6.2.3, I'm not holding out much hope.
Quick_Wango has joined #nixos
oxalica has quit [Ping timeout: 245 seconds]
<azazel> ajshell1: It doesn't seem to be supported by sane project so... good luck with that!
oxalica has joined #nixos
<philipp> But that just means that it's trouble on any distribution. There is very little special soup when it comes to desktop hardware support in any of them.
<ajshell1> Yeah. It won't even work on Windows without a special download from Epson.
<ajshell1> Also, I've noticed that both the Nix package and an AUR package for this are based around extracting Epson's RPM file. Is there some property of RPM files that makes this more easy to do than with DEB files?
andreas303 has quit [Ping timeout: 240 seconds]
philipp has quit [Remote host closed the connection]
philipp has joined #nixos
andreas303 has joined #nixos
rj has quit [Ping timeout: 240 seconds]
rj has joined #nixos
<{^_^}> [nix] @regnat pushed 2 commits to locally_cache_the_remote_realisations: https://git.io/J3hvB
erasmas has joined #nixos
chaoflow has joined #nixos
ahmedelgabri has joined #nixos
<philipp> I wouldn't know of any. Could be a case of one packager inspiring another.
<{^_^}> [nixpkgs] @kittywitch opened pull request #122463 → libreelec-dvb-firmware: init at 1.4.2 → https://github.com/NixOS/nixpkgs/pull/122463
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @stigtsp opened pull request #122464 → perlPackages.MojoliciousPluginSyslog: init at 0.04 → https://github.com/NixOS/nixpkgs/pull/122464
<chaoflow> After update to latest unstable nixos a python program using aiohttp returns application/x-javascript instead of application/javascript as mime type for a js file. Same aiohttp version on other systems works correct, so I assume it's related to mimetypes on nixos, Any ideas?
griff_ has quit [Quit: griff_]
ajshell1 has quit [Quit: Connection closed]
gh0st[m]1 has quit [Quit: Idle for 30+ days]
ajshell1 has joined #nixos
ajshell1 has quit [Client Quit]
<__monty__> chaoflow: Looks like a correction. application/javascript isn't a correct MIME type, fwiw.
ajshell1 has joined #nixos
ajshell1 has quit [Client Quit]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/8268e64d0e7 (from 2 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<__monty__> Actually, IANA says the opposite.
ajshell1 has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
<qyliss> chaoflow: NixOS uses the standard mailcap file, maintained by Fedora, that lists media types standardized by IANA
sss2 has joined #nixos
avaq has quit [Ping timeout: 240 seconds]
saschagrunert has quit [Remote host closed the connection]
ahmedelgabri has quit [Ping timeout: 276 seconds]
<qyliss> but it doesn't mention application/x-javascript...
<chaoflow> The link nf posted states that application/javascript is historically correct, text/javascript would be better. I wonder where application/x-javascript now comes from
<chaoflow> qyliss: Should the mailcap file be available in /etc ? Are you aware of any changes in that area?
<nf> i only see mailcap used in the nginx module
<{^_^}> [nixpkgs] @MetaDark opened pull request #122465 → mangohud: 0.4.1 → 0.6.1 → https://github.com/NixOS/nixpkgs/pull/122465
<{^_^}> [nixpkgs] @gebner merged pull request #121729 → xdg-desktop-portal-wlr: add slurp to the environment → https://github.com/NixOS/nixpkgs/pull/121729
dev_mohe has quit [Ping timeout: 250 seconds]
fuzzypixelz has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @7c6f434c opened pull request #122466 → Common Lisp packages updated → https://github.com/NixOS/nixpkgs/pull/122466
<{^_^}> [nixpkgs] @ptrhlm opened pull request #122467 → termite: fix vte patch "expose-function-for-getting-the-selected-text" → https://github.com/NixOS/nixpkgs/pull/122467
Harry96 has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/357e6b3560f (from 24 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Harry96 has quit [Client Quit]
chaoflow has quit [Ping timeout: 260 seconds]
Harry54 has joined #nixos
<CodeBitCookie[m]> Hey I have one more error
<CodeBitCookie[m]> I have installed nixos
cfricke has quit [Ping timeout: 250 seconds]
<CodeBitCookie[m]> but this happened after trying to install xfce
<{^_^}> [nixpkgs] @stephank opened pull request #122468 → libfive: fix darwin build → https://github.com/NixOS/nixpkgs/pull/122468
is_null has quit [Ping timeout: 240 seconds]
<CodeBitCookie[m]> anyone want to help? :(
rj has quit [Ping timeout: 240 seconds]
<bbigras> CodeBitCookie: I have no idea of the problem but maybe you could try `wireless.iwd` instead
<bbigras> did you set special options for wpa_supplicant?
<{^_^}> [nixpkgs] @mweinelt merged pull request #122461 → python3Packages.pyjwt: revert approach to conditionally disable test in override; home-assistant: fix build → https://github.com/NixOS/nixpkgs/pull/122461
cole-h has joined #nixos
<hyperfekt> there's a known issue with starting wpa_supplicant with no interface present
<CodeBitCookie[m]> <bbigras "CodeBitCookie: I have no idea of"> Should I send you my configuration.mix
<simpson> hyperfekt++
<{^_^}> hyperfekt's karma got increased to 7
<CodeBitCookie[m]> Oh so What should I do I had no graphical environment that is true
rj has joined #nixos
<CodeBitCookie[m]> @hyperkeft
<bbigras> if you have ethernet maybe you could disable wifi for now
<hyperfekt> i meant with no wifi card
<CodeBitCookie[m]> I am running in a vm
<CodeBitCookie[m]> So technically it is Ethernet
radu242 has quit [Quit: The Lounge - https://thelounge.chat]
<bbigras> yeah try disabling wifi
jjakob has quit [Ping timeout: 260 seconds]
<hyperfekt> apparently wireless.enable is implicit when turning on a graphical environment
radu242 has joined #nixos
<CodeBitCookie[m]> wow Thanks guys!
<CodeBitCookie[m]> love the nixos community
<hyperfekt> so until the issue is fixed just add networking.wireless.enable = false; to your config.
jjakob has joined #nixos
<CodeBitCookie[m]> yes
<CodeBitCookie[m]> the intersesting thing about this is there was one more generation added. 🤔
<bbigras> every time you switch to a config it will create a new generation.
<bbigras> it's great for rollbacks
<CodeBitCookie[m]> Oh I know that but I meant it added ONE MORE EXTRA generation :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122464 → perlPackages.MojoliciousPluginSyslog: init at 0.04 → https://github.com/NixOS/nixpkgs/pull/122464
<bbigras> uh. weird
<CodeBitCookie[m]> yeah... well that doesn't matter right?...
<bbigras> there might be a nix-diff tool. but yeah. might not matter
branwright1 has joined #nixos
<bbigras> you can delete a specific generation but it's not like it would save you space.
<branwright1> hello
cfricke has joined #nixos
<bbigras> hi
idontremembermyp has quit [Quit: Connection closed]
<branwright1> what's up?
<bbigras> not much. working. drinking a coffee. and you?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122456 → vimPlugins: add specs-vim and hologram-nvim → https://github.com/NixOS/nixpkgs/pull/122456
jgt_ has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @AluisioASG opened pull request #122469 → python3Packages.jupytext: fix tests → https://github.com/NixOS/nixpkgs/pull/122469
<CodeBitCookie[m]> <bbigras "you can delete a specific genera"> wait really?
<CodeBitCookie[m]> oh i guess I understand
<CodeBitCookie[m]> it will just link duplicates
<CodeBitCookie[m]> symlink*
<CodeBitCookie[m]> right?
sss2 has quit [Ping timeout: 240 seconds]
<bbigras> yeah
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #122470 → dasher: 2018-04-03 -> unstable-2021-04-25 → https://github.com/NixOS/nixpkgs/pull/122470
<bbigras> the only time I delete generations is when I change a lot of things and I want to only keep 1 generation per day of the last week. (and I expect to save some space)
cfricke has quit [Ping timeout: 260 seconds]
sss2 has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #122466 → Common Lisp packages updated → https://github.com/NixOS/nixpkgs/pull/122466
gentauro has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #122356 → stumpwm: redirect to lispPackages.stumpwm; stumpwm-git: drop → https://github.com/NixOS/nixpkgs/pull/122356
gentauro has joined #nixos
<bbigras> and if I know a generation is not good
<CodeBitCookie[m]> yes
derjohn_mob has quit [Ping timeout: 240 seconds]
gentauro has quit [Read error: Connection reset by peer]
alexherbo24 has joined #nixos
<dminuoso> Mmm, I have a package that depends on template-haskell, but nix cant pick it up unless I create an overlay with something like { template-haskell = superHS.template-haskell_2_17_0_0; ghc-boot-th = superHS.ghc-boot-th_9_0_1; }
mupf has joined #nixos
<dminuoso> Is there something non-obvious one has to do to depend on template-haskell without this overlay?
troydm has joined #nixos
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo24 is now known as alexherbo2
<CodeBitCookie[m]> There is also this problem with nixos and xfce4 which I have tried over multiple machines, vms, even on hardware
<CodeBitCookie[m]> where everything is very slow especially visible when moving windows
<CodeBitCookie[m]> until you go to settings > window manager tweaks > Compositor > Enable window compositing
<CodeBitCookie[m]> disable and enable that option
<CodeBitCookie[m]> then the issue is fixed
<CodeBitCookie[m]> maybe its just an issue with xfce4?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122351 → marwaita-manjaro: 1.8 -> 2.0 → https://github.com/NixOS/nixpkgs/pull/122351
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122368 → river: unstable-2021-04-27 > unstable-2021-05-07 → https://github.com/NixOS/nixpkgs/pull/122368
<{^_^}> [nixpkgs] @vbgl merged pull request #121997 → coq: default to version 8.13 → https://github.com/NixOS/nixpkgs/pull/121997
gentauro has joined #nixos
gentauro has quit [Read error: Connection reset by peer]
ahmedelgabri has joined #nixos
bennofs_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122320 → lmdbxx: update homepage to the fork → https://github.com/NixOS/nixpkgs/pull/122320
<dminuoso> Ah mmm, that overlay breaks things too.
bn_work has quit [Quit: Connection closed for inactivity]
<dminuoso> Ah.. I guess I figured out the problem. Presumably template-haskell comes with GHC, and I had an incorrect version constraint. And since it comes with GHC, it doesnt appear as a separate packge.
sss2 has quit [Read error: Connection reset by peer]
sss2 has joined #nixos
gentauro has joined #nixos
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #121812 → peek: use ffmpeg 4 → https://github.com/NixOS/nixpkgs/pull/121812
justanotheruser has quit [Ping timeout: 246 seconds]
griff_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122288 → rtl8812au: remove myself from maintainers → https://github.com/NixOS/nixpkgs/pull/122288
ahmedelgabri has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122283 → xfce.thunar: 4.16.6 -> 4.16.8 → https://github.com/NixOS/nixpkgs/pull/122283
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122267 → gnomeExtensions.appindicator: 36 -> 37 → https://github.com/NixOS/nixpkgs/pull/122267
gentauro has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #95050 → nixos/bind: formatted with nixpkgs-fmt → https://github.com/NixOS/nixpkgs/pull/95050
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122269 → gnomeExtensions.arcmenu: 5 -> 10 → https://github.com/NixOS/nixpkgs/pull/122269
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122446 → sofia_sip: fix darwin build → https://github.com/NixOS/nixpkgs/pull/122446
gentauro has joined #nixos
<{^_^}> [nixpkgs] @fgaz opened pull request #122471 → qrcp: 0.8.1 -> 0.8.4 → https://github.com/NixOS/nixpkgs/pull/122471
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122433 → chamber: 2.9.0 -> 2.10.0 → https://github.com/NixOS/nixpkgs/pull/122433
chaoflow has joined #nixos
nschoe has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #122393 → python3Packages.async-upnp-client: 0.16.2 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/122393
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122426 → gir-rs: 2019-10-16 -> 2021-05-05 → https://github.com/NixOS/nixpkgs/pull/122426
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122430 → kdeltachat: enable WebP support → https://github.com/NixOS/nixpkgs/pull/122430
fresheyeball has joined #nixos
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @agbrooks opened pull request #122472 → tcl: add Tcl packaging support → https://github.com/NixOS/nixpkgs/pull/122472
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122069 → bat-extras: fix build on Darwin → https://github.com/NixOS/nixpkgs/pull/122069
jgt_ has joined #nixos
dev_mohe has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #122391 → jmol: 14.31.36 -> 14.31.38 → https://github.com/NixOS/nixpkgs/pull/122391
<{^_^}> [nixpkgs] @grahamc merged pull request #121910 → vscode: 1.55.2 -> 1.56.0 → https://github.com/NixOS/nixpkgs/pull/121910
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122153 → xcd: init at 1.2 → https://github.com/NixOS/nixpkgs/pull/122153
<{^_^}> [nixpkgs] @grahamc merged pull request #122401 → vscodium: 1.55.2 -> 1.56.0 → https://github.com/NixOS/nixpkgs/pull/122401
sss2 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cole-h merged pull request #86316 → fish: make python an optional dependency → https://github.com/NixOS/nixpkgs/pull/86316
rj has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122277 → babashka: 0.3.5 -> 0.4.0 → https://github.com/NixOS/nixpkgs/pull/122277
sss2 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #121964 → hilbish: init at 0.4.0 → https://github.com/NixOS/nixpkgs/pull/121964
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122308 → nzbhydra2: 3.13.2 -> 3.14.1 → https://github.com/NixOS/nixpkgs/pull/122308
jgt_ has quit [Ping timeout: 252 seconds]
gentauro has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122321 → cargo-insta: 0.16.0 -> 1.7.1 → https://github.com/NixOS/nixpkgs/pull/122321
gentauro has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #122388 → python3Packages.androidtv: 0.0.58 -> 0.0.59 → https://github.com/NixOS/nixpkgs/pull/122388
ahmedelgabri has joined #nixos
gentauro has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122168 → timew-sync-server: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/122168
fresheyeball has quit [Quit: WeeChat 2.9]
griff__ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122098 → wayst: unstable-2020-10-12 -> unstable-2021-04-05 → https://github.com/NixOS/nixpkgs/pull/122098
justanotheruser has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122347 → surf: 2019-02-08 -> 2.1 → https://github.com/NixOS/nixpkgs/pull/122347
gentauro has joined #nixos
ahmedelgabri has quit [Ping timeout: 245 seconds]
sss2 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122471 → qrcp: 0.8.1 -> 0.8.4 → https://github.com/NixOS/nixpkgs/pull/122471
<{^_^}> [nixpkgs] @TredwellGit opened pull request #122473 → element: 1.7.26 -> 1.7.27 → https://github.com/NixOS/nixpkgs/pull/122473
griff_ has quit [Read error: Connection reset by peer]
chaoflow has quit [Quit: WeeChat 3.1]
exondation has quit [Ping timeout: 245 seconds]
griff_ has joined #nixos
griff_ has quit [Client Quit]
griff__ has quit [Ping timeout: 246 seconds]
griff_ has joined #nixos
justBull is now known as justTest
sss2 has quit [Ping timeout: 246 seconds]
justTest is now known as justBull
sss2 has joined #nixos
stree has quit [Ping timeout: 252 seconds]
dev_mohe has quit [Remote host closed the connection]
dev_mohe has joined #nixos
asbachb has joined #nixos
<justanotheruser> how can I get the options for a specific generation?
<asbachb> I've a problem with nixos-upgrade service. The service fails but it's unclear why: https://gist.github.com/asbachb/127e7c34c2625ca8c32a186948c7d16a
vidbina has quit [Ping timeout: 252 seconds]
sss2 has quit [Read error: Connection reset by peer]
sss2 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122462 → nix-direnv: 1.2.4 -> 1.2.5 → https://github.com/NixOS/nixpkgs/pull/122462
stree has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to master: https://git.io/J3hg6
<{^_^}> [nixpkgs] @vcunat merged pull request #121759 → gfortran11, gnat11: init at 11.1.0 → https://github.com/NixOS/nixpkgs/pull/121759
<{^_^}> [nixpkgs] @mweinelt merged pull request #121848 → python3Packages.mutesync: init at 0.0.1 → https://github.com/NixOS/nixpkgs/pull/121848
branwright1 has quit [Remote host closed the connection]
ahmedelgabri has quit [Ping timeout: 250 seconds]
exondation has joined #nixos
sss2 has quit [Ping timeout: 240 seconds]
sss2 has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
sss2 has joined #nixos
<justanotheruser> Is it possible to create a derivation (but not build) for a targetSystem that isn't the same as the hostSystem?
<{^_^}> [nixpkgs] @samueldr merged pull request #121834 → sd_image_raspberrypi4: Remove, as planned initially → https://github.com/NixOS/nixpkgs/pull/121834
dev_mohe1 has joined #nixos
mallox has quit [Quit: WeeChat 3.1]
apache8080 has joined #nixos
dev_mohe has quit [Ping timeout: 250 seconds]
dev_mohe1 is now known as dev_mohe
apache8080 has quit [Client Quit]
apache8080 has joined #nixos
<samueldr> justanotheruser: if I understand right, you want to "instantiate"
<{^_^}> [nixpkgs] @mweinelt merged pull request #121853 → python3Packages.pymeteireann: init at 0.2 → https://github.com/NixOS/nixpkgs/pull/121853
<{^_^}> [nixpkgs] @oxalica opened pull request #122474 → rust-analyzer: 2021-04-19 -> 2021-05-10 → https://github.com/NixOS/nixpkgs/pull/122474
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122335 → python3Packages.pipx: 0.16.1.0 -> 0.16.2.1 → https://github.com/NixOS/nixpkgs/pull/122335
<justanotheruser> samueldr: right, specifically I'm doing nix show-derivation
thongpv87 has joined #nixos
<justanotheruser> so it doesn't even get loaded into nix store
<{^_^}> [nixpkgs] @stephank opened pull request #122475 → wayland: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/122475
<{^_^}> [nixpkgs] @danieldk merged pull request #122435 → calibre: 5.16.1 -> 5.17.0 → https://github.com/NixOS/nixpkgs/pull/122435
sss2 has quit [Ping timeout: 240 seconds]
jgt_ has joined #nixos
sss2 has joined #nixos
gpanders has left #nixos ["WeeChat 3.1"]
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #122413 → bottom: 0.5.7 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/122413
rajivr has quit [Quit: Connection closed for inactivity]
jgt_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #121855 → python3Packages.pykoplenti: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/121855
<{^_^}> [nixpkgs] @cyplo opened pull request #122476 → mindforger: remove use of deprecated QtWebFrame → https://github.com/NixOS/nixpkgs/pull/122476
<{^_^}> [nixpkgs] @ProofOfKeags opened pull request #122477 → faraday: _ -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/122477
ezemtsov has quit [Ping timeout: 240 seconds]
ezemtsov has joined #nixos
rj has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
thongpv87 has quit [Remote host closed the connection]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #122398 → gscan2pdf: 2.11.1 -> 2.12.1 → https://github.com/NixOS/nixpkgs/pull/122398
<ris> is it considered "ok" for a module to introspect into `networking.interfaces` to discover which is the internet-bound interface? (by looking for a 0.0.0.0 route)
<{^_^}> [nixpkgs] @davidak closed pull request #121262 → linux_5_12: init at 5.12 → https://github.com/NixOS/nixpkgs/pull/121262
<{^_^}> [nixpkgs] @danieldk merged pull request #122453 → bochs: Fix compilation [ZHF] → https://github.com/NixOS/nixpkgs/pull/122453
waleee-cl has joined #nixos
<pennae> ris: wouldn't that be not-quite-effective because it misses routes from dhcp?
jjakob has quit [Ping timeout: 260 seconds]
<ris> so... yes, it would indeed have a blind spot
<pennae> (we don't know the answer to be clear, but that does feel like a problem)
<ris> of course ideally i would do it at runtime, but it's actually for setting up `networking.nat`, so can't
<ris> might try it
<ris> this is still me working on the phoenixnap/netplan config conversion thing, the interfaces unpredictably use different vlans for the "public" interface
<ris> could first look for a static 0.0.0.0 route, then fall back to a dhcp interface, then throw
<{^_^}> [nixpkgs] @hmenke opened pull request #122478 → WIP: Fix zfs evaluation failure with unsupported kernels → https://github.com/NixOS/nixpkgs/pull/122478
<{^_^}> [nix] @edolstra merged pull request #4787 → Implement `builtins.floor` and `builtins.ceil` using the C library functions internally → https://github.com/NixOS/nix/pull/4787
<{^_^}> [nix] @edolstra merged pull request #4781 → Add a realisations disk cache → https://github.com/NixOS/nix/pull/4781
sphalerite has joined #nixos
derjohn_mob has joined #nixos
<{^_^}> [nixpkgs] @samueldr merged pull request #121450 → iso-image: Fixes for cross-compilation → https://github.com/NixOS/nixpkgs/pull/121450
<{^_^}> [nix] @Infinisil opened pull request #4790 → buildenv: Create dangling symlinks in environments → https://github.com/NixOS/nix/pull/4790
<{^_^}> [nixpkgs] @mweinelt merged pull request #121856 → python3Packages.motioneye-client: init at 0.3.6 → https://github.com/NixOS/nixpkgs/pull/121856
jgt_ has joined #nixos
dev_mohe has quit [Ping timeout: 260 seconds]
sss2 has quit [Read error: Connection reset by peer]
sss3 has joined #nixos
ahmedelgabri has joined #nixos
jgt_ has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
rj has quit [Ping timeout: 240 seconds]
<CodeBitCookie[m]> should I switch to nixos-unstable channel
<CodeBitCookie[m]> more over is it fully bleeding edge i.e the latest of the latest or half bleeding edge i.e approximately latest version
<cole-h> It's the latest of the latest that passes tests :)
meh` has joined #nixos
DerHorst_ is now known as DerHorst
<catern> this is very basic, but: how is the acme nixos module supposed to work if I'm already running a webserver?
rj has joined #nixos
griff_ has quit [Quit: griff_]
<noonien> CodeBitCookie[m]: that's a question only you can answer. some people do it, i don't see a reason to.
<noonien> i just pick and choose packages from unstable, and, in some cases, i update them to a more latest version than unstable myself
<bbigras> CodeBitCookie: Many of use are using unstable. I don't remember the last time I had a problem.
<hrnz> I have problems all the time
<hrnz> they're probably unrelated to using unstable though
<noonien> i consider unstable a beta branch, you might not have many issues, but there are probably more than in stable
<hrnz> do you consider software-rot an issue? :>
<noonien> i'm not sure software-rot exists
<noonien> i see no need to update software most of the time. only if i need a feature that's not available, or a bug is fixed, the only reason i update packages is just so i can ge the ocasional performance and security improvements
<noonien> some packages i have to pin back because newer versions are bugged, and i'm sure most actually get slower with time
<bbigras> unstable for me is like using Arch but with an undo button (rollbacks). I use stable on the servers at work since I want to maintain them at the minimum. While I don't care tweaking my desktop. And I use the same config (with variations) for my laptop, vps and phone.
sss3 has quit [Ping timeout: 268 seconds]
sss3 has joined #nixos
dev_mohe has joined #nixos
sss3 has quit [Read error: Connection reset by peer]
avaq has joined #nixos
apache8080 has quit [Ping timeout: 260 seconds]
dev_mohe has quit [Client Quit]
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #121960 → python3Packages.plugwise: 0.9.3 -> 0.9.4 → https://github.com/NixOS/nixpkgs/pull/121960
<{^_^}> [nixpkgs] @mweinelt closed pull request #121993 → python3Packages.aiohue: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/121993
sss3 has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @eraserhd opened pull request #122479 → kak-ansi: 0.2.3 -> 0.2.4 → https://github.com/NixOS/nixpkgs/pull/122479
jgt_ has quit [Ping timeout: 240 seconds]
dottedmag has joined #nixos
dottedmag has joined #nixos
dottedmag has quit [Changing host]
<justanotheruser> CodeBitCookie[m]: you might consider switching over to 21.05 later this month after ZHF has stabilized the branch a bit
phalrax has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #122346 → marwaita: 9.0 -> 9.1 → https://github.com/NixOS/nixpkgs/pull/122346
<phalrax> Anybody using blackbox exporter? when I disable services.prometheus.exporters.blackbox.enableConfigCheck it apparently doesn't read the file from the configFile option at all so the exporter isn't working
<CodeBitCookie[m]> <justanotheruser "CodeBitCookie: you might conside"> can I do it with a rolling realease style
jgt_ has joined #nixos
<phalrax> but when it's enabled it shows an annoying message (telling me how to turn it off, but if I do it doesn't pass the config file...) every time I switch to a new config
<bbigras> CodeBitCookie: wouldn't using unstable be like a rolling release?
<justanotheruser> nixos-unstable seems less stable than the latest release on other major rolling release distros
rj has quit [Ping timeout: 240 seconds]
<justanotheruser> try out unstable, if it works for you keep it, otherwise revert
riksteri has quit [Quit: riksteri]
<justanotheruser> or figure out what's broken, and get that from 20.09
<bbigras> I'm not sure everyone here agrees with that. I mean a lot of use are using unstable as a rolling release.
ddellaco_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl merged pull request #122261 → yoda: fix a functionality regression in 1.9.0 → https://github.com/NixOS/nixpkgs/pull/122261
rj has joined #nixos
avaq has quit [Ping timeout: 240 seconds]
<hyperfekt> unstable should get better to use once nixos/rfcs#88 is a thing
<{^_^}> https://github.com/NixOS/rfcs/pull/88 (by kevincox, 8 weeks ago, open): [RFC 0088] Create RFC for nixpkgs Breaking Change Policy
jjakob has joined #nixos
vidbina has quit [Ping timeout: 246 seconds]
rtjure has joined #nixos
stree has quit [Ping timeout: 240 seconds]
kenran has joined #nixos
ddellacosta has joined #nixos
zupo has quit [Ping timeout: 265 seconds]
sss3 has quit [Read error: Connection reset by peer]
asbachb has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @otavio opened pull request #122480 → shellhub-agent: 0.6.4 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/122480
jgt_ has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
luelista has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #122400 → python3.pkgs.rtoml: init at 0.6.1 → https://github.com/NixOS/nixpkgs/pull/122400
eacameron has joined #nixos
fuiltilt has joined #nixos
jgt_ has joined #nixos
sss3 has joined #nixos
philr has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @zowoq merged pull request #122459 → runc: 1.0.0-rc93 -> 1.0.0-rc94 → https://github.com/NixOS/nixpkgs/pull/122459
stree has joined #nixos
<LilleCarl> Here was i, 10:13PM just wanting to install rustup. And all of a sudden I'm compiling webkit!?
ajshell1 has quit [Quit: Connection closed]
jgt_ has quit [Ping timeout: 240 seconds]
<hyperfekt> lillecarl: nix-tree is neat for finding out why
<{^_^}> [nixpkgs] @cole-h merged pull request #121758 → Fixes ssm-agent for 21.05 → https://github.com/NixOS/nixpkgs/pull/121758
<{^_^}> [nixpkgs] @S-NA opened pull request #122481 → nixos/install-grub: add classes to NixOS entry → https://github.com/NixOS/nixpkgs/pull/122481
LilleCarl1 has joined #nixos
<LilleCarl1> hyperfekt: Thanks for the tip, machine just locked up, guess I'm not stable on 100% CPU for too long at home
LilleCarl has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @hjones2199 opened pull request #122482 → kstars: 3.5.2 -> 3.5.3 → https://github.com/NixOS/nixpkgs/pull/122482
arjen-jonathan has quit [Ping timeout: 260 seconds]
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #122394 → python3Packages.denonavr: 0.9.10 -> 0.10.7 → https://github.com/NixOS/nixpkgs/pull/122394
sss3 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @ProofOfKeags opened pull request #122483 → lightning-loop: init at version 0.12.2 → https://github.com/NixOS/nixpkgs/pull/122483
<LilleCarl1> hyperfekt: Thanks for the tip, the offender was TeamViewer, i can make do without
LilleCarl1 is now known as LilleCarl
mupf has quit [Quit: WeeChat 3.0]
mupf has joined #nixos
rj has joined #nixos
kolaente_ has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @MetaDark opened pull request #122484 → protontricks: 1.5.0 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/122484
<{^_^}> [nixpkgs] @maralorn pushed 10 commits to haskell-updates: https://git.io/J3jeT
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @ProofOfKeags opened pull request #122485 → lightning-pool: init at version 0.4.1 → https://github.com/NixOS/nixpkgs/pull/122485
jgt_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #122487 → chromium: 90.0.4430.93 -> 90.0.4430.212 → https://github.com/NixOS/nixpkgs/pull/122487
sss3 has joined #nixos
ahmedelgabri has joined #nixos
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @maralorn closed pull request #121713 → maintainers/scripts/haskell/hydra-report.hs: init → https://github.com/NixOS/nixpkgs/pull/121713
endvra has quit [Ping timeout: 265 seconds]
endvra_ has joined #nixos
sss3 has quit [Read error: Connection reset by peer]
apache8080 has joined #nixos
phalrax has quit [Quit: Connection closed]
seku has quit [Quit: Connection closed]
codezero has quit [Quit: Ping timeout (120 seconds)]
codezero has joined #nixos
<{^_^}> [nixpkgs] @symphorien opened pull request #122488 → networkmanagerapplet: 1.20.0 -> 1.22.0 → https://github.com/NixOS/nixpkgs/pull/122488
winterqt has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @globin merged pull request #122381 → moonlight-embedded: 2.4.10 -> 2.4.11 → https://github.com/NixOS/nixpkgs/pull/122381
winterqt has joined #nixos
bvdw has joined #nixos
radu242 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « hackage2nix: Mark failing builds broken »: https://git.io/J3jUB
yokwe has joined #nixos
rj has quit [Ping timeout: 240 seconds]
<yokwe> hi guys, is nixOS supported on alpine linux?
<cole-h> NixOS is its own operating system, so no.
<yokwe> i meant the package manager
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #122489 → python3Packages.tablib: fix build → https://github.com/NixOS/nixpkgs/pull/122489
radu242 has joined #nixos
<cole-h> It appears to have a package on alpine, so maybe? https://pkgs.alpinelinux.org/package/edge/testing/x86/nix
<yokwe> yep, i installed this
roconnor has quit [Ping timeout: 268 seconds]
<yokwe> but its saying that some packages were not found, but they show as found on the site
<yokwe> for example spotify and atom code editor
<cole-h> How do you mean "not found"?
roconnor has joined #nixos
griff_ has joined #nixos
lsix1 has joined #nixos
<yokwe> nix search spotify
<yokwe> error: no results for the given search term(s)!
<yokwe> warning: using cached results; pass '-u' to update the cache
<cole-h> And you've passed `-u`?
<{^_^}> [nixpkgs] @fabaff opened pull request #122490 → python3Packages.pyinsteon: 1.0.10 -> 1.0.11 → https://github.com/NixOS/nixpkgs/pull/122490
<yokwe> i did pass that argument too, but unfortunately, no help
rj has joined #nixos
ahmedelgabri has quit [Quit: WeeChat 3.1]
<yokwe> https://paste.debian.net/plainh/170c7345 i have all these options if that helps
ahmedelgabri has joined #nixos
<cole-h> Is there any output when you run `nix search -u`?
<yokwe> says error: no results for the given search term(s)!
__monty__ has quit [Quit: leaving]
<cole-h> what if you restart your shell? (e.g. open a new terminal window)
<cole-h> Same thing?
<{^_^}> [nixpkgs] @fabaff merged pull request #122432 → pythonPackages.isbnlib: 3.10.7 -> 3.10.8 → https://github.com/NixOS/nixpkgs/pull/122432
<cole-h> (This is happening because your NIX_PATH is unset, so nix doesn't know where to search...)
justanotheruser has quit [Ping timeout: 276 seconds]
<yokwe> yeah. but im not so familiar with nix, so im unsure if i gotta like add something to it before it starts working fine
apache8080 has quit [Ping timeout: 252 seconds]
<yokwe> i just needed the pkg manager to install some stuff thats not on apk
johnnyfi- has joined #nixos
<{^_^}> [nixpkgs] @globin opened pull request #122491 → i3status-rust: fix themes and icon handling → https://github.com/NixOS/nixpkgs/pull/122491
<cole-h> yokwe: Yeah, you need nixpkgs accessible. Can you check if /etc/profile.d/nix.sh exists, and `source` it if so?
<{^_^}> [nixpkgs] @MetaDark closed pull request #108594 → ccacheStdenv: prefer default extraConfig from ccacheWrapper → https://github.com/NixOS/nixpkgs/pull/108594
johnnyfive has quit [Ping timeout: 268 seconds]
<yokwe> Yup, it seems to be existant
<Harry54> hey there.
<Harry54> i wanted to generate perl-bindungs for `graphicsmagick`.
<Harry54> currently i am stuck with the error: `cycle detected in the references of '/nix/store/3w636dbw61wpzpx3h0724b3pr5vznb3h-graphicsmagick-1.3.36' from '/nix/store/j0dxaq1dcb12grm0lbv65hf6780v2ix9-graphicsmagick-1.3.36-dev'`
<Harry54> can someone please explain what does this mean? and what do i have to do to fix it?
<Harry54> my goal is to compile graphicsmagic and move the perl files to the `-dev` part. Then when compiling the perl-package i want to get these files and use the general `buildPerlPackage`
<Harry54> thanks for any help in advance
rubm has joined #nixos
<cole-h> yokwe: Go ahead and `source` it and try again. See if that helps things.
<yokwe> nix search spotify -u
<yokwe> warning: Nix search path entry '/root/.nix-defexpr/channels/nixpkgs' does not exist, ignoring
<yokwe> error: no results for the given search term(s)!
<{^_^}> [nixpkgs] @MetaDark opened pull request #122492 → ccache: 4.2.1 → 4.3 → https://github.com/NixOS/nixpkgs/pull/122492
<cole-h> yokwe: `nix-channel --update` (as root)
<{^_^}> [nixpkgs] @dotlambda merged pull request #121785 → matrix-dendrite: rename to dendrite → https://github.com/NixOS/nixpkgs/pull/121785
<cole-h> (and then try again)
justanotheruser has joined #nixos
proofofkeags has quit [Ping timeout: 252 seconds]
<yokwe> this seemed to have worked
bqv has quit [Ping timeout: 260 seconds]
<yokwe> thanks a bunch!
kenran has quit [Quit: leaving]
<{^_^}> [nixpkgs] @onsails opened pull request #122493 → nym: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/122493
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #122494 → librealsense2: 2.43.0 -> 2.45.0 → https://github.com/NixOS/nixpkgs/pull/122494
wnklmnn has joined #nixos
fendor has quit [Remote host closed the connection]
bqv has joined #nixos
mounty has joined #nixos
rtjure has quit [Remote host closed the connection]
rtjure has joined #nixos
ajshell1 has joined #nixos
<cole-h> yokwe: No problem :) You might want to read the Nix manual (specifically, the "Package Management" section: https://nixos.org/manual/nix/stable/#chap-package-management)
beertoagunfight has joined #nixos
<ajshell1> I have a problem. I'm trying to run a simple bash script of my own creation, but it isn't running. ./scriptname: /bin/bash: bad interpreter: No such file or directory
<ajshell1> I'm guessing this is because Nixos doesn't actually put bash at /bin/bas]h
<cole-h> Have you tried `/usr/bin/env bash` as your shebang?
<ajshell1> I'll try that, but only if that won't break my scripts on other Linux distros
<cole-h> I'm fairly certain all FHS-conforming distros have /usr/bin/env
<cole-h> And the only reason NixOS has /usr/bin/env is to slightly reduce pain when migrating from those
<yokwe> cole-h: for sure, nix's pkg mgr is really great!
sss3 has joined #nixos
<cole-h> (FWIW: NixOS also has /bin/bash, so I don't know why that wouldn't work.)
<ajshell1> cole-h: should that shebang include an exclamation point or not?
<cole-h> `#!` is the shebang ("hash bang")
<cole-h> Both are required for expected functionality
<ajshell1> Just making sure. thanks
andreas303 has quit [Ping timeout: 240 seconds]
andreas303 has joined #nixos
<ajshell1> Switching over should be pretty painless with `sed -i 's|/bin/bash|/usr/bin/env bash|' *`
sss3 has quit [Read error: Connection reset by peer]
gustavderdrache has quit [Quit: Leaving.]
civodul has quit [Quit: ERC (IRC client for Emacs 27.2)]
gustavderdrache has joined #nixos
erasmas has quit [Quit: leaving]
beertoagunfight has quit [Ping timeout: 240 seconds]
johnnyfive has joined #nixos
<maralorn> Anything known about qtwebkit-5.212.0-alpha4 being broken on master?
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #122495 → python3Packages.agate-excel: fix build → https://github.com/NixOS/nixpkgs/pull/122495
johnnyfi- has quit [Ping timeout: 246 seconds]
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos
stoile_ has quit [Remote host closed the connection]
Harry54 has quit [Quit: Connection closed]
<ajshell1> I normally like to set a few specific environment variables in /etc/security/pam_enviroment. How do I do that here?
<ajshell1> or pam_env.conf
<ajshell1> Failing that, I simply need a method to set an environment variable before my user's login shell is started.
exondation has quit [Ping timeout: 276 seconds]
<azazel> ajshell1: environment.sessionVariables
NieDzejkob has quit [Remote host closed the connection]
griff_ has quit [Quit: griff_]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122431 → vimPlugin.vim_current_word: init at 2021-01-27 → https://github.com/NixOS/nixpkgs/pull/122431
<ajshell1> azazel: thanks
<azazel> ajshell1: or just environment.variables
NieDzejkob has joined #nixos
<azazel> the former is specific for pam session variables
<ajshell1> Now you're talking! That looks pretty slick!
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « hackage2nix: Mark failing builds broken »: https://git.io/J3jYM
<ajshell1> Also, I like to use doas instead of sudo. My previous doas.conf was just "permit persist aj", but where do I put that on Nix?
ddellacosta has quit [Remote host closed the connection]
<ajshell1> nevermind
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « haskellPackages.large-hashable: Dontdistribute on arm »: https://git.io/J3jYH
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #122496 → python3Packages.pytest-bdd: 4.0.1 -> 4.0.2 → https://github.com/NixOS/nixpkgs/pull/122496
<azazel> ajshell1: see security.doas in man configuration.nix
ddellaco_ has joined #nixos
yokwe has left #nixos ["away"]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122484 → protontricks: 1.5.0 → 1.5.1 → https://github.com/NixOS/nixpkgs/pull/122484
superherointj has quit [Quit: Leaving]
ddellaco_ has quit [Ping timeout: 252 seconds]
beertoagunfight has joined #nixos
stree has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @pasqui23 opened pull request #122497 → nixos/alsa: added sound.hdaJackRetask option → https://github.com/NixOS/nixpkgs/pull/122497
rtjure has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122482 → kstars: 3.5.2 -> 3.5.3 → https://github.com/NixOS/nixpkgs/pull/122482
ddellaco_ has joined #nixos
sangoma has quit [Ping timeout: 240 seconds]
<CodeBitCookie[m]> Hey, I got into understanding derivations and the such but I don't understand what packages I should install with nix-env and/or the user specific packages or system wide packages
<CodeBitCookie[m]> meaning why can't I just put all the packages in configuration.nix
lsix1 has quit [Ping timeout: 276 seconds]
<CodeBitCookie[m]> or with home manager put all the packages in home-manager config?
lsix1 has joined #nixos
ddellaco_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @cideM opened pull request #122498 → netlify-cli: fix build → https://github.com/NixOS/nixpkgs/pull/122498
beertoagunfight has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122479 → kak-ansi: 0.2.3 -> 0.2.4 → https://github.com/NixOS/nixpkgs/pull/122479
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122480 → shellhub-agent: 0.6.4 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/122480
stree has joined #nixos
meh` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @MrMebelMan opened pull request #122499 → kratos: update to 0.6.0-alpha.2 → https://github.com/NixOS/nixpkgs/pull/122499
<fuiltilt> CodeBitCookie[m]: You can do that if that's what makes sense to you. Especially if you're using home-manager, it's likely better to use that for per-user packages instead of nix-env.
virkony has quit [Ping timeout: 250 seconds]
sangoma has joined #nixos
virkony has joined #nixos
<{^_^}> [nixpkgs] @graham33 opened pull request #122500 → python-engineio: 3.x on python 3.9 Darwin broken → https://github.com/NixOS/nixpkgs/pull/122500
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122491 → i3status-rust: fix themes and icon handling → https://github.com/NixOS/nixpkgs/pull/122491
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122447 → spandsp: build on darwin → https://github.com/NixOS/nixpkgs/pull/122447
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122371 → tremor-rs: build on darwin → https://github.com/NixOS/nixpkgs/pull/122371
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<winterqt> I'm trying to use crystal2nix on a project, but it keeps throwing `Unsupported shard.lock. It was likely generated from a newer version of Shards.`
<winterqt> However, this even occurs if I rollback to a version of the project from last year, so I'm not sure what's wrong...
<winterqt> Anyone got any clue?
rubm has quit [Ping timeout: 260 seconds]
<winterqt> hmm
<winterqt> the dependencies used in crystal2nix are new enough to be supported it seems..
rubm has joined #nixos
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « haskellPackages: Deactivate build for packages broken by relying on webkitgtk »: https://git.io/J3jZD
<winterqt> not really sure what could be wrong :c
thc202 has quit [Ping timeout: 258 seconds]
lsix1 has quit [Ping timeout: 246 seconds]
lsix1 has joined #nixos
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #122467 → termite: fix vte patch "expose-function-for-getting-the-selected-text" → https://github.com/NixOS/nixpkgs/pull/122467
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122411 → gitoxide: 0.6.0 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/122411
jgt_ has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122407 → xplr: 0.7.2 -> 0.8.4 → https://github.com/NixOS/nixpkgs/pull/122407
ddellaco_ has quit [Ping timeout: 240 seconds]
rubm has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #122501 → rustc: 1.52.0 -> 1.52.1 → https://github.com/NixOS/nixpkgs/pull/122501
rubm has joined #nixos
beertoagunfight has quit [Ping timeout: 252 seconds]
fresheyeball has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/719ac402b1c (from 25 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #122502 → topgrade: 6.8.0 -> 6.9.0 → https://github.com/NixOS/nixpkgs/pull/122502
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122499 → kratos: 0.6.0-alpha.1 -> 0.6.0-alpha.2 → https://github.com/NixOS/nixpkgs/pull/122499
supersandro2000 has quit [Killed (verne.freenode.net (Nickname regained by services))]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #121602 → mediaelch: 2.8.8 -> 2.8.12 → https://github.com/NixOS/nixpkgs/pull/121602
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122396 → octopus: 0.7.3 -> 0.7.4 → https://github.com/NixOS/nixpkgs/pull/122396
<{^_^}> [nixpkgs] @mweinelt opened pull request #122503 → home-assistant: 2021.5.1 -> 2021.5.2 → https://github.com/NixOS/nixpkgs/pull/122503
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122169 → atuin: init at 0.7.1 → https://github.com/NixOS/nixpkgs/pull/122169
ajshell1 has quit [Quit: Connection closed]
turlando has quit [Ping timeout: 240 seconds]
philr has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.9]
melg8 has quit [Quit: Connection closed]
melg8 has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @maralorn pushed 3 commits to haskell-updates: https://git.io/J3j8V
<{^_^}> [nixpkgs] @eduardosm opened pull request #122506 → seafile-client: fix build → https://github.com/NixOS/nixpkgs/pull/122506
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/J3j8X
ajshell1 has joined #nixos
monokrome has quit [Ping timeout: 252 seconds]
<ajshell1> So I just ran into an issue. I tried nixos-rebuild switch and I'm getting this error: `error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:13`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122021 → kile-wl: add meta.mainProgram → https://github.com/NixOS/nixpkgs/pull/122021
<ajshell1> I haven't tried switching channels or anything
monokrome has joined #nixos
<ajshell1> This is my $NIX_PATH `nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels`
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #122502 → topgrade: 6.8.0 -> 6.9.0 → https://github.com/NixOS/nixpkgs/pull/122502
<{^_^}> [nixpkgs] @mweinelt merged pull request #122389 → python3Packages.hatasmota: 0.2.11 -> 0.2.12 → https://github.com/NixOS/nixpkgs/pull/122389
<{^_^}> [nixpkgs] @jonringer merged pull request #122490 → python3Packages.pyinsteon: 1.0.10 -> 1.0.11 → https://github.com/NixOS/nixpkgs/pull/122490
<ajshell1> THEFUCK? It seems to work fine when I do su - root and then nixos-rebuild switch
<{^_^}> [nixpkgs] @jonringer merged pull request #122495 → python3Packages.agate-excel: fix build → https://github.com/NixOS/nixpkgs/pull/122495
<{^_^}> [nixpkgs] @jonringer merged pull request #122496 → python3Packages.pytest-bdd: 4.0.1 -> 4.0.2 → https://github.com/NixOS/nixpkgs/pull/122496
<cole-h> You need to run nixos-reubild as root if you intend to `switch` / `test`
monokrome has quit [Remote host closed the connection]
monokrome has joined #nixos
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to haskell-updates: https://git.io/J3jBo
<ajshell1> The shit? It's working fine now. Well, I won't look a gift horse in the mouth
jgt_ has joined #nixos
<ajshell1> Also, has anyone ever made a script to make your configuration.nix file more organized? Because mine is already quite messy.
<hrnz> not sure how one would automate that
<hrnz> most people use multiple files and import stuff
ahmedelgabri has quit [Ping timeout: 260 seconds]
<simpson> What makes a Nix expression messy? There's lots of different things that live side-by-side in the typical system configuration.
jgt_ has quit [Ping timeout: 246 seconds]
ajshell1 has quit [Quit: Connection closed]
mbrgm_ has joined #nixos
sss3 has joined #nixos
mbrgm has quit [Ping timeout: 252 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « tamarin-prover: Mark broken »: https://git.io/J3jRX
cr4y1 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @happysalada merged pull request #119452 → rebar3: add rebar3WithPlugins → https://github.com/NixOS/nixpkgs/pull/119452