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
<noonien> hmm, why does adding `plasma5 = prev.plasma5.overrideScope' (sfinal: sprev: { });` to my overlay result in this error? http://ix.io/2LBt
miscalculated has quit [Quit: IRCNow and Forever!]
rawtaz has quit [Ping timeout: 272 seconds]
<cole-h> probably need to `mkOverridable` I think
<noonien> to the inner {}?
<noonien> does overrideScope' break the existing mkOverridable?
rawtaz has joined #nixos
rawtaz has quit [Changing host]
rawtaz has joined #nixos
Rusty1 has joined #nixos
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<cole-h> ¯\_(ツ)_/¯
<cole-h> All I know is that `mkOverridable` is what creates `.overrideAttrs` and `.override` (IIRC)
<shapr> DigitalKiwi: do you have a moment to look my fermats last margin repo? I've tried to use niv to pin it to nixos-unstable, but I can't figure out why it doesn't work
dandart has quit [Quit: dandart]
<DigitalKiwi> shapr: yeah
<shapr> this last commit updates to 8.8.4 https://github.com/shapr/fermatslastmargin
<shapr> niv show displays nixos-unstable, but I don't know how to ... apply? the change?
<shapr> I searched nixos-unstable, https://search.nixos.org/packages?channel=unstable&query=ghc that gave me ghc_8_10_2 but putting that into https://github.com/shapr/fermatslastmargin/blob/master/nix/default.nix#L10 doesn't work
<DigitalKiwi> shapr: i did all of it i was just trying to make it so it made sense to make a PR :(
<shapr> go for it!
<DigitalKiwi> i did a lot more too lol
aswanson has quit [Ping timeout: 264 seconds]
aswanson has joined #nixos
<noonien> has anyone managed to override plasma5 packages?
rb2k has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<noonien> it seems like someone has the same issue on github: https://github.com/NixOS/nixpkgs/issues/43757#issuecomment-620639079
<noonien> > I can't override plasma5.kwin (tried plasma5.overrideScope' but resulting plasma5 is somewhy missing override attr which is used somewhere else)
<{^_^}> error: syntax error, unexpected ELSE, expecting ')', at (string):460:140
miscalculated has joined #nixos
aswanson has quit [Ping timeout: 246 seconds]
<noonien> google gives me just one more result: https://gist.github.com/CrystalGamma/e938cca081bb685c50dbcb02717f7ce8
<noonien> so plasma5.overrideScope' seems to have worked in this case
cfinch has quit [Remote host closed the connection]
cfinch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108809 → python3Packages.aiowinreg: init at 0.0.3 → https://git.io/JLpio
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj76
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106679 → gauche: 0.9.9 → 0.9.10 → https://git.io/JIKae
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj7M
Dotz0cat has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108673 → python3Packages.aioguardian: init at 1.0.4 → https://git.io/JLxOA
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLj7S
ZaraChimera has left #nixos [#nixos]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108572 → python3Packages.sortedcollections: 1.2.1 -> 1.2.3 → https://git.io/JLNdx
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 5 commits to master: https://git.io/JLj79
Dotz0cat_ has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #93917 → openzone: init at 1.2.9 → https://git.io/JJRHt
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLj75
mbrgm_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107897 → vassal: 3.3.2 -> 3.14.12 → https://git.io/JL9Q7
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj7F
ice7[m] has joined #nixos
mbrgm has quit [Ping timeout: 246 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108805 → v2ray: 4.33.0 -> 4.34.0 → https://git.io/JLprD
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj7N
<shapr> DigitalKiwi: aha, I used nix repl '<nixpkgs>' to discover that ghc8102 is in scope, progress!
dandart has joined #nixos
<DigitalKiwi> it won't merge now though :(
<{^_^}> [nixpkgs] @flokli opened pull request #108991 → lensfun: update lensfun databases → https://git.io/JLj7h
<DigitalKiwi> i am working on something better anyway
<cole-h> shapr: Note that `<nixpkgs>` is referring to your nixpkgs channel
<cole-h> And, unless you have somehow pinned your nixpkgs channel to be identical to your niv-pinned nixpkgs, they won't have the same contents.
<shapr> cole-h: how would I open nix repl with the niv sources in scope?
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<cole-h> Maybe `nix repl ./nix`
<shapr> I'll try that, thanks
<shapr> That still shows me the old version of haskell-language-server, so I wonder if I'm not loading the niv sources somehow.
<shapr> cole-h: Is there a way to look up the branch name inside the repl?
<cole-h> Probably not
<shapr> ah, too bad
<cole-h> Could try `lib.version` in the repl
<shapr> aha, source.nixpkgs
<shapr> and that does show nixos-unstable
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104401 → staticjinja: enable tests; lift to top level → https://git.io/Jk2T0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLj5u
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108936 → squashfsTools: unconditionally build with lz4Support → https://git.io/JLjfY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to staging: https://git.io/JLj5g
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108071 → json-schema-for-humans: init at 0.27.0 → https://git.io/JLQhM
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj52
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108167 → ft2-clone: 1.41_fix -> 1.42, fix darwin → https://git.io/JL5fW
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLj5V
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104758 → vyper: init at 0.2.8 → https://git.io/JkXrh
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @siraben to master « vyper: init at 0.2.8 (#104758) »: https://git.io/JLj5r
lsix has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107640 → monsoon: init at 0.6.0 → https://git.io/JLMBN
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj5K
<{^_^}> [nixpkgs] @github-actions[bot] pushed 41 commits to staging-next: https://git.io/JLj56
<{^_^}> [nixpkgs] @github-actions[bot] pushed 42 commits to staging: https://git.io/JLj5i
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108191 → signumone-ks: init at 3.1.2 → https://git.io/JL5Zn
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj5P
rb2k has joined #nixos
<DigitalKiwi> shapr: did you see it
<shapr> DigitalKiwi: I read the branch, I think I learned some new things
<{^_^}> [nixpkgs] @flokli opened pull request #108993 → nufraw: expose gimp plugin, remove ufraw → https://git.io/JLj5S
copumpkin has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108963 → crlfuzz: init at 1.4.0 → https://git.io/JLjB0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj5b
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105402 → crow-translate: init at 2.6.2 → https://git.io/Jkp7D
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLj5N
pjt_tmp has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #104499 → domination: init at 1.2.3 → https://git.io/JkVYl
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLjdv
<{^_^}> [nixpkgs] @petabyteboy opened pull request #108994 → openjdk: build with empty pre-version → https://git.io/JLjd3
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108961 → jumpnbump: init at 1.70-dev → https://git.io/JLj8c
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLjdG
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108953 → urn-timer: init at unstable-2017-08-20 → https://git.io/JLjCk
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLjd8
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108093 → sumneko-lua-language-server: init at 1.11.2 → https://git.io/JL7ns
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLjd4
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JLjdS
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #106866 → pythonPackages.cliff: unbreak build → https://git.io/JLvOv
copumpkin has quit [Changing host]
copumpkin has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #108971 → tflint: 0.23.0 -> 0.23.1 → https://git.io/JLjgr
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLjdp
ericsagnes has quit [Ping timeout: 260 seconds]
lordcirth has joined #nixos
AWizzArd has quit [Ping timeout: 240 seconds]
lordcirth__ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #108975 → uboot: allow bigger kernels to boot on raspberry pi → https://git.io/JLjwM
<{^_^}> [nixpkgs] @petabyteboy pushed to master « uboot: allow bigger kernels to boot on raspberry pi (#108975) »: https://git.io/JLjFt
codezero has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Quit: Leaving.]
ericsagnes has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
lordcirth has quit [Remote host closed the connection]
lordcirth has joined #nixos
derek_betak has joined #nixos
TheWizardTower[m has joined #nixos
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
<bqv> any chance of me getting matadata of whether a derivation was built locally or fetched from a cache, after-the-fact?
h0m1 has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #280 → samsung-a5y17lte: Enable Wi-Fi support → https://git.io/JLjbV
mkaito has quit [Quit: WeeChat 3.0]
est31 has quit [Ping timeout: 240 seconds]
est31 has joined #nixos
AWizzArd has joined #nixos
codezero has joined #nixos
<cole-h> supersandro2000: FYI, I edited your comment here (https://github.com/NixOS/nixpkgs/pull/108950#issuecomment-757549367) to add an extra space so that ofborg will try and re-evaulate the PR. I don't know why fcitx5-qt is missing, though.
<cole-h> (Figured that was better than another comment with "@ofborg eval", but feel free to tell me to not do that.)
<cole-h> Well, it will re-evaluate when ofborg isn't so swamped...
rajivr has joined #nixos
terinjokes_ is now known as terinjokes
jonringer has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
ghasshee has quit [Remote host closed the connection]
srk has quit [Ping timeout: 240 seconds]
aswanson has joined #nixos
fuzzypixelz has quit [Ping timeout: 240 seconds]
wnklmnn has quit [Quit: Leaving]
Volk has quit [Quit: See you next time!]
printfn[m] has left #nixos ["User left"]
terinjokes has quit [Quit: ZNC 1.8.1 - https://znc.in]
terinjokes has joined #nixos
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicoo has quit [Ping timeout: 240 seconds]
nicoo has joined #nixos
<{^_^}> [nixpkgs] @zakame opened pull request #108997 → perlPackages.Appcpm: 0.996 -> 0.997000 → https://git.io/JLjx9
zakame has joined #nixos
veleiro has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/ffce5a082b4 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
orivej has quit [Ping timeout: 240 seconds]
aw has joined #nixos
spacefrogg has joined #nixos
orivej has joined #nixos
ky0ko has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Qubasa has quit [Ping timeout: 264 seconds]
Qubasa has joined #nixos
ransom has joined #nixos
jonatanb has joined #nixos
jonatanb has quit [Ping timeout: 240 seconds]
gxt has joined #nixos
veleiro has quit [Ping timeout: 240 seconds]
rb2k has joined #nixos
Taneb has quit [Quit: I seem to have stopped.]
Taneb has joined #nixos
jmeredith has joined #nixos
lambda-11235 has quit [Max SendQ exceeded]
<notgne2[m]> buckley3104: hey, I haven't been able to get `vmware-horizon-client` working on NixOS, it launches but crashes when you try to add a server, do you know anything about how to fix this?
lambda-11235 has joined #nixos
LilleCarl has quit [Ping timeout: 246 seconds]
kalbasit has joined #nixos
kalipso has quit [Quit: Connection closed]
<ornxka> nix-env: src/libexpr/attr-set.hh:54: void nix::Bindings::push_back(const nix::Attr&): Assertion `size_ < capacity_' failed.
<ornxka> it died in the fixup phase of blender ;_;
<ornxka> does anyone know if the build dir is around somewhere so i can manually install it somehow...
<cole-h> Only if you use `--keep-failed`
<cole-h> It'll keep the build directory around in /tmp
<cole-h> or $TMPDIR
<ornxka> ahh
<ece3> If I use flakes I can remove my nix-channel's right?
<cole-h> Yep. But note that you will no longer be able to use `<nixpkgs>` anywhere.
Supersonic112 has joined #nixos
<ece3> Hm okay, I think Nobbz does this thing where he manipulates $NIX_PATH to get around that right?
<cole-h> You'll have to ask them.
<ece3> okay
Supersonic has quit [Ping timeout: 256 seconds]
Supersonic112 is now known as Supersonic
rb2k has quit [Ping timeout: 272 seconds]
rb2k has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
riksteri has joined #nixos
rb2k__ has joined #nixos
rb2k has quit [Ping timeout: 246 seconds]
aswanson has quit [Ping timeout: 240 seconds]
rb2k__ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @stigtsp merged pull request #108997 → perlPackages.Appcpm: 0.996 -> 0.997000 → https://git.io/JLjx9
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JteTd
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5eedbd86f43 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e7fe0bbc91e (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
waleee-cl has quit [Quit: Connection closed for inactivity]
rb2k has joined #nixos
remby has joined #nixos
remby has quit [Client Quit]
zebrag has quit [Quit: Konversation terminated!]
<shapr> I've spent weeks off and on, it turns out I copied my config from elsewhere, and my pinned sources were referencing a nixpkgs mirror that is no longer updated!
<shapr> thanks to DigitalKiwi for finding the problem
endformationage has quit [Quit: WeeChat 2.9]
m0rphism has quit [Ping timeout: 240 seconds]
ryantrinkle has joined #nixos
thorn_ has joined #nixos
<thorn_> what would be using libplacebo? ive never heard of it and its failing to build for me
<thorn_> i think its fixed in unstable but im unsure how to override nixpkgs to change what branch a single package is from, i can do that with an overlay can i?
<notgne2> thorn_: you can, also the offending package could possibly be mpv
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/a67cfc0cdc1 (from 38 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<thorn_> whats the syntax for overriding the pkgset? ive ever done that before
<thorn_> ahh its probably mpv
<notgne2[m]> probably something like `nixpkgs.overlays = [(final: prev: { mpv = (import someOtherNixpkgs {}).mpv; })];`
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<kalbasit> Using nix flakes, how to import nixpkgs in an --expr? import <nixpkgs> seems to require the --impure flag
Orbstheorem has quit [Ping timeout: 264 seconds]
hspak has quit [Quit: Ping timeout (120 seconds)]
hspak has joined #nixos
<thorn_> you'd have to reference one of the flakes inputs, i have no idea how --expr works with flakes though sorry
Jd007 has quit [Quit: Jd007]
pinkieval has quit [Excess Flood]
pinkieval has joined #nixos
rb2k has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #108998 → Pinnwand → https://git.io/Jtem0
Jd007 has joined #nixos
Orbstheorem has joined #nixos
Jd007 has quit [Client Quit]
Rusty1 has quit [Quit: WeeChat 2.3]
thorn_ has quit [Quit: Lost terminal]
<{^_^}> [nixpkgs] @felixsinger opened pull request #108999 → openboardview: Init at 8.0 → https://git.io/JteYY
<{^_^}> [nixpkgs] @Atemu opened pull request #109000 → linux: make SECURITY_LOCKDOWN_LSM optional → https://git.io/JteYR
luxemboye has quit [Remote host closed the connection]
luxemboye has joined #nixos
sangoma has joined #nixos
donofrio has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cole-h merged pull request #108986 → psw: init at 0.1.2 → https://git.io/JLjP5
<{^_^}> [nixpkgs] @cole-h pushed commit from @Wulfsta to master « psw: init at 0.1.2 »: https://git.io/JteOt
ZaraChimera has joined #nixos
sss2 has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 21 commits to staging-next: https://git.io/JteO6
<{^_^}> [nixpkgs] @github-actions[bot] pushed 22 commits to staging: https://git.io/JteOi
palo1 has joined #nixos
palo has quit [Ping timeout: 264 seconds]
palo1 is now known as palo
ransom has joined #nixos
LilleCarl has joined #nixos
madalu has joined #nixos
<DigitalKiwi> NixOS-nixpkgs-18.09-beta-111044-ga67cfc0.tar.gz
<{^_^}> #83024 (by peti, 42 weeks ago, open): Why do we have the release tagging policy that we do?
<{^_^}> release-wiki#7 (by jonringer, 6 days ago, merged): Tag master after branch with new unstable branch name
<{^_^}> [nixpkgs] @FRidh merged pull request #108423 → Staging next → https://git.io/JLbJ4
<{^_^}> [nixpkgs] @FRidh pushed 283 commits to master: https://git.io/Jte3E
<qyliss> oh jonringer wen offline so I can't ++ him for that :(
<cole-h> You definitely can
<cole-h> jonringer++
<{^_^}> jonringer's karma got increased to 18
<cole-h> :D
muke has quit [Ping timeout: 240 seconds]
<qyliss> oh cool
<qyliss> although he won't know about it
<cole-h> You could always ,tell ;P
zakame has quit [Ping timeout: 264 seconds]
<qyliss> whoa we have that
<qyliss> I've wanted that so many times for you
zakame has joined #nixos
<etu> I think the requirement is that the person must have spoken when {^_^} is present for ++ to work :)
<etu> ,tell qyliss yep :)
<{^_^}> etu: I'll pass that on to qyliss
<qyliss> test
<{^_^}> qyliss: 5 seconds ago <etu> yep :)
<cole-h> etu: Beat me to it.
<qyliss> amazing
<qyliss> what happens if I
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<qyliss> ,tell cole-h cole-h++
<{^_^}> qyliss: I'll pass that on to cole-h
<cole-h> lol
<{^_^}> cole-h: 7 seconds ago <qyliss> cole-h++
<qyliss> aww
<cole-h> infinisil: >:(
<cole-h> too smart
<etu> IRC protocol doesn't recieve messages sent
<qyliss> ahh
<cole-h> (angery face because `,tell <me> <me> ++` didn't work, not cuz the bot didn't react to itself)
<etu> But it's interesting that the ,tell hijacked the ++ and that both didn't happen
<qyliss> yeah
<cole-h> Hm, I wonder if it did increment my karma but just didn't display
<cole-h> I'm at 117 I think.
<cole-h> cole-h++
<{^_^}> cole-h's karma got decreased to 116
<cole-h> Nope, didn't increase.
<cole-h> Oh well.
<DigitalKiwi> cole-h++
<{^_^}> cole-h's karma got increased to 117
<cole-h> qyliss: btw, ,tell won't be very useful for much longer -- I plan on setting up my rock64 with NixOS to use as a bouncer (amongst other things) since I have a 3-day weekend coming up.
<cole-h> (If I can get it set up in the time frame...)
<cole-h> (where are my x86 SBCs at)
<qyliss> nice!!
<cole-h> It is somewhat difficult without video out or working SSH access or a serial cable
saschagrunert has joined #nixos
ericsagnes has quit [Ping timeout: 272 seconds]
mallox has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #109002 → perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib → https://git.io/Jtesr
<elvishjerricco> Anybody have xmonad successfully running under plasma? How is that accomplished on NixOS?
<supersandro2000> cole-h: probably some strange error propagated through the tree. maybe checkout the PR and try to eval it or build fcitx5-qt
<{^_^}> [nixpkgs] @stigtsp merged pull request #109002 → perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib → https://git.io/Jtesr
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/Jtes9
<DigitalKiwi> elvishjerricco: i did but it's not working now
<elvishjerricco> DigitalKiwi: Any idea why?
dandart has quit [Ping timeout: 246 seconds]
<DigitalKiwi> idk i haven't git bisect yet :(
<cole-h> I did. For whatever reason, fcitx5-qt disappeared from the top-level packages, though the package itself exists
<cole-h> supersandro2000: ^
ericsagnes has joined #nixos
jonatanb has joined #nixos
Hail_Spacecake has quit [Remote host closed the connection]
Hail_Spacecake has joined #nixos
puffnfresh_ has quit [Quit: ZNC 1.8.0 - https://znc.in]
delan has quit [Quit: ZNC - http://znc.in]
dandart has joined #nixos
tom39291 has quit [Remote host closed the connection]
delan has joined #nixos
tom39291 has joined #nixos
puffnfresh_ has joined #nixos
Mirrexagon has quit [Ping timeout: 240 seconds]
m0rphism has joined #nixos
Mirrexagon has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #108981 → nixos/mpd: use credentials only if needed → https://git.io/JLjKA
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JteZe
<elvishjerricco> DigitalKiwi: Well regardless, how do you set it up?
<elvishjerricco> I'm happy to try to debug it
terahawk[m] has joined #nixos
lsix has joined #nixos
proofofkeags has quit [Ping timeout: 240 seconds]
m0rphism has quit [Ping timeout: 265 seconds]
<{^_^}> [nix-mode] @terlar opened pull request #123 → Add version to define-obsolete-function-alias for nix-prettify-mode → https://git.io/JteZR
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108753 → expenses: init at 0.2.1 → https://git.io/JLpvq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JteZi
<supersandro2000> cole-h: with the PR that changed the kernel? sounds logical to me 😂
<cole-h> supersandro2000: lol. Well, it's targeting / based on staging, which is where the problem resides.
<{^_^}> [nixpkgs] @holymonson opened pull request #109003 → darwin.iproute2mac: update to 1.3.0 → https://git.io/JteZD
<cole-h> But I don't know how that happened
cfricke has joined #nixos
kbla has joined #nixos
<supersandro2000> cole-h: there is no fcitx5-qt on staging
<cole-h> Yep, exactly
<cole-h> But the commit exists
<cole-h> Bad merge, maybe?
<cole-h> e42b4d312fb3 is the commit that introduces fcitx5-qt
<cole-h> but the line `fcitx5-qt =` is nowhere to be found
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtenO
<{^_^}> [nixpkgs] @fabaff opened pull request #109005 → python3Packages.pypykatz: init at 0.3.15 → https://git.io/Jtenl
<{^_^}> [nixpkgs] @saschagrunert closed pull request #96084 → nixos/kubernetes: replace docker shim with CRI-O → https://git.io/JUvj3
<cole-h> supersandro2000++
pjt_tmp has quit [Ping timeout: 256 seconds]
<{^_^}> supersandro2000's karma got increased to 22
<supersandro2000> git log -S fcitx5-qt pkgs/top-level/all-packages.nix
<{^_^}> [nixpkgs] @totten opened pull request #109006 → mysql80: 8.0.17 -> 8.0.22 → https://git.io/JtenV
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #108491 → wrapFish: add fish shell wrapper package → https://git.io/JLNfT
<{^_^}> [nixpkgs] @rnhmjoj pushed 5 commits to master: https://git.io/JtenK
meh` has quit [Ping timeout: 264 seconds]
<DigitalKiwi> elvishjerricco: pretty much as normal just my xmonad.hs has some doFloat/doIgnore for plasma things and i switch to the alternative menu because of a bug in plasma
kalbasit has quit [Ping timeout: 240 seconds]
<elvishjerricco> DigitalKiwi: So you just enable the nixos options for xmonad and plasma and nothing else? The haskell wiki says you need to set KDEWM or something
<DigitalKiwi> xmonad . docks $ ewmh $ kde4Config
teto has joined #nixos
<DigitalKiwi> i don't know about the KDEWM thing
<elvishjerricco> Alright, I'll give it a go
<{^_^}> [nixpkgs] @FRidh pushed to staging « libsForQt5.fcitx5-qt: add missing callPackage, fixes eval »: https://git.io/JtenF
respawn_ has joined #nixos
sgrunert has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 57 commits to staging-next: https://git.io/Jtecf
zupo has joined #nixos
<{^_^}> [nix-mode] @terlar closed pull request #123 → Add version to define-obsolete-function-alias for nix-prettify-mode → https://git.io/JteZR
<{^_^}> [nixpkgs] @FRidh opened pull request #109007 → Staging next → https://git.io/JtecU
<cole-h> supersandro2000: Edited your comment again. Once ofborg isn't as busy, that PR should properly eval
saschagrunert has quit [Ping timeout: 246 seconds]
zupo has quit [Client Quit]
jack[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109005 → python3Packages.pypykatz: init at 0.3.15 → https://git.io/Jtenl
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/Jteco
jonatanb has quit [Ping timeout: 272 seconds]
stree has quit [Quit: Caught exception]
stree has joined #nixos
cfricke has quit [Quit: WeeChat 3.0]
garbas_ has quit [Quit: WeeChat 2.9]
garbas has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed commit from @Pamplemousse to master « ocamlPackages.bap: Correct build dependencies »: https://git.io/JteCf
RaunoV has joined #nixos
<RaunoV> Hi
orivej has joined #nixos
<{^_^}> [nixpkgs] @vbgl closed pull request #108818 → ocamlPackages.bap: Correct build dependencies → https://git.io/JLpDx
srk has joined #nixos
<RaunoV> Any idea whats the reason why mapAttrsToList isnt availbel in nix repl ?
cfricke has joined #nixos
<cole-h> It's part of the Nixpkgs lib, so you need to either `:l <nixpkgs>` in an existing repl or `nix repl '<nixpkgs>'` and then use `lib.mapAttrsToList`
civodul has joined #nixos
fendor has joined #nixos
cole-h has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #108979 → doc: stdenv.lib -> lib → https://git.io/JLjoX
<{^_^}> [nixpkgs] @Profpatsch pushed to master « doc: stdenv.lib -> lib »: https://git.io/JteCQ
<RaunoV> thx cole
srk has quit [Remote host closed the connection]
srk has joined #nixos
madnat has quit [Quit: Idle for 30+ days]
badmutex[m] has quit [Quit: Idle for 30+ days]
blindidiotgod has quit [Quit: Idle for 30+ days]
m0rphism has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
zupo has quit [Client Quit]
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
respawn_ has quit [Quit: Leaving]
garbas has quit [Quit: WeeChat 2.9]
zupo has joined #nixos
meh` has joined #nixos
lambda-11235 has quit [Quit: Bye]
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #108937 → coqPackages: doc → https://git.io/JLjf3
<{^_^}> [nixpkgs] @vbgl pushed commit from @CohenCyril to master « coqPackages: doc (#108937) »: https://git.io/JtelR
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
kh3aa has joined #nixos
fufexan[m] has joined #nixos
kh3aa has left #nixos [#nixos]
ZaraChimera has quit [Quit: Connection closed]
<supersandro2000> cole-h: its not great that ofborg is that busy rn...
<{^_^}> [nixpkgs] @Profpatsch merged pull request #108978 → treewide: with stdenv.lib; in meta -> with lib; → https://git.io/JLjr5
<{^_^}> [nixpkgs] @Profpatsch pushed to master « treewide: with stdenv.lib; in meta -> with lib; »: https://git.io/Jte88
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @fabaff opened pull request #109010 → pythonPackages.minikerberos: 0.2.7 -> 0.2.8 → https://git.io/Jte8Q
<{^_^}> [nixpkgs] @Mic92 merged pull request #107895 → nixos/prometheus: add gce_sd_configs scrapeConfig option → https://git.io/JL9H2
<{^_^}> [nixpkgs] @Mic92 pushed 6 commits to master: https://git.io/Jte8N
thibm has joined #nixos
TonyTheLion has quit [Quit: Lost terminal]
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/Jte8p
sigmundv_ has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #108268 → r-modules: Updated definitions of CRAN and Bioc packages. → https://git.io/JL5pp
<{^_^}> [nixpkgs] @peti pushed 3 commits to master: https://git.io/Jte4L
<RaunoV> builints.split came in nix 2.0, was there something similar previously also?
BlackboardN has quit [Ping timeout: 248 seconds]
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
lsix has quit [Ping timeout: 264 seconds]
lsix has joined #nixos
respawn_ has joined #nixos
respawn_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti pushed 709 commits to haskell-updates: https://git.io/Jte4S
charukiewicz has quit [Quit: charukiewicz]
<{^_^}> [nixpkgs] @peti opened pull request #109011 → Update Haskell package set to Stackage Nightly 2021-01-11 (plus other fixes) → https://git.io/Jte49
GoGi has joined #nixos
respawn_ has joined #nixos
<GoGi> how is it handled in nixos that you need a binary compiler to build a compile from source?
<GoGi> is it possible to find out a minimal set of packages that are required in binary form to build a certain package?
<GoGi> and are, for example, "gcc 10 built by gcc 9" and "gcc 10 built by itself" considered to be different packages?
sangoma has joined #nixos
<{^_^}> [nixpkgs] @ehmry pushed to master « llvmPackages: select version by targetPlatform »: https://git.io/JteBr
<DigitalKiwi> if you build a package with gcc 10 it will be different than if it was built with gcc 9
<DigitalKiwi> and if it needs a binary compiler then you use that as the dependency in the buildinputs
<DigitalKiwi> i think the aarch64 build of ghc does/used to use it to bootstrap
<DigitalKiwi> if you want an example
thibm has quit [Ping timeout: 264 seconds]
thibm has joined #nixos
Mateon2 has joined #nixos
vidbina_ has joined #nixos
Graypup_ has quit [Quit: ZNC 1.6.1 - http://znc.in]
Mateon1 has quit [Ping timeout: 265 seconds]
Mateon2 is now known as Mateon1
Graypup_ has joined #nixos
kiren has joined #nixos
kiren has quit [Client Quit]
kirens has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4435 → Allow Flake inputs to accept boolean and integer attributes → https://git.io/JLxdF
<{^_^}> [nix] @edolstra pushed 4 commits to master: https://git.io/Jte0e
berberman_ has joined #nixos
berberman has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #108892 → botan2: add aarch64-linux to platforms → https://git.io/JLh6o
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/Jte0U
berberman_ has quit [Max SendQ exceeded]
kirens has quit [Client Quit]
berberman has joined #nixos
<avalenn> Why is azure-identity python package disabled with python3.8 ?
fuiltilt has quit [Quit: WeeChat 2.9]
thc202 has joined #nixos
lordcirth has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/41dddb12837 (from 15 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> [nixpkgs] @fabaff opened pull request #109012 → Pypck → https://git.io/JteEU
akaWolf has quit [Ping timeout: 256 seconds]
ericsagnes has quit [Ping timeout: 258 seconds]
totoroot[m] has joined #nixos
m4tsa_ has joined #nixos
__monty__ has joined #nixos
<supersandro2000> How do I get my locations in the nixos module unsorted?
<supersandro2000> Nginx cares about order but nix is like yeah whatever sorted
m4ts has quit [Ping timeout: 240 seconds]
<supersandro2000> Also the tree wide change of stdenv.lib was probably a very not well thought out idea
<supersandro2000> it causes so many merge conflicts
ericsagnes has joined #nixos
<qyliss> presumably easily fixable ones
<etu> Sometimes it's needed to pull such things off just to "get it done"
alexherbo2 has joined #nixos
<supersandro2000> If you fix 25 commits you are thinking if this was really necessary
<supersandro2000> wouldn't do that with a 100 commit PR.
<supersandro2000> I am wondering how many PRs got merge conflicts now because of that
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nix] @edolstra pushed to master « nix store prefetch-tarball -> nix flake prefetch »: https://git.io/Jteu2
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/Jteua
<bqv> Never gonna get anywhere if we have to maintain compatibility even with code that isn't merged yet...
<supersandro2000> the code still worked
<supersandro2000> its just merge conflicts are annoying if they are so basic
<supersandro2000> there is probably some git option to just apply the change anyway
cosimone has joined #nixos
Zoom[m] has joined #nixos
ManiacOfMadness has quit [Ping timeout: 246 seconds]
<Zoom[m]> Hello all. Is there a way to not redownload on every nix-prefetch-git? I'm trying to stay on top of a particular repository and NixOS keeps getting redownloading it twice for every update: first for prefetch and then on build.
<l-as> that doesn't make sense
<l-as> it's not supposed to fetch it twice AFAIK
MmeQuignon has joined #nixos
hiro98 has quit [Ping timeout: 264 seconds]
zupo has joined #nixos
respawn_ has quit [Quit: Leaving]
sangoma has joined #nixos
<Zoom[m]> I'm not sure it does on `nixos-rebuild build` (there's no progress showing for downloading git repo), but it's sure redownloads at every `nix-prefetch-git`.
<Zoom[m]> * I'm not sure it does on `nixos-rebuild build` (there's no progress showing for downloading git repo, just a long silent pause after "unpacking sources"), but it's sure redownloads at every `nix-prefetch-git`.
<Zoom[m]> * I'm not sure it does on `nixos-rebuild build` (there's no progress showing for downloading git repo, just a long silent pause after "unpacking sources"), but it sure redownloads at every `nix-prefetch-git`.
ericsagnes has quit [Ping timeout: 264 seconds]
wolfshappen has quit [Ping timeout: 256 seconds]
negaduck has quit [Ping timeout: 272 seconds]
wolfshappen has joined #nixos
M86ul[m]1 has joined #nixos
<{^_^}> [nixpkgs] @oxalica opened pull request #109013 → linuxPackages.isgx: init at 2.11 → https://git.io/Jtegi
<{^_^}> [nixpkgs] @edolstra merged pull request #78430 → nixos/stage-1: Do not allow missing kernel modules in initrd → https://git.io/Jvqfk
<{^_^}> [nixpkgs] @edolstra pushed 2 commits to master: https://git.io/JtegX
ericsagnes has joined #nixos
akaWolf has joined #nixos
lsix has quit [Ping timeout: 272 seconds]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/Jte2W
akaWolf has quit [Ping timeout: 240 seconds]
thibm has quit [Ping timeout: 272 seconds]
thibm has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 36 commits to staging-next: https://git.io/Jteab
acarrico has quit [Ping timeout: 246 seconds]
<{^_^}> [nixos-search] @garbas pushed 2 commits to faceted-search: https://git.io/JteaA
<{^_^}> [nixpkgs] @jtojnar pushed 37 commits to staging: https://git.io/Jteah
lsix has joined #nixos
hiro98 has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixos-search] @garbas pushed to faceted-search « fix click on links »: https://git.io/JteVi
<{^_^}> [nixpkgs] @ivankovnatsky opened pull request #109015 → aws-iam-authenticator: 0.4.0 -> 0.5.2 → https://git.io/JteVS
vegan_power[m] has left #nixos ["User left"]
__monty__ has quit [Ping timeout: 264 seconds]
__monty__ has joined #nixos
enblanco[m] has joined #nixos
<{^_^}> [nixos-status] @garbas merged pull request #8 → status.nixos.org/prometheus -> monitoring.nixos.org/prometheus → https://git.io/JLxsf
<{^_^}> [nixos-status] @garbas pushed to main « status.nixos.org/prometheus -> monitoring.nixos.org/prometheus (#8) »: https://git.io/JtewT
<{^_^}> [nixos-status] @garbas pushed 0 commits to switch-to-new-prometeus-url: https://git.io/Jtewk
chiefgoat has quit [Ping timeout: 240 seconds]
lsix has quit [Ping timeout: 272 seconds]
chiefgoat has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #109016 → vscode-extensions.alexdima.copy-relative-path: init at 0.0.2 → https://git.io/JtewG
<{^_^}> [nixpkgs] @sternenseemann opened pull request #109017 → ocamlPackages: stdenv.lib → lib → https://git.io/Jtewz
xelxebar_ has joined #nixos
lsix has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #109018 → exodus: 20.12.4 -> 21.1.7 → https://git.io/JtewH
jonringer has joined #nixos
<{^_^}> [nixpkgs] @manojkarthick opened pull request #109019 → reddsaver: init at 0.2.2 → https://git.io/Jtewd
cosimone has quit [Quit: cosimone]
akaWolf has joined #nixos
respawn_ has quit [Quit: Leaving]
thibm has quit [Ping timeout: 246 seconds]
thibm has joined #nixos
joesventek has quit [Quit: Quit]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
dstzd has quit [Quit: ZNC - https://znc.in]
joesventek has joined #nixos
dstzd has joined #nixos
<Izorkin> How to fix this error? - https://github.com/NixOS/nixpkgs/issues/108228
<{^_^}> #108228 (by Izorkin, 1 week ago, open): libcap 2.44: error working capabilites
nikivi has joined #nixos
cfricke has quit [Quit: WeeChat 3.0]
aswanson has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #108450 → haskell: Inline static overlay → https://git.io/JLb8W
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JteoJ
lgcl has joined #nixos
lgcl has quit [Remote host closed the connection]
<Zoom[m]> Also, does anyone use ccache with the kernel?
lgcl has joined #nixos
lgcl has quit [Read error: Connection reset by peer]
lgcl has joined #nixos
lgcl has quit [Remote host closed the connection]
mikroskeem has joined #nixos
ManiacOfMadness has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
clime has joined #nixos
Volk has joined #nixos
Slayer has joined #nixos
RaunoV has left #nixos [#nixos]
rauno has joined #nixos
clime has quit [Ping timeout: 272 seconds]
rauno is now known as raunov
raunov is now known as rauno
<Slayer> Hi Everyone! I am looking to make a switch to NixOS from Manjaro. I went through the documents and guides available and I think I understand enough to get my hands dirty. Is there any suggested repo where most of the basic stuff is already present and configured in nix files and can be used for doing a new install.
<mikroskeem> depends on what you're looking for
<mikroskeem> i bet there are plenty of repositories around with people
<Slayer> I tried the liveCD and looks like even some basic stuffs like bluetooth etc are not present. It would be easier to start from a manjaro-like configured nix files.
<mikroskeem> ...people's configurations
<Slayer> and then I can strip down or add as I require.
<Izorkin> Slayer: https://git.elven.pw/Rebrain/basic-nixos - my -example
<mikroskeem> your best option is usually to use nixos search
<Slayer> Is there any "awesome-" page for such repos? I found https://github.com/nix-community/awesome-nix but it doesn't list such repos.
dstzd has quit [Quit: ZNC - https://znc.in]
joesventek has quit [Quit: Quit]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
<mikroskeem> 3y old post but maaaybe you'll be able to find something under it
dstzd has joined #nixos
<Slayer> Thanks
nikivi has joined #nixos
joesventek has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy pushed to master « uboot: fix rpi kernel size patch for 2020.10 »: https://git.io/JteKp
hyiltiz has quit [Remote host closed the connection]
zebrag has joined #nixos
hyiltiz has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @domenkozar pushed to release-20.09 « servant-auth-client: fix build on darwin »: https://git.io/Jte6z
briar_blank has left #nixos [#nixos]
gustavderdrache has joined #nixos
maddo has joined #nixos
mmmattyx has joined #nixos
<maddo> hello, I had a question about nixos installation. So basically I want to use btrfs, which for a while had an option to make it use alternative hashes through mkfs.btrfs --csum
<maddo> I tried xxhash (the fastest) but it just won't boot on nixos (latest kernel, 20.09 minimal new-kernel iso)
<maddo> same procedure with default crc32 just works
<maddo> the error is open_ctree failed
lordcirth has joined #nixos
<{^_^}> [nixpkgs] @veprbl pushed to staging « all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme »: https://git.io/Jte6X
thibm has quit [Ping timeout: 256 seconds]
ticklemynausea[m has joined #nixos
thibm has joined #nixos
ticklemynausea[m has left #nixos [#nixos]
spudly1 has quit [Ping timeout: 240 seconds]
attila_lendvai has quit [Ping timeout: 264 seconds]
<mikroskeem> xxhash support appeared in btrfs 5.5
<mikroskeem> i think_
<{^_^}> [nixpkgs] @thiagokokada opened pull request #109020 → rambox: migrate to use AppImage → https://git.io/JteiJ
<{^_^}> [nixpkgs] @petabyteboy merged pull request #108274 → mindustry: build Arc from source → https://git.io/JLdex
<{^_^}> [nixpkgs] @petabyteboy pushed to master « mindustry: build Arc from source (#108274) »: https://git.io/JteiT
<mikroskeem> and nixos sits on LTS kernel by default
<mikroskeem> which is 5.4.88 currently
<mikroskeem> (according to kernel.org - nixos may lag behind a bit)
<{^_^}> [nixpkgs] @romildo opened pull request #109021 → marwaita-ubuntu: 1.5 -> 1.7 → https://git.io/JteiO
<mikroskeem> > Linux ≥ 5.5 and btrfs-progs ≥ 5.4 finally bring support for checksum algorithms that are stronger than CRC32C. xxHash, SHA256, and BLAKE2 are supported with kernel+btrfs-progs newer than these.
<{^_^}> error: syntax error, unexpected $undefined, expecting ')', at (string):460:7
<mikroskeem> hm, bot evaluates nix expressions when message is prefixed with `>`?
<mikroskeem> but yeah you should try using newer kernel, maddo
<maddo> mikroskeem: I've been using linuxLatest both during the install (again, new-kernel iso) and afterwards
<maddo> I think it's 5.9.something
<maddo> btrfs-progs is version 5.7 in 20.09 I believe
gxt has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @sikmir opened pull request #109022 → buku: enable on darwin → https://git.io/JteiP
<viric> maddo: do you mean the iso kernel cannot mount your btrfs?
<{^_^}> [nixpkgs] @romildo opened pull request #109023 → marwaita-peppermint: 0.5 -> 0.6 → https://git.io/JteiX
gxt has joined #nixos
<maddo> no problems mounting during the install
<viric> maddo: did you choose the latest linux kernel in your configuration.nix?
acarrico has joined #nixos
<maddo> however after reboot in the installed system, despite latest kernel, it still throws out the open_ctree failed error
<viric> maddo: ah if it's the rootfs, then you need to tell nixos to include the xxhash module to initrd
<maddo> that I did not do :)
<viric> It won't be pulled in automatically as it is not compulsory
<viric> likely the btrfs nixos module pulls in crc32c explicitly to initrd
Kozova1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #108787 → ramboxpro: Migrate to using an AppImage → https://git.io/JLpR4
<maddo> good to know, another thing, is hashedPassword secure? I saw a discussion about using bcrypt instead of mkpasswd
<{^_^}> [nixpkgs] @romildo opened pull request #109024 → marwaita-pop_os: 0.9 -> 1.1 → https://git.io/Jteix
meh` has quit [Ping timeout: 246 seconds]
piezoid has joined #nixos
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109019 → reddsaver: init at 0.2.2 → https://git.io/Jtewd
<maddo> viric: you were indeed correct
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtePf
<maddo> boot.initrd.kernelModules = mkIf inInitrd [ "btrfs" "crc32c" ];
<{^_^}> [nixpkgs] @Atemu opened pull request #109025 → uutils: 2019-05-03 -> 0.0.2 → https://git.io/JtePU
<maddo> this is from btrfs.nix
mkaito has joined #nixos
turlando has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #109026 → monero: 0.1.17.8 -> 0.1.17.9 → https://git.io/JtePq
turlando has joined #nixos
<leo60228> so
<leo60228> i tried to update mastodon to the latest commit on https://github.com/NixOS/nixpkgs/pull/78810
<{^_^}> #78810 (by happy-river, 49 weeks ago, open): Add Mastodon package and module
<leo60228> and i'm getting a nonsensical build error that doesn't happen in nix-shell (even --pure)
<leo60228> is there maybe some way to build a package and get a shell after it fails?
proofofkeags has joined #nixos
<thibm> leo60228: yes, there's breakpointHook
<thibm> and probably other ways
<leo60228> that's a nice trick to know
<mikroskeem> wow TIL
Darkmatter66 has joined #nixos
hyiltiz has quit [Quit: No Ping reply in 180 seconds.]
fendor_ has joined #nixos
hmi has quit [Ping timeout: 260 seconds]
ManiacOfMadness has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/187af93c197 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3b66048a4ed (from 45 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
fendor has quit [Ping timeout: 260 seconds]
hiro98 has quit [Ping timeout: 246 seconds]
HeN has quit [Quit: Connection closed for inactivity]
hmi has joined #nixos
zupo_ has joined #nixos
<betawaffle> if i set nix.binaryCaches and nix.binaryCachePublicKeys, do i need to include cache.nixos.org, or will it continue to be included automatically?
hiro98 has joined #nixos
zupo has quit [Ping timeout: 264 seconds]
<Taneb> betawaffle: it will not be included automatically
<betawaffle> thanks Taneb++
<{^_^}> Taneb's karma got increased to 18
<leo60228> just retrying the build in cntr works
<leo60228> asdfhjaslkh
ATuin has joined #nixos
philr has quit [Ping timeout: 256 seconds]
nicoo has quit [Ping timeout: 240 seconds]
hyiltiz has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<yagoham> Hey nixers, I am trying lorri on a Rust project. For my rust-analyzer based IDE plugin to work, I need rust together with rust-src (and maybe rust-analysis also). It seems this is achieved globally with the mozilla overlay, as showed in the snippet at the bottom of https://nixos.wiki/wiki/Rust. However I am unable to have the same thing working in my flake. I tried to dumbly copy/paste the snippet in flake.
<yagoham> nix, but it complains that there is no `latest` attribute in nixpkgs. Any idea? Thanks!
hyiltiz has quit [Excess Flood]
ManiacOfMadness has joined #nixos
hyiltiz has joined #nixos
hyiltiz has joined #nixos
hyiltiz has quit [Changing host]
waleee-cl has joined #nixos
thibm has quit [Ping timeout: 246 seconds]
thibm has joined #nixos
hnOsmium0001 has joined #nixos
<{^_^}> [nixpkgs] @iblech reopened pull request #86912 → fish-fillets-ng: install desktop file → https://git.io/JfG13
est31 has quit [Remote host closed the connection]
est31 has joined #nixos
<neonfuz2> Is there a recommended setup for setting default applications
<neonfuz2> like with xdg-utils
<neonfuz2> I feel like this should be in the wiki somewhere
<{^_^}> #108995 (by neonfuz, 14 hours ago, open): discord: clicking links does not open them in browser
theduke has quit [Quit: Idle for 30+ days]
lostnet[m] has quit [Quit: Idle for 30+ days]
<neonfuz2> I'm trying to figure out why my discord doesn't open links, my friend (also nixos) doesn't either
<neonfuz2> I don't know if my setup is "proper" though because there's no documentation on how to set up default apps on nixos afaik
hyiltiz has joined #nixos
hyiltiz has joined #nixos
hiro98 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @grahamc opened pull request #109027 → amazonImage: Upload disks as GP3 for cheaper & faster IO → https://git.io/JteDt
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JteDG
ransom has joined #nixos
oida has quit [Ping timeout: 240 seconds]
knupfer1 has joined #nixos
<leo60228> so
<leo60228> i *think* the issue is that the build sandbox is missing /bin/sh
<leo60228> ...that isn't normal, right?
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to release-20.09: https://git.io/JteD8
<{^_^}> [nixpkgs] @grahamc opened pull request #109028 → amazonImage: Upload disks as GP3 for cheaper & faster IO → https://git.io/JteD4
<noonien> ,logs
hyiltiz has quit [Client Quit]
<leo60228> oh nice
<leo60228> it's a mistake in my configuration that i fixed literally a month ago on my other systems but forgot to `git pull` on this one
knupfer1 is now known as knupfer
oida has joined #nixos
nicoo has joined #nixos
nicoo has quit [Remote host closed the connection]
respawn_ has quit [Remote host closed the connection]
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #109026 → monero: 0.1.17.8 -> 0.1.17.9 → https://git.io/JtePq
<{^_^}> [nixpkgs] @prusnak pushed 3 commits to master: https://git.io/JteDD
<rauno> When refactoring nixops deployment script, what would be the best way to check if both build outputs are same (without copying closure and activating it) ?
nicoo has joined #nixos
<lordcirth> rauno, if it builds the same hash of root .drv, it is the same
<lordcirth> IIRC it prints that hash when building
nhs has quit [Read error: Connection reset by peer]
mallox has quit [Ping timeout: 260 seconds]
ransom_ has joined #nixos
zebrag has joined #nixos
ransom has quit [Ping timeout: 272 seconds]
turion has joined #nixos
sarcasticadmin has joined #nixos
<turion> How can I make an option of function type?
<turion> Given that I know how to merge them
sangoma has quit [Ping timeout: 256 seconds]
<viric> maddo: good too know that it worked!
<turion> Long story: The nextcloud service has a PHP package, and for PHP one can set extensions with a { enabled, all }: ... function that selects the PHP extensions. I want to make that configurable.
<turion> But there seems to be no appropriate type in types.nix for something like this
<thibm> turion: there's a way, ait 2 minutes
erasmas has joined #nixos
ryzokuken_ is now known as ryzokuken
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108974 → mediaelch: 2.8.2 -> 2.8.4 → https://git.io/JLjV3
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jtey1
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108972 → python3Packages.mulpyplexer: init at 0.08 → https://git.io/JLj2C
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteyM
Siyo has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108976 → portfolio: 0.49.3 -> 0.50.0 → https://git.io/JLjrZ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteyD
<thibm> turion: you can create the type, e.g.: mkOptionType { name = "function"; description = "function"; check = isFunction; merge = mergeOneOption; }
<turion> Hah ok thanks :)
<thibm> there's no types.function in nixpkgs, but some in home-manager (in modules/lib/types.nix)
<{^_^}> [nixpkgs] @Atemu opened pull request #109029 → zfs: use meta.broken instead of throw when incompatible with kernel → https://git.io/JteyH
hyiltiz has joined #nixos
hyiltiz has quit [Changing host]
hyiltiz has joined #nixos
Siyo has joined #nixos
<thibm> turion: there are instance of mkOptionType for function in nixpkgs though (e.g. nixos/modules/services/web-servers/uwsgi.nix)
growpotkin has joined #nixos
<turion> I guess it makes sense that functions aren't an option type because they only make sense if the target type of the function is an option type as well
<turion> thibm++
<{^_^}> thibm's karma got increased to 13
<thibm> turion: hm, apprently submodule types accept functions.
DanC has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in]
<thibm> at least by its check attribute.
Hello71 has joined #nixos
<Hello71> what does "We don't even use /usr/bin/env, because then we lose the cool stateless property of Nix." mean in https://nixos.org/guides/nix-pills/working-derivation.html?
DanC has joined #nixos
<thibm> Hello71: /usr/bin/env must be avoided as much as possible because it is stateful: it will "dynamically" find an executable
<Hello71> based on the PATH though
<thibm> yes
<turion> The PATH depends a lot on the context, but a store path is as good as static
<{^_^}> [nixpkgs] @xaverdh opened pull request #109030 → nixos/modules-closure.sh: don't fail if firmware is missing → https://git.io/JteS8
rb2k has joined #nixos
oxalica has quit [Quit: oxalica]
<thibm> Hello71: I think this specific paragraph in this pill explains why Nix derivation has builder + args attributes
<Hello71> '/usr/bin/env must be avoided as much as possible because it is stateful: it will "dynamically" find an executable' that's just rewording the sentence though
oxalica has joined #nixos
veleiro has joined #nixos
<Hello71> i didn't read chapters 8 through 19 yet, but https://nixos.org/guides/nix-pills/basic-dependencies-and-hooks.html says that PATH is in fact used?
kalbasit has joined #nixos
<thibm> Hello71: yes so I added some context afterwards
kalbasit_ has joined #nixos
<Hello71> um
<Hello71> perhaps chapters 8 through 19 will explain this concept better
viq|w has quit [Ping timeout: 246 seconds]
<thibm> Hello71: that's about my second phrase: the specific phrase you gave at the beginning is really about the derivation's builder
<thibm> the PATH in https://nixos.org/guides/nix-pills/basic-dependencies-and-hooks.html is about the derivation's dependencies (except the builder)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109024 → marwaita-pop_os: 0.9 -> 1.1 → https://git.io/Jteix
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteSQ
viq|w has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109023 → marwaita-peppermint: 0.5 -> 0.6 → https://git.io/JteiX
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteS7
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109022 → buku: enable on darwin → https://git.io/JteiP
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteSd
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109021 → marwaita-ubuntu: 1.5 -> 1.7 → https://git.io/JteiO
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteSF
<thibm> you can forget about my first answer, the rewording. I did not checked the context of the sentence (sorry)
<Hello71> i think i should read those chapters and then maybe come back
<Hello71> thanks
heyitsrama has joined #nixos
heyitsrama has quit [Remote host closed the connection]
<thibm> sure. But don't worry if you don't understand everything ;). Pills sometimes explain very specific points (like this one) which may be really not important for most people
<thibm> IMHO
oxalica has quit [Quit: oxalica]
heyitsrama has joined #nixos
heyitsrama has quit [Remote host closed the connection]
oxalica has joined #nixos
heyitsrama has joined #nixos
kalbasit_ has quit [Ping timeout: 256 seconds]
devalot has joined #nixos
<Hello71> i am considering making a distro similar to nix. but first i want to understand (roughly) how nix does things. then maybe i will read the guix documentation, but i think it has inferior technical/internals documentation than nix
ransom has joined #nixos
respawn_ has quit [Quit: Leaving]
<thibm> OK, sure in that case you may want to understand such design decisions
ransom_ has quit [Ping timeout: 256 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hyiltiz has quit [Quit: No Ping reply in 180 seconds.]
<thibm> Be aware than Nix is not a "distro" though
<Hello71> yes
hyiltiz has joined #nixos
xelxebar_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @leo60228 opened pull request #109032 → [20.09] gist: 5.1.0 -> 6.0.0 → https://git.io/Jte9C
xelxebar has joined #nixos
<noonien> hello folks
<noonien> do I have access to lib insite flake.nix?
<andi-> depends on which part of that file
<andi-> and only if you somehow have nixpkgs as input
<noonien> well, before inputs
<andi-> no, you can't "compute" stuff outside of outputs
<noonien> oof :(
<andi-> IIRC not even "a" + "b" works
<{^_^}> [cabal2nix] @rnhmjoj opened pull request #477 → Use lib instead of stdenv.lib → https://git.io/Jte9S
<noonien> argh, that's kind of annoying
<noonien> i've got a lot of repetition in my flake: http://ix.io/2LFl
<noonien> but i'm sure i can work around that somehow, probably by filtering on inputs in the actual output derivation
Darkmatter66 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @turion opened pull request #109035 → Dev nextcloud php → https://git.io/JteHk
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #101849 → nixos/searx: declarative configuration → https://git.io/JTiHS
<{^_^}> [nixpkgs] @rnhmjoj pushed 8 commits to master: https://git.io/JteHt
<{^_^}> [nixops-aws] @talyz opened pull request #125 → Fix type error in ec2.nix and overly strict typing in route53_recordset.nix → https://git.io/JteHV
<shapr> silly question, has anyone gotten Outer Wilds working on NixOS?
rb2k has quit [Ping timeout: 260 seconds]
mmmattyx has quit [Quit: Connection closed for inactivity]
costrouc has quit [Quit: costrouc]
endformationage has joined #nixos
<{^_^}> [nixpkgs] @InternetUnexplorer closed pull request #108987 → nixos/plasma5: add kwinPackage option and kwin-lowlatency package → https://git.io/JLjM0
<mikroskeem> costs 20.99 eur, probably not many have it in their steam library
veleiro has quit [Read error: Connection reset by peer]
<shapr> mikroskeem: yeah, I was hoping... I've had success with other windows-only games via Proton
<{^_^}> [nixpkgs] @grahamc merged pull request #104740 → ec2-amis: 2020-11-23 update → https://git.io/JkP1D
<{^_^}> [nixpkgs] @grahamc pushed commit from @AmineChikhaoui to master « ec2-amis: 2020-11-23 update (#104740) »: https://git.io/JteQI
rb2k has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #105998 → fetchgit: add lfs support → https://git.io/JIZxr
<{^_^}> [nixpkgs] @jonringer pushed to master « fetchgit: add lfs support »: https://git.io/JteQ0
<{^_^}> [nixpkgs] @thiagokokada closed pull request #107676 → nixos/libinput: Make every option optional → https://git.io/JLMMQ
veleiro has joined #nixos
M86ul[m]2 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108774 → google-cloud-sdk: 321.0.0 -> 322.0.0 → https://git.io/JLpWK
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JteQE
<{^_^}> [nixpkgs] @ryneeverett opened pull request #109036 → freetube: init at 0.10.0 → https://git.io/JteQu
maddo has quit [Read error: Connection reset by peer]
maddo has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #108923 → python3Packages.tensorflow_2: 2.3.2 -> 2.4.0 → https://git.io/JLhxb
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JteQi
<neonfuz2> in general, is there a preference for source building over packaging a binary in nixos?
<viric> yes
<neonfuz2> okay, I just see a new package PR that's wrapping an appimage, thinking about rewriting it as a source build
veleiro has quit [Ping timeout: 272 seconds]
<viric> nix has its own binary package distribution (with build farm infrastructure dedicated) and source packages are easier to write and modify
<mikroskeem> if possible, always prefer building from source yeah
<viric> I don't know what an appimage is
<DigitalKiwi> gl;hf usually when people make those it's for a reason lol
<DigitalKiwi> see also; electron apps
HeN has joined #nixos
* shapr hugs DigitalKiwi
<DigitalKiwi> hi shapr
Siyo has quit [Ping timeout: 265 seconds]
<shapr> hi!
moet has joined #nixos
<moet> i'm having an odd problem.. i have two users, uid=1000 and uid=1006 .. for some reason when i do `nix-shell -p hello` on uid=1006 it works but also prints out the error "bash: /run/user/1000/env-vars: Permission denied"
fendor_ is now known as fendor
<moet> i'm su'd in to uid=1006 from uid=1000, so it might have to do with that perhaps
Siyo has joined #nixos
<moet> whatever is causing this causes some other problems (around bash scripts; though i'm still tracking them down..)
hyiltiz has quit [Quit: No Ping reply in 180 seconds.]
hyiltiz has joined #nixos
hyiltiz has joined #nixos
hyiltiz has quit [Changing host]
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #108982 → home-assistant: 2021.1.0 -> 2021.1.1 → https://git.io/JLjKh
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/Jte7c
Darkmatter66 has quit [Client Quit]
<moet> ok, i've resolved the problem by using `sudo -i -u username` instead of `su username` ..
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108724 → python3Packages.subarulink: init at 0.3.11 → https://git.io/JLxie
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/Jte7V
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jte7X
cfinch has quit [Read error: Connection reset by peer]
zupo has joined #nixos
cfinch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #107772 → kak-fzf: 2020-05-24 -> 2020-07-26 → https://git.io/JLyB6
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/Jte75
maddo has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @zeripath opened pull request #109037 → gitea: add sqlite_unlock_notify build tag → https://git.io/Jte5U
aswanson has quit [Ping timeout: 240 seconds]
kalbasit_ has joined #nixos
<noonien> how would i go about transforming { a = 1; b = 2; c = 3; } into { a.f = 1; b.f =2; c.f =3 };?
moet has quit [Quit: leaving]
<noonien> lib.attrsets.mapAttrs' doesn't do it, since i can't pass a path as a name
<clever> noonien: typing...
<clever> > :p builtins.listToAttrs (lib.attrValues (lib.mapAttrs' (k: v: { name = k; value = { name = k; value = { f=v; }; }; }) { a = 1; b = 2; c = 3; }))
<{^_^}> { a = { f = 1; }; b = { f = 2; }; c = { f = 3; }; }
<{^_^}> [nixpkgs] @0x4A6F opened pull request #109038 → coturn: 4.5.1.3 -> 4.5.2 → https://git.io/Jte5R
<clever> noonien: the value of each k/v pair, is now { name = "a"; value = { f = 1; } }
<clever> and then i extract just those values, and listToAttrs them
<noonien> aaah, that makes sense!
<clever> bit messy, but it works
<noonien> can't i just do mapAttrs then?
<lukegb> yeah
<lukegb> > lib.mapAttrs (k: v: { f = v; }) ({ a = 1; b = 2; c = 3; })
<{^_^}> { a = <CODE>; b = <CODE>; c = <CODE>; }
teto has quit [Ping timeout: 260 seconds]
<clever> yeah, that should work too
<noonien> awesome, i hadn't thought of just putting it in the value, thanks!
dtz has joined #nixos
mallox has joined #nixos
attila_lendvai has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ikwildrpepper> aszlig: any chance you could make a new release of hetzner python lib with this PR: https://github.com/aszlig/hetzner/pull/39 ?
<{^_^}> aszlig/hetzner#39 (by rbvermaa, 30 seconds ago, open): Remove fields that are not part of API anymore.
ky0ko has joined #nixos
<aszlig> ikwildrpepper: sure
maddo has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108925 → pythonPackages.*: Disable tests, nasc: Fix compilation with gcc10 → https://git.io/JLhhi
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 24 commits to master: https://git.io/Jte5h
respawn_ has joined #nixos
thibm has quit [Ping timeout: 260 seconds]
<ikwildrpepper> aszlig: thnx :)
davidv7 has quit [Ping timeout: 240 seconds]
davidv7_ has joined #nixos
thibm has joined #nixos
lsix has quit [Ping timeout: 272 seconds]
lsix has joined #nixos
vidbina_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @esotericnonsense opened pull request #109039 → wasmer: Add cargo hash for Python 3.6 support → https://git.io/JtedC
<aszlig> ikwildrpepper: done
<aszlig> thanks
<abathur> anyone know why something built with buildPythonApplication would leak its PYTHONPATH into build environments that use it as a buildInput? my understanding was that this is the opposite of the point, so I may just be holding it wrong
hyiltiz has quit [Quit: hyiltiz]
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @FRidh pushed to master « persistenced: fix eval »: https://git.io/Jtedr
<jared-w> aw yiss
<jared-w> every day I get closer to just ripping out all of the nvidia shit in my configs
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « persistenced: fix eval »: https://git.io/JtedP
hyiltiz has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 73 commits to staging-next: https://git.io/JtedM
<{^_^}> [nixpkgs] @github-actions[bot] pushed 75 commits to staging: https://git.io/JtedD
<{^_^}> [nixpkgs] @mweinelt opened pull request #109040 → coturn: 4.5.1.3 -> 4.5.2 → https://git.io/JtedS
<{^_^}> [nixpkgs] @mweinelt closed pull request #109040 → coturn: 4.5.1.3 -> 4.5.2 → https://git.io/JtedS
SilentStalker[m] has joined #nixos
<noonien> do you guys use nixpkgs-fmt? it seems to format my code in a weird way, here's an example: http://ix.io/2LFZ
<gchristensen> I do, and sometimes it does weird stuff for me too
<noonien> @registry it inserts a newline after the function parameters
<gchristensen> definitely open issues for weirdness: https://github.com/nix-community/nixpkgs-fmt/issues
<noonien> and @ system.extraSystemBuilder seems to unindent the line after +
<noonien> will, do!
sgrunert has quit [Remote host closed the connection]
teto has joined #nixos
<{^_^}> [nixpkgs] @tfmoraes opened pull request #109041 → pcl: removed the broken labelling → https://git.io/JteFk
<Vanilla[m]> Is there an easy way to use a version of `nix` from master?
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JteFt
eacameron has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « efivar: don't use lto at all »: https://git.io/JteFO
<{^_^}> [nixpkgs] @FRidh pushed to staging « efivar: don't use lto at all »: https://git.io/JteF3
zupo has joined #nixos
<{^_^}> [nixpkgs] @Atemu opened pull request #109042 → tests/installer: give installer VM more cores → https://git.io/JteFz
<{^_^}> [nixpkgs] @grahamc merged pull request #109027 → amazonImage: Upload disks as GP3 for cheaper & faster IO → https://git.io/JteDt
<{^_^}> [nixpkgs] @grahamc pushed to master « amazonImage: Upload disks as GP3 for cheaper & faster IO (#109027) »: https://git.io/JteFw
templis[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @grahamc pushed to release-20.09 « amazonImage: Upload disks as GP3 for cheaper & faster IO (#109028) »: https://git.io/JteFK
<{^_^}> [nixpkgs] @grahamc merged pull request #109028 → [20.09] amazonImage: Upload disks as GP3 for cheaper & faster IO → https://git.io/JteD4
bennofs has quit [Remote host closed the connection]
bennofs has joined #nixos
tokudan has quit [Remote host closed the connection]
lsix has quit [Ping timeout: 272 seconds]
<bennofs> is there a way to apply packageOverrides to all python versions?
zupo has quit [Client Quit]
Hello71 has left #nixos [#nixos]
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « kora-icon-theme: fix eval »: https://git.io/JteFS
tokudan has joined #nixos
sangoma has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to staging-next: https://git.io/JteFp
cole-h has joined #nixos
Lord_of_Life_ has joined #nixos
MmeQuignon has quit [Ping timeout: 264 seconds]
kalbasit_ has quit [Ping timeout: 272 seconds]
Lord_of_Life has quit [Ping timeout: 264 seconds]
Lord_of_Life_ is now known as Lord_of_Life
ericsagnes has quit [Ping timeout: 272 seconds]
berberman_ has joined #nixos
berberman has quit [Ping timeout: 260 seconds]
_deepfire has quit [Remote host closed the connection]
<Mic92> Izorkin: how so?
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/12a0ab5ea82 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<Mic92> Izorkin: I only see variables renamed there.
dandart has quit [Ping timeout: 240 seconds]
<Izorkin> Mic92: I do not know. I'll check the commit now. With 2.40 working, with 2.41 - error
dandart has joined #nixos
<cole-h> supersandro2000: You should probably check if a PR is merged / closed before submitting your semi-automatic nixpkgs-review stuff :P
dandart1 has joined #nixos
lsix has joined #nixos
dandart has quit [Ping timeout: 240 seconds]
dandart1 is now known as dandart
knupfer has quit [Remote host closed the connection]
ericsagnes has joined #nixos
D_ has quit [Quit: No Ping reply in 180 seconds.]
gentauro has quit [Quit: leaving]
D_ has joined #nixos
gentauro has joined #nixos
<l-as> what is one supposed to do if the name of a network interface changes
nixuser_ has joined #nixos
hiro98 has joined #nixos
<l-as> enp7s0 became enp8s0, and I can't rebuild because I can't connect to the internet since DHCP isn't enabled
<cole-h> You can use `--no-net`
<l-as> where
<l-as> ah
<cole-h> When you're nixos-renuilding
<cole-h> rebuilding*
<l-as> it says it's an unrecognized flag...
<l-as> I did `nixos-rebuild switch --no-net`
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #92708 → freeimage: Unbundle dependencies, fix aarch64 support, and other fixes → https://git.io/JJqlg
<{^_^}> [nixpkgs] @Ericson2314 pushed 5 commits to staging: https://git.io/JteNf
vidbina_ has joined #nixos
<cole-h> Then you'll have to manually set up a DHCP route, I guess.
<{^_^}> #103406 (by peterhoeg, 8 weeks ago, merged): vista-fonts: new sha256
<neonfuz2> this should have been backported but wasn't
<neonfuz2> should I open a new issue to backport it?
<cole-h> Guh, I hate packages like that.
<cole-h> Why can't you just upload a new URL if you're gonna change the contents?!
puffnfresh has quit [Ping timeout: 265 seconds]
puffnfresh has joined #nixos
<abathur> repeat: anyone know why something built with buildPythonApplication would leak its propagatedBuildInputs/PYTHONPATH into build environments that use it as a buildInput? my understanding was that this is the opposite of the point
<{^_^}> [nixpkgs] @0x4A6F opened pull request #109043 → [20.09] coturn: 4.5.1.3 -> 4.5.2 → https://git.io/JteNK
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to release-20.09: https://git.io/JteNX
zupo has joined #nixos
<cole-h> neonfuz2: Yeah, go ahead and open an issue. Even better, open a PR and ping me.
<neonfuz2> okay making a backport PR according to contributing.md rn
<cole-h> neonfuz2++
<{^_^}> neonfuz2's karma got increased to 1
<neonfuz2> thanks
<cole-h> Thank you!
<{^_^}> [nixpkgs] @zowoq opened pull request #109044 → skopeo: 1.2.0 -> 1.2.1 → https://git.io/JteAe
<{^_^}> [nixpkgs] @zowoq opened pull request #109045 → gdu: 2.1.0 -> 2.2.0 → https://git.io/JteAv
<{^_^}> [nixpkgs] @oxalica opened pull request #109046 → nixos-rebuild: add option `--use-remote-sudo-activate` → https://git.io/JteAf
jess has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jess has quit [Client Quit]
jess has joined #nixos
mtr has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JteAZ
<{^_^}> [nixpkgs] @neonfuz opened pull request #109047 → vista-fonts: new sha256 backport to 20.09 → https://git.io/JteAW
konobi has quit [Remote host closed the connection]
<attila_lendvai> i'm trying to create a package for a go module, but i need a specific version of go itself. i can't seem to find how to tell buildGoModule to pick a specific golang version. any hints? e.g. which project to look at for an example?
<neonfuz2> cole-h:
<neonfuz2> * cole-h: done, hope I did everything right
<cole-h> neonfuz2: Yep, LGTM. Will merge once ofborg is green. (Might take a little bit.)
konobi has joined #nixos
alexherbo2 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ekleog closed pull request #65303 → cbindgen: Disable tests rather than abusing RUSTC_BOOTSTRAP → https://git.io/fjDOx
<DigitalKiwi> noonien: i have a fun repo with nixpkgs-fmt (which is part of why i usue nixfmt)
alexherbo2 has joined #nixos
acarrico has quit [Ping timeout: 246 seconds]
<cole-h> wtf is that unholy `apacheConfigFile` abomination
<{^_^}> #109030 (by xaverdh, 3 hours ago, open): nixos/modules-closure.sh: don't fail if firmware is missing
Deknos has quit [Remote host closed the connection]
<jakeisnt[m]> hey all, i really need some help: i rebuilt after setting users.mutableUsers = false in my configuration and now i'm no longer able to log in. using nixos-enter, i've tried to chroot in and change the passwords of my user accounts but upon restarting the new passwords don't work at login either. any ideas?
<jakeisnt[m]> i'm unable to log in as any user after booting
<mtr> for some reason running `obs -V` always says 25.0.8, even though the versions I'm building are 26.0.2 and 26.1.2
<jakeisnt[m]> and i forgot to set any of the password options before rebuild in my nixos config
<DigitalKiwi> cole-h: i found it randomly and then i ran nixpkgs-fmt on NixOS/nixpkgs and there are a bunch of files that will just keep getting reformatted worse and worse
Volk has quit [Quit: See you next time!]
kbla has quit [Quit: Leaving]
lsix has quit [Ping timeout: 260 seconds]
waleee-cl has quit [Read error: Connection reset by peer]
waleee-cl has joined #nixos
rb2k_ has joined #nixos
zupo has joined #nixos
rb2k has quit [Ping timeout: 264 seconds]
Volk has joined #nixos
veleiro has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
Volk has quit [Quit: See you next time!]
nixuser_ has quit [Read error: Connection reset by peer]
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #104225 → sourceInputCompletionHook: init → https://git.io/Jk0Eg
<cole-h> Mic92: ping
jonatanb has quit [Ping timeout: 240 seconds]
najty has joined #nixos
<{^_^}> [nixos-hardware] @will-clarke opened pull request #223 → Update flake.nix → https://git.io/Jteph
lsix has joined #nixos
mikroskeem has quit [Quit: WeeChat 3.0]
fuzzypixelz has joined #nixos
<fuzzypixelz> how is this not packaged? https://github.com/FeralInteractive/gamemode
<infinisil> That sounds like a pain to package for nixos
<fuzzypixelz> infinisil: I was just considering packaging it
<fuzzypixelz> infinisil: I've never done any packaging so it might be fun
Slayer has quit [Quit: Konversation terminated!]
<fuzzypixelz> infinisil: exactly what is painful about it?
<infinisil> It probably tries to change OS-level settings, the kind of settings that are managed with NixOS
<jakeisnt[m]> Does nixos-install remove existing files if the system is already a nixos installation?
<lordcirth> The ./gamemoderun version seems doable, but having the game find the gamemode libs seems like a problem
<infinisil> I wouldn't be surprised if it relied on a bunch of assumptions about the system being modifyiable in certain ways, many of which might not work on NixOS
<infinisil> Can't hurt to try though :)
<lordcirth> cpu governor, ionice, and nice are all doable imperatively on NixOS
<lordcirth> I think it can do everything it needs to; but lib paths might be hard
<fuzzypixelz> lordcirth: how so?
<fuzzypixelz> lordcirth: (the lib paths)
<Yaniel> lib paths are already broken lol
<Yaniel> as far as steam is concerned
<lordcirth> fuzzypixelz, I mean for the games that have builtin gamemode support. How do they expect to find gamemode? steam-run might take care of it, I dunno
respawn_ has quit [Quit: Leaving]
teto has quit [Ping timeout: 260 seconds]
Jd007 has quit [Quit: Jd007]
sangoma has quit [Read error: Connection reset by peer]
hiro98 has quit [Quit: hiro98]
Jd007 has joined #nixos
riksteri has quit [Quit: riksteri]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vidbina_ has quit [Ping timeout: 246 seconds]
aswanson has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #109049 → netsniff-ng: 0.6.7 -> 0.6.8 → https://git.io/JtehH
<fuzzypixelz> lordcirth: search.nixos.org directs me to https://github.com/NixOS/nixpkgs/blob/nixos-20.09/pkgs/build-support/trivial-builders.nix#L7 when I lookup steam-run, where do I find more information?
<lordcirth> fuzzypixelz, I have no idea. I just use it.
heyitsrama has quit [Remote host closed the connection]
<lordcirth> It sets up some kind of filesystem overlay adding /steam with a bunch of libs
heyitsrama has joined #nixos
<{^_^}> [nixpkgs] @xaverdh opened pull request #109050 → writers: add writeRust and deduplicate binary stripping → https://git.io/Jtehp
tsrt^ has quit []
thibm has quit [Quit: WeeChat 2.9]
zupo has joined #nixos
attila_lendvai has quit [Ping timeout: 256 seconds]
nrh^ has joined #nixos
domogled has quit [Read error: Connection reset by peer]
domogled has joined #nixos
najty has quit [Quit: Connection closed]
zupo has quit [Client Quit]
aveltras has joined #nixos
statusfailed has quit [Ping timeout: 260 seconds]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/12a0ab5ea82 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<aveltras> anyone anyone encountering problems with the nix-mode under emacs right now ?
bparker has joined #nixos
<{^_^}> [nixpkgs] @zimbatm merged pull request #109032 → [20.09] gist: 5.1.0 -> 6.0.0 → https://git.io/Jte9C
piezoid has quit [Quit: leaving...]
<{^_^}> [nixpkgs] @zimbatm pushed commit from @leo60228 to release-20.09 « gist: 5.1.0 -> 6.0.0 (#98053) (#109032) »: https://git.io/Jtejc
kinroy1 is now known as kinroy
fuzzypixelz has quit [Ping timeout: 264 seconds]
turion has quit [Ping timeout: 272 seconds]
mallox has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @primeos pushed to master « inxi: 3.2.01-1 -> 3.2.02-1 »: https://git.io/JtejB
shibboleth has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
cfinch has joined #nixos
statusfailed has joined #nixos
zupo has joined #nixos
fuzzypixelz has joined #nixos
as3ii[m] is now known as Lorenzoas3ii[m]
<bqv> aveltras: what kind?
<fuzzypixelz> lordcirth: what if we make a games.gamemode.enable = true; kind of thing. And have it add gamemode to all game packages used on the system? How doable is that? Would people accept it?
<aveltras> bqv: that one :)
<lordcirth> fuzzypixelz, like, wrap every game package?
<aveltras> dont see anyone complaining about it on github so im not sure
<Yaniel> a gamemode wrapper package would proably be quite doable
<aveltras> im using straight and already rebuilt all packages
<Yaniel> adding it to "all game packages" not so sure since there's not much in the way of tagging things as games AFAIK
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #109051 → gnupg: 2.2.26 -> 2.2.27 → https://git.io/JtejX
<bqv> I haven't updated emacsPackages for a few days, so maybe its incoming, otherwise not sure aveltras
<aveltras> i guess so
talbergor[m] has joined #nixos
<{^_^}> [mobile-nixos] @samueldr merged pull request #280 → samsung-a5y17lte: Enable Wi-Fi support → https://git.io/JLjbV
<noonien> what would be the easiest way of switching to a flaked configuration on a nixos-20.09 system?
<{^_^}> [mobile-nixos] @samueldr pushed 8 commits to master: https://git.io/Jtejy
<noonien> do i need to set the existing configuration.nix to use the nixFlakes package globally, and then i can `nixos-rebuild`?
xwvvvvwx has quit [Quit: ZNC 1.8.2 - https://znc.in]
xwvvvvwx has joined #nixos
jonatanb has quit [Ping timeout: 240 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
teto has joined #nixos
orivej has joined #nixos
<supersandro2000> cole-h: Why should I? the build failure goes not away by it
fuiltilt has joined #nixos
<fuzzypixelz> lordcirth, Yaniel: I thought you could get that sort of information only from here https://github.com/NixOS/nixpkgs/tree/master/pkgs/games
<fuzzypixelz> is that not accurate?
<noonien> hmm, i'm not exactly sure how that helps. my configuration is already flaked. i just need to activate it. are my only 2 choices making my flaked config configuration.nix compatible, or modifying an existing configuration.nix with nix.package = pkgs.nixFlakes; and nix.extraOptions = "experimenta-features = nix-command flakes";?
<fuzzypixelz> noonien: what do you mean your config is already flaked?
<Yaniel> fuzzypixelz: idk if it is accurate, I don't think there are any guarantees of it being
<Yaniel> steam itself is also there
<{^_^}> [nixpkgs] @holymonson opened pull request #109052 → darwin.bootstrap_cmds: update to 121-macos-11.0.1 → https://git.io/Jtej5
<Yaniel> wrapping the steam client is not very useful, and the games it manages require different handling anyway
<noonien> fuzzypixelz: i already have a flake that builds a nixos system. i use it on my system, i also want to deploy it on another system that's currently using a configuration.nix
<{^_^}> [nixpkgs] @astro opened pull request #109053 → json-schema-for-humans: 0.27.0 -> 0.27.1 → https://git.io/JtejN
<noonien> just that nixos-rebuid errors with: error: 'flake' is not a recognised command
<fuzzypixelz> noonien: not sure what the issue is exactly, but if you get nix with flakes like you described, you should be able to build your flake config with nixos-rebuild, just add --flakes
<cole-h> Try running that in a `nix-shell -p nixUnstable`
<noonien> i'm in `nix-shell -p nixFlakes`
<noonien> i'll try as root, sec
<noonien> yeah, that doesn't work either. i believe the nix deamon also has to support flakes
rb2k_ has quit [Ping timeout: 264 seconds]
<fuzzypixelz> noonien: what doesn't work? nixUnstable or nixFlakes?
<noonien> yeah, i don't think there's a workaround to doing this: https://nixos.wiki/wiki/Flakes#NixOS
<noonien> fuzzypixelz: nixos-rebuild says it's missing the flake command, probably because the nix deamon doesn't support flakes. i have to modify the old configuration.nix to add nix.package = pkgs.nixFlakes; before i can continue
rb2k has joined #nixos
zakame has quit [Quit: WeeChat 2.9]
<fuzzypixelz> noonien: you can't modify your configuration.nix?
<noonien> i can, just had to switch back to the old one, modify and apply it. then switch to the flaked one.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108951 → sub-batch: init at 0.3.0 → https://git.io/JLjCe
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JtveI
<noonien> just wanted to learn of a way of avoiding that.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108998 → pinnwand, steck: update → https://git.io/Jtem0
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/Jtvet
puckipedia has joined #nixos
puck has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #109054 → libgpgerror: 1.38 -> 1.41 → https://git.io/JtveY
puckipedia is now known as puck
<{^_^}> [nixpkgs] @lourkeur opened pull request #109055 → oraclejdk8: 8u261 -> 8u271 → https://git.io/JtveG
fuzzypixelz has quit [Ping timeout: 256 seconds]
chloekek has joined #nixos
mtr has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108849 → clpm: init at 0.3.5 → https://git.io/JLhtD
<{^_^}> [nixpkgs] @SuperSandro2000 pushed commit from @storvik to master « clpm: init at 0.3.5 (#108849) »: https://git.io/JtveB
<dhess> If there are multiple `substituters` and `trusted-public-keys` lines in /etc/nix/nix.conf, will their settings be merged? Will the first/last one win?
<__monty__> I think they're tried one by one.
<{^_^}> [nixpkgs] @benley opened pull request #109056 → tmuxPlugins.power-theme: init at 2020-11-18 → https://git.io/Jtve2
zupo has quit [Ping timeout: 240 seconds]
philr has joined #nixos
lordcirth has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @fabaff opened pull request #109057 → Unifiled → https://git.io/Jtvea
alexherbo2 has quit [Quit: Ping timeout (120 seconds)]
<dhess> __monty__: OK, I'll try that.
alexherbo2 has joined #nixos
lordcirth has joined #nixos
zupo has joined #nixos
<chloekek> Are the -I flags generated by buildPerlPackage supposed to end with site_perl and not with site_perl/5.32.0?
fuzzypixelz has joined #nixos
<bqv> TIL nix diff-closures [--derivation] :D
<bqv> Basically nix-diff but native
<bqv> And supports flake paths
zebrag has quit [Quit: Konversation terminated!]
oxalica1 has joined #nixos
zebrag has joined #nixos
oxalica has quit [Ping timeout: 246 seconds]
oxalica1 is now known as oxalica
<bqv> Anyway, so with my config I find that almost my entire system is built locally, because collectively my overlays change just about every substitutable derivation. So I'm thinking instead of applying overlays like I do, I'll make them recursively opt-in and use them that way, so by default, pkgs is entirely cached
ManiacOfMadness has quit [Ping timeout: 246 seconds]
ATuin has quit [Quit: WeeChat 3.0]
D_ has quit [Ping timeout: 264 seconds]
<noonien> can i `nix search` in all registries?
maddo has quit [Remote host closed the connection]
<cole-h> Don't believe so.
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jtveh
<gchristensen> so good to see that still working nicely
gustavderdrache has quit [Quit: Leaving.]
chpatrick has quit []
NeoCron has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108522 → tumpa: init at 0.1.1 → https://git.io/JLNcF
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JtvvL
<supersandro2000> cole-h: yeah what about that? The PR got merged while that ran.
<cole-h> supersandro2000: Ah, it took that long to run? I see.
morr_ is now known as morr
<supersandro2000> I mean I could build somehing that checks for that but I am feeling lazy right now
<supersandro2000> I probably ran a few in batch and did something else in the meantime
nh2[m]1 is now known as nh2nh2me[m]
<cole-h> Yeah, no worries, I thought your script had started after the PR was merged which seemed like a waste.
<supersandro2000> Usually I only do this for darwin
<supersandro2000> or if I feel like it
<{^_^}> [nixpkgs] @cole-h merged pull request #109047 → vista-fonts: new sha256 backport to 20.09 → https://git.io/JteAW
<{^_^}> [nixpkgs] @cole-h pushed commit from @peterhoeg to release-20.09 « vista-fonts: new sha256 »: https://git.io/Jtvv3
fendor has quit [Remote host closed the connection]
NeoCron has joined #nixos
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @lsix opened pull request #109058 → findutils: 4.7.0 -> 4.8.0 → https://git.io/JtvvW
zebrag has quit [Ping timeout: 256 seconds]
aswanson has quit [Ping timeout: 256 seconds]
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @jkachmar opened pull request #109059 → Adds Haskell generic builder argument modifier → https://git.io/JtvvE
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo2 has joined #nixos
ericsagnes has quit [Ping timeout: 264 seconds]
acarrico has joined #nixos
kalbasit80 has joined #nixos
kalbasit80 has quit [Client Quit]
alexherbo2 has quit [Ping timeout: 246 seconds]
<betawaffle> Is there anything like carnix but for go?
<bqv> How do I hide options from the manual?
ericsagnes has joined #nixos
K0kada has joined #nixos
SilentStalker[m] has left #nixos ["User left"]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<bqv> visible = false; or internal = true; perhaps
<infinisil> bqv: Either should work
lsix has quit [Ping timeout: 264 seconds]
K0kada has quit [Client Quit]
ransom has joined #nixos
K0kada has joined #nixos
<aterius> Anyone had issues with the nix EFI not being recognized when updating mobo? Windows and Fedora seem fine, and the file is still there, but my second SSD with nix on it isn't showing up in my mobo boot list
K0kada has quit [Client Quit]
K0kada has joined #nixos
aswanson has joined #nixos
aleph- has quit [Ping timeout: 256 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
acarrico has quit [Ping timeout: 246 seconds]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<colemickens> I think that if you don't have it configured to install as removable then it won't show up by default
<colemickens> it requires efibootmgr to have poked the entry into the system boot loader
<colemickens> some UEFI let you add boot entries manually
<colemickens> mjlbach: ^
<aterius> Oh interesting, I don't think my mobo allows me to modify the UEFI entries
<aterius> efibootmgr doesn't list nix, hmm
AWizzArd has quit [Changing host]
AWizzArd has joined #nixos
<colemickens> If you boot from install media and remount everything and re-run nixos-install with the same system toplevel it will reinstall the bootloader
<aterius> That was my next step, just being lazy and trying to avoid it
<{^_^}> [nixpkgs] @veprbl merged pull request #105709 → Add Symbiflow + prjxray for OSS Xilinx FPGA development → https://git.io/JIIQB
<{^_^}> [nixpkgs] @veprbl pushed 13 commits to master: https://git.io/Jtvf4
<colemickens> are you using grub?
<colemickens> boot.loader.grub.efiInstallAsRemovable might have helped for grub. I can't remember what systemd-boot does by default
b00n has joined #nixos
erasmas has quit [Quit: leaving]
Rusty1 has joined #nixos
cfinch has quit [Read error: Connection reset by peer]
<aterius> Yep, using grub. I assume the reinstall will fix it :)
<leo60228> wait
cfinch has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
<leo60228> are flakes called that bc of the nix snowflake?
kerckhove_ts has joined #nixos
<davidak[m]> leo60228: i guess. would make sense
kerckhove_ts has quit [Client Quit]
<b00n> Hi everybody. Spoiler: I'm pretty new to nixos and systemd hardening. I want to apply one modification (with systemd.services.<service>.serviceConfig) to several services. For example: ProtectHome=true; to let's say 10 systemd-services. Is there a way, where I not have to define that rule 10 times for every single service?
<samueldr> aterius: you could also (temporarily or permanently) use rEFInd, which scans all storage devices for all EFI programs and presents them as a choice
<aterius> That might be a good idea in general
<samueldr> aterius: I personally use rEFInd at the default fallback location on a few machines where the UEFI firmware ended up spuriously losing boot entries
<aterius> It's frustrating for sure
<samueldr> I'm pretty biased to say it _is_ a good idea because of the shortcoming of many implementations of UEFI :)
<aterius> I tried chroot'ing into the nixos distro and rebuilding, but it doesn't seem to affect what's returned by efibootmgr
<samueldr> aterius: if you only rebuild, you might need --install-bootloader
<aterius> Oh, duh haha. I completely forgot
<aterius> it's been so long since i had to do this, thanks!
<samueldr> which, if you instead ran nxos-install it would have done for you (I believe)