worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || 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-info
<pumpy> g++ is in gcc package
teto has quit [Ping timeout: 258 seconds]
Darkmatter66 has quit [Ping timeout: 246 seconds]
<lunik1> so just use the bot?
Darkmatter66 has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
justanotheruser has joined #nixos
ris has quit [Ping timeout: 264 seconds]
anderslundstedt has joined #nixos
addcninblue has quit [Quit: WeeChat 2.9]
anderslu1dstedt has quit [Ping timeout: 260 seconds]
<pumpy> anyone build electron on nixos?
<ajs124> pumpy: electron is in nixpkgs, why?
alexherbo2 has quit [Ping timeout: 258 seconds]
addcninblue has joined #nixos
<ajs124> ah, looks like those are binaries, though
alexherbo20 has joined #nixos
proofofkeags has joined #nixos
<pumpy> ya i need to build source of a custom electron program because i don't wanna use its appimage distro
stree has quit [Quit: Caught exception]
<pumpy> i installed yarn, nodejs/npm, gnumake, gcc and got almost through building but at the end i got an error
Jackneill has joined #nixos
stree has joined #nixos
<euank> pumpy: what error did you hit?
<{^_^}> [mobile-nixos] @J-Kirch closed pull request #226 → ignore local env and vim files → https://git.io/JTmeG
<euank> I don't know if it's a good example to follow, but https://github.com/NixOS/nixpkgs/blob/7db09ea70a/pkgs/applications/networking/instant-messengers/element/element-desktop.nix is an example of an electron app that's been packaged
<pumpy> euank in electron-builder during yarn package, first error i see is cannot execute cause=fork/exec /home.../node_modules/7zip-bin/linux/x64/7za: no such file or dir, but i can ls and see it exists!
<pumpy> so it errors then with error #1 enoent <that path>
<pumpy> then error #2 err_electron_builder_cannot_execute
<pumpy> know how i can fix? fwiw i'm just running from cmd line, not into the shell container thing
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JTsFO
<euank> pumpy: you might want to try yarn2nix for capturing those dependencies properly
inkbottle has joined #nixos
<pumpy> man that seems complex. weird that i can't just build some software in my user account
<euank> Precompuled binaries npm/yarn download won't work on nix typically (due to the dynamic linker being in a different place)
zebrag has quit [Ping timeout: 256 seconds]
<euank> you can patchelf em by hand with the instructions in https://nixos.wiki/wiki/Packaging/Binaries if you want, though it's probably better to try and avoid npm downloading precompiled stuff from the internet
sigmundv has quit [Ping timeout: 256 seconds]
gustavderdrache has joined #nixos
<pumpy> would it be easier to use the appImage distro of this program?
kapil_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
<euank> Using appimage-run, if it works, will probably be easier. You could try `nix-shell -p appimage-run` and in that shell, do appimage-run $file.AppImage
<euank> But if it doesn't work, I dunno, that's out of my depth. I don't know what you're actually trying to run or how complicated it'd be to package.
<pumpy> do i have to run appimage-run with nix-shell? can i just run it directly?
<euank> you can run it directly if you installed it in some other way
<euank> I just like using nix-shell if I'm trying something I may not want to install permanently; shouldn't make any difference though
<{^_^}> [nixpkgs] @hdclark closed pull request #85339 → Ygor: init at 20200415.1 → https://git.io/JfvAW
<{^_^}> [nixpkgs] @andersk opened pull request #100663 → rufo (Ruby formatter): init at 0.12.0 → https://git.io/JTsbU
Wharncliffe has joined #nixos
kapil_ has joined #nixos
<pumpy> euank ya it runs with appimage-run. i wish i could build it but i just dont know nixos good enough yet :thumbup-left-skintone14:
<euank> pumpy: if you don't mind mentioning, what is the app in question?
<jonathan47> Does anybody know anything about building pascal (particularly with Lazarus) who can share some advice.
<jonathan47> I am trying to package an app for nix, I need to create an `.lpi` for lazbuild.
acarrico has quit [Ping timeout: 256 seconds]
<pumpy> euank sent u pm
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100664 → python37Packages.distributed: 2.23.0 -> 2.30.0 → https://git.io/JTsAY
<{^_^}> [nixos-homepage] @samueldr pushed 2 commits to master: https://git.io/JTsAF
acarrico has joined #nixos
<pumpy> euank++
<{^_^}> euank's karma got increased to 9
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100665 → python37Packages.accupy: 0.3.2 -> 0.3.3 → https://git.io/JTsx3
<betaboon> what would be the `nix run` equivalent of `nix-shell -p 'python37.withPackages(ps: [ ps.foo])'` ?
alexherbo20 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100667 → python37Packages.mac_alias: 2.0.7 -> 2.1.0 → https://git.io/JTsp0
jonathan47 has quit [Remote host closed the connection]
h0m1 has quit [Ping timeout: 240 seconds]
h0m1 has joined #nixos
m0rphism has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100668 → python37Packages.pyowm: 3.0.0 -> 3.1.1 → https://git.io/JTshE
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @ryantm merged pull request #100656 → python37Packages.entrypoint2: 0.2.1 -> 0.2.3 → https://git.io/JTsyC
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JTshi
shibboleth has joined #nixos
rajivr has joined #nixos
dozn has joined #nixos
Jonathan99 has joined #nixos
growpotk- has joined #nixos
sbetrium has joined #nixos
coderobe has quit [Quit: Ping timeout (120 seconds)]
<{^_^}> [mobile-nixos] @samueldr opened pull request #228 → Boot GUI: only show relevant reboot options → https://git.io/JTGei
coderobe has joined #nixos
D_ has quit [Quit: 💨]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100669 → python37Packages.genanki: 0.8.0 -> 0.8.1 → https://git.io/JTGvW
mDuff has quit [Quit: zzz]
<{^_^}> [nixpkgs] @thefloweringash closed pull request #78347 → chromium: increase parallelism on aarch64 → https://git.io/JvtUj
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100670 → python37Packages.trytond: 5.6.5 -> 5.6.7 → https://git.io/JTGf8
D_ has joined #nixos
sbetrium has quit [Quit: sbetrium]
_rvl has quit [Quit: ZNC 1.7.5 - https://znc.in]
_rvl has joined #nixos
spease has joined #nixos
thc202 has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100671 → python37Packages.bacpypes: 0.18.0 -> 0.18.1 → https://git.io/JTGJC
whatisRT has joined #nixos
orivej has joined #nixos
<spease> There are some crates where you can add a '.static' to link them statically. Is this technique documented anywhere?
<spease> Er, packages, not crates :)
<lopsided98> I don't think there's documentation specifically about the "static" output, but the general multiple-outputs documentation is here: https://nixos.org/manual/nixpkgs/stable/#chap-multiple-output
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100672 → python37Packages.pycuda: 2019.1.2 -> 2020.1 → https://git.io/JTGUM
whatisRT has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
<spease> Hmm. This sounds useful but it's a bit more complicated. I'm building Halide, which provides a HALIDE_SHARED_LIBRARY cmake define which toggles whether a shared or static library is built. When they make a release, they package both, and the API exposed in cmake (halide is an image processing compiler itself) seems to depend on both, depending on which function is used.
<spease> Ideally I'd either like it to build both, or maybe let you do 'halide' and/or 'halide.static' depending on whether you only need the shared library, the static library, or both
<euank> spease: you may be able to use pkgs.pkgsStatic.halide
<euank> which is different from multiple outputs. It's just this: https://github.com/NixOS/nixpkgs/blob/5a056010134/pkgs/top-level/stage.nix#L209-L229
<euank> But that only works if the project builds in a normal enough way the builder "just works" (i.e. cflags=-static or whatever does the right thing), or if the project specifically checks for 'stdenv.targetPlatform.isStatic' and does the right thing based on that
<euank> that being said, it works for quite a few things out of the box, it's worth trying at least
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100673 → python37Packages.blessed: 1.17.10 -> 1.17.11 → https://git.io/JTGkT
maxdevjs has quit [Ping timeout: 258 seconds]
kirelagin has joined #nixos
mjsir911 has quit [Ping timeout: 244 seconds]
mjsir911 has joined #nixos
kirelagin has quit [Quit: kirelagin]
kirelagin has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
growpotk- has quit [Ping timeout: 260 seconds]
sbetrium has quit [Quit: sbetrium]
kapil_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
kirelagin has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos
Henson has quit [Ping timeout: 260 seconds]
proofofkeags has quit [Ping timeout: 240 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100674 → python37Packages.smart_open: 2.1.1 -> 3.0.0 → https://git.io/JTGIR
growpotk- has joined #nixos
kapil_ has joined #nixos
_rvl has quit [Quit: ZNC 1.8.1 - https://znc.in]
<spease> Trying to link protobuf with pkgs.pkgsStatic.protobuf gives me an error about linking to libstdc++.so (different dependency)
_rvl has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
acarrico has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #100675 → nodejs-14_x: 14.13.1 -> 14.14.0 → https://git.io/JTGt4
Wharncliffe has quit [Ping timeout: 260 seconds]
Reiser2 is now known as Reiser
Reiser has quit [Changing host]
Reiser has joined #nixos
<infinisil> ,config-search
<{^_^}> To search public NixOS/Nixpkgs/NixOps configs, use https://search.tx0.co (Ping ${"til" + "pner"} if it acts up again)
<{^_^}> infinisil: Did you mean configsearch?
dsx has quit [Quit: dsx]
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #100676 → [20.09] ipfs: Add 0.7.0 in addition → https://git.io/JTGqw
dsx has joined #nixos
<{^_^}> [nixpkgs] @buckley310 opened pull request #100677 → burpsuite: 2020.1 -> 2020.9.2 → https://git.io/JTGmT
<spease> Ugh. How do you change the arguments on a buildInput
endformationage has quit [Quit: WeeChat 2.9]
<spease> this should not be that hard
<spease> I'm trying pkg.halide.override { withStatic = true; } but it doesn't seem to have any effect
<spease> err `pkgs.halide.override { withStatic = true; }`
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100678 → python37Packages.dropbox: 10.4.1 -> 10.6.0 → https://git.io/JTGmb
sbetrium has joined #nixos
<euank> spease: it doesn't look like halide has any argument named withStatic; I guess I don't quite get what you're trying to do
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/eabc31612ea (from 2 days ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
proofofkeags has joined #nixos
<spease> euank: I have a checked-out version of nixpkgs that exposes the parameter
<euank> okay, and how are you verifying that it doesn't actually set it when you override?
<spease> I may have sort of figured it out, I made the entire generator a function that takes true or false. If false, it has a 'static' attribute that is set to the function with a 'true' argument. The argument is also used to toggle whether the library is static or not
<spease> euank: it's a dependency for something else which complains about the static lib missing, and it hasn't triggered a rebuild
ericsagnes has quit [Ping timeout: 260 seconds]
amfl_ has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
amfl has quit [Ping timeout: 246 seconds]
amfl_ is now known as amfl
Heirlung- has joined #nixos
tsmanner has quit [Remote host closed the connection]
lukebfox[m] has joined #nixos
Heirlung has quit [Ping timeout: 260 seconds]
Heirlung- is now known as Heirlung
ericsagnes has joined #nixos
growpotk- has quit [Quit: ZNC 1.8.1 - https://znc.in]
palo1 has joined #nixos
amfl_ has joined #nixos
growpotk- has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100679 → python37Packages.azure-mgmt-web: 0.47.0 -> 0.48.0 → https://git.io/JTG3i
amfl has quit [Ping timeout: 265 seconds]
amfl_ is now known as amfl
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100681 → python37Packages.pymavlink: 2.4.9 -> 2.4.11 → https://git.io/JTGsP
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @jonringer merged pull request #100651 → python37Packages.limnoria: 2020.08.30 -> 2020.10.10 → https://git.io/JTs1V
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.limnoria: 2020.08.30 -> 2020.10.10 »: https://git.io/JTGGL
<{^_^}> [nixpkgs] @jonringer merged pull request #100658 → python37Packages.auth0-python: 3.12.0 -> 3.13.0 → https://git.io/JTs9B
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.auth0-python: 3.12.0 -> 3.13.0 »: https://git.io/JTGGC
<spease> yeah, that's not it. *sigh*
<{^_^}> [nixpkgs] @jonringer merged pull request #100649 → hdf4: 4.2.14 -> 4.2.15, fix build → https://git.io/JTsXY
<{^_^}> [nixpkgs] @jonringer pushed to master « hdf4: 4.2.14 -> 4.2.15, fix build »: https://git.io/JTGZk
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100682 → python37Packages.pybullet: 2.8.7 -> 3.0.6 → https://git.io/JTGZt
<{^_^}> [nixpkgs] @jonringer merged pull request #100647 → python37Packages.pyshp: 2.1.0 -> 2.1.2 → https://git.io/JTsiQ
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pyshp: 2.1.0 -> 2.1.2 »: https://git.io/JTGZG
kenran has joined #nixos
cole-h has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100683 → python37Packages.pysmb: 1.2.2 -> 1.2.4 → https://git.io/JTGZ7
<{^_^}> [nixpkgs] @jonringer merged pull request #100669 → python37Packages.genanki: 0.8.0 -> 0.8.1 → https://git.io/JTGvW
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.genanki: 0.8.0 -> 0.8.1 »: https://git.io/JTGnf
justanotheruser has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #100671 → python37Packages.bacpypes: 0.18.0 -> 0.18.1 → https://git.io/JTGJC
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.bacpypes: 0.18.0 -> 0.18.1 »: https://git.io/JTGnT
justanotheruser has joined #nixos
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100684 → python37Packages.bayesian-optimization: 1.1.0 -> 1.2.0 → https://git.io/JTGct
<{^_^}> [nixpkgs] @marsam merged pull request #100673 → python37Packages.blessed: 1.17.10 -> 1.17.11 → https://git.io/JTGkT
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JTGcG
<{^_^}> [nixpkgs] @jonringer merged pull request #100670 → python37Packages.trytond: 5.6.5 -> 5.6.7 → https://git.io/JTGf8
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.trytond: 5.6.5 -> 5.6.7 »: https://git.io/JTGcl
alp has joined #nixos
Sanchayan has joined #nixos
proofofkeags has quit [Ping timeout: 265 seconds]
bahamas has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100672 → python37Packages.pycuda: 2019.1.2 -> 2020.1 → https://git.io/JTGUM
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pycuda: 2019.1.2 -> 2020.1 »: https://git.io/JTGCH
<{^_^}> [nixpkgs] @jonringer merged pull request #100674 → python37Packages.smart_open: 2.1.1 -> 3.0.0 → https://git.io/JTGIR
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.smart_open: 2.1.1 -> 3.0.0 »: https://git.io/JTGCd
<{^_^}> [nixpkgs] @jonringer merged pull request #100665 → python37Packages.accupy: 0.3.2 -> 0.3.3 → https://git.io/JTsx3
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.accupy: 0.3.2 -> 0.3.3 »: https://git.io/JTGWL
alp has quit [Ping timeout: 272 seconds]
sangoma has joined #nixos
whatisRT has joined #nixos
sbetrium has quit [Quit: sbetrium]
cfricke has joined #nixos
growpotk- has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to release-20.09: https://git.io/JTGly
<{^_^}> [nixpkgs] @vcunat merged pull request #100494 → [20.09] thunderbird, thunderbird-bin: 78.3.1 -> 78.3.2 → https://git.io/JTYZT
<{^_^}> [nixpkgs] @buckley310 opened pull request #100685 → brave: 1.12.112 -> 1.15.75 → https://git.io/JTGlQ
<{^_^}> [nixpkgs] @spease opened pull request #100686 → Refactor gccForLibs so gcc isn't inadvertently compiled → https://git.io/JTG8v
orivej has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @spease opened pull request #100687 → Add newer xcode versions → https://git.io/JTG8b
orivej has joined #nixos
<{^_^}> [nixpkgs] @henrikolsson opened pull request #100688 → noise-suppression-for-voice: init at 2020-10-12 → https://git.io/JTG8j
<{^_^}> [nixpkgs] @jonringer opened pull request #100689 → [20.09] python3Packages.dask: limit processes on tests → https://git.io/JTG4Y
est31 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100679 → python37Packages.azure-mgmt-web: 0.47.0 -> 0.48.0 → https://git.io/JTG3i
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-web: 0.47.0 -> 0.48.0 »: https://git.io/JTG4P
<Dandellion> is there a way to make an attrs option that when set doesn't merge with the default?
hugolgst has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100678 → python37Packages.dropbox: 10.4.1 -> 10.6.0 → https://git.io/JTGmb
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.dropbox: 10.4.1 -> 10.6.0 »: https://git.io/JTG47
<hugolgst> Hello.
<{^_^}> [nixpkgs] @jonringer merged pull request #100681 → python37Packages.pymavlink: 2.4.9 -> 2.4.11 → https://git.io/JTGsP
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pymavlink: 2.4.9 -> 2.4.11 »: https://git.io/JTG4b
<{^_^}> [nixpkgs] @jonringer merged pull request #100667 → python37Packages.mac_alias: 2.0.7 -> 2.1.0 → https://git.io/JTsp0
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.mac_alias: 2.0.7 -> 2.1.0 »: https://git.io/JTG4j
kenran has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #100668 → python37Packages.pyowm: 3.0.0 -> 3.1.1 → https://git.io/JTshE
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pyowm: 3.0.0 -> 3.1.1 »: https://git.io/JTGBY
<{^_^}> [nixpkgs] @jonringer merged pull request #100597 → python37Packages.oyaml: 0.9 -> 1.0 → https://git.io/JT3KK
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.oyaml: 0.9 -> 1.0 »: https://git.io/JTGB0
<{^_^}> [nixpkgs] @jonringer merged pull request #100593 → python37Packages.can: 3.3.3 -> 3.3.4 → https://git.io/JT3r0
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.can: 3.3.3 -> 3.3.4 »: https://git.io/JTGBP
n9nes has quit [Quit: ZNC 1.8.2 - https://znc.in]
<Aleksejs> I ran update yesterday (I'm still on 20.03) and my wireless mouse is not working anymore. Is this some known bug?
n9nes has joined #nixos
kenran has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/ff6fda61600 (from 5 days ago, history: https://channels.nix.gsc.io/nixos-20.03)
<{^_^}> [nixpkgs] @jonringer merged pull request #100581 → python37Packages.chalice: 1.18.1 -> 1.21.1 → https://git.io/JT3Bp
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.chalice: 1.18.1 -> 1.21.1 »: https://git.io/JTGR2
kenran has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #100533 → pythonPackages.flake8-future-import: fix build → https://git.io/JTO8A
<{^_^}> [nixpkgs] @jonringer pushed commit from @mweinelt to master « pythonPackages.flake8-future-import: fix build »: https://git.io/JTGRP
<{^_^}> [nixpkgs] @jonringer merged pull request #100689 → [20.09] python3Packages.dask: limit processes on tests → https://git.io/JTG4Y
<{^_^}> [nixpkgs] @jonringer pushed to release-20.09 « python3Packages.dask: limit processes on tests »: https://git.io/JTGRy
<{^_^}> [nixpkgs] @jonringer merged pull request #100584 → python37Packages.google_cloud_storage: 1.30.0 -> 1.31.2 → https://git.io/JT3zG
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.google_cloud_storage: 1.30.0 -> 1.31.2 »: https://git.io/JTGRH
cr4y1 has joined #nixos
<hugolgst> Do you guys know how could I replace this module https://github.com/NixOS/nixpkgs/blob/18348c7829ae93ebe436497ca7ad96cdb8d39935/nixos/modules/system/boot/luksroot.nix with my own modified code?
<{^_^}> [nixpkgs] @jonringer merged pull request #100603 → python37Packages.pq: 1.8.2 -> 1.9.0 → https://git.io/JT3Ha
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pq: 1.8.2 -> 1.9.0 »: https://git.io/JTGRb
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100690 → python37Packages.numcodecs: 0.6.4 -> 0.7.2 → https://git.io/JTGRx
<{^_^}> [nixpkgs] @jonringer merged pull request #100627 → python37Packages.cheetah3: 3.2.5 -> 3.2.6 → https://git.io/JTs8C
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.cheetah3: 3.2.5 -> 3.2.6 »: https://git.io/JTGRp
justanotheruser has quit [Ping timeout: 240 seconds]
cptrbn has joined #nixos
leotaku_ has joined #nixos
cantaloupe has joined #nixos
leotaku has quit [Ping timeout: 272 seconds]
<immae> hugolgst: by default this module does nothing, so just don’t set any of its options and define your own configuration?
alp has joined #nixos
rprije has quit [Ping timeout: 260 seconds]
<hugolgst> Yes but I would like to modify these options
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100691 → python37Packages.eve: 1.1.2 -> 1.1.3 → https://git.io/JTGEq
lsix has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100601 → python37Packages.cytoolz: 0.10.1 -> 0.11.0 → https://git.io/JT3yX
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTGEs
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JTGEr
<{^_^}> [nixpkgs] @jonringer merged pull request #100487 → pythonPackages.umap-learn: 0.3.10 -> 0.4.5 → https://git.io/JTYUZ
<{^_^}> [nixpkgs] @jonringer pushed commit from @uvNikita to master « pythonPackages.umap-learn: 0.3.10 -> 0.4.5 »: https://git.io/JTGED
<{^_^}> [nixpkgs] @jonringer merged pull request #100576 → python37Packages.pylast: 3.3.0 -> 4.0.0 → https://git.io/JT3GA
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pylast: 3.3.0 -> 4.0.0 »: https://git.io/JTGEj
<{^_^}> [nixpkgs] @jonringer merged pull request #100508 → devpi-server: fix tests → https://git.io/JTYDj
<{^_^}> [nixpkgs] @jonringer pushed commit from @jfroche to master « devpi-server: fix tests »: https://git.io/JTGu3
cptrbn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100692 → python37Packages.azure-mgmt-keyvault: 7.0.0 -> 8.0.0 → https://git.io/JTGuB
rsynnest has quit [Quit: Connection closed for inactivity]
whatisRT has quit [Ping timeout: 246 seconds]
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100690 → python37Packages.numcodecs: 0.6.4 -> 0.7.2 → https://git.io/JTGRx
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTGuN
justanotheruser has joined #nixos
cptrbn has joined #nixos
noonien has quit [Ping timeout: 246 seconds]
rtjure has joined #nixos
civodul has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100691 → python37Packages.eve: 1.1.2 -> 1.1.3 → https://git.io/JTGEq
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.eve: 1.1.2 -> 1.1.3 »: https://git.io/JTGzg
<euank> hugolgst: you can add your own module by adding it to `imports`, and if you need to avoid conflicting with an existing module, you can use `disabledModules = [ "system/boot/luksroot.nix" ];`
<{^_^}> [nixpkgs] @jonringer merged pull request #100692 → python37Packages.azure-mgmt-keyvault: 7.0.0 -> 8.0.0 → https://git.io/JTGuB
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.azure-mgmt-keyvault: 7.0.0 -> 8.0.0 »: https://git.io/JTGz6
<euank> Untested, and potentially there's some subtle reasons it'll break for that specific module. I've used the above to effectively override simpler service modules before htough.
teto has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100568 → python37Packages.django-cleanup: 5.0.0 -> 5.1.0 → https://git.io/JT3tL
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.django-cleanup: 5.0.0 -> 5.1.0 »: https://git.io/JTGgf
<{^_^}> [nixpkgs] @jonringer merged pull request #100572 → python37Packages.bellows: 0.18.1 -> 0.20.3 → https://git.io/JT3Yw
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.bellows: 0.18.1 -> 0.20.3 »: https://git.io/JTGgT
<{^_^}> [nixpkgs] @jonringer merged pull request #100661 → python3.pkgs.osmpythontools: 0.2.6 -> 0.2.8 → https://git.io/JTsQQ
<{^_^}> [nixpkgs] @jonringer pushed commit from @das-g to master « python3.pkgs.osmpythontools: 0.2.6 -> 0.2.8 »: https://git.io/JTGgn
<{^_^}> [nixpkgs] @jonringer merged pull request #100683 → python37Packages.pysmb: 1.2.2 -> 1.2.4 → https://git.io/JTGZ7
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pysmb: 1.2.2 -> 1.2.4 »: https://git.io/JTGg8
<{^_^}> [nixpkgs] @jonringer merged pull request #100682 → python37Packages.pybullet: 2.8.7 -> 3.0.6 → https://git.io/JTGZt
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pybullet: 2.8.7 -> 3.0.6 »: https://git.io/JTGg6
beingnext2u has joined #nixos
cptrbn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sangoma has quit [Quit: WeeChat 2.9]
cptrbn has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100550 → nbstripout: 0.3.7 -> 0.3.9 → https://git.io/JTO9e
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « nbstripout: 0.3.7 -> 0.3.9 »: https://git.io/JTG2d
zangi has joined #nixos
<beingnext2u> Nix modules: Improving Nix's discoverability and usability
<beingnext2u> 2020-10-16, 11:15-11:40, Main Stream
<beingnext2u> Nix's configuration language is quite powerful, but suffers from a
<beingnext2u> discoverable mechanism to write configurations such as packages and
<beingnext2u> NixOS systems, and show how this enables a better user experience for
<beingnext2u> describe an experimental Nix module system that provides a consistent,
<beingnext2u> lack of discoverability, usability and consistency. In this talk, I'll
<beingnext2u> both new and advanced users.
<beingnext2u> 3 hours..
<{^_^}> [nixpkgs] @jonringer merged pull request #100555 → rdbtools: 0.1.14 -> 0.1.15 → https://git.io/JTO5N
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « rdbtools: 0.1.14 -> 0.1.15 »: https://git.io/JTGaU
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100547 → deeptools: 3.4.1 -> 3.5.0 → https://git.io/JTOyP
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « deeptools: 3.4.1 -> 3.5.0 »: https://git.io/JTGaL
<{^_^}> [nixpkgs] @jonringer merged pull request #99448 → python27Packages.qtconsole: 4.7.6 -> 4.7.7 → https://git.io/JUQ7k
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.qtconsole: 4.7.6 -> 4.7.7 »: https://git.io/JTGaq
<zangi> Nix seems to build multiple derivations at a time from `environment.systemPackages` even though I have `max-jobs 1`
<beingnext2u> Eelco Dolstra
domogled has joined #nixos
cantaloupe has quit [Ping timeout: 240 seconds]
supercoven has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
Chiliparrot has joined #nixos
zupo has joined #nixos
supercoven has quit [Max SendQ exceeded]
supercoven has joined #nixos
beingnext2u has left #nixos [#nixos]
spease has quit [Ping timeout: 240 seconds]
maxsc has joined #nixos
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @teto merged pull request #100583 → vscx/ms-vsliveshare-vsliveshare: Init at 1.0.2902 → https://git.io/JT3ur
<{^_^}> [nixpkgs] @teto pushed commit from @jraygauthier to master « vscx/ms-vsliveshare-vsliveshare: Init at 1.0.2902 (#100583) »: https://git.io/JTGrw
teto has quit [Quit: WeeChat 2.9]
maddo has joined #nixos
spudly has quit [Ping timeout: 256 seconds]
addcninblue has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100694 → python37Packages.holoviews: 1.13.3 -> 1.13.4 → https://git.io/JTGoB
hugolgst has quit [Quit: Lost terminal]
madjar has joined #nixos
<{^_^}> [nixpkgs] @anpryl opened pull request #100695 → operator-sdk: 1.0.1 -> 1.1.0 → https://git.io/JTGoh
bahamas has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
meh` has joined #nixos
bahamas has joined #nixos
spudly has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #99374 → knightos-mktiupgrade: init at 1.1.6 → https://git.io/JUHOE
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JTGKx
spudly has quit [Ping timeout: 258 seconds]
domogled1 has joined #nixos
sangoma has quit [Ping timeout: 272 seconds]
domogled has quit [Ping timeout: 246 seconds]
domogled1 is now known as domogled
kenran has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100696 → python37Packages.mongoengine: 0.18.2 -> 0.20.0 → https://git.io/JTGiE
fusion809 has joined #nixos
kenran has quit [Ping timeout: 256 seconds]
noonien has joined #nixos
__Sander__ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100697 → python27Packages.jsbeautifier: 1.12.0 -> 1.13.0 → https://git.io/JTGPm
noonien has quit [Quit: Ping timeout (120 seconds)]
noonien has joined #nixos
sangoma has joined #nixos
czer00 has quit [Ping timeout: 260 seconds]
thc202 has joined #nixos
czer00 has joined #nixos
rprije has joined #nixos
aswanson1 has joined #nixos
vldn has joined #nixos
aswanson has quit [Remote host closed the connection]
aswanson1 is now known as aswanson
sbetrium has joined #nixos
spudly has joined #nixos
meh` has quit [Ping timeout: 258 seconds]
zupo has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
zupo has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
lord| has quit [Read error: Connection reset by peer]
ericnoan has joined #nixos
lord| has joined #nixos
spudly has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 260 seconds]
meh` has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #100523 → dnscontrol: 3.3.0 -> 3.4.2 → https://git.io/JTOmp
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JTGDO
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100698 → python37Packages.yfinance: 0.1.54 -> 0.1.55 → https://git.io/JTGDD
domogled has quit [Ping timeout: 256 seconds]
spudly has joined #nixos
domogled has joined #nixos
spudly has quit [Ping timeout: 258 seconds]
zupo has joined #nixos
cjpbirkbeck has quit [Quit: Goodbye, take care]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100699 → python37Packages.kafka-python: 2.0.1 -> 2.0.2 → https://git.io/JTGyH
sbetrium has quit [Quit: sbetrium]
srhm has joined #nixos
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates « haskellPackages.pandoc: Fix eval again »: https://git.io/JTGSe
maxdevjs has joined #nixos
sbetrium has joined #nixos
vidbina has joined #nixos
sss2 has joined #nixos
<noonien> hello folks
Steelwire has joined #nixos
<noonien> i want to setup a postgresql container on my nixos machine, and want to be able to do peer authentication from another container. is it possible to sync the users somehow?
<{^_^}> [nixpkgs] @danieldk opened pull request #100700 → python3Packages.tokenizers: 0.8.1 -> 0.9.2 → https://git.io/JTG9E
<{^_^}> [nixpkgs] @danieldk merged pull request #98088 → Bump VSCode version → https://git.io/JUBPo
<{^_^}> [nixpkgs] @danieldk pushed 3 commits to master: https://git.io/JTG9X
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
bahamas has quit [Ping timeout: 256 seconds]
vidbina has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: M87 -> M88 »: https://git.io/JTGHR
cptrbn has quit [Quit: Textual IRC Client: www.textualapp.com]
vandenoever has joined #nixos
vandenoever has joined #nixos
vandenoever has quit [Changing host]
spudly has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100701 → python37Packages.vispy: 0.6.4 -> 0.6.5 → https://git.io/JTGQZ
maxsc has quit [Ping timeout: 244 seconds]
<vldn> is it possible to save configuration.nix in the nixstore every rebuild?
bbarker has quit [Ping timeout: 240 seconds]
srhm has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @emmanuelrosa opened pull request #100702 → Qutebrowser 1.14.0 → https://git.io/JTGQ9
<srhb> vldn: system.copySystemConfiguration -- note that it does not resolve imports, it's just a dumb copy :)
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @primeos pushed to master « signal-desktop: 1.36.3 -> 1.37.1 »: https://git.io/JTG7I
rtjure has quit [Ping timeout: 260 seconds]
alexherbo20 has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #100703 → [20.09] signal-desktop: 1.36.3 -> 1.37.1 → https://git.io/JTG7o
cosimone has quit [Quit: cosimone]
yeeeefe has joined #nixos
spudly has quit [Ping timeout: 264 seconds]
yeeeefe has quit [Client Quit]
spudly has joined #nixos
sbetrium has joined #nixos
rprije has quit [Ping timeout: 264 seconds]
alexherbo205 has joined #nixos
<ejpcmac> noonien: You can define your common users in a file and import it in both containers configurations.
<vldn> srhb: thx
alexherbo20 has quit [Ping timeout: 256 seconds]
cosimone has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100704 → python37Packages.plexwebsocket: 0.0.6 -> 0.0.12 → https://git.io/JTG5h
cosimone has quit [Ping timeout: 260 seconds]
<wucke13> Is it possible to alter the Nix expression search path (what would be `-I`) from within a nix expression?
<{^_^}> [nixpkgs] @vbgl opened pull request #100705 → ocamlPackages.yaml: 2.0.1 → 2.1.0 → https://git.io/JTGd0
<{^_^}> [nixpkgs] @doronbehar opened pull request #100706 → rtsp-simple-server: init at 0.10.0 → https://git.io/JTGdu
<{^_^}> [nixpkgs] @vbgl merged pull request #100104 → ocamlPackages.camlimages: 5.0.1 → 5.0.3 → https://git.io/JTfJ5
<{^_^}> [nixpkgs] @vbgl pushed 3 commits to master: https://git.io/JTGd6
alexherbo2058 has joined #nixos
alp has quit [Ping timeout: 272 seconds]
alexherbo205 has quit [Ping timeout: 256 seconds]
alexherbo205 has joined #nixos
nature has joined #nixos
alp has joined #nixos
alexherbo2058 has quit [Ping timeout: 240 seconds]
kenran has joined #nixos
sbetrium has quit [Quit: sbetrium]
vandenoever has quit [Ping timeout: 264 seconds]
<{^_^}> [cabal2nix] @peti pushed to master « doc: import Haskell docs from Nixpkgs and configure Sphinx »: https://git.io/JTGbP
Henson has joined #nixos
kenran has quit [Ping timeout: 258 seconds]
spudly has quit [Ping timeout: 258 seconds]
refnil has joined #nixos
<{^_^}> [nixpkgs] @fooker opened pull request #100708 → nixos/nginx: Do not remove headers while proxying → https://git.io/JTGNG
<{^_^}> [cabal2nix] @peti pushed to master « doc: configure sphinx to use 'index' as master document »: https://git.io/JTGN0
spudly has joined #nixos
__Sander__ has quit [Quit: Konversation terminated!]
__Sander__ has joined #nixos
Chiliparrot has joined #nixos
<exarkun> wucke13: What's your goal?
<aasg> ,locate nixos-generate-config
maxdevjs has quit [Ping timeout: 260 seconds]
<{^_^}> Found in packages: nix-bash-completions
MmeQuignon has joined #nixos
sbetrium has joined #nixos
simukis_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Henson has left #nixos ["No boundaries on the net!"]
simukis_ has joined #nixos
spudly has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
stefan14 has joined #nixos
pachumicchu has joined #nixos
stefan14 has quit [Remote host closed the connection]
eskytthe has joined #nixos
<{^_^}> [nixpkgs] @robertodr opened pull request #100709 → gnome-shell-extension-paperwm: 36.0 -> 38.0 → https://git.io/JTGpT
nature has quit [Ping timeout: 240 seconds]
FRidh has joined #nixos
evernite has joined #nixos
<puck> btw y'all, nixcon is happening rn! https://2020.nixcon.org/live.html and #nixcon
supersandro2000 has joined #nixos
LouisDK has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
xbreak64 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
domogled1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100710 → python37Packages.pympler: 0.8 -> 0.9 → https://git.io/JTGhV
<{^_^}> [nixpkgs] @nek0 opened pull request #100711 → krita: 4.3.0 -> 4.4.0 → https://git.io/JTGho
<LouisDK> /j #nixcon
domogled has quit [Ping timeout: 260 seconds]
domogled1 is now known as domogled
Chiliparrot has joined #nixos
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #100712 → Mesa efficient driver upgrades → https://git.io/JTGh5
Chiliparrot has quit [Client Quit]
evernite has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @volth opened pull request #100713 → chromium: build on all cores → https://git.io/JTGjZ
evernite has joined #nixos
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100714 → python37Packages.aioconsole: 0.2.1 -> 0.3.0 → https://git.io/JTGj4
dtz has joined #nixos
<{^_^}> [cabal2nix] @peti pushed to master « docs: put contents into a separate file to fix navigation »: https://git.io/JTGjV
bhipple has joined #nixos
LouisDK has quit [Ping timeout: 245 seconds]
alp has quit [Ping timeout: 272 seconds]
<{^_^}> [cabal2nix] @peti pushed to v3 « configure weeder »: https://git.io/JTZe3
alp has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 100 commits to haskell-updates: https://git.io/JTZe0
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100715 → python37Packages.aria2p: 0.7.0 -> 0.9.1 → https://git.io/JTZeu
g-w1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « LTS Haskell 16.18 »: https://git.io/JTZer
g-w1 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JTZeS
yago has joined #nixos
hsngrmpf[m] is now known as DavHau[m]
illustris has joined #nixos
<{^_^}> [nixpkgs] @peti opened pull request #100716 → Update Haskell package set to LTS 16.18 (plus other fixes) → https://git.io/JTZeh
<rasmusm> how ready are flakes? are it ready for dayly use?
cosimone has quit [Quit: cosimone]
cosimone has joined #nixos
sbetrium has joined #nixos
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-pandoc: update override for the latest version »: https://git.io/JTZvm
<{^_^}> [nixpkgs] @ryantm merged pull request #100664 → python37Packages.distributed: 2.23.0 -> 2.30.0 → https://git.io/JTsAY
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JTZvY
<FRidh> rasmusm: still in development, but I and others already use it quite a bit. There is a talk about it in a while https://cfp.nixcon.org/nixcon2020/talk/ZJQAMF/
kirelagin has joined #nixos
<jmercouris> ok so I added "openssl" to my environment.systemPackages
<jmercouris> and it installed
<jmercouris> now where is this shared library located?
<srhb> ,libraries jmercouris
<{^_^}> jmercouris: Don't install libraries through nix-env or systemPackages, use nix-shell instead. See https://nixos.wiki/wiki/FAQ/Libraries for details.
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: disable failing builds to fix evaluation »: https://git.io/JTZvo
<jmercouris> srhb: I want this to be available for development that I am doing, not to install a package
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JTZvP
<rasmusm> FRidh: i am trying to dedide if i should spend the weekend finising up my homemade pining of pacages + extention of nixos-rebuild or just reconfig it with flakes
<srhb> jmercouris: Yes, that is what the wiki page is about :)
<jmercouris> srhb: OK, will read, thank you!
<srhb> jmercouris: You're welcome.
<rasmusm> but i hould probaly wait fot the flake talk
<FRidh> rasmusm: in my experience nixUnstable with flakes is stable enough
spudly has joined #nixos
<rasmusm> FRidh: cool then i sould upgrate my self to tester ;)
<{^_^}> [nixpkgs] @veehaitch opened pull request #100717 → pythonPackages.yq: Fix tests → https://git.io/JTZf4
fendor has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100718 → python37Packages.aioftp: 0.18.0 -> 0.18.1 → https://git.io/JTZfH
<{^_^}> [nixpkgs] @bouk opened pull request #100719 → gopls: 0.5.0 -> 0.5.1 → https://git.io/JTZJe
mallox has joined #nixos
mallox has quit [Client Quit]
spudly has quit [Ping timeout: 256 seconds]
spudly has joined #nixos
mallox has joined #nixos
MmeQuignon has quit [Quit: WeeChat 2.9]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #100606 → nodePackages: init sass clubhouse-cli makam inliner undollar (combine several PRs) → https://git.io/JT35t
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JTZJg
<{^_^}> [nixpkgs] @ryantm closed pull request #64566 → node-packages-v10: add sass cli program → https://git.io/fjPOm
<{^_^}> [nixpkgs] @ryantm closed pull request #65006 → nodePackages.inliner: init at 1.13.1 → https://git.io/fj1g9
<{^_^}> [nixpkgs] @ryantm closed pull request #63935 → nodePackages.undollar:init at 1.0.0 → https://git.io/fjobl
<{^_^}> [nixpkgs] @ryantm closed pull request #67703 → nodePackages.makam: init at 0.7.17 → https://git.io/fjxgM
<{^_^}> [nixpkgs] @ryantm closed pull request #77705 → nodePackages.clubhouse-cli: init at 2.1.0 → https://git.io/JvUk0
kirelagin has quit [Ping timeout: 240 seconds]
yago is now known as yannham
<{^_^}> [nixpkgs] @ryantm merged pull request #100684 → python37Packages.bayesian-optimization: 1.1.0 -> 1.2.0 → https://git.io/JTGct
spudly has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JTZUk
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100720 → python37Packages.google_cloud_videointelligence: 1.15.0 -> 1.16.0 → https://git.io/JTZUL
ckauhaus has joined #nixos
sbetrium has quit [Quit: sbetrium]
ebopp has joined #nixos
kirelagin has joined #nixos
sbetrium has joined #nixos
bahamas has joined #nixos
mallox_ has joined #nixos
joehh1 has joined #nixos
mallox has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100721 → python37Packages.ipydatawidgets: 4.0.1 -> 4.1.0 → https://git.io/JTZT5
MmeQuignon has joined #nixos
kini has joined #nixos
spudly has joined #nixos
spudly has quit [Client Quit]
<jmercouris> srhb: so I've made this file, I've called it nix-develop.nix, how do I use it now?
<jmercouris> srhb: here is how it looks by the way: http://dpaste.com/CZJBTWL3S
spudly has joined #nixos
<srhb> jmercouris: try `nix-shell nix-develop.nix`
<srhb> jmercouris: (If you called it shell.nix, nix-shell would default to using it without specifying the filename, that's common practice)
<jmercouris> ah, OK! good to know
<srhb> Actually, that's more like a nix-build'able expression, but it's a start :)
<jmercouris> I am trying it now to see if it will work
<jmercouris> hm, so I did that, but my program can still not find my shared libraries
<jmercouris> specifically it can't find libssl.so
<jmercouris> even though, as you see, I have specified it
lsix has quit [Quit: WeeChat 2.9]
<jmercouris> on line 5 with
<jmercouris> nativeBuildInputs = [ openssl webkitgtk sbcl ];
<srhb> jmercouris: How are you concluding it's not found? It should be in $NIX_LDFLAGS and $NIX_CFLAGS_COMPILE
<jmercouris> my compiler is telling me it is not found
<srhb> jmercouris: Is the compiler a properly patched compiler from nixpkgs?
<jmercouris> srhb: yes
<srhb> jmercouris: Which? :)
vldn has quit [Ping timeout: 272 seconds]
<jmercouris> srhb: $NIX_LDFLAGS -> -rpath: command not found
<jmercouris> srhb: sbcl
<jmercouris> ah, echo'ing them works
<srhb> Hmm, I'm not familiar with it..
spudly has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100722 → python37Packages.langcodes: 2.0.0 -> 2.1.0 → https://git.io/JTZI1
vldn has joined #nixos
<srhb> jmercouris: Maybe this thread is of interest: https://github.com/NixOS/nixpkgs/issues/6206
<{^_^}> [nixpkgs] @primeos pushed commit from @DieGoldeneEnte to master « llvmPackages_11.compiler-rt: enable support for i486 i586 i686 »: https://git.io/JTZIQ
<{^_^}> [nixpkgs] @primeos merged pull request #100587 → llvmPackages_11.compiler-rt: enable support for i486 i586 i686 → https://git.io/JT3aZ
<{^_^}> #6206 (by jasom, 5 years ago, closed): sbcl as installed cannot dynamically load libraries without modifying environment
lsix has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to release-20.03: https://git.io/JTZIp
<{^_^}> [nixpkgs] @vcunat merged pull request #100493 → [20.03] thunderbird, thunderbird-bin: 78.3.1 -> 78.3.2 → https://git.io/JTYZU
<jmercouris> srhb: that helps, I will also ask jasom
<srhb> jmercouris: The very last comment seems to imply that it doesn't pick up the nix env variables
<jmercouris> srhb: yes
<jmercouris> it seems so
orivej has joined #nixos
meh` has quit [Read error: Connection reset by peer]
<jmercouris> a user from my repository has figured it out for me not sure what magic they did
<jmercouris> srhb: this is the fix: { pkgs ? import <nixpkgs> {} } :
<jmercouris> with builtins;
<jmercouris> with pkgs;
<jmercouris> let inherit (pkgs) stdenv; in
<jmercouris> stdenv.mkDerivation {
<jmercouris> name = "next-dev";
<jmercouris>
<jmercouris> nativeBuildInputs = [
<dutchie> ,paste
<jmercouris> pkgs.libressl.out
<{^_^}> Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
<jmercouris> pkgs.webkitgtk
<jmercouris> pkgs.sbcl
<jmercouris> ];
<jmercouris> # ++ (with pkgs.lispPackages; [
<jmercouris> # # prove-asdf
<jmercouris> # # trivial-features
<jmercouris> # ]
<jmercouris> # );
<jmercouris>
<jmercouris> # gst-plugins-bad
<jmercouris> # gst-plugins-ugly
<jmercouris>
<edef> you're sending this at about 1 message per 3 seconds, please use a pastebin
<jmercouris> buildInputs = [
<jmercouris> pkgs.enchant.out
<jmercouris> pkgs.gsettings-desktop-schemas.out
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<jmercouris> pkgs.glib-networking.out
<jmercouris> pkgs.pango.out
<etu> gchristensen: ^
<jmercouris> pkgs.cairo.out
<jmercouris> pkgs.gtkd.out
<jmercouris> pkgs.gdk-pixbuf.out
<jmercouris> pkgs.gtk3.out
<jmercouris> pkgs.glib.out
jmercouris was kicked from #nixos by gchristensen [jmercouris]
<etu> Thanks
kdlv has joined #nixos
b1000101 has joined #nixos
jmercouris has joined #nixos
<jmercouris> really sorry about that everyone, my computer froze on me, I tried to stop the messages
<gchristensen> no worries!
spudly has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100723 → python37Packages.shodan: 1.23.1 -> 1.24.0 → https://git.io/JTZLj
<gchristensen> it is a bummer that the only option is to, basically, keep spewing messages until someone kicks you out :(
<gchristensen> ,paste jmercouris -- just in case
<{^_^}> jmercouris -- just in case: Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
meh` has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #100504 → Treesitter lua → https://git.io/JTYwN
<{^_^}> [nixpkgs] @Profpatsch pushed 3 commits to master: https://git.io/JTZtJ
kirelagin has quit [Read error: Connection reset by peer]
<jmercouris> yeah, the thing is konqueror lied to me, I said "copy url" to a specific message, but it did not copy the URL
<jmercouris> and so it tried to paste the contents of my clipboard
<dutchie> :(
kirelagin has joined #nixos
sbetrium has quit [Quit: sbetrium]
kenran has joined #nixos
Sanchayan has quit [Quit: leaving]
kenran has quit [Ping timeout: 240 seconds]
whatisRT has joined #nixos
MmeQuignon has quit [Ping timeout: 244 seconds]
Rusty1 has joined #nixos
<theduke> Is there a good way to load `nvidia` drivers without enabling xserver? (`services.xserver.videoDrivers = [ "nvidia" ];`)
MmeQuignon has joined #nixos
<theduke> (this is for a server, so no xserver desired)
<illustris> I'm using nixops to deploy changes to an LXC, but the changes appear to be reverting to the initial state of the LXC template when I reboot it. Does anyone know what's going on?
<{^_^}> [nixpkgs] @primeos merged pull request #99984 → llvmPackages_11: 11.0.0rc5 -> 11.0.0, enable on Darwin → https://git.io/JUhTx
<{^_^}> [nixpkgs] @primeos pushed 3 commits to master: https://git.io/JTZqp
vidbina has quit [Ping timeout: 256 seconds]
vldn has quit [Read error: Connection reset by peer]
b1000101 has quit [Quit: Lost terminal]
vldn has joined #nixos
spudly has quit [Ping timeout: 260 seconds]
spudly has joined #nixos
FRidh has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100724 → python37Packages.kubernetes: 11.0.0 -> 12.0.0 → https://git.io/JTZmp
<{^_^}> [nix] @edolstra merged pull request #4151 → Bump Nixpkgs to hopefully fix linkrot → https://git.io/JTsXW
<{^_^}> [nix] @edolstra pushed 2 commits to master: https://git.io/JTZmh
sbetrium has joined #nixos
julius has joined #nixos
justanotheruser has quit [Quit: WeeChat 2.7.1]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
earldouglas has left #nixos [#nixos]
julius has quit [Client Quit]
spudly has quit [Ping timeout: 256 seconds]
jul1u5 has joined #nixos
cfricke has quit [Quit: WeeChat 2.9]
spudly has joined #nixos
nek0 has quit [Remote host closed the connection]
cript0nauta has joined #nixos
<pumpy> theduke why do you care about the video driver on a server?
nek0 has joined #nixos
ZipR has joined #nixos
<theduke> pumpy: `nvidia-docker`
<simpson> pumpy: The combination of nVidia, headless, and proprietary drivers probably means GPGPU workloads of some sort.
<ZipR> hey all, how can I build an iso image from nixos system defined as a flake?
<simpson> theduke: I'm looking for docs, but what happens if you also `services.xserver.enable = false;`? Does it tell you that that's not allowed?
vldn has quit [Ping timeout: 272 seconds]
spudly has quit [Ping timeout: 265 seconds]
<theduke> Ah, actually just setting services.xserver.videoDrivers = [ "nvidia" ]; seems to be enough, the nvidia module gets loaded.
<theduke> No need to enable, apparently.
MmeQuignon has quit [Quit: WeeChat 2.9]
Dr8128 has joined #nixos
<simpson> Ah, yes. I figured that you were trying to turn off X11. But yes, that setting includes all the kernel configuration.
Dr8128 has quit [Client Quit]
vldn has joined #nixos
nek0 has quit [Remote host closed the connection]
justanotheruser has joined #nixos
<theduke> Great, thanks for checking!
<{^_^}> [nixpkgs] @marsam merged pull request #100675 → nodejs-14_x: 14.13.1 -> 14.14.0 → https://git.io/JTGt4
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JTZ33
orivej has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « oh-my-zsh: 2020-10-14 -> 2020-10-15 »: https://git.io/JTZ3S
<{^_^}> [nixpkgs] @ryantm merged pull request #99128 → delly: 0.8.2 -> 0.8.5 → https://git.io/JUMoV
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JTZ35
meh` has quit [Ping timeout: 256 seconds]
meh` has joined #nixos
MmeQuignon has joined #nixos
sbetrium has quit [Quit: sbetrium]
vldn has quit [Read error: Connection reset by peer]
vldn has joined #nixos
<pumpy> if i use home manager for my user account, does that mean i can't create my own dirs and files unless home manager track it?
<{^_^}> [nixpkgs] @primeos merged pull request #100450 → tdesktop: 2.3.0 -> 2.4.3 and enable webrtc → https://git.io/JTqpB
<{^_^}> [nixpkgs] @primeos pushed commit from @oxalica to master « tdesktop: 2.3.0 -> 2.4.3 and enable webrtc (#100450) »: https://git.io/JTZGq
<simpson> No, your homedir is still usable for normal activity.
<pickfire> pumpy: You can.
<pickfire> But if a file was managed by home-manager, you can't touch that file.
<pickfire> Shouldn't, not can't. You can but that will mess things up.
<pumpy> ok great ty
<pumpy> simpson++
<{^_^}> simpson's karma got increased to 37
<pickfire> Not as in things get broken, but at least you change stuff manually and you might forget.
<pumpy> pickfire++
<{^_^}> pickfire's karma got increased to 2
<pickfire> pumpy: Thanks. \o/
<pumpy> no ty!
<pickfire> pumpy: Are you trying out home-manager in your current distro?
meh` has quit [Ping timeout: 260 seconds]
srhm has joined #nixos
<evanjs> Is there a tracking issue for xmonad-like builds during nixos-rebuild?
spudly has joined #nixos
<evanjs> I have no idea how to properly phrase that lol
sbetrium has joined #nixos
<gchristensen> what is the issue?
<evanjs> like xmonad --recompile but during nixos-rebuild
<evanjs> can't remember what the current status is
<pumpy> anyone run keybase-gui? i added it to systempackages and when i run it it says keybase servie doesn't seem to be running even tho i have services.keybase.enable = true too
<pickfire> pumpy: Are you using home-manager on nixos or other places?
<pumpy> https://gist.github.com/taktoa/3133a4d9b1614fad1f4841f145441406 is old but is it still the recommended way?
<pumpy> not yet
<pickfire> pumpy: You may need to enable systemd start services or something like that.
<pickfire> It doesn't auto start the systemd services by default.
<pumpy> wanted to get everything working system wide then move some of it to home manager. is that bad idea btw?
<pickfire> Oh, so you are using nixos?
<pumpy> ya nixos
<pickfire> I am trying out the same thing too but I think services should start.
<{^_^}> [nixpkgs] @stigtsp merged pull request #100652 → perlPackages.FutureAsyncAwait: init at 0.44 → https://git.io/JTsMQ
<{^_^}> [nixpkgs] @stigtsp pushed 3 commits to master: https://git.io/JTZZ4
<pickfire> I don't use keybase.
nixer|85 has joined #nixos
<pumpy> oh you're setting everything up nixos systemwide then moving some to home manager after?
<pickfire> Bu tthat was 3 years ago.
<pickfire> pumpy: Kinda.
<pickfire> I setup little stuff then try to move home user configurations to home-manager later.
<pickfire> At least stuff enough to get me do bootstrapping, like having an editor, a better shell or some basic tools that I always use, later I put them in home.nix
spudly has quit [Ping timeout: 258 seconds]
<ZipR> is flakes still the future? I find very little about it ...
<pumpy> it says you might need to run keybase service and that works but how can i add it to configuration.nix so it's default?
<pickfire> ZipR: It is in unstable but I find it pretty stable, just I found some issues with nixpkgs on lxqt.
FRidh has joined #nixos
<ZipR> I redefined my system with flake.nix and it works find, but I can't seem to find out how I can build the iso version of it ...
<pickfire> pumpy: I found services.kbfs.enable in configuration.nix
<pickfire> Maybe that is what you need?
<pickfire> ZipR: The last video just now talked a bit about how to use nix flake.
<pickfire> There is not much documentation too but some stuff is documented.
<ZipR> yeah
whatisRT has quit [Read error: Connection reset by peer]
<ZipR> the strict ways in which the outputs are divided
<ZipR> when building an iso I build a nixos system as a derivation somehow. but flakes wants a nixosConfiguration output or package, no way to say: -A -A config.system.build.isoImage
<pickfire> He have way to build with flake.nix
<{^_^}> [nixpkgs] @Ma27 opened pull request #100726 → gotify-server: 2.0.18 -> 2.0.20 → https://git.io/JTZnc
<pickfire> But that is for china iso, probably need some tweak.
<pickfire> ZipR: You could also look at the acknowledgements to learn more.
alp has quit [Ping timeout: 272 seconds]
<pickfire> pumpy: Maybe you could try `man configuration.nix` if you don't know about it? I found kbfs there, it could be related.
spudly has joined #nixos
urkk has joined #nixos
<urkk> is possible to use something like substituteInPlace to expand @fig.trees.large@ to "${fig.trees.large}" in a latex file?
<pumpy> pickfire ty. i read that but i don't know which of those options i need. what i usually find in the wiki
<pickfire> pumpy: You can try using /services\. to search.
<pumpy> i start keybase service then i'm told to run kbfsfuse then keybase login. i want to put as much of that into my configuration.nix
<pumpy> well i already enabled keybase and kbfs services
<pickfire> Or maybe find the wiki, but I rarely go check the wiki, it isn't as good as arch wiki for me.
<pumpy> there's no wiki for keybase :(
<pumpy> keybase-gui i should say
<pickfire> pumpy: Maybe try read the part that covers services.kbfs?
Core8749 has joined #nixos
<pickfire> And also services.keybase.
<pickfire> Ah, services.keybase have no options?
<numkem> I'm looking into a way to create en environment based on a derivation (like you'd do in configuration.nix) minus everything related to systemd/kernel/boot. Essentially a chroot. I know nixos containers exists but I don't want the extra network interface and cgroup
<pickfire> pumpy: Do you need the gui?
spudly has quit [Ping timeout: 246 seconds]
<pumpy> ya i prefer for now
<pickfire> Should be able to add that to packages.
<{^_^}> [nixpkgs] @ehmry pushed to master « nim: 1.2.6 -> 1.4.0 »: https://git.io/JTZCT
<{^_^}> [nixpkgs] @timokau closed pull request #96435 → palp: 2.11 -> 2.12 → https://git.io/JUkDD
<pumpy> i did
<pumpy> read my original question i say i added keybase-gui to systempackages
<pumpy> "$XDG_RUNTIME_DIR/keybase/keybased.sock" is what's not being found, but how can i have it automatically made?
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
Jonathan99 has quit [Ping timeout: 245 seconds]
<pickfire> pumpy: Did you see "You might need to run: keybase service"?
<FRidh> ZipR: add to modules in your flake `(builtins.toPath "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")` and now you should have e.g. $ nix build .#nixosConfigurations.fr-desktop.config.system.build.isoImage
<FRidh> do note you should exclude the parts that are typically in hardware-configuration.nix
<pumpy> pickfire ya but i want that to run automatically
nixer|85 has left #nixos [#nixos]
mallox_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #100727 → terragrunt: 0.23.40 -> 0.25.4 → https://git.io/JTZC7
vldn has quit [Read error: Connection reset by peer]
vldn has joined #nixos
<ZipR> thanks pickfire & FRidh this was helpful
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: Drop unused CMake variables and passthru tg_owt »: https://git.io/JTZWY
vldn has quit [Read error: Connection reset by peer]
wolfshappen has joined #nixos
nixer|86 has joined #nixos
gustavderdrache 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/JTZWi
vldn has joined #nixos
mallox_ has joined #nixos
noonien has quit [Quit: The Lounge - https://thelounge.chat]
noonien has joined #nixos
h0m1 has quit [Quit: WeeChat 2.9]
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100728 → python37Packages.nbsmoke: 0.4.1 -> 0.5.0 → https://git.io/JTZl8
<{^_^}> [nixpkgs] @raboof opened pull request #100729 → borgbackup: update description → https://git.io/JTZl0
maxsc has joined #nixos
meh` has joined #nixos
bhipple has quit [Ping timeout: 265 seconds]
<maxsc> Trying to configure my domain for DNS validation, the code looks very similar to the examples posted here: https://github.com/NixOS/nixpkgs/pull/63613#issuecomment-504765403
<maxsc> Now I tried setting `webroot = null;`, but this conflicts with it being set to true in the nginx module... What do I need to change here to make this work?
<maxsc> However, this configuration by itself doesn't work, as I get an assertion error: - Options `security.acme.certs.example.com.dnsProvider` and `security.acme.certs.example.com.webroot` are mutually exclusive.
zupo has joined #nixos
<{^_^}> [nixpkgs] @p-h opened pull request #100730 → kmon: 1.4.0 -> 1.5.1 → https://git.io/JTZ8R
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos
zupo_ has joined #nixos
m4ts has joined #nixos
ptrcmd has joined #nixos
nobrak has joined #nixos
zupo has quit [Ping timeout: 256 seconds]
zupo_ has quit [Client Quit]
<pumpy> i added https://gist.github.com/taktoa/3133a4d9b1614fad1f4841f145441406#file-keybase-nix-L26 but when i run keybase-gui it still says keybase service needs to be run!
m4tsa_ has quit [Ping timeout: 272 seconds]
<ptrcmd> I am having some trouble getting fonts to work in X11
m4tsa_ has joined #nixos
<ptrcmd> it was normal before I did "nix-channel --update; nixos-rebuild switch"
maxsc has quit [Ping timeout: 260 seconds]
<ptrcmd> and now even rolling back doesn't work
nek0 has joined #nixos
<ptrcmd> I see only squares where strings are expected
<ptrcmd> like, not even English charcters
<ptrcmd> in X
<ptrcmd> What might be the problem here?
m4ts has quit [Ping timeout: 260 seconds]
<ptrcmd> I expected that rolling back would fix it..but that's not the case
evanjs- has joined #nixos
digifox03 has joined #nixos
gluonix has joined #nixos
<pbogdan> ptrcmd: not sure but maybe try clearing out your user's fontconfig cache?
kdlv has quit [Quit: kdlv]
ddellacosta has joined #nixos
sangoma has quit [Quit: WeeChat 2.9]
spudly has joined #nixos
evanjs has quit [Ping timeout: 256 seconds]
cransom has joined #nixos
<ptrcmd> pbogdan: that'd be "rm -rf ~/.cache/fontconfig" right?
<ptrcmd> pbogdan: or should I run an fc command
cosimone has quit [Ping timeout: 240 seconds]
<ptrcmd> I am running "fc-cache -f" now
<pbogdan> yeah; maybe force-rebuilding it would help too
<ptrcmd> pbogdan: it worked!
<ptrcmd> pbogdan: thanks
<pbogdan> nice, glad I could help :)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100731 → python37Packages.casbin: 0.8.3 -> 0.9.0 → https://git.io/JTZB1
<ptrcmd> pbogdan: thanks :)
kenran has joined #nixos
<ptrcmd> that was kind of scary
evanjs- has quit [Quit: ZNC 1.8.1 - https://znc.in]
zupo has joined #nixos
<siraben> Is it possible to build with a sandbox temporarily?
<siraben> I don't want to enable it in my config, for instance.
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
spudly has quit [Ping timeout: 260 seconds]
evanjs has joined #nixos
kenran has quit [Ping timeout: 258 seconds]
<pumpy> to use keybase-gui, do i also have to add kbfs and keybase to systempackages in my configuration.nix?
halfbit has quit [Ping timeout: 260 seconds]
meh` has quit [Ping timeout: 272 seconds]
Chiliparrot has joined #nixos
bahamas has quit [Quit: leaving]
halfbit has joined #nixos
adamt has joined #nixos
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #100732 → haskell-lib: Create flipped version of haskell-lib → https://git.io/JTZ0s
<mbrgm> What's the best start for enabling cross-compilation builds? I am stuck at `a 'armv71-linux' with features... is required to build ..., but I am a 'x86_64-linux' ...`?
<{^_^}> [nixpkgs] @doronbehar merged pull request #100726 → gotify-server: 2.0.18 -> 2.0.20 → https://git.io/JTZnc
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JTZ0h
<pickfire> pumpy: Maybe you could try ping those that maintain keybase in nix?
<pumpy> how do i find their nick here?
<pickfire> Not sure, trace them? Probably have the same nick.
bhipple has joined #nixos
<pumpy> trace?
<bqv> Am I being obtuse or is eelco just straight up ignoring nix#3961?
<{^_^}> https://github.com/NixOS/nix/pull/3961 (by bqv, 7 weeks ago, open): Add a settings option for log-format
<puck> ftr, nixcon is back up for the second block for the day! #nixcon, and https://2020.nixcon.net/live.html
anderslu1dstedt has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
digifox03_ has joined #nixos
superherointj has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @RaghavSood opened pull request #100733 → go-ethereum: 1.9.22 -> 1.9.23 → https://git.io/JTZzU
sigmundv has joined #nixos
dsx has quit [Quit: dsx]
anderslundstedt has quit [Ping timeout: 240 seconds]
digifox03 has quit [Ping timeout: 260 seconds]
anderslu1dstedt has quit [Ping timeout: 256 seconds]
<typetetris> niv will be obsolete with flakes, won't it?
anderslundstedt has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100734 → python37Packages.posix_ipc: 1.0.4 -> 1.0.5 → https://git.io/JTZz7
urkk has left #nixos [#nixos]
<{^_^}> [nixpkgs] @zimbatm merged pull request #100719 → gopls: 0.5.0 -> 0.5.1 → https://git.io/JTZJe
<{^_^}> [nixpkgs] @zimbatm pushed commit from @bouk to master « gopls: 0.5.0 -> 0.5.1 (#100719) »: https://git.io/JTZgf
<{^_^}> [nixpkgs] @zimbatm merged pull request #100727 → terragrunt: 0.23.40 -> 0.25.4 → https://git.io/JTZC7
<{^_^}> [nixpkgs] @zimbatm pushed commit from @06kellyjac to master « terragrunt: 0.23.40 -> 0.25.4 (#100727) »: https://git.io/JTZgY
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #99572 → tilem: init at 2.0 → https://git.io/JUdct
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JTZgG
camsbury has joined #nixos
anderslu1dstedt has joined #nixos
erasmas has joined #nixos
kapil_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
addcninblue has joined #nixos
superherointj has quit [Quit: Leaving]
anderslundstedt has quit [Ping timeout: 264 seconds]
vandenoever has joined #nixos
vandenoever has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100735 → python37Packages.pytest_6: 6.0.1 -> 6.1.1 → https://git.io/JTZaJ
vandenoever has left #nixos ["Konversation terminated!"]
meh` has joined #nixos
spudly has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100699 → python37Packages.kafka-python: 2.0.1 -> 2.0.2 → https://git.io/JTGyH
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.kafka-python: 2.0.1 -> 2.0.2 »: https://git.io/JTZag
<{^_^}> [nixpkgs] @jonringer merged pull request #100697 → python27Packages.jsbeautifier: 1.12.0 -> 1.13.0 → https://git.io/JTGPm
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.jsbeautifier: 1.12.0 -> 1.13.0 »: https://git.io/JTZa6
niksnut has joined #nixos
kapil_ has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100704 → python37Packages.plexwebsocket: 0.0.6 -> 0.0.12 → https://git.io/JTG5h
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.plexwebsocket: 0.0.6 -> 0.0.12 »: https://git.io/JTZah
<{^_^}> [nixpkgs] @jonringer merged pull request #100701 → python37Packages.vispy: 0.6.4 -> 0.6.5 → https://git.io/JTGQZ
sigmundv has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTZVk
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pympler: 0.8 -> 0.9 »: https://git.io/JTZVY
<{^_^}> [nixpkgs] @jonringer merged pull request #100710 → python37Packages.pympler: 0.8 -> 0.9 → https://git.io/JTGhV
<{^_^}> [nixpkgs] @jonringer merged pull request #100715 → python37Packages.aria2p: 0.7.0 -> 0.9.1 → https://git.io/JTZeu
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTZVn
sigmundv has joined #nixos
superherointj has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100736 → python37Packages.bpython: 0.19 -> 0.20 → https://git.io/JTZVD
<{^_^}> [nixpkgs] @jonringer merged pull request #100720 → python37Packages.google_cloud_videointelligence: 1.15.0 -> 1.16.0 → https://git.io/JTZUL
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.google_cloud_videointelligence: 1.15.0 -> 1.16.0 »: https://git.io/JTZwB
<{^_^}> [nixpkgs] @jonringer merged pull request #100721 → python37Packages.ipydatawidgets: 4.0.1 -> 4.1.0 → https://git.io/JTZT5
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.ipydatawidgets: 4.0.1 -> 4.1.0 »: https://git.io/JTZwR
<{^_^}> [nixpkgs] @jonringer merged pull request #100722 → python37Packages.langcodes: 2.0.0 -> 2.1.0 → https://git.io/JTZI1
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.langcodes: 2.0.0 -> 2.1.0 »: https://git.io/JTZw2
spudly has quit [Ping timeout: 260 seconds]
emmanuel_erc has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #100723 → python37Packages.shodan: 1.23.1 -> 1.24.0 → https://git.io/JTZLj
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.shodan: 1.23.1 -> 1.24.0 »: https://git.io/JTZwF
camsbury has quit [Remote host closed the connection]
zie has joined #nixos
mudrii[m] has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
neiluj has joined #nixos
saschagrunert has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jonringer merged pull request #100731 → python37Packages.casbin: 0.8.3 -> 0.9.0 → https://git.io/JTZB1
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.casbin: 0.8.3 -> 0.9.0 »: https://git.io/JTZrx
<{^_^}> [nixpkgs] @jonringer merged pull request #100718 → python37Packages.aioftp: 0.18.0 -> 0.18.1 → https://git.io/JTZfH
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.aioftp: 0.18.0 -> 0.18.1 »: https://git.io/JTZov
emmanuel_erc has joined #nixos
JanHeidbrink has joined #nixos
domogled has quit [Ping timeout: 264 seconds]
alexherbo205 has quit [Quit: The Lounge - https://thelounge.chat]
spudly has joined #nixos
ZipR has quit [Remote host closed the connection]
alexherbo2 has joined #nixos
addcninblue has quit [Ping timeout: 264 seconds]
digifox03_ has quit [Read error: Connection reset by peer]
addcninblue has joined #nixos
hnOsmium0001 has joined #nixos
fresheyeball has joined #nixos
<fresheyeball> hey out there
spudly has quit [Ping timeout: 260 seconds]
<fresheyeball> how can I find out why `category` in haskell pacakges has been marked broken?
<numkem> is there an update to date howto on upgrading the nvidia driver to another version? I'd like to get 455 as it fixes some problems I have
spudly has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meh` has quit [Ping timeout: 265 seconds]
shibboleth has joined #nixos
<fresheyeball> p.haskell.lib.markUnbroken vs p.haskell.lib.unmarkBroken
<fresheyeball> what is the difference?
tobeportable has joined #nixos
lsix has quit [Quit: WeeChat 2.9]
spudly has quit [Ping timeout: 264 seconds]
<nh2[m]> fresheyeball: according to `lib/haskel.nix`, those 2 functions are synonymous with identical implementation
gxt has quit [Ping timeout: 240 seconds]
rob999999999 has joined #nixos
<rob999999999> Who wants to become as rich as he/she wants ? Prepare 70 euros. Call me +372 6 8 6 1 3 2 7
rob999999999 has quit [K-Lined]
gxt has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #100698 → python37Packages.yfinance: 0.1.54 -> 0.1.55 → https://git.io/JTGDD
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JTZPE
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100737 → python37Packages.python-json-logger: 0.1.11 -> 2.0.1 → https://git.io/JTZPj
ebopp has quit [Quit: leaving]
ericsagnes has quit [Ping timeout: 260 seconds]
dsx has joined #nixos
<johanot> clapclapclapclap
<johanot> wrong channel :D
m3thos has quit [Ping timeout: 244 seconds]
<rasmusm> fresheyeball: use the config option to build broken and build it
<fresheyeball> nh2[m]++
<{^_^}> nh2[m]'s karma got increased to 1
<fresheyeball> rasmusm: it built fine
<fresheyeball> I am just going to mark it unbroken in my overlay
nature has joined #nixos
alp has joined #nixos
<rasmusm> fresheyeball: that it also how i would handel it, but the right thing(tm) to do are to send it upsteam (to nixpkgs)
<fresheyeball> rasmusm:how?
<{^_^}> [nixpkgs] @jonringer merged pull request #100736 → python37Packages.bpython: 0.19 -> 0.20 → https://git.io/JTZVD
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.bpython: 0.19 -> 0.20 »: https://git.io/JTZM2
<{^_^}> [nixpkgs] @jonringer merged pull request #100734 → python37Packages.posix_ipc: 1.0.4 -> 1.0.5 → https://git.io/JTZz7
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.posix_ipc: 1.0.4 -> 1.0.5 »: https://git.io/JTZMa
ericsagnes has joined #nixos
<rasmusm> that is at lest the best docs i have find, i have not tryed my self, there haskell i had trobble with got fix befor i found out how to do it
<{^_^}> [nixpkgs] @jonringer merged pull request #100714 → python37Packages.aioconsole: 0.2.1 -> 0.3.0 → https://git.io/JTGj4
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTZDL
mudrii has joined #nixos
mudrii has quit [Quit: Leaving]
trevorriles has joined #nixos
mudrii has joined #nixos
<Dandellion> is there some way to define a "weak" default in a module?
<Raito_Bezarius> mkOverride $somePriority ?
<Raito_Bezarius> or mkDefault ?
<Dandellion> like mkForce would be applied by default, so values aren't merged
<Dandellion> like passing in attrsets wholesale without merging
<lordcirth> rycee, how come the bqv-flakes branch says it's deprecated in favor of master, but master doesn't work as a flake? It tries to use <nixpkgs>
trevorriles is now known as visi0n
visi0n is now known as trevorriles
kenran has joined #nixos
endformationage has joined #nixos
addcninblue has quit [Ping timeout: 258 seconds]
<lordcirth> (Relevant because bqv-flakes fails on manual-combined if I update nixos to 20.09)
addcninblue has joined #nixos
<Dandellion> Raito_Bezarius: that still merges the set value with the module default right?
mmohammadi981266 has joined #nixos
<Raito_Bezarius> I'm not that familiar with the NixOS modules details (and also following the conf), I believe it ought to be, but the code might give the real answer
<Raito_Bezarius> If I was you, I'd just test in a repl
<notgne2> lordcirth (chat.freenode.net): it works fine in a flake for me
<notgne2> where does it use <nixpkgs>?
<lordcirth> notgne2, home-manager master branch? What nixos version?
<notgne2> nixos-unstable
<lordcirth> "at: (214:11) in file: /nix/store/mq8gnrwsq9blsjlrd4mx9a0sljb7sah0-source/modules/modules.nix"
tv has quit [Ping timeout: 260 seconds]
cole-h has joined #nixos
spudly has joined #nixos
<lordcirth> It's in the definition of pkgsModule
noudle has joined #nixos
spudly has quit [Client Quit]
<lordcirth> Ah, so it's branching on config.home.stateVersion, that's probably why it works for you and not me
kenran has quit [Ping timeout: 246 seconds]
spudly has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100735 → python37Packages.pytest_6: 6.0.1 -> 6.1.1 → https://git.io/JTZaJ
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTZyQ
<notgne2> lordcirth (chat.freenode.net): I don't recall how the Nix module system handles this, but if you overwrite it at a higher priority would it even evaluate the lower priority?
<lordcirth> notgne2, you mean overriding stateVersion?
<notgne2> so maybe setting `_module.args.pkgsPath = lib.mkForce pkgs.path;` would fix it
<lordcirth> Oh I see
mudriii_ has joined #nixos
rtjure has joined #nixos
mudrii_ has joined #nixos
mudrii has quit [Quit: Leaving]
mudriii_ has quit [Client Quit]
<lordcirth> Well it's building, cool!
mudrii_ is now known as mudrii
jul1u5 has quit [Quit: WeeChat 2.9]
lnlsn has joined #nixos
jul1u5 has joined #nixos
KarlJoad has joined #nixos
spudly has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #100696 → python37Packages.mongoengine: 0.18.2 -> 0.20.0 → https://git.io/JTGiE
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTZSd
growpotkin has joined #nixos
domogled has joined #nixos
mmohammadi981266 has quit [Ping timeout: 260 seconds]
mudrii has quit [Quit: Leaving]
gxt has quit [Remote host closed the connection]
mudrii has joined #nixos
gxt has joined #nixos
<jperras> just burned a few hours because of this: https://github.com/NixOS/nix/issues/1360 :-/
<{^_^}> nix#1360 (by matthewbauer, 3 years ago, open): --arg doesn't work for functions with ...
<KarlJoad> I've been having some strange issues with WiFi that I cannot figure out on my own. On my personal WiFi, I have no issues, but when I use my university's WiFi, I have plenty of connection issues. The relevant system's config is here: https://github.com/KarlJoad/NixOS_Dotfiles/blob/master/hosts/thinkpad-T460S.nix
mudrii_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100738 → python37Packages.gphoto2: 2.2.2 -> 2.2.3 → https://git.io/JTZ9T
mudrii has quit [Client Quit]
<KarlJoad> Does anyone have any ideas for how to solve this? When I use `ip addr show`, I end up with 2 IPv4 addresses, and 6-8 IPv6 addresses
mudrii_ is now known as mudrii
m3thos has joined #nixos
mudrii_ has joined #nixos
mudrii has quit [Client Quit]
<lordcirth> KarlJoad, you should probably be using networkmanager
tv has joined #nixos
mudrii_ is now known as mudrii
mudrii has quit [Client Quit]
mudrii has joined #nixos
JanHeidbrink has quit [Remote host closed the connection]
mudrii_ has joined #nixos
mudrii has quit [Client Quit]
mudrii_ is now known as mudrii
mudrii_ has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
mudrii has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100739 → python37Packages.django-filter: 2.3.0 -> 2.4.0 → https://git.io/JTZ9F
mudrii_ has quit [Client Quit]
ris has joined #nixos
zupo has joined #nixos
acarrico has joined #nixos
nickoooo has joined #nixos
lnlsn has quit [Read error: Connection reset by peer]
jonringer_ has joined #nixos
yannham has quit [Ping timeout: 240 seconds]
<KarlJoad> lordcirth: I am using NetworkManager, that's the thing.
mudrii has joined #nixos
<lordcirth> KarlJoad, then why do you also have dhcp enabled on those interfaces? That's probably the problem
nickoooo has quit [Remote host closed the connection]
sangoma has joined #nixos
aasg has quit [Quit: killed]
Rusty1 has joined #nixos
aasg has joined #nixos
mmohammadi981266 has joined #nixos
rtjure has quit [Remote host closed the connection]
rtjure has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100738 → python37Packages.gphoto2: 2.2.2 -> 2.2.3 → https://git.io/JTZ9T
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.gphoto2: 2.2.2 -> 2.2.3 »: https://git.io/JTZQf
<{^_^}> [nixpkgs] @jonringer merged pull request #100739 → python37Packages.django-filter: 2.3.0 -> 2.4.0 → https://git.io/JTZ9F
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.django-filter: 2.3.0 -> 2.4.0 »: https://git.io/JTZQL
Darkmatter66_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 272 seconds]
<jasom> Is there a general tool in nix for making enviroments with symlinks like the way .nix-profile works?
<jasom> I'd like to turn a list of packages into a subdirectory with e.g. bin/ lib/ and include/ symlinks from all of the packages
<clever> jasom: buildEnv
<jasom> clever: well ask a silly question...
<KarlJoad> lordcirth: I have it there because it hasn't caused problems in the past. I don't know why that option would only affect my experience on my university's WiFi.
<lordcirth> KarlJoad, I don't know why it hasn't caused problems elsewhere, but it will conflict with NM
refnil has quit [Remote host closed the connection]
mudrii has quit [Remote host closed the connection]
cantaloupe has joined #nixos
mudrii has joined #nixos
<jasom> clever: thanks, I'm thinking that would be a better way to do lisp dev (a question that came up while I was sleeping) because restaring your lisp process just to load a library you didn't know you needed when you started things up is annoying, but having a deterministic enviroment is a Good Thing (or you wouldn't be using nix)
<KarlJoad> Ok. I'll try that. I really don't understand the difference between using NM and have the per-interface DHCP options then, I guess. lordcirth, could you perhaps shine a light on that?
sbetrium has quit [Quit: sbetrium]
jul1u5 has quit [Remote host closed the connection]
mudrii_ has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100737 → python37Packages.python-json-logger: 0.1.11 -> 2.0.1 → https://git.io/JTZPj
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JTZ7J
<lordcirth> KarlJoad, afaik, setting dhcp for those interfaces just causes systemd to start dhcpcd for those interfaces.
<lordcirth> So you have two daemons trying to DHCP on that interface
mmohammadi981266 has quit [Ping timeout: 256 seconds]
<hyperfekt> ,locate nixos-install
mudrii has quit [Ping timeout: 260 seconds]
eskytthe has quit [Ping timeout: 258 seconds]
<{^_^}> Found in packages: nix-bash-completions
<hyperfekt> hm
sbetrium has joined #nixos
mmohammadi981266 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100740 → python37Packages.azure-mgmt-sql: 0.21.0 -> 0.22.0 → https://git.io/JTZ7E
Core8749 has quit [Ping timeout: 260 seconds]
<lordcirth> hyperfekt, that executable is in it's own nixos-install store path on my machine
<KarlJoad> lordcirth: Gotcha. That would explain why I get multiple IP addresses too.
<{^_^}> [nixpkgs] @primeos merged pull request #100512 → chromium: fix build on i686 → https://git.io/JTY5w
<{^_^}> [nixpkgs] @primeos pushed commit from @conferno to master « chromium: fix build on i686 (#100512) »: https://git.io/JTZ7p
<{^_^}> [nixpkgs] @jonringer merged pull request #100654 → python37Packages.pysam: 0.15.4 -> 0.16.0.1 → https://git.io/JTsDi
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.pysam: 0.15.4 -> 0.16.0.1 »: https://git.io/JTZ5f
mmohammadi981266 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amosbird has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #100070 → lldb_{10, 11}: polish the cmakeFlags → https://git.io/JTebd
<{^_^}> [nixpkgs] @primeos pushed commit from @ggreif to master « lldb_{10, 11}: polish the cmakeFlags (#100070) »: https://git.io/JTZ5M
<{^_^}> [nixpkgs] @arcz opened pull request #100741 → btor2tools: enable unix platforms → https://git.io/JTZ5S
camsbury has joined #nixos
cfinch has joined #nixos
domogled has quit [Quit: domogled]
cfinch has quit [Remote host closed the connection]
orivej has joined #nixos
zupo has joined #nixos
<pie_> well, #nixos-jvm is a thing nwo
<pie_> now
alp has quit [Remote host closed the connection]
alp_ has joined #nixos
orivej_ has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
kirelagin has quit [Ping timeout: 260 seconds]
jonringer_ has quit [Quit: Leaving]
philr has quit [Ping timeout: 272 seconds]
m4ts has joined #nixos
<fzakaria> can someone let me know how to bridge a IRC nix channel + NixOS discord channel? Thanks.
rajivr has quit [Quit: Connection closed for inactivity]
<neiluj> Hello!
<neiluj> Anyone using a nitrokey with nixos?
<neiluj> there's more documentation about an other option: the yubikey
m4tsa_ has quit [Ping timeout: 272 seconds]
abathur has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100743 → python37Packages.bids-validator: 1.5.4 -> 1.5.6 → https://git.io/JTZb1
abathur has joined #nixos
shabius has joined #nixos
<neiluj> gchristensen: thanks!
<neiluj> i'm on the fence of getting the nitrokey, but still hesitate to choose it over the yubikey
<{^_^}> [nixpkgs] @dasJ opened pull request #100744 → iperf3: 3.8.1 -> 3.9 → https://git.io/JTZbb
<pie_> gchristensen: what do you do now
<gchristensen> yubikey
<pie_> whyd you switch?
<bqv> peak nixos is compiling two versions of nix at the same time
<pie_> heh
<neiluj> gchristensen: you got a preference for the yubikey?
<bqv> who needs PRs merged when you can just manually apply patches and slowly overcomplicate your configs to the point of unmaintainability
<gchristensen> I switched I don't have any USB-A ports
<neiluj> ah i see
<fzakaria> I keep meaning to buy Yubikey's new usbc + NFC
<fzakaria> I'm always confused why a lot of documentation mention gpg-agent when SSH has native integration for PKCS#11 for SSH
<fzakaria> (seems like a simpler setup since you are likely running ssh-agent)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100745 → python37Packages.azure-mgmt-subscription: 0.6.0 -> 0.7.0 → https://git.io/JTZNP
fusion809 has quit [Quit: Connection closed]
<gchristensen> yeah... I am hopeful I won't need to use GPG in 2021
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<puck> why use either when you can use libfido with ssh! :p
<fzakaria> Interesting; i'm curious how it differs then PKCS11
__monty__ has joined #nixos
<fzakaria> I see it's just another interface.
<puck> u2f means that keys are sorta "ephemeral" -- as in, the only way to retrieve a certain u2f key is by its keyhandle
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
<puck> so you can generate near-infinite SSH keys from one yubikey, without being able to tell that they are all on the same key, and all usable simultenously
<{^_^}> [nixpkgs] @dtzWill opened pull request #100746 → agave: 22 -> 30 → https://git.io/JTZxl
<{^_^}> [nixpkgs] @Ma27 merged pull request #100600 → tor-browser-bundle-bin: 10.0 -> 10.0.1 → https://git.io/JT3DD
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JTZx8
mudrii_ has quit [Quit: Leaving]
superherointj has quit [Quit: Leaving]
<{^_^}> [cabal2nix] @peti pushed to master « doc: import maralorn's additions for haskell-language-server »: https://git.io/JTZxR
tldr32 has quit [Quit: ZNC 1.7.5 - https://znc.in]
tldr32 has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
werner291 has joined #nixos
alp_ has quit [Ping timeout: 258 seconds]
cantaloupe_ has joined #nixos
xd1le has joined #nixos
alp_ has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #100516 → cargo-update: 4.1.1 -> 4.1.2 → https://git.io/JTOkO
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JTZpO
rtjure has quit [Remote host closed the connection]
rtjure has joined #nixos
sbetrium has quit [Quit: sbetrium]
ivan has left #nixos [#nixos]
ivan has joined #nixos
<fzakaria> puck: ah cool.
<fzakaria> I'm looking forward to the WebAuth flow being more mainstream. I don't want to even type password + key --> just press yubikey!
<{^_^}> [nixpkgs] @danieldk merged pull request #100506 → _1password-gui: 0.8.9 -> 0.8.10 → https://git.io/JTYo8
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JTZht
<cole-h> Yes please
rtjure has quit [Remote host closed the connection]
rtjure has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #100589 → homeassistant: 0.116.2 -> 0.116.3 -> 0.116.4 → https://git.io/JT3a0
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JTZhn
<tobiasBora> Hello, I'm packaging a project, but the unpacking takes lot's of time cause it's unpacking two times a 2Gb file. Is there a way to cache the unpacking step?
<tobiasBora> (at least while "debugging" my installation script, because I'll likely need lot's of try and fail)
<{^_^}> [nixpkgs] @zachcoyle closed pull request #97851 → vimPlugins.nerdtree-git-plugin: init at 2020-09-11 → https://git.io/JUlKy
<infinisil> tobiasBora: You could unpack it yourself into some mutable directory, then override it with `src = ./path/to/directory`
leotaku has joined #nixos
<g-w1> does anyone know what the clang libraries package name is?
<tobiasBora> infinisil: oh, good idea, I'll do that then, thanks
<{^_^}> [nixpkgs] @danieldk merged pull request #100729 → borgbackup: update description → https://git.io/JTZl0
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JTZjk
leotaku_ has quit [Ping timeout: 272 seconds]
orivej_ has quit [Ping timeout: 272 seconds]
thc202 has quit [Ping timeout: 240 seconds]
<LnL> g-w1: do you mean the clang.lib output?
<g-w1> -- Could NOT find clang (missing: CLANG_LIBRARIES)
<g-w1> this is the output in cmake
<LnL> probably then, try clang.cc.lib
<g-w1> ok
<g-w1> i want clang_11 so would I do clang_11.cc.lib?
kenran has joined #nixos
<tobiasBora> infinisil: just to make sure, if you set src = ./mydir, will it copy mydir in /nix or not?
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #100702 → pdfjs: 2.4.456 -> 2.6.347 → https://git.io/JTGQ9
<LnL> g-w1: yeah
<fzakaria> It will not.
<infinisil> tobiasBora: It will, but only once
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JTZjX
<fzakaria> /nix/store only has contents set in $out ?
<tobiasBora> infinisil: ok cool, thanks
<infinisil> fzakaria: "${./mydir}" automatically gets imported into the store
zupo has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<fzakaria> infinisil: whoops, i thought only into the chroot for building when set to `src`; sorry for adding confusion. Obviously defer to you :)
<{^_^}> [nixpkgs] @risicle merged pull request #100659 → itk: remove -march=corei7 and -mtune=native flags from cmake build files → https://git.io/JTs9b
<g-w1> it still didnot work -- Could NOT find clang (missing: CLANG_LIBRARIES)
<{^_^}> [nixpkgs] @risicle pushed 2 commits to master: https://git.io/JTnef
rtjure2 has joined #nixos
<g-w1> ill ask around in my project's community, thanks anyways
<infinisil> No worries :)
<LnL> g-w1: it might be trying to detect where the libs are based on the location of clang itself, in that case you'd have to add some kind of -DCLANG_LIB=${clang_11.cc.lib}/lib cmake flag to point it at the right location
<{^_^}> [nixpkgs] @Ma27 merged pull request #100507 → php: Update some third party packages and extensions → https://git.io/JTYDH
<{^_^}> [nixpkgs] @Ma27 pushed 5 commits to master: https://git.io/JTnes
<g-w1> ok ill try that
spudly has joined #nixos
rtjure has quit [Ping timeout: 256 seconds]
madjar has quit [Quit: Connection closed for inactivity]
kenran has quit [Ping timeout: 264 seconds]
zupo has quit [Ping timeout: 272 seconds]
<g-w1> I am doing this on the command line though so i dont have that variable
<g-w1> oh i do
<g-w1> but that flag wasn't right
<LnL> might be project specific then, not sure
spease has joined #nixos
<g-w1> it still says cannot find cmake. but its fine I asked in irc for someone to give me a default.nix file. thanks for the help !
<{^_^}> [nixpkgs] @oxalica opened pull request #100747 → osu-lazer: 2020.925.0 -> 2020.1017.0 → https://git.io/JTnew
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JTneo
<tobiasBora> Also, in the package I'm trying to configure, it seems that there are some default configuration file. Should I paste them just in $out/share, or is there some better places to put them?
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackag2nix: constrain fourmulu and refinery to older versions »: https://git.io/JTne9
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JTne5
spudly has quit [Ping timeout: 246 seconds]
<tobiasBora> Grr, I don't understand why, I added two hook wrapQtAppsHook and autoPatchelfHook, but when I start the exec file, I get an error This application failed to start because it could not find or load the Qt platform plugin "xcb"
<tobiasBora> in "".
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
shibboleth has quit [Remote host closed the connection]
berberman_ has quit [Ping timeout: 272 seconds]
berberman has joined #nixos
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #100748 → tinycc: fix build on darwin → https://git.io/JTnvc
sbetrium has joined #nixos
kenran has joined #nixos
mallox_ has quit [Quit: WeeChat 2.9]
mallox has joined #nixos
mallox has quit [Client Quit]
vldn has quit [Ping timeout: 272 seconds]
kenran has quit [Ping timeout: 265 seconds]
vldn has joined #nixos
kenran has joined #nixos
sbetrium_ has joined #nixos
<betaboon> joko: did you ever find a solution to declaratively starting systemd-units based on service-templates (aka "myservice@") ?
sbetrium has quit [Ping timeout: 260 seconds]
zakame has quit [Ping timeout: 265 seconds]
ninjin_ has quit [Remote host closed the connection]
KarlJoad has quit [Quit: ERC (IRC client for Emacs 26.3)]
rasmusm has quit [Ping timeout: 256 seconds]
<Ke> warning: ignoring #pragma omp parallel [-Wunknown-pragmas] <- do I need to do something special in nixos to get openmp
ninjin_ has joined #nixos
mudrii has joined #nixos
rasmusm has joined #nixos
vldn has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « stack: override pantry to the latest version to fix the build »: https://git.io/JTnUn
vldn has joined #nixos
seku has joined #nixos
zakame has joined #nixos
<Ke> apparently I just did not save enough the file
testing has joined #nixos
<Ke> so nothing special was needed
<{^_^}> [nixpkgs] @samuela closed pull request #100586 → vscodium: 1.50.0 -> 1.50.1 → https://git.io/JT3g8
testing has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @samuela closed pull request #100535 → vscode: 1.50.0 -> 1.50.1 → https://git.io/JTORs
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « stylish-haskell: jailbreak build with ghc-8.10.x to support Cabal-3.2.x »: https://git.io/JTnTO
<{^_^}> [nixpkgs] @arcz opened pull request #100750 → boolector: enable darwin build → https://git.io/JTnTW
cole-h has quit [Ping timeout: 272 seconds]
kenran has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jfroche opened pull request #100751 → [20.09] devpi-server: fix tests → https://git.io/JTnkl
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100752 → python27Packages.pyside2: 5.15.0 -> 5.15.1 → https://git.io/JTnkB
adamt has quit [Quit: Connection closed for inactivity]
sbetrium_ has quit [Quit: sbetrium_]
zupo has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #100662 → bash: 5.0p17 -> 5.0p18 → https://git.io/JTs7q
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to master: https://git.io/JTnIO
<{^_^}> [nixpkgs] @woffs opened pull request #100753 → shotcut: disable upgrade prompt → https://git.io/JTnIa
<{^_^}> [nixpkgs] @jfroche opened pull request #100754 → [20.09] python{2,3}Package.pytest-bdd: upgrade and fix test → https://git.io/JTnIM
<{^_^}> [nixpkgs] @Ma27 merged pull request #100613 → matrix-synapse: 1.21.0 -> 1.21.2 → https://git.io/JTsU4
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JTnLv
hjulle has joined #nixos
vidbina has joined #nixos
jfroche has joined #nixos
rprije has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « matrix-synapse: 1.21.0 -> 1.21.2 »: https://git.io/JTntY
camsbury has quit [Remote host closed the connection]
<{^_^}> [nix] @Infinisil opened pull request #4154 → [WIP] Lazy attribute names → https://git.io/JTntZ
<{^_^}> [nixpkgs] @jfroche opened pull request #100755 → [20.09] pythonPackages.pytest-cram: 0.2.0 -> 0.2.2 → https://git.io/JTntn
FRidh has quit [Quit: Konversation terminated!]
Core8749 has joined #nixos
kapil_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
<Core8749> enjoyed the remote conference today
shibboleth has quit [Quit: shibboleth]
supercoven has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #100756 → nixos/nix: allow specifying a protocol for a remote-builder when using `pkgs.nixUnstable` → https://git.io/JTnqf
<{^_^}> [nixpkgs] @bcdarwin opened pull request #100757 → itk: remove -march=corei7 and -mtune=native flags from cmake build files → https://git.io/JTnqt
knupfer1 has joined #nixos
kapil_ has joined #nixos
<tobiasBora> I'd like to know, is there a way to refer to the unpack source directory of a derivation?
<tobiasBora> I'd like to run steam-run from the unpack source of a package, and I find it stupid to move everything to a .out folder
<tobiasBora> and ${myderivation.src} gives me the original .zip file
knupfer1 is now known as knupfer
<{^_^}> [nixpkgs] @peti merged pull request #100716 → Update Haskell package set to LTS 16.18 (plus other fixes) → https://git.io/JTZeh
<{^_^}> [nixpkgs] @peti pushed 30 commits to master: https://git.io/JTnqg
<infinisil> tobiasBora: There isn't, you need to run the unpackPhase on it
<{^_^}> [nixpkgs] @peti pushed 87 commits to haskell-updates: https://git.io/JTnqa
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « ghc-9.0.x: add plenty of overrides to make packages build »: https://git.io/JTnq7
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « matrix-synapse: 1.21.0 -> 1.21.2 »: https://git.io/JTnqd
sbetrium has joined #nixos
knupfer has quit [Ping timeout: 244 seconds]
spudly has joined #nixos
Darkmatter66_ has quit [Ping timeout: 256 seconds]
alp_ has quit [Ping timeout: 272 seconds]
<pinpox> Just got my first image build that works! This works nicely on hosters like netcup https://github.com/pinpox/nixos-images , just run ./build.sh and upload the image
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #100758 → git-delete-merged-branches: init at 6.0.5 → https://git.io/JTnmh
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100759 → python37Packages.uncompyle6: 3.7.3 -> 3.7.4 → https://git.io/JTnYe
<tobiasBora> infinisil: I do run an unpackPhase, but then how do I refer to it later? there is no myderiv.unpack?
<pinpox> Just a question: When I log into a server instance based on the resulting image, I see in my /etc/configuration.nix only "imports [ <./machin-config.nix> ];"
<pinpox> where is that file located on the server?
<infinisil> tobiasBora: No idea what you mean, gotta be more descriptive
noudle has quit []
gluonix has quit [Remote host closed the connection]
<pinpox> infinisil: sorry not sure how to google/phrase this: paths in the config with braces like "<./machine-config.nix>", where are those files actually?
<infinisil> pinpox: It looks up these files in NIX_PATH
<infinisil> Run `nix repl`, then enter `<./machine-config.nix>` to see what it evaluates to
<pinpox> infinisil: I started a server with an image created by this: https://github.com/pinpox/nixos-images/blob/main/build.sh when logging it I see this: https://imgur.com/a/udJ4qX6
<pinpox> I guess my question is, how can I set and override values on that servers configuration.nix, do I leave the import or take it out?
tv has quit [Read error: Connection reset by peer]
<pinpox> Also what happenes if set some option that is already defined in an import
<pinpox> infinisil: nix repl says it doesn't know where <./machine-config.nix> is
alp_ has joined #nixos
maxdevjs has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #93794 → nixos/chromium: update link in docs → https://git.io/JJ4HK
<{^_^}> [nixpkgs] @primeos pushed commit from @tnias to master « nixos/chromium: update link in docs (#93794) »: https://git.io/JTnOP
<infinisil> That's in your own code
<tobiasBora> infinisil: so basically I .zip file. This .zip contains an exec file. I want to refer to that exec in a writeScriptBin. So my unpackPhase unzip the .zip, but then how do I link to the output exec file from writeScriptBin?
erasmas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @primeos pushed commit from @tnias to release-20.09 « nixos/chromium: update link in docs (#93794) »: https://git.io/JTnOx
<pinpox> infinisil: Ups, I was expecting to have this file "pulled in" https://github.com/pinpox/nixos-images/blob/main/machine-config.nix
<pinpox> am I doing that wrong?
<infinisil> Ahh
vidbina has quit [Ping timeout: 272 seconds]
<infinisil> pinpox: You could do `imports = [ ${./machine-config.nix} ]`
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100760 → python37Packages.janus: 0.5.0 -> 0.6.0 → https://git.io/JTn3s
zupo has quit [Ping timeout: 272 seconds]
<abathur> tobiasBora: why do you find it stupid to move it to .out?
<pinpox> infinisil: I see. Strangly, it didn't throw any errors the way it is, so I assumed the syntax was correct
mudrii has quit [Quit: Leaving]
zupo has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #100703 → [20.09] signal-desktop: 1.36.3 -> 1.37.1 → https://git.io/JTG7o
<{^_^}> [nixpkgs] @primeos pushed 2 commits to release-20.09: https://git.io/JTn3E
<tobiasBora> abathur: Well I don't know...
<tobiasBora> Btw, where is the unpackPhase run? is it in a tmp file then?
<infinisil> tobiasBora: stdenvNoCC.mkDerivation { src = <your zip src>; myScript = "#!${pkgs.runtimeShell}\necho Executing ${placeholder "out"}/libexec/bin/yourBin"; installPhase = "cp $srcmyBin $out/libexec/bin/yourBin; cp $myScriptPath $out/bin/myScript"; }
<infinisil> Something like this might work
<abathur> yes, the whole build is done in a tmp directory that (unless you specify otherwise) is thrown away afterwards
<infinisil> tobiasBora: stdenvNoCC.mkDerivation { src = <your zip src>; myScript = "#!${pkgs.runtimeShell}\necho Executing ${placeholder "out"}/libexec/bin/yourBin"; installPhase = "cp $src/myBin $out/libexec/bin/yourBin; cp $myScriptPath $out/bin/myScript"; }
<infinisil> Missed a / in the previous version
<spease> Is there a way to see the flags used to build LLVM? I'm trying to check that it was built with the architectures that halide requires:
tv has joined #nixos
<{^_^}> halide/Halide#5367 (by spease, 15 hours ago, open): Undefined symbols trying to build with nix (mainly OS X)
<infinisil> tobiasBora: Oh and it should probably be `cp myBin $out/libexec/bin/yourBin` instead, because the unpacked source ends up in the current directory
<infinisil> Oh and `passAsFile = [ "myScript" ]` is also needed
<infinisil> Any attributes given in `passAsFile` will be turned to a filepath like `$myScriptPath`
cr4y1 has quit [Ping timeout: 260 seconds]
Acou_Bass has quit [Quit: ZNC 1.7.5 - https://znc.in]
<pinpox> infinisil: nope, ${...} doesnt work either. It puts a path to the nix store in the file, but the file does not exist on the system
Acou_Bass has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
halfbit has quit [Ping timeout: 260 seconds]
<tobiasBora> infinisil: whoo, there is some dark magic here. I need to leave right now, but I'll read it when I'm done, thanks a lot!
evernite has quit [Quit: leaving]
halfbit has joined #nixos
__Sander__ has quit [Quit: Konversation terminated!]
seku has quit [Quit: Connection closed]
Darkmatter66 has joined #nixos
<laerling> Good evening. Am I the only one still having problems with nix-env? Earlier I ran `nix-env -iA nixos.binutils` and now when I run `nix-env -e binutils` it doesn't print anything, but the binaries of the binutils derivation are still there.
sbetrium has quit [Quit: sbetrium]
<laerling> (In ~/.nix-profile/bin)
<immae> laerling: can you check in the output of nix-env -q --installed if it is actually named binutils?
Tenzer has joined #nixos
<immae> nix-env -iA nixos.binutils targets a specific element of the big nixos attrset, while -e binutils is more fuzzy
<immae> so that could explain why you were able to install it but not uninstall it
<infinisil> pinpox: Well it should exist at that /nix/store path
<{^_^}> [nixpkgs] @primeos opened pull request #100761 → iproute: 5.8.0 -> 5.9.0 → https://git.io/JTnG4
<laerling> immae: It is apparently called binutils-wrapper. Running `nix-env -e binutils-wrapper` works. Thank you!
<laerling> Although I don't understand, what you mean by 'specific element' or rather, why -e binutils should be more fuzzy...
justanotheruser has quit [Ping timeout: 272 seconds]
eskytthe has joined #nixos
<immae> when you say nix-env -iA nixos.foo, it will look into the "nixos" object (which is expected to be an attrset) and search the attribute "foo" in there
<laerling> Makes sense, yes
Ridout has joined #nixos
<immae> this attribute is usually a derivation, which could have a `name = "bar";`. And that name is what is important when you do nix-env -e
<immae> so you have a difference between what you give to -iA nixos.foo and what you give to -e bar
slack1256 has joined #nixos
<immae> difference as in "they don’t come from the same location" (they’re usually similar or identical, but it’s not guaranteed)
<laerling> Right, I remember that from the nix pills. Also, when running `find /nix/store -maxdepth 1 -type d | grep binutils` I can see that there is indeed a derivation called binutils and one called binutils-wrapper.
<immae> if you want to have a consistent behavior I believe you would have to drop the -A and use something like nix-env -i binutils-wrapper
<immae> but usually I’m content with just checking what I do so don’t take my word on that last sentence
<laerling> Ok. Gotta go. Thanks for the help :)
<immae> you’re welcome
whatisRT has joined #nixos
<pinpox> infinisil: I got it. This solution is pretty simple and works perfectly:https://github.com/pinpox/nixos-images/blob/d29c1b31a500cb61267f87a478a5f5a00bf547de/build-qcow2.nix#L18
<pinpox> specifying a path is enough, the contents get copied to /etc/nixos/configuration.nix on the image
cjpbirkbeck has joined #nixos
rtjure has joined #nixos
bhipple has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @mweinelt opened pull request #100762 → python3Packages.trio: 0.16.0 -> 0.17.0 → https://git.io/JTnn4
<{^_^}> [nixpkgs] @neonfuz opened pull request #100763 → koreader: 2020.09 -> 2020.10.1 → https://git.io/JTnnu
xd1le has quit [Ping timeout: 260 seconds]
rtjure2 has quit [Ping timeout: 264 seconds]
nature has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @dbirks opened pull request #100764 → eksctl: 0.27.0 -> 0.30.0 → https://git.io/JTnnX
xd1le has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to master « nodePackages: update »: https://git.io/JTnnA
rtjure has quit [Remote host closed the connection]
rtjure2 has joined #nixos
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Darkmatter66 has joined #nixos
Core8749 has quit [Ping timeout: 272 seconds]
sangoma has quit [Quit: WeeChat 2.9]
__monty__ has quit [Quit: leaving]
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
<jkt> hmm, so what exactly goes into my overlay when I want to add a script to mpv? I'm on unstable, and https://nixos.wiki/wiki/MPV doesn't really produce any autolaoded scripts
<{^_^}> [nixpkgs] @ajs124 opened pull request #100765 → nss: 3.57 -> 3.58 → https://git.io/JTnCV
<{^_^}> [nixpkgs] @bcdarwin opened pull request #100766 → elastix: 5.0.0 -> 5.0.1 → https://git.io/JTnCo
Ridout has quit [Quit: leaving]
<lukebfox[m]> is the script you want to add to mpv available in nixpkgs? https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/video/mpv/scripts
<{^_^}> [nixpkgs] @jfroche opened pull request #100767 → python{2,3}Packages.galario: 1.2.1 -> 1.2.2 → https://git.io/JTnCS
rtjure has joined #nixos
<jkt> lukebfox[m]: yes, I'm looking for that MPRIS thing
<jkt> I've tried sticking stuff into ~/.config/nixpkgs/overlays/extra-packages/default.nix
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xbreak64 has quit [Quit: Connection closed]
rtjure2 has quit [Ping timeout: 272 seconds]
maddo has quit [Remote host closed the connection]
<jkt> lukebfox[m]: https://pastebin.com/HUdjAKff is what I've tried so far, but it either doesn't produce any shellscript, or the shellscript doesn't list any scripts
gustavderdrache has quit [Quit: Leaving.]
meh` has joined #nixos
Ridout has joined #nixos
rtjure has quit [Remote host closed the connection]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<lukebfox[m]> the second one looks ok to me, although try setting it as mpv = .... instead of mpv-with-scripts = ..., and then check you've added the right one in your installed packages
<lukebfox[m]> are you not nixos?
<jkt> lukebfox[m]: I'm within a nixos
<jkt> lukebfox[m]: the second one produces `mpv` in my $PATH which is a binary, not a shell wrapper
<jkt> hmm, if I rename the name of the derivation that I'm trying to create to something like "mpv_jkt", then `nix-env --install mpv_jkt` says: error: selector 'mpv_jkt' matches no derivations
<lukebfox[m]> i believe this is intended behaviour? the wrapper produces includes a --script argument for the mpris script
fendor has quit [Remote host closed the connection]
<jkt> lukebfox[m]: huh? I either do *not* get any wrapper, or I get a wrapper which does *not* include any --script option
<lukebfox[m]> 1 sec
<jkt> depending on what I try to do
cfinch has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eskytthe has quit [Ping timeout: 272 seconds]
cfinch has quit [Client Quit]
cfinch has joined #nixos
zupo has joined #nixos
<jkt> do I have to register these overlays somehow? I thought that placing them in ~/.config/nixpkgs/overlays/extra-packages/default.nix is enough
zupo has quit [Client Quit]
srhm has quit [Read error: Connection reset by peer]
slack1256 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jfroche opened pull request #100768 → python3Packages.block-io: fix build → https://git.io/JTnlB
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #100676 → [20.09] ipfs: Add 0.7.0 in addition → https://git.io/JTGqw
<{^_^}> [nixpkgs] @Ericson2314 pushed 5 commits to release-20.09: https://git.io/JTnlD
<jkt> nope, it's defintely correct as per https://nixos.org/manual/nixpkgs/stable/#sec-overlays-lookup
<lukebfox[m]> no your overlays are fine
<lukebfox[m]> so with the second one, the output of $ cat $(which mpv) shows no --script argument added?
wnklmnn has joined #nixos
<__red__> Can someone please remind me how to get the bot to tell me which package contains a certain binary?
<jasom> I'm transitioning a (mostly headless) server from not-nixos to nixos; I'd like to minimize downtime. Anyone have a checklist I can crib from?
<__red__> I'm looking for pdftosrc
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
<jasom> __red__: install nixpkgs.nix-index and run "nix-locate"
aw has joined #nixos
<evalexpr> ,locate pdftosrc
<{^_^}> Found in packages: texlive.combined.scheme-full, texlive.combined.scheme-basic, texlive.combined.scheme-small, texlive.combined.scheme-medium, texlive.combined.scheme-minimal
<__red__> thank you <3
spacefrogg has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @andersk opened pull request #100769 → linux/hardened/patches: Update → https://git.io/JTn8w
<jkt> lukebfox[m]: if I do: mpv_with_scripts = super.mpv-with-scripts.override { scripts = [ self.mpvScripts.mpris ]; };, then I get a message saying warning: there are multiple derivations named 'mpv-with-scripts-0.32.0'; using the first one
<jkt> lukebfox[m]: and the resulting thing doesn't have any script in that shell wrapper
<{^_^}> [nixpkgs] @rgrunbla opened pull request #100770 → ns-3: delete → https://git.io/JTn8M
<jkt> lukebfox[m]: ha!, I can name that thing differently, such as mpv_jkt, and *then* I have to install it as `nix-env -iA nixos.mpv_jkt`
<jkt> and *that* results in a wrapper with --script
<jkt> so, how come that this shiny thing doesn't really work unless I introduce another name for it?
<lukebfox[m]> and what if you name it as mpv
<edef> jkt: you probably want to use -A
<edef> jkt: or … hmm
<jkt> jkt@chobotnice ~ $ nix-env -iA nixos.mpv
<jkt> error: infinite recursion encountered, at undefined position
<jkt> installing 'mpv-with-scripts-0.32.0'
cript0nauta has quit [Remote host closed the connection]
<edef> yes
<edef> since you're taking the *resulting* mpv
cript0nauta has joined #nixos
<jkt> edef: I'm taking super, not self
<lukebfox[m]> thats odd
<edef> if you change the self.mpvScripts.mpris to reference super, do you still encounter that?
<jkt> edef: yes, just tried
<jkt> have you gues tried that?
<lukebfox[m]> its because mpv-mpris depends on mpv
<lukebfox[m]> which is overlain now to rely on mpv-mpris?
<lukebfox[m]> so your mpv_jkt breaks this
<lukebfox[m]> and works
<lukebfox[m]> lord knows how it is meant to work
<jkt> does https://github.com/NixOS/nixpkgs/pull/88620 help you understand the intentions?
<{^_^}> #88620 (by doronbehar, 21 weeks ago, merged): mpv: Move all wrappings to a single wrapper Nix function
justanotheruser has joined #nixos
* jkt fills a bug
mbrgm_ has joined #nixos
sbetrium has joined #nixos
mbrgm has quit [Ping timeout: 246 seconds]
mbrgm_ is now known as mbrgm
<pumpy> anyone have keybase-gui working can share your config pls?
<gchristensen> ,locate libSkiaSharp.so
<{^_^}> Found in packages: jellyfin, wasabiwallet
<gchristensen> ^ both of these are pre-compiled, downloaded and patchelf'd ... d'oh :)
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #100769 → linux/hardened/patches: Update → https://git.io/JTn8w
<{^_^}> [nixpkgs] @NeQuissimus pushed 5 commits to master: https://git.io/JTn45
<ryantm> pumpy: I do services.kbfs.enable = true; in nixos config and have keybase-gui in my home.packages that's it
Rusty1 has joined #nixos
<lukebfox[m]> jkt: yh i guess it is the only script which depends on mpv so it wasn't caught
<pumpy> ryantm you dont even have services.keybase.enable = true?
<ryantm> pumpy: nope
<jkt> lukebfox[m]: that makes sense, please feel free to describe it better than I did at https://github.com/NixOS/nixpkgs/issues/100771
<{^_^}> #100771 (by jktjkt, 25 seconds ago, open): mpv-with-scripts and wrapMpv are confusing
* jkt is a nix beginner
<pumpy> ok. when you start keybase-gui do you just run it or do you have to do other stuff too? when i try to run it, with keybase and kbfs enable set true, it says i have to start keybase service
<pumpy> then i do that and it says i have to start kbfs service. and THEN i can run keybase-gui
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-20.09 « Merge pull request #100769 from andersk/linux-hardened »: https://git.io/JTnBk
<pumpy> ryantm ^
avn has quit [Read error: Connection reset by peer]
<pumpy> ryantm ok ill comment services.keybase.enable out. happen to know why the services aren't started?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100772 → python37Packages.dask-ml: 1.6.0 -> 1.7.0 → https://git.io/JTnB2
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/JTnBo
marsh has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @vcunat closed pull request #97967 → knot-dns: doInstallCheck = true → https://git.io/JU8Q9
<ryantm> pumpy: I don't know for sure but probably has something to do with the type being "notify" https://github.com/NixOS/nixpkgs/blob/24c9b05ac53e422f1af81a156f1fd58499eb27fb/nixos/modules/services/networking/keybase.nix#L33
<lukebfox[m]> jkt: so i found a solution my friend https://pastebin.com/pktKBXN1
<lukebfox[m]> i will update your ticket
<pumpy> ryantm what's that mean pls?
johnw has quit [Quit: ZNC - http://znc.in]
neiluj has quit [Quit: leaving]
<lukebfox[m]> dw about final/prev its just another way to write self/super
<ryantm> pumpy: Actually I look into that in https://www.freedesktop.org/software/systemd/man/systemd.service.html and that doesn't seem right. Why are you sure it isn't starting?
<{^_^}> [nixpkgs] @neonfuz opened pull request #100773 → rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe → https://git.io/JTnBd
<pumpy> because when i run keybase-gui it says the keybase service isn't running and i need to start it with keybase service
<pumpy> ryantm oh and what do you have in systempackages? just keybase-gui?
<ryantm> pumpy: yes
<pumpy> well i don't know what's going wrong the. you on 20.03?
Guest97080 has joined #nixos
marsh has joined #nixos
supersandro2000 has quit [Disconnected by services]
<jkt> lukebfox[m]: nice
supersandro2000 has joined #nixos
<ryantm> pumpy: You haven't really said what is going wrong. I'm on some combination of 20.09/unstable.
<{^_^}> [nixpkgs] @Atemu opened pull request #100774 → Startx improvements → https://git.io/JTnRs
<{^_^}> [nixpkgs] @Atemu closed pull request #80272 → Startx: Implement xserverArgs, improve logfile location → https://git.io/Jv8Wd
<pumpy> ryantm well it's like i said, i run keybase-gui and it says keybase service isn't running and that i need to run it. but for you, it doesn't ask that
Guest97080 has quit [Remote host closed the connection]
werner291 has quit [Quit: werner291]
whatisRT has quit [Ping timeout: 240 seconds]
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #100759 → python37Packages.uncompyle6: 3.7.3 -> 3.7.4 → https://git.io/JTnYe
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.uncompyle6: 3.7.3 -> 3.7.4 »: https://git.io/JTn03
<bqv> just seen marvin. that's cool. does it work?
<bqv> (by that i mean, does using marvin make it more likely people will actually even look at your PR, or is it just a platitude)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #100775 → python37Packages.bravia-tv: 1.0.6 -> 1.0.7 → https://git.io/JTn0E
wnklmnn has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Enteee opened pull request #100776 → volatility: 2.6 -> 2.6.1 → https://git.io/JTn0F
spease has quit [Ping timeout: 256 seconds]
<bqv> i started looking at nix#3920 cause i thought why the hell not, but it turns out it'll take way more time than i anticipated and there's a massive chance it'll just get ignored like both my other PRs so feck
<{^_^}> https://github.com/NixOS/nix/issues/3920 (by worldofpeace, 9 weeks ago, open): Support flake references to patches