worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
philr has joined #nixos
mcornick has joined #nixos
ahmedelgabri has joined #nixos
Guest61651 has quit [Ping timeout: 265 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
apache8080 has quit [Ping timeout: 240 seconds]
ifthenelse has left #nixos ["see ya!"]
shibboleth has quit [Quit: shibboleth]
lordcirth has joined #nixos
mcornick has quit [Quit: brb]
lsix has quit [Ping timeout: 240 seconds]
mcornick has joined #nixos
lordcirth_ has quit [Ping timeout: 264 seconds]
<f0x> hmm it seems i'm in a bit of a pickle with boot order stuff, with luks volumes containing zfs pools, and a plain usb containing a keyfile
<f0x> i can set preLVM to true for the luks volumes to have them process before it hangs on zfs pool import, but that way the usb mount won't happen
emmanuel_erc has joined #nixos
<emmanuel_erc> Hello there
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
sigmundv_ has quit [Ping timeout: 276 seconds]
i1l has joined #nixos
jess has quit [Quit: - think]
jess has joined #nixos
bennofs__ has joined #nixos
<{^_^}> [nixpkgs] @rpgwaiter opened pull request #114522 → cyberpunk-neon: init at b4b293c → https://github.com/NixOS/nixpkgs/pull/114522
supersandro2000 has quit [Disconnected by services]
supersandro20002 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
rajivr has joined #nixos
bennofs_ has quit [Ping timeout: 276 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm_ is now known as mbrgm
omtrent has quit [Quit: WeeChat 3.0]
ravndal has joined #nixos
<f0x> fix to my boot order was putting the usb mount in preLVMCommands, works like a charm now
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<emmanuel_erc> I'm thinking of making the switch to nixos (maybe on my next comp). I'm currently using archlinux.
<emmanuel_erc> What things are better or worse over in Nixos land?
moonloo has joined #nixos
supercoven_ has joined #nixos
supercoven_ has quit [Max SendQ exceeded]
supercoven_ has joined #nixos
supercoven_ has quit [Max SendQ exceeded]
supercoven_ has joined #nixos
spudly- has joined #nixos
supercoven has quit [Ping timeout: 276 seconds]
lordcirth_ has joined #nixos
m0rphism1 has quit [Ping timeout: 276 seconds]
nhs has quit [Ping timeout: 276 seconds]
lordcirth has quit [Ping timeout: 264 seconds]
LnL- has joined #nixos
spudly has quit [Ping timeout: 256 seconds]
spudly- is now known as spudly
LnL has quit [Ping timeout: 260 seconds]
acarrico has quit [Ping timeout: 264 seconds]
slack1256 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
nhs has joined #nixos
apache8080 has joined #nixos
<tomberek> emmanuel_erc: NixOS imposes more discipline on your software/system. This can be good and bad.
<{^_^}> [nixpkgs] @kevincox merged pull request #114269 → webwormhole: init at git-2021-01-16 → https://github.com/NixOS/nixpkgs/pull/114269
<{^_^}> [nixpkgs] @kevincox merged pull request #111643 → nixos/tests: add musescore → https://github.com/NixOS/nixpkgs/pull/111643
kirbels has joined #nixos
nhs has quit [Ping timeout: 264 seconds]
gentauro has quit [Read error: Connection reset by peer]
gustavderdrache has joined #nixos
gentauro has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer merged pull request #86239 → [nixos/prometheus] promTypes.filter.value -> promTypes.filter.values → https://github.com/NixOS/nixpkgs/pull/86239
<moonloo> why is it when you use /nix as an independent package manager on another system you run into opengl problems? I don't even get those when running a container with a different rootfs. is there a way to correct this but doing some mount binds and running /nix as a rootfs in a container?
<moonloo> would using a full nixos rootfs help with that?
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 276 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<mjlbach> use nixGL
<moonloo> but nigl isn't required on nixos, why is that? and would using nixos as a container rootfs fix that problem or is the nixos kernel special?
<{^_^}> [nixpkgs] @tomberek merged pull request #110008 → klayout: 0.26.8 -> 0.26.9 → https://github.com/NixOS/nixpkgs/pull/110008
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<tpw_rules> because the way nix programs are configured to search for opengl only works on nixos (there's some special directories under /run)
<tpw_rules> what nixGL does, roughly, is copy your current graphics driver to the store, set some environment variables to point to those drivers, and calls the program
<tpw_rules> and no, it wouldn't work in a nixos container because the program inside the container and out may have different versions of the libraries
<{^_^}> [nixpkgs] @matthewbauer pushed commit from @tathougies to release-20.03 « [nixos/prometheus] promTypes.filter.value -> promTypes.filter.values »: https://git.io/JtNaX
<tomberek> moonloo: opengl is a runtime dependency that can't quite be correctly encapsulated. Similar to how docker requires special support for nvidia (hence nvidia-docker).
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
evils has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @matthewbauer pushed commit from @tathougies to release-20.09 « [nixos/prometheus] promTypes.filter.value -> promTypes.filter.values »: https://git.io/JtNaD
evils has joined #nixos
<{^_^}> [nixpkgs] @MetaDark opened pull request #114523 → Motivation for this change → https://github.com/NixOS/nixpkgs/pull/114523
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<moonloo> tomberek : maybe it's something specific to docker because with bubblewrap all i have to do is bind /dev/nvidia-modeset /dev/nvidia[0-9] /dev/nvidiactl in addition to /dev/dri and /sys/dev/char + /sys/devices/pci0000:00
MmeQuignon has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
<tomberek> moonloo: ah, you are using bubblewrap and trying to get opengl working inside there?
<moonloo> yes
<tomberek> ok, i presume  you have looked at bubblewrap issue 297. Strace your application, but i'd suspect it is looking for something at /run/opengl-driver
nhs has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @vladciobanu closed pull request #114344 → ghc8.10.x: update cabal-install version to 3.4.0.0 → https://github.com/NixOS/nixpkgs/pull/114344
apache8080 has quit [Ping timeout: 265 seconds]
<tpw_rules> is there a list somewhere of what is expected to be in that folder?
<tpw_rules> i mean like exact filenames
ahmedelgabri has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #109985 → jmol: 14.31.18 -> 14.31.24 → https://github.com/NixOS/nixpkgs/pull/109985
ahmedelgabri has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 265 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #110170 → opkg: 0.4.3 -> 0.4.4 → https://github.com/NixOS/nixpkgs/pull/110170
Emantor has quit [Quit: ZNC - http://znc.in]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
Emantor has joined #nixos
nhs has joined #nixos
<elvishjerricco> I'm still a little unclear how the nvidia libs end up getting linked by the dynamic linker...
<elvishjerricco> on nixos
<elvishjerricco> not with nixgl
apteryx has joined #nixos
<tpw_rules> i thiiiiink everything is compiled with an opengl loader that searches /run/opengl-driver
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cdepillabout merged pull request #114519 → haskellPackages.binary-search: unbreak → https://github.com/NixOS/nixpkgs/pull/114519
fresheyeball has joined #nixos
Darkmatter66 has quit [Ping timeout: 265 seconds]
<fresheyeball> anyone used docker inside of a nix expression?
h0m1 has quit [Ping timeout: 264 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
h0m1 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
Lord_of_Life_ has joined #nixos
attila_lendvai has quit [Ping timeout: 265 seconds]
Lord_of_Life has quit [Ping timeout: 272 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
Lord_of_Life_ is now known as Lord_of_Life
emmanuel_erc has joined #nixos
<apteryx> hi! I installed nix on top of Guix System, and added the nixpkgs channel; I could install a package with nix-env -i, but nix search go for instance returns 'error: no results for the given search term(s)!'. Any idea? It hints at updating the cache with -u, but this didn't help.
mcornick has quit [Quit: zzz]
<fresheyeball> apteryx: what are you installing?
<apteryx> I'm trying to install 'go'
<apteryx> well, searching for it
<apteryx> at first
<tomberek> golang
<apteryx> nix search golang returns void too
<apteryx> so there's something with my package cache
<apteryx> nix-env -i go proceeds to install go-1.16 though, so that's weird
<tomberek> [root@perkeep:~/nixpkgs]# nix search nixpkgs#go
<tomberek> * legacyPackages.x86_64-linux.go (1.16)
<tomberek>   The Go Programming language
<apteryx> tomberek: still nothing
<fresheyeball> just the compiler?
<apteryx> tomberek: to image: https://paste.debian.net/1187149/
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<matthewcroughan> If I can set `services.limesurvey.virtualHosts`, can I also set `services.limesurvey.webserver = nginx;`?
<matthewcroughan> If not, don't you think this is a good idea?
la_mlatu[m] has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
nhs has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114524 → php73Packages.composer2: 2.0.9 -> 2.0.11 → https://github.com/NixOS/nixpkgs/pull/114524
jonringer has quit [Remote host closed the connection]
<apteryx> is there an equivalent to 'guix show' in nix?
<apteryx> To show the description of a package, along with its outputs, inputs, etc.
<apteryx> oh, forgot to mention my previous issue was me forgetting to source some nix.sh file that sets NIX_PATH. It's documented in the Guix manual; my bad.
gustavderdrache has quit [Quit: Leaving.]
tomberek has quit [Ping timeout: 240 seconds]
delan has quit [Quit: ZNC - http://znc.in]
delan has joined #nixos
gustavderdrache has joined #nixos
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
apache8080 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
tomberek has joined #nixos
oida has quit [Ping timeout: 268 seconds]
lord| has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
Qubasa has quit [Ping timeout: 260 seconds]
jumper149 has quit [Quit: WeeChat 3.0.1]
Qubasa has joined #nixos
oida has joined #nixos
lordcirth_ has quit [Remote host closed the connection]
lordcirth has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #320 → android: Add flashable zip output → https://github.com/NixOS/mobile-nixos/pull/320
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
spacefrogg has joined #nixos
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #nixos
sangoma has joined #nixos
ahmedelgabri has joined #nixos
awmv has quit [Quit: Connection closed for inactivity]
nhs has joined #nixos
<jawr> hey, am i not able to set a network interface like this: https://pastebin.com/i3GjzYNJ
<jawr> it complains that The option `interface' does not exist.
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
cole-h has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
<matthewcroughan> kalbasit[m]: Hey! I'm trying to use your buildGoModule function, but the structure of the repo I'm trying to build doesn't have a `main.go` inside its root
<matthewcroughan> Therefore, your function fails with go: cannot find main module; see 'go help modules'
<matthewcroughan> Any ideas?
redmp has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @bobrik opened pull request #114525 → ocamlPackages.ocaml: fix assembler detection for aarch64-darwin → https://github.com/NixOS/nixpkgs/pull/114525
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #114526 → ocamlPackages.ocaml: 4.10.2 -> 4.10.2 → https://github.com/NixOS/nixpkgs/pull/114526
ahmedelgabri has quit [Ping timeout: 260 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
redmp has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
styledash has quit [Quit: The Lounge - https://thelounge.chat]
styledash has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
apache8080 has quit [Ping timeout: 240 seconds]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #114527 → perl530: backport aarch64-darwin patch → https://github.com/NixOS/nixpkgs/pull/114527
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 264 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @abathur opened pull request #114528 → resholve: 0.4.2 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/114528
kapil_ has quit [Ping timeout: 272 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
nhs has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Vonfry opened pull request #114529 → zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14 → https://github.com/NixOS/nixpkgs/pull/114529
moonloo has left #nixos [#nixos]
<{^_^}> [nixpkgs] @bobrik opened pull request #114530 → python37: remove win64 workaround to fix aarch64-darwin → https://github.com/NixOS/nixpkgs/pull/114530
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
slack1256 has quit [Ping timeout: 256 seconds]
gustavderdrache has quit [Quit: Leaving.]
domogled has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114531 → python37Packages.adafruit-platformdetect: 3.1.1 -> 3.2.0 → https://github.com/NixOS/nixpkgs/pull/114531
orivej has quit [Ping timeout: 276 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
zebrag has quit [Quit: Konversation terminated!]
emmanuel_erc has joined #nixos
fnlaai has joined #nixos
poscat has quit [Ping timeout: 264 seconds]
philr has quit [Ping timeout: 246 seconds]
endformationage has quit [Quit: WeeChat 2.9]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/462c6fe4b11 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114532 → python37Packages.azure-mgmt-media: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/114532
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3130543238a (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nixpkgs] @marsam opened pull request #114533 → conan: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/114533
<jawr> has anyonw any experience running k3s on nix?
K0kada has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #114534 → nim: 1.4.2 -> 1.4.4 → https://github.com/NixOS/nixpkgs/pull/114534
fnlaai has left #nixos [#nixos]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<tomberek> jawr: got it working, just experimenting, nothing production
<tomberek> anyone have problems with tab-completion with nixFlakes?
<jawr> playing around with it at the moment, and it definitely doesnt work as is for me
<jawr> cgroups issues and now flannel is unable to find wg in PATH
<{^_^}> [nixpkgs] @marsam merged pull request #114442 → jruby: 9.2.14.0 -> 9.2.15.0 → https://github.com/NixOS/nixpkgs/pull/114442
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114535 → python38Packages.azure-mgmt-iotcentral: 4.0.0 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/114535
<i1l> https://nixos.org/manual/nixos/stable/index.html#sec-modularity the last example errors, in `nix repl`: ”value is a string while a set was expected". should it?
sangoma has quit [Ping timeout: 240 seconds]
fresheyeball has quit [Quit: WeeChat 2.9]
slack1256 has quit [Remote host closed the connection]
sss2 has joined #nixos
<matthewcroughan> In a nix repl, how can I see the available licenses?
<matthewcroughan> I know I can just go here, but how would I tab complete this interactively?
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
palo1 has joined #nixos
emmanuel_erc has joined #nixos
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
<tomberek> matthewcroughan: `nix repl '<nixpkgs>'    then lib.license.<TAB><TAB>`
<tomberek> licenses
<matthewcroughan> tomberek: that doesn't work, that's the first thing I tried.
<matthewcroughan> Oh.. Sorry. Lib.license
<matthewcroughan> great! thanks
emmanuel_erc has quit [Read error: Connection reset by peer]
<matthewcroughan> tomberek: how does nixpkgs feel about pseudo-open software btw?
<matthewcroughan> like lets say the balena cli, would you guys accept a pr for such a utility for inclusion in nixpkgs?
emmanuel_erc has joined #nixos
<tomberek> There are some unfree packages and a system for handling it in nixpkgs already: https://nixos.org/manual/nixpkgs/stable/#sec-allow-unfree.
sangoma has joined #nixos
<fjfjfjfjfjfj[m]> Is exist overhead of ram or cpu in NixOS?
<matthewcroughan> tomberek: what constitutes unfree?
<matthewcroughan> the balena-cli is not unfree software, but it is for an unfree service
jonringer has joined #nixos
<tomberek> matthewcroughan: there are plenty of packages/clients/etc of that sort. looks like your client is apache2
<matthewcroughan> yeah, and would that mean I would have to submit it to nixpkgs as unfree?
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<tomberek> no, the client would be apache2 (asl20)
<matthewcroughan> I'm going to guess not. But that is confusing.
<matthewcroughan> If you've ever used f-droid, you'll understand why ;D
<matthewcroughan> Was just wondering how strict nix was about that sort of thing.
growpotkin has joined #nixos
apache8080 has joined #nixos
<simpson> fjfjfjfjfjfj[m]: No. Programs use the same linkage and memory layouts as on other GNU/Linux distros.
<matthewcroughan> tomberek: what about meta.maintainers?
<matthewcroughan> is that supposed to represent the nixpkg maintainer?
<tomberek> nix helps you keep track of it and manage it if you care. Nixpkgs has many free clients for unfree services, and some unfree software (which doesn't get built or distributed by the build farms).
<tomberek> yes. normally if you build it, you add yourself
<matthewcroughan> great
ahmedelgabri has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
<{^_^}> #114398 (by NeQuissimus, 1 day ago, open): awscli: 1.19.12 -> 1.19.15
<matthewcroughan> case in point!
emmanuel_erc has joined #nixos
<tomberek> yup.... client is available under a free license, but clearly the service is not
mbrgm has quit [Ping timeout: 260 seconds]
sangoma has quit [Ping timeout: 264 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @tomberek merged pull request #110143 → nettools: 1.60_p20180626073013 -> 2.10 → https://github.com/NixOS/nixpkgs/pull/110143
<remexre> is it possible to install ghcjs at the moment? I can't quite figure out the incantation
<remexre> tried (import <nixpkgs> {}).haskell.compiler.ghcjs and (import <nixpkgs> { crossSystem = { config = "js-unknown-ghcjs"; }; }).haskell.compiler.ghcjs
waleee-cl has quit [Quit: Connection closed for inactivity]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<nerdypepper> hiya, what exactly is pkgsHostHost?
philr has joined #nixos
growpotk- has joined #nixos
sangoma has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
i1l has quit [Quit: Quit]
Crocodil1 has joined #nixos
<Crocodil1> Hi, does steam work? I was going by the wiki but nixos-rebuild says the package is marked broken
respawn_ has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #114536 → rst2html5: fix download now that it is a wheel → https://github.com/NixOS/nixpkgs/pull/114536
<Crocodil1> nope does not work
<Crocodil1> cannot log in
<{^_^}> [nixpkgs] @FRidh opened pull request #114537 → [20.09] backport Python version updates → https://github.com/NixOS/nixpkgs/pull/114537
apache8080 has quit [Ping timeout: 240 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
poscat has joined #nixos
Rovanion_ has quit [Quit: WeeChat 2.8]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
growpotk- has quit [Ping timeout: 264 seconds]
andreas303 has quit [Ping timeout: 268 seconds]
andreas303 has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
ahmedelgabri has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
ahmedelgabri has quit [Ping timeout: 240 seconds]
Gaelan_ is now known as Gaelan
cole-h has quit [Ping timeout: 264 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
marsh has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #102086 → z3: Add output for Java bindings (*.jar and *.so) → https://github.com/NixOS/nixpkgs/pull/102086
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @adisbladis merged pull request #114512 → emacs: Use --with-native-compilation instead of --with-nativecomp → https://github.com/NixOS/nixpkgs/pull/114512
<{^_^}> [nixpkgs] @FRidh opened pull request #114538 → python: fix full builds by referring to the correct interpreter (fixes #114475) → https://github.com/NixOS/nixpkgs/pull/114538
<{^_^}> [nixpkgs] @fabaff merged pull request #114531 → python37Packages.adafruit-platformdetect: 3.1.1 -> 3.2.0 → https://github.com/NixOS/nixpkgs/pull/114531
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/462c6fe4b11 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #114539 → z3: Add output for Java bindings (*.jar and *.so) → https://github.com/NixOS/nixpkgs/pull/114539
janneke has quit [Quit: janneke quits Mes'sing]
janneke has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #114540 → python3Packages.slicedimage: switch to pytestCheckHook → https://github.com/NixOS/nixpkgs/pull/114540
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114541 → python37Packages.censys: 1.1.0 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/114541
<{^_^}> [nixpkgs] @fabaff merged pull request #114498 → monit: add ryantm to maintainers → https://github.com/NixOS/nixpkgs/pull/114498
<patagonicus> Both nixos-install and nix-bisect have nice build progress output where it shows the number of packages already built and how many to build in total as well as a few other things - how do I get that with nix-build and/or nixos-rebuild?
respawn_ has quit [Quit: Leaving]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
riksteri has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
jkachmar has quit [Quit: Connection closed for inactivity]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
Walker3R has quit [Quit: The Lounge - https://thelounge.chat]
ahmedelgabri has joined #nixos
UnaDuda has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
bokononi3t has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #114541 → python37Packages.censys: 1.1.0 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/114541
bokononi2t has quit [Ping timeout: 246 seconds]
<UnaDuda> Hello, i need to build a dnf package.
UnaDuda71 has joined #nixos
Seylerius has joined #nixos
<Seylerius> Hi y'all. Struggling to get NixOS installed with a LUKS-encrypted LVM, keyed to my Yubikey. I repeatedly get an error about being unable to insert `dm_crypt` due to an `unknown symbol` every time I boot for real, but I can successfully mount the drive in the live disk.
ahmed_elgabri has joined #nixos
UnaDuda has quit [Ping timeout: 264 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
UnaDuda71 is now known as UnaDuda
<patagonicus> Seylerius: That's … weird. Can you paste your config for us?
ahmedelgabri has quit [Ping timeout: 258 seconds]
<Seylerius> Yeah, hold on. Lemme grab it off the other machine.
UnaDuda94 has joined #nixos
emmanuel_erc has joined #nixos
Izorkin has quit [Ping timeout: 240 seconds]
<Seylerius> Wait, can probably manage to sprunge or ix.io it from there without any funky copying.
<{^_^}> [nixpkgs] @adisbladis merged pull request #114485 → firefox-bin: Remove alsa/libpulseaudio dev outputs → https://github.com/NixOS/nixpkgs/pull/114485
<patagonicus> `curl -F 'sprunge=<-' http://sprunge.us <configuration.nix`
<Seylerius> Yep
<patagonicus> I have to look it up every time. I should use curl more.
<UnaDuda94> Hello, i need to build a dnf package.
UnaDuda has quit [Ping timeout: 264 seconds]
UnaDuda94 is now known as UnaDuda
<UnaDuda> Xbox does not stop changing me IP.
<UnaDuda> I will call Microsoft to stop changing IP
<UnaDuda> Hello, i need to build a dnf package.
Izorkin has joined #nixos
supersandro20002 is now known as supersandro2000
<UnaDuda> Hello, i need to build a dnf package.
<supersandro2000> please stop spamming that
emmanuel_erc has quit [Read error: Connection reset by peer]
<patagonicus> Seylerius: So I've never tried yubikeys with LUKS, but my best guess for what to try is to *not* set cryptoModules. The ones you list are all included in the default, but the default has more. Although it probably should work if you're sure you only need those (but I'd try it just to make sure).
<UnaDuda> supersandro2000 I need to build a dnf package.
<UnaDuda> I exit, and when downloaded, i will back.
emmanuel_erc has joined #nixos
<UnaDuda> My eMule.
<UnaDuda> Bye.
UnaDuda has quit [Quit: Connection closed]
<Seylerius> That's a thought. I should update the wiki article with my findings once I figure out the right routine.
keonix[m] has quit [Quit: Idle for 30+ days]
contrun has quit [Quit: Idle for 30+ days]
bsima[m] has quit [Quit: Idle for 30+ days]
peterhoeg has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114504 → bspwm/unstable.nix: clean up unused file → https://github.com/NixOS/nixpkgs/pull/114504
redmp has quit [Ping timeout: 240 seconds]
<Seylerius> Okay, reinstalling with cryptoModules commented out.
<Seylerius> YESSSSS!
UnaDuda has joined #nixos
<Seylerius> patagonicus, you nailed it. That fucking aced it. Thank you so much.
<Seylerius> [cackles delightedly] Yessss.
<UnaDuda> Hello, we need an example default.nix file to build DNF package.
<patagonicus> Seylerius: :D
emmanuel_erc has quit [Read error: Connection reset by peer]
<Seylerius> UnaDuda: Asking the same thing again every five minutes is not going to make anyone want to help you with this.
<Seylerius> Be patient, explain what you want in more detail, maybe try to get people interested.
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #114542 → iana-etc: 20200729 -> 20210225 → https://github.com/NixOS/nixpkgs/pull/114542
<UnaDuda> We need to wait.
<UnaDuda> Hello, we need an example default.nix file to build DNF package.
Joaquinito2051 has joined #nixos
<le0taku> I have noticed that something on NixOS resets my home directory permissions on every reboot. Does anyone here know what could be the cause?
<Joaquinito2051> le0taku: I don't know. I will escalate to the team.
<Joaquinito2051> Team, help with le0taku.
emmanuel_erc has quit [Read error: Connection reset by peer]
<UnaDuda> Hello, we need an example default.nix file to build DNF package.
<Joaquinito2051> Give me a op to kickban to UnaDuda.
emmanuel_erc has joined #nixos
<Joaquinito2051> Please.
<Joaquinito2051> Give me a op to kickban to UnaDuda.
<{^_^}> [nixpkgs] @fabaff opened pull request #114543 → python3Packages.pyswitchbot: init at 0.9.1 → https://github.com/NixOS/nixpkgs/pull/114543
Joaquinito2051 has quit [Quit: Updating details, brb]
RhinosF1 has joined #nixos
RhinosF1 is now known as Guest32341
Guest32341 is now known as TurloF1
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #114174 → [20.09] pwntools: 4.2.1 -> 4.3.1 → https://github.com/NixOS/nixpkgs/pull/114174
vidbina has joined #nixos
kirbels has quit [Quit: ""]
delan has quit [Quit: ZNC - http://znc.in]
puffnfresh_ has quit [Quit: ZNC 1.8.0 - https://znc.in]
evhan has quit [Quit: De IRC non curat rex...]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
tom39291 has quit [Ping timeout: 260 seconds]
ahmed_elgabri has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @vbgl merged pull request #114525 → ocamlPackages.ocaml: fix assembler detection for aarch64-darwin → https://github.com/NixOS/nixpkgs/pull/114525
delan has joined #nixos
tom39291 has joined #nixos
puffnfresh_ has joined #nixos
evhan has joined #nixos
<{^_^}> [nixpkgs] @r-burns opened pull request #114544 → Revert "adoptopenjdk-bin: add support for GTK+ Look and Feel" → https://github.com/NixOS/nixpkgs/pull/114544
dominikh has joined #nixos
attila_lendvai has joined #nixos
strikerlulu has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @fabaff opened pull request #114545 → python3Packages.simplekml: update meta → https://github.com/NixOS/nixpkgs/pull/114545
Yushida_ has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @etu merged pull request #114524 → php73Packages.composer2: 2.0.9 -> 2.0.11 → https://github.com/NixOS/nixpkgs/pull/114524
strikerlulu has joined #nixos
malook has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<shla> hi, any ideas why this binary doesn't run on nixos? https://pastebin.com/raw/gkHqrWxa
<supersandro2000> shla: the interpreter is wrong
<{^_^}> [nixpkgs] @veehaitch opened pull request #114546 → python3Packages.graphtage: init at 0.2.5 → https://github.com/NixOS/nixpkgs/pull/114546
<shla> what's wrong with it? ldd seems to be able to find it
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114529 → zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14 → https://github.com/NixOS/nixpkgs/pull/114529
<{^_^}> [nixpkgs] @FRidh merged pull request #114538 → python: fix full builds by referring to the correct interpreter (fixes #114475) → https://github.com/NixOS/nixpkgs/pull/114538
<shla> recompiled it with CGO_ENABLED=0 and now it works fine.
davidv7_ has quit [Ping timeout: 276 seconds]
<shla> but if this wasn't an option, how i'm supposed to compile my binaries for use on nixos?
<UnaDuda> Hello, i can install IRCD server???
<shla> my build machine is on debian10
<tomberek> shla: if you build with nix on debian, you can easily move things to NixOS. Or build static and disable cgo.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114547 → python37Packages.libversion: 1.2.1 -> 1.2.2 → https://github.com/NixOS/nixpkgs/pull/114547
Nickli has quit [Quit: cd /dev/null]
<UnaDuda> tomberek I can install IRCD server???
emmanuel_erc has quit [Read error: Connection reset by peer]
Nickli has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114539 → z3: Add output for Java bindings (*.jar and *.so) → https://github.com/NixOS/nixpkgs/pull/114539
emmanuel_erc has joined #nixos
<tomberek> supersandro2000: can you glance at 67345?
<UnaDuda> shla And i can install Icecast server???
<shla> next time try search function on that page yourself, please
<tomberek> shla: your other option would be patchelf, or run in a small debian container, or use an FHS env.
<supersandro2000> shla: either with nix or you need to patch them
<supersandro2000> CGO_ENABLED=0 removes the requirement on libc
<supersandro2000> shla: and nixos does not have that interpreter at that place so it fails to find them
<supersandro2000> tomberek: #67345
<{^_^}> https://github.com/NixOS/nixpkgs/pull/67345 (by thefloweringash, 1 year ago, open): amazon-init: run userdata as a script if it starts with #!
gulplante has joined #nixos
<shla> supersandro2000, but then how come is ldd able to resolve it to /nix/store/q53f5birhik4dxg3q3r2g5f324n7r5mc-glibc-2.31-74/lib64/ld-linux-x86-64.so.2 ?
<shla> i'll probably go container way, easiest of above solutions
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #114548 → python3Packages.influxdb: enable tests → https://github.com/NixOS/nixpkgs/pull/114548
<{^_^}> [nixpkgs] @taku0 opened pull request #114549 → adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper → https://github.com/NixOS/nixpkgs/pull/114549
<supersandro2000> shla: the path is hardcoded in the binary. one exists on nixos and the other one not
<{^_^}> [nixpkgs] @ehmry merged pull request #114534 → nim: 1.4.2 -> 1.4.4 → https://github.com/NixOS/nixpkgs/pull/114534
<tomberek> shla: ldd is printing that it would be able to find that if it was trying to load it as a dynamic library. It's misleading. It cannot find it as an interpreter.
<{^_^}> [nixpkgs] @r-burns closed pull request #114544 → Revert "adoptopenjdk-bin: add support for GTK+ Look and Feel" → https://github.com/NixOS/nixpkgs/pull/114544
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #114550 → exa: 0.9.0 -> unstable-2021-01-14 → https://github.com/NixOS/nixpkgs/pull/114550
emmanuel_erc has quit [Read error: Connection reset by peer]
nly has joined #nixos
emmanuel_erc has joined #nixos
Yushida__ has joined #nixos
Yushida__ has quit [Excess Flood]
<nly> how do i find where something is installed?
<nly> nix-env -i <pkg> -> /nix/store/...-pkg-1.0/bin etc
Yushida__ has joined #nixos
Yushida__ has quit [Excess Flood]
Yushida__ has joined #nixos
Yushida__ has quit [Excess Flood]
<tomberek> nly: do you mean something in your PATH or profile?
<{^_^}> [nixpkgs] @etu opened pull request #114551 → treewide/php-packages: Drop pkgs from arguments to packages → https://github.com/NixOS/nixpkgs/pull/114551
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3130543238a (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
Yushida_ has quit [Ping timeout: 276 seconds]
negaduck has joined #nixos
<{^_^}> [nixpkgs] @domenkozar merged pull request #114458 → haskell.compiler.ghc8104: add ghc-8.10.4 → https://github.com/NixOS/nixpkgs/pull/114458
Yushida__ has joined #nixos
Yushida__ has quit [Excess Flood]
MmeQuignon has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<nly> profile
<nly> tomberek:
fendor has joined #nixos
<nly> because its a lib
ScottHDev5 has quit [Quit: The Lounge - https://thelounge.chat]
<tomberek> nly: hrm.....   `ls ~/.nix-profile/bin -alh` or something like `nix-store -qR ~/.nix-profile`
malook has quit [Quit: malook]
avaq has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
FranckRasolo[m] has joined #nixos
emmanuel_erc has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
<nly> thanks
m0rphism1 has joined #nixos
emmanuel_erc has joined #nixos
<{^_^}> [nix] @domenkozar merged pull request #4581 → Properly propagate libseccomp linker flags → https://github.com/NixOS/nix/pull/4581
davidv7 has joined #nixos
<etu> supersandro2000: Feel like merging a cleanup PR with zero rebuilds? #114551 :)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/114551 (by etu, 28 minutes ago, open): treewide/php-packages: Drop pkgs from arguments to packages
<UnaDuda> etu Please, give me a example default.nix to build a DNF package.
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
<etu> UnaDuda: DNF doesn't have it's own package format, also DNF isn't a package format we usually use in Nix so I think you're in the wrong channel.
<etu> UnaDuda: DNF just uses RPM's I think.
<UnaDuda> etu I can install a web server???
fuiltilt has quit [Quit: WeeChat 2.9]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
troydm has joined #nixos
nhs has joined #nixos
nly has left #nixos ["ERC (IRC client for Emacs 27.1)"]
haritz has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff merged pull request #114547 → python37Packages.libversion: 1.2.1 -> 1.2.2 → https://github.com/NixOS/nixpkgs/pull/114547
emmanuel_erc has quit [Read error: Connection reset by peer]
haritz has joined #nixos
haritz has quit [Changing host]
haritz has joined #nixos
emmanuel_erc has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
rdk316 has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
rdk31 has quit [Ping timeout: 246 seconds]
rdk316 is now known as rdk31
emmanuel_erc has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114551 → treewide/php-packages: Drop pkgs from arguments to packages → https://github.com/NixOS/nixpkgs/pull/114551
__monty__ has joined #nixos
emmanuel_erc has joined #nixos
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
fendor has quit [Remote host closed the connection]
negaduck has quit [Quit: Textual IRC Client: www.textualapp.com]
fendor has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @Mindavi opened pull request #114553 → flite: improve cross-compilation support → https://github.com/NixOS/nixpkgs/pull/114553
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @etu opened pull request #114554 → php: composer2 as default composer → https://github.com/NixOS/nixpkgs/pull/114554
<{^_^}> [nixpkgs] @prusnak pushed to master « trezord: don't trigger systemd-udev-settle »: https://git.io/JtNbL
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<nf> what's the point of using fileSystems.foo.encrypted over boot.initrd.luks.devices? seems like the former is an abstraction over the latter providing strictly less options?
<{^_^}> [nixpkgs] @Mindavi opened pull request #114555 → gsm: support for cross-compilation → https://github.com/NixOS/nixpkgs/pull/114555
mallox has joined #nixos
<nf> s/less/fewer/
<__monty__> nf: Probably that in theory it's portable to systems that don't support LUKS. Maybe macOS?
emmanuel_erc has quit [Read error: Connection reset by peer]
<nf> ah, so it's preparing for the future
emmanuel_erc has joined #nixos
<__monty__> Or maybe boot is only for devices available at boot?
<nf> it literally just forwards its options to boot.initrd.luks.devices, unless keyFile is set, in which case it does its own thing instead of using boot.initrd.luks.devices.foo.keyFile for some reason https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/tasks/encrypted-devices.nix#L72-L85
terrorjack has joined #nixos
<__monty__> Yeah, looks like it's for devices mounted after booting.
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<nf> ok
<__monty__> nf: Maybe if you store some keyfiles under an encrypted volume?
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
vidbina has quit [Ping timeout: 256 seconds]
work_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #114556 → python3Packages.aiohttp: 3.7.3 -> 3.7.4 → https://github.com/NixOS/nixpkgs/pull/114556
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114557 → python39Packages.inflect: 5.0.2 -> 5.2.0 → https://github.com/NixOS/nixpkgs/pull/114557
ahmedelgabri has joined #nixos
ahmed_elgabri has joined #nixos
EoF has joined #nixos
EoF has quit [Client Quit]
<{^_^}> [nixpkgs] @mweinelt pushed to master « wpa_supplicant: add CVE-ID for P2P provision discovery proccessing vuln. »: https://git.io/JtNxp
<{^_^}> [nixpkgs] @mweinelt pushed to release-20.09 « wpa_supplicant: add CVE-ID for P2P provision discovery proccessing vuln. »: https://git.io/JtNxj
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114494 → python3Packages.slack-sdk: 3.3.0 -> 3.4.0 → https://github.com/NixOS/nixpkgs/pull/114494
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114556 → python3Packages.aiohttp: 3.7.3 -> 3.7.4 → https://github.com/NixOS/nixpkgs/pull/114556
<{^_^}> [nixpkgs] @mweinelt reopened pull request #114556 → python3Packages.aiohttp: 3.7.3 -> 3.7.4 → https://github.com/NixOS/nixpkgs/pull/114556
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #114030 → spidermonkey_78: 78.4.0 -> 78.8.0 → https://github.com/NixOS/nixpkgs/pull/114030
<{^_^}> [nixpkgs] @cpcloud opened pull request #114558 → pulumi-bin: 2.19.2 -> 2.21.2 → https://github.com/NixOS/nixpkgs/pull/114558
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.result: use Dune 2 »: https://git.io/JtNpN
tomberek has quit [Quit: Ping timeout (120 seconds)]
<{^_^}> [nixpkgs] @taku0 opened pull request #114559 → openjfx-modular-sdk, openjfx-sdk: add OpenJFX SDK → https://github.com/NixOS/nixpkgs/pull/114559
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
respawn_ has joined #nixos
kaliumxy1 has quit [Ping timeout: 260 seconds]
xelxebar_ has quit [Remote host closed the connection]
xelxebar has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114470 → python3Packages.python-awair: init at 0.2.1 → https://github.com/NixOS/nixpkgs/pull/114470
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
attila_lendvai has quit [Ping timeout: 246 seconds]
rauno has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #114560 → firefox: 85.0.1 -> 86.0; nss_latest: 3.56 -> 3.61; rust-cbindgen_latest: rename from rust-cbindgen_0_15; 0.15.0 -> 0.17.… → https://github.com/NixOS/nixpkgs/pull/114560
tami5[m] has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #114561 → prs: init at 0.2.1 → https://github.com/NixOS/nixpkgs/pull/114561
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114472 → python3Packages.simplehound: init at 0.6 → https://github.com/NixOS/nixpkgs/pull/114472
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114431 → refind: 0.13.0 -> 0.13.1 → https://github.com/NixOS/nixpkgs/pull/114431
evils has quit [Ping timeout: 265 seconds]
UnaDuda has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114417 → sherpa: fix on darwin → https://github.com/NixOS/nixpkgs/pull/114417
vrinek has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
bitmapper has joined #nixos
emmanuel_erc has joined #nixos
mallox has quit [Quit: WeeChat 3.0.1]
gulplante has quit [Quit: Leaving]
rauno has joined #nixos
<{^_^}> [nixpkgs] @zimbatm merged pull request #114513 → mdsh: 0.5.0 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/114513
orivej has joined #nixos
attila_lendvai has joined #nixos
davidv7_ has joined #nixos
wei97 has joined #nixos
davidv7 has quit [Ping timeout: 276 seconds]
Hurttila has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<wei97> hi folks, nix newbee here, does anyone know how can I play with home-manager's lib function in the repl? in specific, what shall I use :l to load in the nix repl? for example there's a func defined in lib.hm.gvariant.mkTuple and i want to tried it out in repl...i alreay had the home-manager channel added btw..
fuzzypixelz has joined #nixos
<fuzzypixelz> if anyone here uses plasma, I'd like to know what the support like on nixos?
lsix has joined #nixos
<hexa-> we have a live iso using plasma desktop, you can test-drive it
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
vidbina has joined #nixos
Dr8128 has joined #nixos
supersandro2000 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @roblabla opened pull request #114562 → yara: 4.0.1 -> 4.0.5 → https://github.com/NixOS/nixpkgs/pull/114562
supersandro2000 has joined #nixos
fuzzypixelz has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @collares opened pull request #114563 → emacs: use renamed native-compilation configure flag → https://github.com/NixOS/nixpkgs/pull/114563
<{^_^}> [nixpkgs] @collares closed pull request #114563 → emacs: use renamed native-compilation configure flag → https://github.com/NixOS/nixpkgs/pull/114563
emmanuel_erc has quit [Read error: Connection reset by peer]
Hurttila has quit [Ping timeout: 240 seconds]
emmanuel_erc has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/462c6fe4b11 (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<hexa-> huh
<hexa-> backported to 20.03? o_O
emmanuel_erc has quit [Read error: Connection reset by peer]
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
emmanuel_erc has joined #nixos
supersandro2000 has joined #nixos
zebrag has joined #nixos
attila_lendvai has quit [Ping timeout: 265 seconds]
K0kada has joined #nixos
vrinek has quit [Ping timeout: 272 seconds]
zupo has joined #nixos
<gchristensen> hm :)
tomberek has joined #nixos
<hexa-> gchristensen: nixos lts when? :P
<gchristensen> as soon as the $10,000,000 check clears :)
<hexa-> cool
<hexa-> let's get that done
<siraben> gchristensen: where from?
<gchristensen> whoever wants to pay it
<gchristensen> I haven't heard of anyone scrambling to pay for an LTS yet, and actually one of the places I thought for sure would want it actually rides nixos unstable, because they agree with my position that LTS is an expensive and boring way to buy technical debt
ahmed_elgabri has quit [Ping timeout: 264 seconds]
ahmedelgabri has quit [Ping timeout: 272 seconds]
<unclechu> hey, is there any idiomatic Nix way to use `pkgs.tmuxPlugins` in my tmux config?
tomberek has quit [Quit: Ping timeout (120 seconds)]
jmeredith has joined #nixos
ahmed_elgabri has joined #nixos
collares has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
emmanuel_erc has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @fabaff opened pull request #114564 → python3Packages.python-gammu: init at 3.1 → https://github.com/NixOS/nixpkgs/pull/114564
emmanuel_erc has joined #nixos
<collares> hi! can someone merge #114559 into master? it's not my PR, it's already approved and it fixes a channel blocker :)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/114559 (by taku0, 2 hours ago, open): openjfx-modular-sdk, openjfx-sdk: add OpenJFX SDK
<collares> whoops, wrong PR
<{^_^}> [nixpkgs] @mweinelt merged pull request #114511 → [20.09] salt: 3001.3 -> 3001.6 → https://github.com/NixOS/nixpkgs/pull/114511
<collares> I meant #114549
<{^_^}> https://github.com/NixOS/nixpkgs/pull/114549 (by taku0, 4 hours ago, open): adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper
aveltras has joined #nixos
lunik1 has joined #nixos
rauno has quit [Ping timeout: 264 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
slack1256 has joined #nixos
<aveltras> i'm trying to setup a systemd user service to automatically shutdown minikube when i poweroff my laptop (because it takes a long time to shutdown if minikube is still running), i have the following setup but the systemd service is loaded and inactive
<viric> Anyone literate about pipewire?
<collares> vi
<collares> viric: not much, but I've used it in nixos. what's wrong?
<aveltras> is there any reason the service is not active on boot ?
<viric> collares: Trying to get the latest in master to work... the bluetooth seems not aware of anything when I start pipewire manually; I pick its etc/ config and put into my $HOME config, but bluetooth doesn't get anything registered
<viric> collares: do you know how to use pipewire without the nixos module in place? Like calling / configuring it manually.
collares has quit [Read error: Connection reset by peer]
<viric> oh. great.
<viric> :)
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #114565 → poke: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/114565
collares has joined #nixos
<viric> hep collares
<collares> viric: sorry, my irc client acted up
<viric> :)
<viric> collares: do you know how to use pipewire without the nixos module in place? Like calling / configuring it manually.
<{^_^}> [nixpkgs] @Infinisil merged pull request #114549 → adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper → https://github.com/NixOS/nixpkgs/pull/114549
<infinisil> collares: Merged :)
<collares> infinisil: thanks a lot :)
<viric> I've no idea how pipewire-pulse should register 'things' to bluez
tomberek has joined #nixos
justanotheruser has joined #nixos
<collares> vinic: hmm, that's a good question. thinking. so you'd like to have the config files like in your home directory? usually the fact that you don't see devices means pipewire-media-session is not running for some reason
emmanuel_erc has quit [Read error: Connection reset by peer]
<collares> do you see other devices in pavucontrol?
<viric> collares: So one thing is pipewire, the other is pipewire-pulse, and the other is pipewire-media-session
emmanuel_erc has joined #nixos
<viric> what is the media session about?
<collares> I don't know the right terminology, but pipewire-media-session takes care of creating nodes "corresponding to outside devices" and making them available for pipewire
<viric> ahh the media session is what talks to alsa/kernel?
<collares> so pipewire-media-session is not running you can create your own nodes (using qjackctl for example) but you don't get nodes for your bluetooth devices
<viric> I remember that when I started pipewire-pulse (in prev versions) or regular pulseaudio, some 'things' get registered to bluez
<viric> but I cannot get that to happen with the latest pipewire
meh` has joined #nixos
<viric> and I don't know how those two communicate. dbus?
<collares> to be honest I know nothing about the internals. bluez communicates with pipewire (as a whole) over dbus, but I guess pipewire-media-session must do its own thing
<fionera> has anyone intellij with the ruby plugin working? I cant add a ruby sdk on nixos
<collares> do you have a pipewire-media-session process running atm?
<justanotheruser> Is there a way to list all the nix-store directories used in a nix-build?
ahmedelgabri has joined #nixos
<viric> collares: I've nothing now
<viric> collares: I start pipewire manually
<patagonicus> justanotheruser: Sort of. You can use `nix-store --query --requisites /nix/store/*.drv` to get everything that is needed to build a particular derivation. But because of the binary caches, you'll usually just either get the result of derivation directly or just a few of it's dependencies, but not their build time dependencies.
<viric> collares: in configuration.nix I have sound.enable true, but nothing more. No pulseaudio or pipewire.
ekleog_ has quit [Quit: WeeChat 2.9]
ekleog has joined #nixos
<collares> viric: Oh, okay. So if you start it manually, you have to point it at the right config files, and media-session has a lot of them (alsa-monitor.conf, bluez-monitor.conf, media-session.conf, v4l2-monitor.conf)
<viric> aha
<viric> moreover it has splitted paths in nixos...
<collares> note that the configuration file (both the values and the format) tend to change quite often, so it's good to make sure whatever example you're using matches the pipewire version
<{^_^}> [nixpkgs] @ThibautMarty opened pull request #114566 → herbstluftwm: 0.9.1 -> 0.9.2 → https://github.com/NixOS/nixpkgs/pull/114566
<viric> collares: ok. I'm about to do that
<viric> collares: I copy /nix/store/p72qjc7brixhmgd5f2c5j5y9j57pcnkb-pipewire-0.3.22/etc/pipewire/ to ~/.config/pipewire/
emmanuel_erc has quit [Read error: Connection reset by peer]
<collares> viric: what's worse, an option to read from a custom config directory was only added to pipewire last week (post 0.3.22, I think)
<viric> collares: 1st, the path from the media session in pipewire.conf is broken due to splitted paths
<viric> I'm at 0.3.22
emmanuel_erc has joined #nixos
<collares> wait, 0.3.22? are you in latest master? I think 0.3.22 was only in master for a short amount of time before it got backed out because the config files weren't updated
<viric> collares: I reverted the revert for me
<viric> I want 0.3.22
<collares> got it (there's a PR for that if that's the only thing barring you from using the nixos module)
<viric> collares: well I wanted to understand it better too, because I have no clue.
<collares> let me link to the config defaults from the pipewire repo
<collares> the config files are there (in particular, look at the media-session.d folder)
<viric> collares: I have them in $out/etc
<viric> collares: for example, do you use any 'user' systemd unit? I don't
<collares> oh, right, you mentioned that, sorry
<collares> I have them for pipewire and pipewire-pulse
<viric> collares: pactl lists the pipewire
<collares> A systemd unit for pipewire-media-session will be added in 0.3.23, but currently you add an exec line to pipewire.conf to start pipewire-media-session
<viric> collares: ok
<viric> I'm there. pipewire & media session running
<viric> bluez has no idea of anything yet
rauno has joined #nixos
TurloF1 has quit [Quit: Connection closed for inactivity]
<collares> okay, cool. so set PIPEWIRE_CONFIG_DIR to the directory that contains the media-session.d folder before starting pipewire-media-session and should pick up the config files
emmanuel_erc has quit [Read error: Connection reset by peer]
<viric> collares: if I attempt the connect: bluetoothd[24266]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 00:02:3C:6F:E0:20: Protocol not availabl
emmanuel_erc has joined #nixos
<viric> collares: isn't ~/.config/pipewire just fine?
<viric> I only get RTKit complaints and nothing else
thibm_ is now known as thibm
<collares> viric: it might be fine but I can't tell for sure (since my config files are in /etc), so it could be worth a try. do you see pipewire-media-session complaining about config files when starting it manually?
<collares> if you kill pipewire-media-session and start it manually (by just running the binary) it should talk with pipewire normally
<collares> and you get to see the warning messages
<viric> collares: no complaint at all anywhere besides rtkit. I watch journalctl -f
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114496 → python3Packages.simplejson: 3.17.0 -> 3.17.2 → https://github.com/NixOS/nixpkgs/pull/114496
vrinek has joined #nixos
<viric> collares: I think it simply does not even try any bluetooth thing
<{^_^}> [nixpkgs] @romildo opened pull request #114567 → xfce: update to version 4.16 → https://github.com/NixOS/nixpkgs/pull/114567
<justanotheruser> patagonicus: thanks!
<viric> collares: AH! pipewire-media-session tells me bluez5 support is not enabled
<viric> Is it a build thing?
<collares> viric: yeah, I think you're right, because in my case it does complain about a missing file if I point it to a wrong folder
<viric> I mean "pipewire-media-session -h"
<collares> viric: could be, but I thought bluez5 support was enabled by default, let me check
<viric> so says it's nix recipe
<viric> (oh nix-store -l non-$out doesn't work)
orivej has quit [Ping timeout: 240 seconds]
<viric> ah no. Not locally built. grmbl.
respawn_ has quit [Quit: Leaving]
lunik1 has quit [Quit: :x]
<collares> viric: it should be enabled by default. does your media-session.conf mention bluez5 inside "with-pulseaudio"? do you have a with-pulseaudio file in the config dir? and does your bluez-monitor.conf file contain rules?
<collares> I think the with-pulseaudio file might be the problem
<viric> 1st, I have media-session.d/
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JtALc
<collares> you need an (empty) with-pulseaudio file inside media-session.d to enable pipewire-media-session to talk to pipewire-pulse
<viric> media-session.d/with-pulseaudio is a blank file
<collares> ah, good
ahmed_elgabri has quit [Ping timeout: 265 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
<viric> collares: the hydra log for 0.3.22 says Run-time dependency bluez found: YES 5.55
<collares> so, my current theory is that your config files (even though they're in pipewire-0.3.22) don't work with 0.3.22
<viric> mh
<viric> I got the same outcome with 0.3.21
<collares> oh okay, then my theory's wrong :)
<viric> :)
sterni has quit [Ping timeout: 240 seconds]
<viric> ah! wait
<viric> media-session.conf has #bluez5
<viric> registered!
<viric> aptx_hd, aptx, aac, sbc_xq, sbc
<collares> great! I thought bluez5 was enabled by default before 0.3.22 (it was disabled by default back when I first started using it in november and got enabled)
emmanuel_erc has quit [Read error: Connection reset by peer]
<viric> it complains about hsphfpd things
emmanuel_erc has joined #nixos
<viric> Feb 27 16:40:37 cubo kernel: pipewire-media-[26763]: segfault at 10 ip 000055feda2d0ec6 sp r 4 in pipewire-media-session[55feda297000+4d000]
<collares> yeah, but you can ignore that. pipewire gets compiled with three hfp backends (native, ofono, hsphfpd)
<collares> so it'll complain about not having ofono or hsphfpd but it'll happily use the native-hfp backend
<viric> it crashed
<collares> and that's only for hfp (recording audio as well as listening)
sterni has joined #nixos
<collares> viric: right, we have to debug that (but I still think it's not related to hsphfpd)
<viric> I want 0.3.22 because of their "- Add HFP HF support"
davidv7_ has quit [Remote host closed the connection]
<viric> I have a local checkout
<viric> let me nix-shell..
<collares> viric: can you try disabling some codecs, just to make sure it's not a problem there?
<viric> I'll use gdb
cole-h has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #114555 → gsm: support for cross-compilation → https://github.com/NixOS/nixpkgs/pull/114555
<viric> collares: let's see if I learn something :)
supersandro2000 has quit [Disconnected by services]
supersandro20000 has joined #nixos
<collares> okay, gdb will probably be the best idea, good luck :) if it's a codec problem you can uncomment the bluez5.codecs = [ ... ] line in bluez-monitor.conf and delete some codecs from the list
emmanuel_erc has quit [Read error: Connection reset by peer]
<collares> sbc is the most basic one, so it's the least likely to cause problems
emmanuel_erc has joined #nixos
<viric> pipewire-media-session is in 'examples' :)
<collares> yeah, it's supposed to be a reference session manager, but at this point it's the most full-featured (there are others such as wireplumber)
<viric> I'm using master... no crash :)
orivej has joined #nixos
afreak has quit [Remote host closed the connection]
<collares> oh good. 0.3.22 is somewhat buggy https://github.com/NixOS/nixpkgs/pull/114482#issuecomment-786778584
<viric> hm all ruined.
<drozdziak1> How do I use development SSL certs on NixOS?
<collares> so I think you best bet is to use master (but note that master uses a systemd user service for pipewire-media-session)
<viric> I attach with gdb, then continue,.... and when all got nuts, gdb gave the prompt again without telling about any signal. Just (gdb) again.
<viric> I never saw gdb do that before
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #114568 → nixos/acpid: clean up the module → https://github.com/NixOS/nixpkgs/pull/114568
oxalica has joined #nixos
sangoma has joined #nixos
slack1256 has quit [Ping timeout: 256 seconds]
cartwright has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @fishi0x01 opened pull request #114569 → vsh: 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/114569
<viric> collares: in what process do codecs run? Media session?
davidv7 has joined #nixos
cartwright has joined #nixos
<viric> collares: in the list of bluez registered paths, all are A2DP
wei97 has quit [Quit: Connection closed]
oxalica has quit [Quit: oxalica]
<collares> viric: no, I think you're right, a codec failure would probably crash elsewhere
<viric> collares: I could play music... it sounds like a can, so might be HFP/HSP
talvdav[m] has quit [Quit: Idle for 30+ days]
<collares> yes, sounding like a can definitely means HSP/HFP without msbc
<viric> pactl list says: Active Profile: headset-head-unit
<viric> collares: I switched profile and it went nuts... 'SCO packet for unknown connection..' flood
<collares> btw, you proabably want to enable msbc (in bluez-monitor.conf) if you use your microphone. obviously you still want A2DP to listen to stuff when not using the mic
<collares> viric: oh, so it wasn't using HSP/HFP before and it still sounded like a can? weird
<viric> it was it was
<viric> But switching during playing made all go nuts
jophish has joined #nixos
<viric> ok, a2dp-sink-sbc working
<viric> is a2dp-sink = a2dp-sink-sbc?
<collares> no, a2dp-sink tries all codecs (from "highest quality" to lowest, so it starts with ldac then aptx-hd then aptx then aac then sbc)
<{^_^}> [nixpkgs] @AndersonTorres closed pull request #114565 → poke: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/114565
<collares> I mean, unless you disable some of those codecs in your config file (if you do a2dp-sink won't try it, of course)
<viric> collares: how can I get the codecs listed?
<collares> what do you mean? the codecs your device supports or the names pipewire accepts?
work_ has quit [Quit: Connection closed for inactivity]
<viric> collares: I only see in pactl list these profiles: a2dp-sink, headset-head-unit, a2dp-sink-sbc
<viric> nothing about HSP/HFP codecs.
<collares> oh yeah, there's no codec switching in HSP/HFP
<collares> you can enable msbc in the config file, but it'll either use cvsd or msbc and that can't be changed at runtime
<viric> neither shown what is used
<viric> ?
emmanuel_erc has quit [Read error: Connection reset by peer]
troydm has quit [Ping timeout: 240 seconds]
emmanuel_erc has joined #nixos
malook has joined #nixos
lunik1 has joined #nixos
<collares> not in the sink name, but depending on your pipewire version it'll show up in pw-dump
<collares> (if you're using master it will show up there when the HSP/HFP profile is active)
<viric> how would I know what codecs my BT device supports?
<collares> probably using avinfo
<viric> ah never heard of it
<collares> avinfo BLUETOOTH_DEVICE_MAC (but it has to be done either with the device connected or disconnected, I don't remember which but only one works)
<viric> connected, not
<viric> disconnected, either
<viric> avinfo -i 00:02:3C:6F:E0:32
<siraben> How do I write a makefile such that the Nix derivation doesn't need a custom build and install phase and non-Nix users build it properly?
<siraben> `CC ?= cc, out ?= /usr` ?
<viric> invalid argument
emmanuel_erc has quit [Read error: Connection reset by peer]
Izorkin has quit [Ping timeout: 272 seconds]
emmanuel_erc has joined #nixos
<collares> viric: can't help you with that then, sorry :(
<viric> I'm very new to bluez
<collares> one final suggestion: if you want msbc (microphone support that only partially sounds like a can, like you would get if you used your headset in Windows or on your phone), make sure you use a very recent kernel version (5.10.18 or 5.11.1)
<collares> otherwise you need custom patches to make msbc work reliably
Izorkin has joined #nixos
<viric> My whole endeavour on pipewire is to get msbc (the good codec for handsfree)
<viric> hm 5.4.99 here
<collares> ah, awesome, that's how I got started with pipewire too
tokudan has quit [Quit: Dunno.]
<viric> collares: did any of that work for you? :)
<collares> you don't need 0.3.22 for that, 0.3.21 works fine
tokudan has joined #nixos
<collares> yes, it's working fine
<collares> but you do need a recent kernel (or a kernel patch)
<viric> but NEWS from 0.3.22 says - Add HFP HF support, which I thought was the-thing
<viric> I can get the latest 5.11 from master
<collares> HFP HF is the "opposite" thing (think Linux on a car that wants to enable msbc support for cell phones connected to it), I believe. you want HFP AG support, which was available in 0.3.21 already
<viric> collares: aaah
<viric> collares: since I attached gdb it didn't crash anymore. meh
<collares> lol
<viric> well that was master though and not 0.3.22
<meh`> viric, ( ͡° ͜ʖ ͡°)
<viric> do you recommend 0.3.21 over 0.3.22?
<{^_^}> [nixpkgs] @etu merged pull request #114554 → php: composer2 as default composer → https://github.com/NixOS/nixpkgs/pull/114554
<viric> collares: ahh no idea pipewire could do the two HFP things
<collares> all I know if that 0.3.21 works for my use case (which includes msbc support), but I don't know if 0.3.22 is better
emmanuel_erc has quit [Read error: Connection reset by peer]
<viric> 0.3.22 had the crash
tarruda3 has quit [Ping timeout: 276 seconds]
emmanuel_erc has joined #nixos
<collares> viric: right, so a bunch of people that work on pipewire bluetooth support are paid by Collabora to work on Automotive Grade Linux
<viric> 0.3.22 crashes right away. meh
<collares> so for them hfp hf support is as important as hfp ag
<viric> neat
<viric> collares: going to RTKit.... I couldn't find how pam_limits can be configured to authorize for RTKit
<viric> how do you grant RTKit permission to users?
<collares> anyway, I know current master has linux 5.10.18 and 5.11.1 but I don't know if that hit nixos-unstable yet (5.10.17 and 5.11 are not enough)
domogled has quit [Read error: Connection reset by peer]
domogled1 has joined #nixos
<viric> ahh
<viric> I'll use the git ref
emmanuel_erc has left #nixos [#nixos]
<collares> and make sure to enable msbc in bluez-monitor.conf, it's not enabled by default
<collares> i don't know about rtkit, sorry
<viric> sure, it's not there by default
<viric> rtkit wants some 'RT time > 0' as in slimits, but pam_limits cannot configure it
<viric> maybe there is a specific pam module for it
emmanuel_erc has joined #nixos
domogled1 is now known as domogled
davidv7 has quit [Remote host closed the connection]
<emmanuel_erc> hello there, how do I enable certain features in nix. I'm getting this eror http://ix.io/2R5u
<viric> clickbait? emmanuel_erc
<emmanuel_erc> I'm running arch linux. I'm guessing that I have to modify "~/.config/nixpkgs/config.nix"
<emmanuel_erc> viric: What do you mean?
<gchristensen> emmanuel_erc: you need to create a builder which is capable of building recursive nix
<gchristensen> note: recursive nix is fairly experimental and may be pretty annoying https://github.com/grahamc/netboot.nix/#setting-up-recursive-nix
<emmanuel_erc> I could use the same config file in ~/.config/nixpkgs/config.nix?
<emmanuel_erc> @gchristensen
<gchristensen> this is configuring the nix process itself, not nixpkgs' evaluation
<gchristensen> if you're using the daemon, you need to reconfigure /etc/nix/nix.conf and restart the daemon. if you're not, ~/.config/nix/nix.conf I think
<viric> collares: is msbc the same quality as sbc, for each channel?
ahmedelgabri has joined #nixos
ahmed_elgabri has joined #nixos
<Yaniel> msbc is off by default since it's apparently not supported too well in some devices
<Yaniel> how are you testing 0.3.22?
<viric> collares: oh now avinfo worked... it only mentions two audio sinks somehow.
tarruda3 has joined #nixos
<viric> Yaniel: I was testing the 'make run' frmo the repository in fact
<Yaniel> you could try installing it "properly" from #114482
emmanuel_erc has quit [Read error: Connection reset by peer]
<{^_^}> https://github.com/NixOS/nixpkgs/pull/114482 (by jansol, 23 hours ago, open): pipewire: 0.3.21 -> 0.3.22
Dr8128 has quit [Ping timeout: 264 seconds]
emmanuel_erc has joined #nixos
<Yaniel> the config changed quite a bit since .21
philr has quit [Ping timeout: 276 seconds]
troydm has joined #nixos
<Yaniel> and if any one config file is wrong you can get a crash, an error in the journal or absolutely nothing happening
<collares> viric: no, it's not the same quality. I guess technically it is because sbc supports several configurations, but what we think of when we head sbc is better than msbc sound quality
<collares> viric: for that you'd need faststream support, but nothing supports that (a few gamer headsets and some headsets from creative do, and pipewire does not support it)
<viric> collares: well they have to get low-latency likely with the same bandwidth
<collares> yeah
<collares> in my opinion msbc has acceptable quality, though (it's what everyone expects from bluetooth calls)
<viric> I have a creative headset... and a Jabra conference thing
jonringer has joined #nixos
<viric> collares: oh pipewire 0.3.21 doesn't find ~/.config/pipewire I guess
Dr8128 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<viric> I'll go with the envvar
<{^_^}> [nixpkgs] @mweinelt merged pull request #111348 → pythonPackages.httpcore: 0.12.0 -> 0.12.3 → https://github.com/NixOS/nixpkgs/pull/111348
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114570 → python37Packages.databricks-cli: 0.14.1 -> 0.14.2 → https://github.com/NixOS/nixpkgs/pull/114570
<viric> collares: I wonder how can I know if my headset supports msbc
<viric> pw-dump: api.bluez5.profile": "headset-head-unit", "api.bluez5.codec": "unknown"
emmanuel_erc has quit [Read error: Connection reset by peer]
<viric> quite like a can
aelgabri has joined #nixos
gabri has joined #nixos
emmanuel_erc has joined #nixos
Yeet[m] has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #113842 → python3Packages.pycec: init at 0.5.1 → https://github.com/NixOS/nixpkgs/pull/113842
<viric> Bluetooth® 4.1, SBC , FastStream, (it says in advertisement)
<collares> unless it's very old it should support msbc. when doing hfp negotiation the headset announces its capabilities, but I don't know of a good way of seeing that. it sounds like a can with bluez5.msbc-enabled = true in bluez-monitor.conf, right?
<collares> (you need to restart pipewire-media-session after enabling it)
<collares> viric: oh that's interesting! the only support I know for faststream comes from pali's infamous PulseAudio patches, I don't know how easy it is to use
ahmed_elgabri has quit [Ping timeout: 240 seconds]
<viric> collares: would specs advertise msbc?
<viric> (aside from sbc)
ahmedelgabri has quit [Ping timeout: 272 seconds]
<viric> hm I see that for other headsets they do advertise msbc
<{^_^}> [nixpkgs] @mweinelt merged pull request #113785 → python3Packages.twinkly-client: init at 0.0.2 → https://github.com/NixOS/nixpkgs/pull/113785
<collares> mine does not advertise msbc but supports it, so there's still hope
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #114543 → python3Packages.pyswitchbot: init at 0.9.1 → https://github.com/NixOS/nixpkgs/pull/114543
waleee-cl has joined #nixos
<viric> collares: ah right, avinfo showed faststream in sink source
<collares> viric: if you do want to check I guess you can install hsphfpd (there's a nix package in the pulseaudio directory although it's not pulseaudio specific) and run it to see codec negotiation details
emmanuel_erc has quit [Read error: Connection reset by peer]
<collares> (even if you're not planning on using hsphfpd for daily use)
emmanuel_erc has joined #nixos
<viric> (What "pastebin" website has simply a form with textarea and show raw text? All is so full of superhtml and ads!)
lassulus has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @veprbl opened pull request #114572 → pythonPackages.numba: 0.51.0 -> 0.52.0 → https://github.com/NixOS/nixpkgs/pull/114572
supersandro20000 has quit [Read error: Connection reset by peer]
supersandro2000 has joined #nixos
<collares> viric: I got to go, but feel free to add a comment in the pipewire status tracking issue #102547 if msbc does not work with the newest kernel. By the way, in that issue the nixos module config sample for enabling msbc (in the issue description) is in the wrong format, there's a comment of mine about it
<{^_^}> https://github.com/NixOS/nixpkgs/issues/102547 (by jansol, 16 weeks ago, open): Pipewire status tracking issue
<viric> collares: thank you a lot!
<Yaniel> yeah, the PR for 0.3.22 has an updated snippet for the updated module (this time it's correct too)
<collares> no problem, you're welcome!
<collares> Yaniel: ah yes, good point. better to copy it from there, it works even in 0.3.21
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.mmap: use Dune 2 »: https://git.io/JtA3i
<collares> viric: I was very happy to finally have msbc support, so I totally sympathize with other people trying to get it to work :)
<Yaniel> btw if you have other config tweaks that are common enough to warrant adding to the example config lmk
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114573 → python37Packages.azure-mgmt-web: 1.0.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/114573
<Yaniel> personally I don't really need the msbc part either but it's a simple tweak for demonstrating the config
<viric> collares: I have another BT device.... that doesn't work at all with HFP
<Yaniel> viric: take a look at the upstream config templates, bluez-monitor.conf has a lengthy listing of supported profiles and caveats
<viric> Yaniel: well my bluez-monitor.conf is basically the template I think
<Yaniel> the template leaves pretty much everything commented out
<Yaniel> so no msbc, only a subset of the profiles
<viric> ah sure I enabled msbc
mcornick has joined #nixos
<viric> hm for this other device I cannot get even avinfo to show anything but a single Audio Sink SBC
collares has quit [Quit: leaving]
<viric> in pactl it shows 'headset-head-unit', but if I switch to it... bad
<asymmetric> hey, i am a bit confused by the fact that a server i'm managing can't seem to load the wireguard module
<asymmetric> it seems i might be hitting this issue https://github.com/NixOS/nixpkgs/issues/56040#issuecomment-482878657
<asymmetric> but i can't/don't want to reboot
<asymmetric> and also, the kernel in /run/current-system doesn't have the wireguard module either, not sure why
<asymmetric> does it depend on me adding wireguard to boot.kernelPackages
emmanuel_erc has quit [Read error: Connection reset by peer]
<viric> Yaniel: pipewire-media-session[1204]: bluez5-device: failed to switch codec (-19), setting fallback profile
emmanuel_erc has joined #nixos
<viric> Yaniel: and it goes silent, SCO packet broken etc.
<asymmetric> the servers are running 5.4
malook has quit [Quit: malook]
<asymmetric> 5.4.95/5.4.100 to be precise
supersandro2000 has quit [Disconnected by services]
supersandro20000 has joined #nixos
<viric> Yaniel: same with pipewire master
<{^_^}> [nixpkgs] @jonringer merged pull request #114570 → python37Packages.databricks-cli: 0.14.1 -> 0.14.2 → https://github.com/NixOS/nixpkgs/pull/114570
<{^_^}> [nixpkgs] @jdbaldry opened pull request #114574 → markdownlint-cli: init at 0.26.0 → https://github.com/NixOS/nixpkgs/pull/114574
<Yaniel> did you try with the other profiles?
<viric> Yaniel: a2dp work fine
redmp has joined #nixos
<viric> Yaniel: this 2nd device might not have any good codec besides the very basic on HFP/HSP
<Yaniel> I mean there's hsp, hfp, hfp_ag, hfp_hf
<viric> Yaniel: I remember recording audio in windows with it... very poor quality. And 'windows' had some troubles switching the profile too
supersandro20000 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #114575 → python37Packages.bx-python: 0.8.9 -> 0.8.10 → https://github.com/NixOS/nixpkgs/pull/114575
<Yaniel> *I mean there's hsp_hs, hsp_ag, hfp_ag, hfp_hf
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #114573 → python37Packages.azure-mgmt-web: 1.0.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/114573
<viric> Yaniel: I tried both _ag, same outcome
<viric> Yaniel: I understand that _ag is what is required to allow HFP/HSP headsets to connect.
<viric> It might be a kernel thing, when it writes about SCO packets to unknown connection, simply
sterni has quit [Ping timeout: 272 seconds]
<viric> I just don't have a 3rd to test now
davidv7 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
davidv7 has quit [Remote host closed the connection]
collares has joined #nixos
emmanuel_erc has joined #nixos
aveltras has quit [Quit: Connection closed for inactivity]
<collares> Yaniel: You asked for suggestions and I have one that might not be worth implementing: Many bluetooth adapters require a recent kernel. It could be worth adding a warning if an user enables msbc via the nixos module but uses an old kernel.
<collares> (the versions that work reliably without patching are 5.10.(>= 18) and 5.11.(>= 1))
<collares> (and of course anything after 5.12, but that doesn't exist yet)
<collares> *require a recent kernel for msbc support
zupo has joined #nixos
sterni has joined #nixos
<Yaniel> might as well, if there is an easy way to find out the kernel version
<{^_^}> [nixpkgs] @jonringer merged pull request #114546 → python3Packages.graphtage: init at 0.2.5 → https://github.com/NixOS/nixpkgs/pull/114546
s1341_ has quit [Changing host]
s1341_ has joined #nixos
s1341_ has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #114443 → python3Packages.graphql-relay: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/114443
<emmanuel_erc> So I've managed to get recursive nix working on my machine. But why would this error come up? http://ix.io/2R5S
<{^_^}> [nixpkgs] @dotlambda opened pull request #114576 → wolfssl: 4.5.0 -> 4.7.0 → https://github.com/NixOS/nixpkgs/pull/114576
mcornick has quit [Quit: brb]
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #114553 → flite: improve cross-compilation support → https://github.com/NixOS/nixpkgs/pull/114553
mcornick has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114558 → pulumi-bin: 2.19.2 -> 2.21.2 → https://github.com/NixOS/nixpkgs/pull/114558
<{^_^}> [nixpkgs] @SuperSandro2000 reopened pull request #114553 → flite: improve cross-compilation support → https://github.com/NixOS/nixpkgs/pull/114553
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<viric> Yaniel: boot.kernelPackages.something
<{^_^}> [nixpkgs] @dotlambda merged pull request #113999 → [20.09] imagemagick7: 7.0.10-46 -> 7.0.10-61 → https://github.com/NixOS/nixpkgs/pull/113999
<collares> I guess in the module you have access to config.boot.kernelPackages.kernel.version
<{^_^}> [nixpkgs] @dotlambda merged pull request #114007 → imagemagick: make 7.0 default → https://github.com/NixOS/nixpkgs/pull/114007
zupo has joined #nixos
<l-as> Can anyone explain to me how setting the `src` in a derivation in a flake to `self` works? e.g. `nix build dwarffs#src` just gives me the exact same result as `nix build dwarffs`. I don't get how the `src` can be the its own output.
<collares> I guess it's enough to do versionAtLeast config.boot.kernelPackages.kernel.version "5.10.18", even though technically there's one release (5.11) that doesn't contain the patch
<{^_^}> [nixpkgs] @luc65r opened pull request #114577 → cemu: fix build → https://github.com/NixOS/nixpkgs/pull/114577
<viric> 'hdmi' and '3.5mm jack' are two different soundcards in laptops, right?
<viric> (for echo cancellation and sound output hdmi, and input 3.5mm jack)
ahmedelgabri has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to master « php-packages/mongodb: fix evaluation on darwin »: https://git.io/JtAnL
<{^_^}> [nixpkgs] @fabaff opened pull request #114578 → geos: 3.9.0 -> 3.9.1, python3Packages.shapely: fix build → https://github.com/NixOS/nixpkgs/pull/114578
gabri has quit [Ping timeout: 240 seconds]
aelgabri has quit [Ping timeout: 240 seconds]
<shapr> How do I see the derivation for a package? I'd like to update a nixpkgs-unstable package to the latest upstream version.
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<collares> shapr: You can open 'nix repl' then load nixpkgs with ':l <nixpkgs>' and open the derivation in an editor with :e (for example, ':e pkgs.pipewire')
<shapr> collares: I'll try that, thanks!
<collares> This will open a read-only version of the derivation because it comes from the store, but you can then easily open it in your repo clone
redmp has quit [Ping timeout: 256 seconds]
sangoma has quit [Ping timeout: 246 seconds]
collares has quit [Quit: leaving]
<{^_^}> [nixpkgs] @fabaff opened pull request #114579 → python3Packages.python-awair: 0.2.1 -> 0.2.2 → https://github.com/NixOS/nixpkgs/pull/114579
sterni has quit [Ping timeout: 256 seconds]
sterni has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/894b7be470e (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
gustavderdrache has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #114542 → iana-etc: 20200729 -> 20210225 → https://github.com/NixOS/nixpkgs/pull/114542
akaWolf1 has quit [Read error: Connection reset by peer]
akaWolf has joined #nixos
evhan has quit [Ping timeout: 272 seconds]
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #113998 → imagemagick6: 6.9.11-60 -> 6.9.12-1 → https://github.com/NixOS/nixpkgs/pull/113998
evhan has joined #nixos
supersandro2000 has quit [Ping timeout: 265 seconds]
kaliumxyz has joined #nixos
ahmed_elgabri has quit [Quit: WeeChat 3.0.1]
ahmedelgabri has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #114557 → python39Packages.inflect: 5.0.2 -> 5.2.0 → https://github.com/NixOS/nixpkgs/pull/114557
domogled has quit [Quit: domogled]
mightybyte has joined #nixos
ScottHDev5 has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #114580 → python3Packages.watchdog: fix flaky test on macOS → https://github.com/NixOS/nixpkgs/pull/114580
Hurttila has joined #nixos
<{^_^}> [nixpkgs] @hjones2199 closed pull request #107062 → indilib: add third party driver support → https://github.com/NixOS/nixpkgs/pull/107062
rjc29 has joined #nixos
<remexre> why doesn't nix support for languages with package managers like Cargo work by reading lockfiles?
<remexre> (or if it does and I'm just not seeing where it does, why is there so much other complication :P)
<simpson> remexre: With cargo2nix?
<{^_^}> [nixpkgs] @bb2020 opened pull request #114581 → nixos/minidlna: add startupDelay option → https://github.com/NixOS/nixpkgs/pull/114581
<remexre> yeah; I wrote a thing for Deno (which has a similar lockfile), and it works pretty well, in that the equiv of `cargo update' is all that's needed on changes to the equiv of `Cargo.lock
<remexre> '
sangoma has joined #nixos
<remexre> like, needing to generate + keep-up-to-date a separate nix file to list one's dependencies seems like a massive pain when it's already listing dependencies in a TOML file, with sha256 sums
ahmedelgabri has quit [Ping timeout: 264 seconds]
<remexre> ah, sweet
<yorick> (I'm not 100% sure naersk works this way)
inkbottle has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
<sterni> how come the --pure-eval flag and setting are basically not documented despite being in nix stable?
zebrag has quit [Ping timeout: 276 seconds]
<f0x> hmm, so what would one use nixos' containers.* for?
<sterni> f0x: a common use case is if you have networking issues with a single interface, for example want to have multiple services that want to run on the same port
<sterni> f0x: then you can containerize them and figure out the rest later™
<f0x> ah hmm right, like throwing them all in a reverse proxy etc
<f0x> is there performance overhead/other concerns?
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @xaverdh opened pull request #114582 → nixos/systemd-boot: open temporary file in binary mode to avoid ecoding issues → https://github.com/NixOS/nixpkgs/pull/114582
justanotheruser has quit [Ping timeout: 272 seconds]
<sterni> f0x: well it's worse than not using containers, but should be relatively lightweight
<sterni> systemd-nspawn just does namespacing, no virtualisation or such afaik
rjc29 has quit [Quit: Ping timeout (120 seconds)]
<f0x> sterni: thanks :)
<f0x> might be nice to separate the various (web)services in those
<joepie91> I wouldn't bother using them if you can just control the ports that stuff runs on
<sterni> well they also have their own process namespace, filesystem namespace etc
<sterni> so they are also sandboxed etc
mcornick has quit [Quit: bbl]
supersandro2000 has joined #nixos
n-osborne has joined #nixos
berberman_ has joined #nixos
berberman has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @NieDzejkob opened pull request #114583 → sameboy: 0.13.6 -> 0.14 → https://github.com/NixOS/nixpkgs/pull/114583
<{^_^}> [nixpkgs] @fabaff closed pull request #114548 → python3Packages.influxdb: enable tests → https://github.com/NixOS/nixpkgs/pull/114548
redmp has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #114584 → gollum: 5.1.2 -> 5.2.1 and maintainership transfer → https://github.com/NixOS/nixpkgs/pull/114584
palo has quit [Ping timeout: 240 seconds]
n-osborne has quit [Remote host closed the connection]
lassulus has joined #nixos
palo has joined #nixos
sangoma has quit [Quit: WeeChat 3.0]
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @bb2020 opened pull request #114585 → nixos/minidlna: wait for external mount points → https://github.com/NixOS/nixpkgs/pull/114585
<{^_^}> [nixpkgs] @bb2020 closed pull request #114581 → nixos/minidlna: add startupDelay option → https://github.com/NixOS/nixpkgs/pull/114581
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
redmp has quit [Ping timeout: 240 seconds]
Qwerky_ has joined #nixos
redmp has joined #nixos
Qwerky has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #114466 → libglvnd: Improve the license information → https://github.com/NixOS/nixpkgs/pull/114466
redmp_ has joined #nixos
redmp has quit [Ping timeout: 276 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<kalbasit[m]> <matthewcroughan "kalbasit: Hey! I'm trying to use"> You need to use subPackages which is a list of strings of paths to main.go of the commands you want to build.
fresheyeball has joined #nixos
jonringer has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @hjones2199 opened pull request #114586 → Indilib: add support for third party drivers → https://github.com/NixOS/nixpkgs/pull/114586
pie_67 has joined #nixos
<pie_67> clever: ping; i have grub questions
zupo has joined #nixos
<pie_67> also hexa- do you maybe know anything? so i built a grub from master, but im still running into issues from here https://github.com/NixOS/nixpkgs/issues/65375#issue-472863006
<pie_67> the efi binary still has the fs_uuid / zfs command in it instead of the cryptomount command
<pie_67> the gruub rescue prompt doesnt have the cryptomount command for some reason so i cant mount it like that
<pie_67> i get the feeling nicos or the grub install scripts might be doing something funky
UnaDuda has joined #nixos
<pie_67> ok it seems to be related to grub-install, and the command comes from here https://github.com/rhboot/grub2/blob/master/util/grub-install.c#L543
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
Qwerky has joined #nixos
Qwerky_ has quit [Ping timeout: 240 seconds]
<adisbladis> Is there a way I can tell `nix copy` to not compress NARs?
<{^_^}> [nixpkgs] @fabaff opened pull request #114587 → python3Packages.pytankerkoenig: init at 0.0.7 → https://github.com/NixOS/nixpkgs/pull/114587
luxemboye has quit [Remote host closed the connection]
jkachmar has joined #nixos
luxemboye has joined #nixos
<adisbladis> To answer my own question: No, this is not customisable. :/
<aleph-> Bummer
<pie_67> clever its really nice how easy it was to get kvm and virt-manager running off a raw disk in nixos-installer
<adisbladis> Yeah.. I have to resort to hackyness of epic proportions in this script..
K0kada has quit [Remote host closed the connection]
K0kada has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #114588 → linux-firmware: use commit instead of tag → https://github.com/NixOS/nixpkgs/pull/114588
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.camomile: use Dune 2 »: https://git.io/JtARZ
johari has joined #nixos
fendor_ has joined #nixos
jonringer has joined #nixos
fendor has quit [Ping timeout: 265 seconds]
euandreh has quit [Quit: WeeChat 3.0.1]
UnaDuda has quit [Quit: Connection closed]
fresheyeball has quit [Quit: WeeChat 2.9]
emmanuel_erc has quit [Ping timeout: 240 seconds]
luxemboye has quit [Remote host closed the connection]
<pie_67> woohooo it booted, now i just need to figure out how the heck to set whatever this command is thats built into the efi binarz
luxemboye has joined #nixos
<redmp_> is there a way to get the ip addr of a host with the nixops "nodes" input?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114556 → python3Packages.aiohttp: 3.7.3 -> 3.7.4 → https://github.com/NixOS/nixpkgs/pull/114556
<redmp_> it's stated in the nixops user guide introduction that you can use it to put a machine's IP on other machines, but there aren't details about how other than some hints in section 3.15
bokononi1t has joined #nixos
<manveru[m]> redmp_: i think it was something like `config.networking.privateIPv4`
AmandaC_ has quit [Quit: WeeChat 3.0.1]
Dr8128 has quit [Quit: Leaving.]
Dr8128 has joined #nixos
<{^_^}> [nixpkgs] @bobrik opened pull request #114589 → erlang: 23.1.4 -> 23.2.6, 22.3 -> 22.3.4.16, 21.3.8.3 -> 21.3.8.21 → https://github.com/NixOS/nixpkgs/pull/114589
bokononi3t has quit [Ping timeout: 264 seconds]
glines has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @erictapen merged pull request #114584 → gollum: 5.1.2 -> 5.2.1 and maintainership transfer → https://github.com/NixOS/nixpkgs/pull/114584
AmandaC has joined #nixos
<redmp_> manveru[m]: thanks
<simpson> supersandro2000: Sorry for dropping the ball on https://github.com/NixOS/nixpkgs/pull/89787. I bumped the versions and changed stuff according to your feedback. Thanks for your hard work.
<{^_^}> #89787 (by MostAwesomeDude, 37 weeks ago, open): relpipe: init at 0.16
orivej has quit [Ping timeout: 240 seconds]
Lorenzoas3ii[m] has joined #nixos
BaughnLogBot has quit [Ping timeout: 265 seconds]
BaughnLogBot has joined #nixos
justanotheruser has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
<pie_67> nh2: ping? i saw you poking at the grub parts of nixos modules
<pie_67> grub-install seems to call grub-mkimage, but i cant figure out how to override the -c argument / embbedded config it passes
<pie_67> do you maybe have any ideas?
<f0x> hmm, my /etx/nix/nix.conf contains "max-jobs = 0" and "builders = ssh://user@host", however when trying to morph build i get "but neither local builds ('--max-jobs') nor remote builds ('--builders') are enabled"
<f0x> evidently it picks up the max-jobs from that config but not the builders?
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #114590 → pandas: fix scipy coo_matrix test → https://github.com/NixOS/nixpkgs/pull/114590
Quick_Wango has joined #nixos
QuickWango has quit [Ping timeout: 272 seconds]
Hurttila has quit [Ping timeout: 240 seconds]
meh` has quit [Quit: I think it's time we blow this scene.]
<pie_67> i dont know if it invokex the executable, maybe i could use a wrapper script there :*
<{^_^}> [nixpkgs] @fabaff opened pull request #114591 → python3Packages.asteval: 0.9.22 -> 0.9.23 → https://github.com/NixOS/nixpkgs/pull/114591
<pie_67> * :/
meh` has joined #nixos
Quick_Wango has quit [Ping timeout: 264 seconds]
Quick_Wango has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @etu opened pull request #114592 → Php minor fixes → https://github.com/NixOS/nixpkgs/pull/114592
<{^_^}> [nixos-hardware] @Mic92 merged pull request #207 → Add Dell XPS 13 9310 → https://github.com/NixOS/nixos-hardware/pull/207
awmv has joined #nixos
<{^_^}> [nixpkgs] @kalbasit opened pull request #114593 → terraform-providers.vultr: 1.5.0 -> 2.1.3 → https://github.com/NixOS/nixpkgs/pull/114593
oxalica has joined #nixos
oxalica has quit [Quit: oxalica]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/97ae92956b4 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
lopsided98 has quit [Quit: Disconnected]
lopsided98 has joined #nixos
<{^_^}> [nixpkgs] @baloo opened pull request #114595 → thin-provisioning-tools: extraneous dependency on binutils → https://github.com/NixOS/nixpkgs/pull/114595
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #114596 → python3Packages.pyiqvia: 0.3.2 -> 0.3.3 → https://github.com/NixOS/nixpkgs/pull/114596
liny01 has quit [Ping timeout: 272 seconds]
lopsided98 has quit [Client Quit]
<{^_^}> [nixpkgs] @thiagokokada opened pull request #114597 → Patch mons → https://github.com/NixOS/nixpkgs/pull/114597
<{^_^}> [nixpkgs] @baloo opened pull request #114598 → libaio: fixup static compilation → https://github.com/NixOS/nixpkgs/pull/114598
<{^_^}> [nixpkgs] @ajs124 opened pull request #114599 → libe-book: fix build after c0b3169d4a48bcd8da29157e1cc2c412873e51d6 → https://github.com/NixOS/nixpkgs/pull/114599
lopsided98 has joined #nixos
lopsided98 has quit [Quit: Disconnected]
<|beowulf|> I'm trying to get my Lexmark C746dn printer to work with NixOS. I've had success with the ppd from openprinting.org on other Linux distros but no luck so far nix NixOS. I've the following in my /etc/nixos/configuration.nix: https://pastebot.rmdir.de/lKqVmfK1xV1rWd1Gr7Pplg
<|beowulf|> There's a line in the ppd that says *cupsFilter: "application/vnd.cups-postscript 0 /usr/lib/cups/filter/fax-pnh-filter"
<|beowulf|> I guess that won't work on NixOS
<|beowulf|> any ideas?
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
<|beowulf|> I wonder where fax-pnh-filter comes from on other distros
<|beowulf|> doesn't seem to be part of the .deb
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @kalbasit merged pull request #114593 → terraform-providers.vultr: 1.5.0 -> 2.1.3 → https://github.com/NixOS/nixpkgs/pull/114593
<nh2[m]> <pie_67 "grub-install seems to call grub-"> pie_67: do you mean `pkgs/tools/misc/grub/pvgrub_image/default.nix`? I'm more familiar with `nixos/modules/system/boot/loader/grub/grub.nix` and `install-grub.pl`
Dr8128 has quit [Ping timeout: 256 seconds]
supersandro2000 has quit [Client Quit]
<pie_67> nh2[m] its an implicit call in the grub-install binary. ive done some more research and i dont see a good way to do it because there doesnt seem to be any escape hatches and they directly call c code AFAICT. right now im looking at extraInstallCommands
<pie_67> it looks like all i need to do is call mkimage to generate the efi image thing and then move the file to the efi directory
<pie_67> i dont like it because its not integrated into the rest of the flow, but i _think_ it will be ok because all the other config stuff is done through the stuff nixos-install and whatever the other nixos stuff generates
supersandro2000 has joined #nixos
Darkmatter66 has joined #nixos
lsix has quit [Quit: WeeChat 3.0.1]
supersandro2000 has quit [Client Quit]
attila_lendvai has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
BaughnLogBot has quit [Ping timeout: 264 seconds]
BaughnLogBot has joined #nixos
simonpe^^ has quit [Remote host closed the connection]
fuiltilt has joined #nixos
riksteri has quit [Quit: riksteri]
<{^_^}> [mobile-nixos] @Artturin opened pull request #321 → pine64-pinephone: kernel 5.10 > 5.11.2 → https://github.com/NixOS/mobile-nixos/pull/321
supersandro2000 has joined #nixos
evils has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114553 → flite: improve cross-compilation support → https://github.com/NixOS/nixpkgs/pull/114553
lopsided98 has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #112455 → gdb: add support for debuginfod → https://github.com/NixOS/nixpkgs/pull/112455
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114564 → python3Packages.python-gammu: init at 3.1 → https://github.com/NixOS/nixpkgs/pull/114564
<{^_^}> [nixpkgs] @Mic92 reopened pull request #112455 → gdb: add support for debuginfod → https://github.com/NixOS/nixpkgs/pull/112455
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @fabaff opened pull request #114600 → python3Packages.msldap: 0.3.25 -> 0.3.26 → https://github.com/NixOS/nixpkgs/pull/114600
<{^_^}> [nixpkgs] @Mic92 merged pull request #112843 → gcc: support -m32 on ppc64le → https://github.com/NixOS/nixpkgs/pull/112843
ryzokuken_ is now known as ryzokuken
<nh2[m]> <pie_67 "nh2 its an implicit call in the "> pie_67: ah, I see, that call is internal in there. I didn't know that, so I cannot yet give any concrete tips for it, but let me know how you proceed with it1
<pie_67> at the least there seems to be a -v argument that makes it dump what the command should look like: grub-mkimage --directory '/nix/store/m0y82s89gi77nw9mqxl1qranjxipqxa4-grub-2.04/lib/grub/x86_64-efi' --prefix '/oven6/root@/boot/grub' --output '/boot/grub/x86_64-efi/core.efi'  --dtb '' --format 'x86_64-efi' --compression 'auto'  --config
<pie_67> '/boot/grub/x86_64-efi/load.cfg' 'cryptodisk' 'luks2' 'part_gpt' 'cryptodisk' 'pbkdf2' 'gcry_rijndael' 'pbkdf2' 'gcry_sha256' 'zfs' 'zfs' 'search_fs_uuid'
<pie_67> looks like the stuff in load.cfg is what ends up in the binary
<pie_67> * grub-install takes that argument
<pie_67> theres a similar command for grub.efi, the core.efi seems to be identical to the binary in /efi
<pie_67> this stuff seems so opaque for some reason
<pie_67> im not sure which derivation is being passed in --directory
skrzyp1 is now known as skrzyp
fresheyeball has joined #nixos
<fresheyeball> has anyone used a docker image inside a nix expression?
lopsided98 has quit [Quit: Disconnected]
<fresheyeball> There is a package I want to use, but it's currently only distributed as a docker image
philr has joined #nixos
<fresheyeball> re-writing the packaging from scratch for nix is not the way forward
lopsided98 has joined #nixos
<fresheyeball> I don't see any reason why this shouldn't work, but idk
<nh2[m]> pie_67: `/nix/store/m0y82s89gi77nw9mqxl1qranjxipqxa4-grub-2.04/lib/grub/x86_64-efi` seems to be the main grub package build itself
<pie_67> ok maybe its just a different version on my live system
<nh2[m]> pie_67: for me it contains only `lib/grub/i386-pc`, not `lib/grub/x86_64-efi`
<pie_67> and these binaries seem to be in /run/current-system/sw/bin so i guess i dont have to worry about it
<pie_67> i *think* that --directory setting is a default value, because grub-mkimage --help says:
<pie_67>   -d, --directory=DIR        use images and modules under DIR
<pie_67>                              [default=/nix/store/lg6ppgfgc0pswf58hdhicncjx2lr0i5g-grub-2.04/lib/grub/<platform>]
<nh2[m]> fresheyeball: I guess you could invoke docker tooling to unpack the contents of the docker container, or write a systemd service that starts the docker container with arguments you like
<fresheyeball> nh2[m]: can I invoke the container inside the build step of a derivation?
<fresheyeball> I don't know how to provide an isolated docker
<fresheyeball> I always do it with systemd
marusich has quit [Ping timeout: 240 seconds]
vidbina has joined #nixos
<pie_67> these --help explanations are so useless..
<pie_67> "  -p, --prefix=DIR           set prefix directory" Thanks whats a prefix directory
<nh2[m]> fresheyeball: hmm, launching processes from the docker container during the build step might be tougher, given that docker uses a daemon based architecture to launch stuff. But some of the other docker running implementations (which I'm not very familiar with yet) might be able to do it during the build
<{^_^}> [nixpkgs] @TredwellGit opened pull request #114601 → xorg.xorgproto: 2020.1 -> 2021.3 → https://github.com/NixOS/nixpkgs/pull/114601
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114566 → herbstluftwm: 0.9.1 -> 0.9.2 → https://github.com/NixOS/nixpkgs/pull/114566
<fresheyeball> nh2[m]: any recommendations where to look
<fresheyeball> I think using a deamon for this is not going to work
<nh2[m]> fresheyeball: perhaps this helps orp2.benaco.biz/
<nh2[m]> sorry
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
growpotkin has joined #nixos
marusich has joined #nixos
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @kvtb opened pull request #114602 → nix: fix "common.sh: line 94: unshare: command not found" → https://github.com/NixOS/nixpkgs/pull/114602
supersandro2000 has joined #nixos
supersandro2000 has quit [Client Quit]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #114603 → vscode-extensions.gruntfuggly.todo-tree: 0.0.196 -> 0.0.198 → https://github.com/NixOS/nixpkgs/pull/114603
userrr has joined #nixos
<emmanuel_erc> Hello there, I'm trying to use recursive nix and I'm running into issues. In the part of the build, where I recursively call nix-build, my script fails on this particular line "with builtins.trace (builtins.getEnv \"NIX_PATH\") (import <nixpkgs> {});"
inkbottle is now known as zebrag
<emmanuel_erc> When I run the entire expression (that includes the line), my script fails on this line, but it is able to evaluate "builtins.getEnv \"NIX_PATH\"" and return a path in the nix-store.
<emmanuel_erc> how is "import <nixpkgs> {}" possibly still failing?
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
fendor_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Mic92 merged pull request #114598 → libaio: fixup static compilation → https://github.com/NixOS/nixpkgs/pull/114598
sss2 has quit [Quit: Leaving]
marusich has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #114604 → python3Packages.pytest-sanic: 1.6.2 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/114604
meh` has quit [Ping timeout: 240 seconds]
Dr8128 has joined #nixos
jonringer has quit [Remote host closed the connection]
meh` has joined #nixos
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114569 → vsh: 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/114569
<{^_^}> [mobile-nixos] @Artturin opened pull request #322 → modules/rootfs.nix: rework mounting → https://github.com/NixOS/mobile-nixos/pull/322
acarrico has quit [Ping timeout: 265 seconds]
supersandro2000 has joined #nixos
kaivai has quit [Quit: ZNC - https://znc.in]
shibboleth has quit [Quit: shibboleth]
kaivai has joined #nixos
pie_67 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114587 → python3Packages.pytankerkoenig: init at 0.0.7 → https://github.com/NixOS/nixpkgs/pull/114587
eoli3n_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114603 → vscode-extensions.gruntfuggly.todo-tree: 0.0.196 -> 0.0.198 → https://github.com/NixOS/nixpkgs/pull/114603
eoli3n has joined #nixos
davidv7 has joined #nixos
vidbina has quit [Ping timeout: 264 seconds]
j4m3s__ has quit [Ping timeout: 246 seconds]
j4m3s__ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #114600 → python3Packages.msldap: 0.3.25 -> 0.3.26 → https://github.com/NixOS/nixpkgs/pull/114600
<{^_^}> [nixpkgs] @rpgwaiter closed pull request #113928 → cyberpunk-neon: init at b4b293c → https://github.com/NixOS/nixpkgs/pull/113928
proofofpizza[m] has left #nixos ["User left"]
fresheyeball has quit [Quit: WeeChat 2.9]