worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
<multun> It could be anything, it's probably a wine bug but that's hard to say
<mkg20001> quinn: tried it with steam-run, I could try it with "ulimit -s 10000" to give it a bigger stack
digit_ has joined #nixos
<quinn> that's an interesting idea, no way to know whether it'll work until you do it i guess
digit_ has quit [Client Quit]
digit_ has joined #nixos
<mkg20001> quinn: There's a bunch more errors actually - https://paste.mkg20001.io/alofiguzab.rb - seems like it tries to open a socket, but that doesn't work, then it does a stackoverflow (regardless of raised limit)
<{^_^}> [nixpkgs] @aanderse merged pull request #89517 → tome4: fix error in .desktop file → https://git.io/JfXAZ
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/Jf1iQ
digit_ has quit [Quit: digit_]
<{^_^}> [nixops] @tewfik-ghariani opened pull request #1360 → Fixing hanging destroy operation → https://git.io/Jf1iA
cript0nauta has joined #nixos
eoli3n_ has quit [Ping timeout: 265 seconds]
davidv7 has quit [Ping timeout: 272 seconds]
user_0x58 has quit [Ping timeout: 272 seconds]
user_0x58 has joined #nixos
<JJJollyjim> hmmm
<JJJollyjim> if i have a derivation, can i work backwards and find its passthru attributes?
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<clever> > nix.perl-bindings
<{^_^}> "<derivation /nix/store/kyyfsjmwhzk7n255l2in3mmrq3gzbc6s-nix-perl-2.3.6.drv>"
<clever> JJJollyjim: that is a key in nix's passthru i believe
<JJJollyjim> i'd like to be able to run the passthru.tests for all the packages on my system
<JJJollyjim> so i can run off master/nixpkgs-unstable/nixos-unstable-small and still have reasonable confidence that the things i care about will work
amerigo has quit [Quit: Connection closed for inactivity]
<JJJollyjim> hmm?
<JJJollyjim> sorry, i mean if i have a .drv file
<clever> [root@amd-nixos:~]# nix repl '<nixpkgs/nixos>'
<clever> nix-repl> builtins.concatLists (map (x: if x ? tests then [ x.tests ] else []) config.environment.systemPackages)
<clever> [ ]
<clever> this will take everything in my systemPackages, and extract anything with a .tests
<clever> JJJollyjim: there is no way to go back from a .drv to a nix expr, the passthru is lost by that point
<JJJollyjim> damn okay
<JJJollyjim> i only have a couple of CLI tools in my systemPackages, almost everything is from services
<JJJollyjim> so i was hoping i could `nix-store -q --tree` my machine, `nix-store -q --deriver` those packages, then find the tests somehow
<clever> you would have to map over all of nixpkgs, to find which attribute made the drv
<clever> > hello.drvPath
<{^_^}> "/nix/store/gp0904v2qs438pgin5wfbaf521m1nc88-hello-2.10.drv"
<JJJollyjim> and i guess at evaluation-time there's no way to know what's gonna end up in my machine closure, cos that depends on what the build outputs end up referencing
<clever> yeah
<JJJollyjim> hmm that's doable i guess
<{^_^}> [nixpkgs] @veprbl merged pull request #89181 → geant4: 10.6.1 -> 10.6.2 → https://git.io/JfKGj
<{^_^}> [nixpkgs] @veprbl pushed commit from @OmnipotentEntity to master « geant4: 10.6.1 -> 10.6.2 (#89181) »: https://git.io/Jf1PP
sigmundv_ has joined #nixos
pamplemousse has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #89529 → libreoffice: explicitly disable unsupported GTK2 → https://git.io/Jf1Y3
<{^_^}> [nixpkgs] @peterhoeg pushed to master « libreoffice: explicitly disable unsupported GTK2 (#89529) »: https://git.io/Jf1PM
<quinn> mkg20001: no idea how to help w any of that, sorry dude
m1cr0man has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #89573 → bazelisk: 1.4.0 -> 1.5.0 → https://git.io/Jf1P5
user_0x58 has quit [Ping timeout: 246 seconds]
user_0x58 has joined #nixos
detran has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89574 → adoptopenjdk-icedtea-web: 1.8.3 -> 1.8.4 → https://git.io/Jf1Pb
nuncanada has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #89575 → lxd: 4.1 -> 4.2 → https://git.io/Jf1PN
<{^_^}> [nixpkgs] @marsam merged pull request #89539 → yabai: 3.0.2 -> 3.1.0 → https://git.io/Jf1CQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1Px
<{^_^}> [nixpkgs] @alyssais merged pull request #89459 → Mailman updates → https://git.io/JfXOi
<{^_^}> [nixpkgs] @alyssais pushed 8 commits to staging: https://git.io/Jf1Pp
<{^_^}> [nixpkgs] @alyssais opened pull request #89576 → rustc: 1.43.0 -> 1.44.0 → https://git.io/Jf1Xe
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89577 → amber-theme: 3.34-2 -> 3.36-1 → https://git.io/Jf1XU
<lovesegfault> if I have a list of attrsets how can I join them?
<lovesegfault> Is it just foldr (l: r: l // r) {} myList?
<quinn> lovesegfault: does lib.mergeAttrs do the trick? there is also mkMerge for modules/options
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89578 → angband: 4.2.0 -> 4.2.1 → https://git.io/Jf1XT
drakonis has quit [Ping timeout: 246 seconds]
Emantor has quit [Quit: ZNC - http://znc.in]
thc202 has quit [Ping timeout: 246 seconds]
Emantor has joined #nixos
<lovesegfault> quinn: lib.foldl lib.mergeAttrs {} (map myFn myList) worked :D
h0m1 has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos
h0m1 has joined #nixos
dingenskirchen1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89579 → atlantis: 0.12.0 -> 0.13.0 → https://git.io/Jf1XY
dingenskirchen has quit [Ping timeout: 260 seconds]
dingenskirchen1 is now known as dingenskirchen
markus1189 has joined #nixos
markus1199 has quit [Ping timeout: 246 seconds]
user_0x58 has quit [Ping timeout: 265 seconds]
user_0x58 has joined #nixos
shibboleth has quit [Quit: shibboleth]
<quinn> lovesegfault: nice!
r2r[m] has joined #nixos
frobenius[m] has joined #nixos
<lovesegfault> Is there a dirname function nix Nix?
notgne2 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<lovesegfault> I know there's baseNameOf but I don't know of one for dirname
<lovesegfault> Oh, it's dirOf
notgne2 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
joshuaBPMan has joined #nixos
<ldlework> What is the best way to use sed with interpolated store paths since they include forward slashes which screws up sed?
<simpson> Change the delimiter. Traditional options include | ! @ _
<ldlework> Oh I never even knew that was possible. Thanks.
<{^_^}> [nixos-homepage] @ryantm opened pull request #458 → reword some sentences on the front page → https://git.io/Jf1Xw
proofofkeags has joined #nixos
nuncanada has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89580 → aws-checksums: 0.1.5 -> 0.1.7 → https://git.io/Jf11L
<{^_^}> [nixos-homepage] @davidak merged pull request #458 → reword some sentences on the front page → https://git.io/Jf1Xw
<{^_^}> [nixos-homepage] @davidak pushed 2 commits to master: https://git.io/Jf11t
* DigitalKiwi is a fan of :
joshuaBPMan has quit [Remote host closed the connection]
proofofkeags has quit [Ping timeout: 260 seconds]
<energizer> sed serene
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89581 → axel: 2.17.8 -> 2.17.9 → https://git.io/Jf11o
sarcasticadmin has quit [Ping timeout: 246 seconds]
nuncanada has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @cleverca22 opened pull request #89582 → rust: fix rust cross-compile → https://git.io/Jf11Q
nuncanada has joined #nixos
nuncanada has quit [Client Quit]
user_0x58 has quit [Ping timeout: 246 seconds]
user_0x58 has joined #nixos
felixfoertsch23 has joined #nixos
philr_ has joined #nixos
eyenx has quit [Quit: bye]
eyenx has joined #nixos
eyenx has joined #nixos
eyenx has quit [Changing host]
felixfoertsch has quit [Ping timeout: 256 seconds]
felixfoertsch23 is now known as felixfoertsch
orivej has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #89583 → fontforge: 20190801 -> 20200314 → https://git.io/Jf1Mn
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/f277096c4c4 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
user_0x58 has quit [Ping timeout: 256 seconds]
morgrimm has joined #nixos
user_0x58 has joined #nixos
<morgrimm> Hey all - does anyone have the gpg agent running ssh auth for them? I have it and ssh support set up, but it refuses any operation to do with my public key
<morgrimm> Signing in git and stuff with my signing key works fine, but ssh doesn't
<{^_^}> [nixpkgs] @bdesham opened pull request #89584 → mkvtoolnix: fix Darwin build → https://git.io/Jf1M0
<DigitalKiwi> i use keychain
<qyliss> morgrimm: do you have SSH_AUTH_SOCK set?
<qyliss> (as an environment variable, where you want to use SSH)
<morgrimm> Yes, fish is exposing the auth sockets correctly
orivej has joined #nixos
bdju has quit [Quit: leaving]
<morgrimm> I wonder if my keys aren't explicitly being set.... hmm
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89585 → bitwarden: 1.17.2 -> 1.18.0 → https://git.io/Jf1M2
<energizer> i also use keychain
<{^_^}> [nixpkgs] @bhipple opened pull request #89586 → pythonPackages.python-daemon: disable tests after pytest upgrade → https://git.io/Jf1MP
morgrimm has quit [Quit: leaving]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
asbachb has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
whatisRT has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Ping timeout: 272 seconds]
bdju has joined #nixos
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89587 → bitwarden_rs: 1.14.2 -> 1.15.0 → https://git.io/Jf1DY
orivej has quit [Ping timeout: 246 seconds]
m0rphism has quit [Ping timeout: 246 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
sigmundv_ has quit [Ping timeout: 260 seconds]
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @leungbk closed pull request #88005 → pythonPackages.ptvsd: init at 4.3.2 → https://git.io/Jf0PF
<{^_^}> [nixpkgs] @jonringer opened pull request #89588 → python2Packages.pillow: freeze at 6.2.2 → https://git.io/Jf1DP
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
aw has quit [Remote host closed the connection]
spacefrogg has quit [Remote host closed the connection]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/f277096c4c4 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
aw has joined #nixos
spacefrogg has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
iyzsong has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.0 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89589 → c-blosc: 1.18.1 -> 1.19.0 → https://git.io/Jf1yI
proofofkeags has joined #nixos
virus_dave has quit [Read error: Connection reset by peer]
virus_dave has joined #nixos
proofofkeags has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89590 → cargo-udeps: 0.1.11 -> 0.1.12 → https://git.io/Jf1yV
<hyper_ch> question: due to systemd there is no classic "syslog" anymore. So when giving info to a module that it logs to "syslog", should I still use "syslog" (as generic term) or should I use "systemd" or "journalctl"?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89591 → cargo-watch: 7.3.0 -> 7.4.0 → https://git.io/Jf1y9
fragamus_ has quit [Quit: Connection closed]
<ldlework> Is the patchPhase I'm using sed and getting, sed: couldn't open temporary file /nix/store/2g4a5japiqmlj2xfdvqf6jqhg1ba5rnd-source/src/sedPeRDzF: Permission denied
<ldlework> what should I do instead
<ldlework> oh nm sorry i'm just tired
<energizer> hyper_ch: really it's just logging to stderr, right?
<ldlework> actually no I'm still confused -- during the patch phase, why can't I modify the source files?
<hyper_ch> energizer: no idea :)
<hyper_ch> energizer: I'm not all familiar with that stuff....
<hyper_ch> If I enable the debug option, it everything shows up in journalctl
<energizer> hyper_ch: normally systemd services print to standard streams and systemd itself puts it into the journal
<hyper_ch> well, so far everything the old documentations all say: "if debug is enabled, everything gets logged to syslog"
<energizer> maybe look in the source of a module and see what the debug option is doing
<hyper_ch> energizer: I'm adding it becuase currently it's not an option
<hyper_ch> so I need to know what to put into the helper text
<energizer> hyper_ch: look at other ones
<hyper_ch> since there is no syslog anymore
proofofkeags has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #162 → Allow passing device definitions by path → https://git.io/Jf1yj
proofofkeags has quit [Ping timeout: 272 seconds]
<{^_^}> [nixos-homepage] @sharkbrainguy opened pull request #459 → Fix a broken link → https://git.io/Jf1SI
<{^_^}> [nixpkgs] @sjau opened pull request #89594 → ssmtp: adding debug option → https://git.io/Jf1SL
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89595 → checkstyle: 8.32 -> 8.33 → https://git.io/Jf1St
kreyren has quit [Remote host closed the connection]
kreyren_ has joined #nixos
user_0x58 has quit [Ping timeout: 265 seconds]
kreyren_ has quit [Remote host closed the connection]
user_0x58 has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
gxt has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89596 → clair: 2.1.3 -> 2.1.4 → https://git.io/Jf1Sl
kreyren has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
user_0x58 has quit [Ping timeout: 272 seconds]
user_0x58 has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89597 → cq-editor: 0.1RC2 -> 0.1.1 → https://git.io/Jf1Sa
o1lo01ol1o has joined #nixos
<{^_^}> [mobile-nixos] @samueldr merged pull request #158 → Add firmware support to stage-1 → https://git.io/Jfi47
<{^_^}> [mobile-nixos] @samueldr pushed 4 commits to master: https://git.io/Jf1SK
o1lo01ol1o has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #nixos
<{^_^}> [nixos-homepage] @samueldr merged pull request #459 → Fix a broken link → https://git.io/Jf1SI
<{^_^}> [nixos-homepage] @samueldr pushed 2 commits to master: https://git.io/Jf1SX
palo1 has joined #nixos
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89598 → curlcpp: 1.1 -> 1.4 → https://git.io/Jf1SD
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
evhan has quit [Quit: De IRC non curat rex...]
evhan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89600 → dnsproxy: 0.28.1 -> 0.29.0 → https://git.io/Jf19T
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89601 → doctl: 1.43.0 -> 1.45.0 → https://git.io/Jf19m
wnklmnn has quit [Quit: Leaving]
<ldlework> Can an overlay provide new nixos modules?
<ldlework> I guess you don't really need an overlay, since you can just add stuff to the imports from wherever..
<clever> ldlework: look at disabledModules in the nixos manual
<clever> ldlework: for new modules, just add to imports and your done
<ldlework> Right. So they can even come from a fetchurl or whathaveyou
<clever> yep
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89602 → dua: 2.6.0 -> 2.6.1 → https://git.io/Jf194
<ldlework> Oh one problem is
<ldlework> How to write a module so it can be used for either home-manager or nixos hmm
<ldlework> I suppose I can just target home-manager
jakobrs has joined #nixos
linarcx has joined #nixos
<jakobrs> Can I share the same multi-user Nix partition between dual boots?
<clever> jakobrs: main problem, is that any result symlinks nix-build leaves around, wont be seen from the other OS, and may get garbage collected
<jakobrs> do you know ... a way around that?
<clever> jakobrs: if you also share $HOME between both distros, it will be less of an issue
<jakobrs> that's true
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #89603 → tiny8086: update source and build script → https://git.io/Jf19g
jakob_rs has joined #nixos
<jakob_rs> Sorry I ran out of power
<jakob_rs> I was thinking:
<jakob_rs> Nix doesn't garbage collect, by default, anything inside /nix/var/nix/profiles
<jakob_rs> Even thoung /nix/var/nix/gcroots/profiles is broken and has been for some time
<jakob_rs> Could I not have separate /nix/var/nix/gcroots/<boot>/profiles folders, and then just have /nix/var/nix/profiles be a bind mount?
<clever> jakobrs: you can just have a different profile in /nix/var/nix/profiles/per-user/$USER/foo
<clever> like profile-a and profile-b
<jakob_rs> ... you're right
<clever> i believe $NIX_PROFILE tells nix-env which one to act on by default
<clever> then just symlink ~/.nix-profile to the right one
<jakob_rs> The problem is that Nix code (like etc/profile.d/nix.sh) has hard-coded names for 1. the default profile and 2. the channels
<jakob_rs> actually for the channels it just appends ~/.nix-defexpr/channels, so I can probably just rewrite that
<ldlework> clever: someone could do something like `imports = fetchgit { ... };` against something like this? https://gist.github.com/dustinlacewell/2f882f453d4b3674e6716278daaa89de
<ldlework> or would it need to be `import (fetchgit { ... })` ?
<jakob_rs> I think you'd just do `imports = [ (fetchgit { ... } ]`
<ldlework> the remote default.nix expr is a list of modules though
<clever> that should work
<jakob_rs> because that's how you import a module
<clever> ldlework: but its in the form of a module, its a set with imports
<clever> so you need to add it to imports
<ldlework> right but the remote expr is a list of modules
<ldlework> so wouldn't you set import = remote-thing; or imports = [ ... ] ++ remote-thing; ?
<ldlework> ohhh
<ldlework> i'm a dummy
<jakob_rs> It recursively imports module from the `imports`
<ldlework> it itself happens to be a module too
<ldlework> so it can go directly in
<ldlework> thank you :)
jakobrs has quit [Ping timeout: 246 seconds]
FRidh has joined #nixos
<jakob_rs> I could maybe have /nix/var/nix/gcroots point to fully-qualified paths that also specify the subvolume
<jakob_rs> but then I'd probably have to patch Nix itself to make that happen automatically
drakonis has quit [Read error: Connection reset by peer]
<clever> jakob_rs: the problem is mostly the auto roots
<clever> jakob_rs: the ones in in /nix/var directly are fine
<clever> $ ls /nix/var/nix/gcroots/auto/ -l
<clever> total 179
<clever> lrwxrwxrwx 1 root root 47 Oct 7 2019 03x9dj95m1iija6c1bm6akf8s4ym5sjr -> /home/clever/iohk/rust-cross/hello-world/result
<clever> jakob_rs: if the target from one of these links goes away, then it can be GC'd
<jakob_rs> So presumably, while installing Nix on the other machine, I'd just do a normal multi-user install, and then replace /nix with the shared @nix
<clever> yeah
<jakob_rs> and rewrite ~/.nix-profile and ~/.nix-defexpr/channels
<jakob_rs> In a multi-user install, can root install into a "default" profile?
<clever> yeah
maxdevjs has quit [Ping timeout: 265 seconds]
<clever> you could just use the same profile for both OS's
<jakob_rs> The problem is if I have to manually keep the Nix package installed, I wouldn't want to have Nix installed in the *user profile* of the NixOS installation
<jakob_rs> I'd imagine Nix is installed in the default profile though
<clever> for nixos, it gets nix from /run/current-system/sw/bin/
<clever> so you would want the default profile to be different
<jakob_rs> yeah, so if I install Nix locally I was worried that I'd get two nix installs in nixos
<jakob_rs> but if it's installed in the default profile that's not a problem
<clever> you can also have seperate /nix's but use the other /nix like a read-only cache
<clever> add local?root=/other/root/ to substituters in nix.conf
<clever> then it will read /other/root/nix/store and copy things over to its private /nix/store
<jakob_rs> Wouldn't that cause duplication?
<clever> yeah
<jakob_rs> Also I have no root/nix folder, it's located in a @nix subvolume
<jakob_rs> but I could mount that manually
<jakob_rs> Can Nix reflink with `local?root=/other/root1`?
<clever> dont think so, but that might be an idea to request on nix
<clever> there is also nix-store --optimize
<clever> which populates /nix/store/.links/ with hardlinks of duplicate files
pjt_014 has joined #nixos
<jakob_rs> With `local?root=`, can I specify the folder for the store specifically? Like `local?nix=/other/nix/store`
<clever> it behaves like a chroot, so that would look in /other/nix/store/nix/store
<jakob_rs> Can I override the nix store path inside of the `local?` uri then
<jakob_rs> This isn't a huge problem, it just avoids an extra mount point
<jakob_rs> So something like `local?root=/other/root&nix-store-path=@nix/store`
<clever> jakob_rs: dont think so
<jakob_rs> I think I've asked this before but is the `local?` syntax documented somewhere?
<clever> local means that nix should just open /nix/store directly, instead of asking nix-daemon via a unix socket
<clever> ?root= will tell it to prefix paths before it opens them
<clever> i'm not sure if its been fully documented, but the above gist shows a bunch of examples
kreyren has quit [Remote host closed the connection]
<clever> the ssh://user@host style, also supports taking the same uri as remote-store=
<clever> so `ssh://root@target?remote-store=local?root=/mnt` tells the local nix to talk to a remote nix over ssh
<clever> but also tells that remote ssh, to act on /mnt/nix/store/
<clever> remote nix*
Izorkin has joined #nixos
proofofkeags has joined #nixos
<jakob_rs> > ?remote-store=local?root=/mnt
<{^_^}> error: syntax error, unexpected '?', at (string):315:1
<jakob_rs> recursive search sections?
<ldlework> clever: this is super super simple - why am I getting infinite recursion? https://github.com/dustinlacewell/baduk.nix
<clever> ldlework: does it fail the same way if you use a local path in imports?
<jakob_rs> I don't think you need to `import` explicitly
<ldlework> that's what I'm doing
<jakob_rs> { imports = [ ./nix/sabaki ]; } without `import`
<ldlework> OK I changed that. Still infinite recursion.
<clever> ldlework: where does this file then get into imports?
<ldlework> clever: in my configuration.nix in my imports
<clever> ldlework: can you pastebin that code?
<ldlework> just as an absolute path to this file
<clever> ah
user_0x58 has quit [Quit: Leaving]
<ldlework> /home/ldlework/src/baduk.nix
<ldlework> which is a directory
<ldlework> containing that default.nix and nix/ paths, etc
<clever> reading the trace now
<clever> anonymous function at /nix/store/lcnb1m4f4h3zm8v3b287l5sysqwh33w9-nixos-20.09pre226148.0f5ce2fac0c/nixos/pkgs/build-support/build-fhs-userenv/env.nix:3:1 called with unexpected argument 'version', at /nix/store/lcnb1m4f4h3zm8v3b287l5sysqwh33w9-nixos-20.09pre226148.0f5ce2fac0c/nixos/pkgs/build-support/build-fhs-userenv/default.nix:8:9
<clever> thats not infinite recursion
<jakob_rs> Are you sure that the github repo is synced?
<jakob_rs> I don't see any references to the package mentioned in the trace in default.nix
proofofkeags has quit [Ping timeout: 246 seconds]
slack1256 has quit [Remote host closed the connection]
<ldlework> hmm i must've pasted the wrong traceback or something strange
<ldlework> I also pushed up the remove of the manual (import ...) thing so it's just a path now
aaabbbbbbbbbb has joined #nixos
<jakob_rs> ... I was just trying to find the source for the local?root= syntax, and I just realised I'm working on a 15-year-old checkout of Nix
<ldlework> while evaluating the attribute 'config' at /home/ldlework/src/baduk.nix/nix/sabaki/default.nix:9:3:
<{^_^}> [nixpkgs] @FRidh pushed 73 commits to staging: https://git.io/Jf19N
<ldlework> while evaluating the module argument `pkgs' in "/home/ldlework/src/baduk.nix/nix/sabaki":
<ldlework> Oh I think I just figured it out.
<ldlework> nope :(
* clever reads latest trace
<ldlework> Just fixed a small error where the enableOption was being assigned to `options.baduk.sabaki` instead of `options.baduk.sabaki.enable` but that didn't fix the recursion
<clever> ldlework: try using `{ config, pkgs, lib, ... }:`
<clever> and then `with lib;`
<ldlework> clever: why?
<ldlework> I used to do that
<ldlework> I do that in my personal nixos modules, but I removed that for these public ones
<ldlework> because I couldn't remember why I was accepting lib
<clever> because nix needs to know what your config= on line 11 returns, before it knows what the value of pkgs is
<ldlework> and I looked in the docs, and it doesn't even mention that modules are sent `lib`
<clever> config= depends on pkgs.lib.mkIf
<clever> pkgs depends on config.nixpkgs.overlays
<clever> infinite recursion
xO1 has joined #nixos
<ldlework> damn i wish i could genuinely grok that
<ldlework> that worked though
nootnoot has joined #nixos
<nootnoot> noot
<ldlework> lol
<nootnoot> :)
<meh`> noot!
<nootnoot> meh`
<nootnoot> you're a smart man
<nootnoot> I feel like you and I will get along just fine
<meh`> :D
<nootnoot> :D
<nootnoot> How's everyone doing
<jakob_rs> I've now given up looking for where `root=` is defined
o1lo01ol1o has joined #nixos
<clever> jakob_rs: its deep in the source for `class LocalStore` i think
<jakob_rs> It seems that this "parameter handling" is split between the various store implementations
<meh`> nootnoot, I'm alright, trying to get GitLab to work properly, failing, how about you?
wavirc22 has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<jakob_rs> No wait actually I did find 'root=', just no others.
<pjt_014> hi! I'm trying to use this thing ( https://github.com/illegalprime/nixos-on-arm ), but the nixpkgs submodule is months out of date and is at version 18/09 or something.
<pjt_014> (How) can I update it while keeping the arm tweaks intact?
<pjt_014> git submodule --help doesn't really make it clear. If I want to be sure, can I make/reapply a patch or something?
<jakob_rs> It seems it depends on a fork of nixpkgs
<pjt_014> Yeah, the fork has some fixes for arm boards that still need to be upstreamed
wavirc22 has joined #nixos
<jakob_rs> you could try to rebase the fork onto master
<jakob_rs> it looks like it's about 30 commits off upstream from the git log
o1lo01ol1o has quit [Ping timeout: 246 seconds]
juhe has joined #nixos
<ldlework> Can someone remind me, if I have some modules, how to generate documentation for them?
<{^_^}> [nixpkgs] @FRidh pushed 1000 commits to python-unstable: https://git.io/Jf1Hn
<clever> ldlework: nixpkgs/nixos/lib/make-options-doc/default.nix
<ldlework> clever: that almost worked, what about error: The option `home' defined in `/home/ldlework/src/baduk.nix/nix/katago' does not exist.
<ldlework> since it is trying to declare home-manager options
whatisRT has joined #nixos
<ldlework> Maybe I can declare some fake options
<virus_dave> hey! can someone merge this bad boy? https://github.com/NixOS/nixpkgs/pull/88611 Been approved and sitting around for awhile
<{^_^}> #88611 (by ceedubs, 2 weeks ago, open): unison-ucm: 1.0.M1l-alpha -> 1.0.M1m-alpha
<clever> ldlework: youll need to either import the home-manager modules or define fake ones
whatisRT has quit [Ping timeout: 246 seconds]
<ldlework> not clear how to import the home manager modules so i guess i'll try to fake em
xO1 has quit [Ping timeout: 260 seconds]
<ldlework> it worked :P
eoli3n_ has joined #nixos
cole-h has quit [Quit: Goodbye]
mallox has joined #nixos
jakob_rs has left #nixos ["WeeChat 2.8"]
nootnoot has quit [Remote host closed the connection]
kreyren has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89604 → faudio: 20.05 -> 20.06 → https://git.io/Jf1Hr
sarcasticadmin has joined #nixos
sarcasticadmin has quit [Ping timeout: 260 seconds]
<hyper_ch> is hydra? ofBorg? having issues with testing PRs? I see two pr of mine being stuck at passsthru.tests on aarch64-linux : queued
kenran has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89605 → flow: 0.125.1 -> 0.126.1 → https://git.io/Jf1Hb
cript0nauta has quit [Ping timeout: 246 seconds]
<redcedar[m]> I have an install question: I seem to successfully get through the install process (I was able to boot into root without a display manager), but when I reboot with a new user and xserver enabled it hangs with "Failed to start X11 server" after starting and stopping it several times. The problem is that at this point I no longer have access to a console, and cannot debug the failed x11 server (even though I was able to boot
<redcedar[m]> into a display manager during the install). Any ideas on what I should do?
<{^_^}> [nixpkgs] @vbgl opened pull request #89606 → ocamlPackages.ocsigen-toolkit: 2.5.0 → 2.7.0 → https://git.io/Jf1Qv
FRidh has quit [Quit: Konversation terminated!]
kenran has quit [Ping timeout: 256 seconds]
<juhe> redcedar[m]: Does "Ctrl+Alt+F2" switch you to second console from where you could login as root?
<{^_^}> [nixpkgs] @vcunat pushed to release-19.09 « Merge #89474: thunderbird*: 68.8.0 -> 68.9.0 (security) »: https://git.io/Jf1QL
<redcedar[m]> juhe: i'll give that a try
plutes has quit [Ping timeout: 272 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #89607 → pythonPackages.pipBuildHook: do not build in an isolated environment → https://git.io/Jf1QY
fendor has joined #nixos
amerigo has joined #nixos
zupo has quit [Ping timeout: 272 seconds]
drewc has quit [Ping timeout: 272 seconds]
magnetophon has quit [Remote host closed the connection]
zupo has joined #nixos
<redcedar[m]> juhe: yes that worked! I ran journalctl and the more precise error just before failing after 3 attempts is "Start request repeated too quickly"
<juhe> redcedar[m]: great!
eoli3n_ has quit [Ping timeout: 256 seconds]
davidv7 has joined #nixos
asymptotically has joined #nixos
xO1 has joined #nixos
est31 has quit [Remote host closed the connection]
est31 has joined #nixos
proofofkeags has joined #nixos
drewc has joined #nixos
proofofkeags has quit [Ping timeout: 260 seconds]
<redcedar[m]> juhe: thanks, I was able to get it working =)
<juhe> redcedar[m]: :-) glad the provided info helped
<{^_^}> [nixpkgs] @sikmir opened pull request #89608 → tegola: 0.8.1 -> 0.11.2 → https://git.io/Jf1QQ
pjt_014 has quit [Ping timeout: 256 seconds]
eoli3n_ has joined #nixos
<alexarice[m]> anyone know if `services.xserver.videoDrivers` still does something if you're using wayland?
drewc has quit [Ping timeout: 272 seconds]
NeoCron has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
<{^_^}> [nixpkgs] @cyplo opened pull request #89609 → ssb-patchwork: 3.17.7 -> 3.18.0 → https://git.io/Jf1Qx
mattx433 has joined #nixos
eoli3n_ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89610 → hactool: 1.3.3 -> 1.4.0 → https://git.io/Jf17f
drewc has joined #nixos
<mattx433> hello, will packages installed with nix-env -i persist after changing the nixos config and running nixos-rebuild?
<evils> mattx433: jup
<{^_^}> [nixpkgs] @flokli opened pull request #89611 → pipewire: apply patch providing absolute path to pipewire-media-session → https://git.io/Jf17U
o1lo01ol1o has joined #nixos
aexoxea has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89612 → helmsman: 3.4.1 -> 3.4.3 → https://git.io/Jf17C
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
agsdheid1 has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #89613 → pipewire_0_2: move from 2.nix to 0.2.nix → https://git.io/Jf17B
magnetophon has joined #nixos
urkk has quit [Ping timeout: 260 seconds]
janneke_ has joined #nixos
urkk has joined #nixos
janneke has quit [Ping timeout: 272 seconds]
luc65r has joined #nixos
ph88 has joined #nixos
<luc65r> Why binutils is so out of date?
<luc65r> binutils 2.31.1 was released almost 2 years ago
<evils> luc65r: it's 2.34 on staging
<luc65r> Oh thanks
<flokli> luc65r: evils: it's all broken
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89614 → hyperrogue: 11.3l -> 11.3o → https://git.io/Jf175
<flokli> If you look at the recent PR history, there had been multiple attempts to fix things
<flokli> But they all eventually had to be reverted iiirc, as too much stuff broke
<evils> ah yea, didn't spot the revert, actually checking staging confirms
<luc65r> I can't build binutils-2.31.1 with gcc10: `(import <nixpkgs> { overlays = [(self: super: { gcc = self.gcc10; })]; }).binutils` fails
<luc65r> Even `(import <nixpkgs> { overlays = [(self: super: { gcc = self.gcc10; binutils-unwraped = super.binutils-unwraped.overrideAttrs { stdenv = self.gcc9Stdenv; }; })]; }).binutils`
<luc65r> fails
<{^_^}> [nixpkgs] @Lassulus merged pull request #89552 → freeswitch: Disable advertisement banners → https://git.io/Jf1u0
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jf17p
chloekek has joined #nixos
booterror has quit [Ping timeout: 246 seconds]
o1lo01ol1o has joined #nixos
linarcx has quit [Ping timeout: 265 seconds]
hmpffff has joined #nixos
tmaekawa has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89616 → ipscan: 3.7.1 -> 3.7.2 → https://git.io/Jf15n
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #89556 → freeswitch: Add support for mod_opusfile → https://git.io/Jf1gj
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jf158
<flokli> luc65r: evils: if you want to bump these, you might want to pair with lovesegfault - he'd probably up for another round :-)
<hyper_ch> is there some massive rebuild going on?
<{^_^}> [nixpkgs] @flokli merged pull request #89370 → wire-desktop: linux 3.17.2924 -> 3.18.2925, mac 3.17.3666 -> 3.18.3728 → https://git.io/JfPfy
<{^_^}> [nixpkgs] @flokli pushed 3 commits to release-20.03: https://git.io/Jf15E
mixed_case has joined #nixos
<mixed_case> Does nixpkgs have a .mailmap file?
chloekek has quit [Ping timeout: 246 seconds]
kaliumxyz has joined #nixos
<kaliumxyz> if I want to add a package to nixpkgs, do I need to add myself as maintainer in the pr?
<Mic92> kaliumxyz: yes
<{^_^}> [nixpkgs] @Lassulus merged pull request #89558 → nixos/freeswitch: Unit improvements and add fs_cli → https://git.io/Jf12L
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jf15i
<{^_^}> [nixpkgs] @fadenb opened pull request #89617 → graylog: 3.2.5 -> 3.3.0 (+ plugins) → https://git.io/Jf15P
chloekek has joined #nixos
Jackneill has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89619 → kapow: 0.5.3 -> 0.5.4 → https://git.io/Jf15y
Jackneill has joined #nixos
civodul has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d5151a91f38 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
reanimus has quit [Quit: No Ping reply in 180 seconds.]
thc202 has joined #nixos
xO1 has quit [Ping timeout: 260 seconds]
reanimus has joined #nixos
<{^_^}> [nixpkgs] @kuznero opened pull request #89620 → vscode, vscodium: 1.45.0 -> 1.45.1 → https://git.io/Jf15F
<jluttine[m]> Have you used NixOS on Intel NUCs? (For instance, https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc7pjyh.html) Do you know if it's likely to work similarly as any other desktop or is it somehow so different that one should expect problems and difficulties? For instance, is it compatible with `x86_64`..
<jluttine[m]> * Have you used NixOS on Intel NUCs? (For instance, https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc7pjyh.html) Do you know if it's likely to work similarly as any other desktop computer or is it somehow so different that one should expect problems and difficulties? For instance, is it compatible with `x86_64`..
quinn has quit [Ping timeout: 265 seconds]
<etu> jluttine[m]: x86_64 is also known as amd64, it's the same architecture that almost every non-phone/non-tablet that is used by people out there is using.
Jackneill has quit [Ping timeout: 246 seconds]
<jluttine[m]> etu: yeah. i was just wondering because simple single-card computers like raspberry pi use arm, so i thought if NUCs use ARM too.. but i guess not
<jluttine[m]> i don't know almost anything about these..
Jackneill has joined #nixos
<jluttine[m]> but yeah, seems to be x86
<etu> jluttine[m]: Well, intel want to compete with the smaller computers as well ;)
<jluttine[m]> so should be no problems with nixos in that sense
<jluttine[m]> etu: intel doesn't do ARM at all?
<etu> Not what I know of :)
hmpffff has quit [Quit: nchrrrr…]
<{^_^}> [nixpkgs] @flokli merged pull request #86994 → wire-desktop: linux 3.17.2924 -> 3.18.2925, mac 3.17.3666 -> 3.18.3728 → https://git.io/JfZmu
<{^_^}> [nixpkgs] @flokli pushed 3 commits to release-19.09: https://git.io/Jf1dk
hmpffff has joined #nixos
lord| has quit [Ping timeout: 240 seconds]
Jackneill has quit [Ping timeout: 265 seconds]
Rovanion has quit [Quit: WeeChat 1.4]
<{^_^}> [nixpkgs] @fadenb opened pull request #89621 → python27Packages.phonenumbers: 8.12.4 -> 8.12.5 → https://git.io/Jf1dY
<{^_^}> [hydra] @edolstra merged pull request #781 → Remove SSL_CERT_FILE → https://git.io/Jf1uH
<{^_^}> [hydra] @edolstra pushed 2 commits to master: https://git.io/Jf1d3
lord| has joined #nixos
magnetophon has quit [Remote host closed the connection]
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89622 → klayout: 0.26.5 -> 0.26.6 → https://git.io/Jf1d8
quinn has joined #nixos
<{^_^}> [nixpkgs] @sherubthakur opened pull request #89623 → tmux-onedark-theme: init → https://git.io/Jf1dB
sherub has joined #nixos
plutes has joined #nixos
Thra11_ has quit [Quit: WeeChat 2.8]
<sherub> Hi folks I am using a tmux plugin which is not in nixpkgs and wanted to contribute (i.e. add that plugin to nixpkgs) but I am not really sure on how do I test out the changes I have made. Is there any comprehensive newbie guide on testing changes to nixpkgs?
<{^_^}> [nixpkgs] @danieldk opened pull request #89624 → doc: `pip install` flags are specified with `pipInstallFlags` → https://git.io/Jf1dX
xO1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89625 → ktlint: 0.36.0 -> 0.37.0 → https://git.io/Jf1dD
<sherub> It is a fairly small change at the moment, but still would like to understand the flow, and how to get it merged quickly. https://github.com/NixOS/nixpkgs/pull/89623 is the pull-request I would like help in testing.
<{^_^}> #89623 (by sherubthakur, 6 minutes ago, open): tmux-onedark-theme: init
luc65r has quit [Remote host closed the connection]
bifunc2 has joined #nixos
<bifunc2> Hey guys. I note a major redesign of the nixos.org site. What happened to Hydra and NixOps? Abandoned? Different focus? Split off?
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 256 seconds]
<hyper_ch> sherub: you clone nixpkgs
<hyper_ch> sherub: you make a new branch
<hyper_ch> sherub: you add your changes
<hyper_ch> you rebuild: nixos-rebuild boot -I nixpkgs=/path/to/nixpkgs
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89627 → lean: 3.14.0 -> 3.15.0 → https://git.io/Jf1dx
Jackneill has quit [Ping timeout: 246 seconds]
<sherub> hyper_ch I am on mac and I don't think I have nixos-rebuild command available. Any place I can look at instructions for mac?
<hyper_ch> no idea
<hyper_ch> I just use nixos
justanotheruser has quit [Ping timeout: 246 seconds]
<lassulus> nix-shell -I nixpkgs=/path/to/nixpkgs -p $yourpackage
Jackneill has joined #nixos
<lassulus> there is also the excellent nixpkgs-review, but I'm not sure if it runs on mac: https://github.com/Mic92/nixpkgs-review
KeiraT has left #nixos [#nixos]
<Mic92> It does
cosimone has joined #nixos
<sherub> cool let me try out these approachs. Thanks lassulus, Mic92
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89628 → lexicon: 3.3.22 -> 3.3.24 → https://git.io/Jf1Ft
<{^_^}> [nixpkgs] @romildo merged pull request #89577 → amber-theme: 3.34-2 -> 3.36-1 → https://git.io/Jf1XU
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/Jf1FG
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4b891a5643e (from 79 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
bifunc2 has quit [Quit: -]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/c136fd34297 (from 74 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
janneke_ is now known as janneke
Jackneill has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @sikmir opened pull request #89629 → martin: init at 0.5.0 → https://git.io/Jf1F4
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @romildo opened pull request #89630 → stilo-themes: 3.34-2 -> 3.36-2 → https://git.io/Jf1Fu
quinn has joined #nixos
zupo has quit [Remote host closed the connection]
<sherub> lassulus the nix-shell approach was simple and worked really well for my use case.
juhe has quit [Quit: Leaving.]
shibboleth has joined #nixos
ninjin has quit [Ping timeout: 240 seconds]
ninjin has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89631 → libheif: 1.6.2 -> 1.7.0 → https://git.io/Jf1FM
<{^_^}> [nixpkgs] @lblasc opened pull request #89632 → lyaml: init at 6.2.5-1, update all generated packages → https://git.io/Jf1FD
Jackneill has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @ianmjones opened pull request #89633 → snippetpixie: 1.3.2 -> 1.3.3 → https://git.io/Jf1FF
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89634 → libiio: 0.19 -> 0.20 → https://git.io/Jf1FA
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumBeta: Fix the source hash »: https://git.io/Jf1Fh
Jackneill has quit [Ping timeout: 246 seconds]
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89636 → liblouis: 3.13.0 -> 3.14.0 → https://git.io/Jf1bJ
Jackneill has quit [Read error: Connection reset by peer]
reanimus has quit [Ping timeout: 246 seconds]
Jackneill has joined #nixos
reanimus has joined #nixos
xO1 has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/c136fd34297 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
tmaekawa has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89637 → librepo: 1.11.3 -> 1.12.0 → https://git.io/Jf1bm
Thra11 has joined #nixos
tlaxkit has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #89638 → svox: 2017-07-18 -> 2018-02-14 → https://git.io/Jf1bO
<{^_^}> [nixpkgs] @Mic92 opened pull request #89639 → openfst: enable python3 and more features → https://git.io/Jf1b3
<Izorkin> Mic92: please check #89241
<{^_^}> https://github.com/NixOS/nixpkgs/pull/89241 (by Izorkin, 6 days ago, open): nginxMainline: 1.18.0 -> 1.19.0
jakobrs has joined #nixos
<jakobrs> Can I change which `sulogin` binary systemd uses for single-user mode?
xO1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89640 → libyaml: 0.2.4 -> 0.2.5 → https://git.io/Jf1bn
<Mic92> Izorkin: I assume you have deployed this somewhere?
<Mic92> jakobrs: if it is compiled into the binary, you can override without rebuilding everything by using: systemd.package
<Mic92> in configuration.nix
sherub has quit [Remote host closed the connection]
<Mic92> I am not sure where it is called though
<jakobrs> I was thinking that presumably it just invokes `sulogin` from the PATH
<{^_^}> [nixpkgs] @gebner merged pull request #89627 → lean: 3.14.0 -> 3.15.0 → https://git.io/Jf1dx
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/Jf1b4
<hyper_ch> Mic92: is something wrong with ofBorg?
<jakobrs> sulogin is part of util-linux
<jakobrs> and overriding util-linux sounds like a bad idea
<Mic92> hyper_ch: don't know
<Mic92> jakobrs: you don't need to override it for all nixpkgs. you can just override it for systemd that is used in config.systemd.package
<Mic92> Than you only rebuild systemd and not the whole world
<hyper_ch> Mic92: ah.... it finally run... I made a PR and it didn't do the passthrou tests on aarch64 for several hours... it was just queued
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89641 → lite: 1.05 -> 1.06 → https://git.io/Jf1b0
<jakobrs> Is it possible to get estimates from cache.nixos.org for how long compiling something should take?
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<qyliss> Not from cache.nixos.org, but probably from hydra
<jakobrs> The "duration" information on hydra for different (cached) builds of systemd varies wildly, from 2 seconds to several minutes
jakobrs has left #nixos ["WeeChat 2.7.1"]
<Izorkin> Mic92: checked on test vm
<{^_^}> [nixpkgs] @Mic92 merged pull request #89241 → nginxMainline: 1.18.0 -> 1.19.0 → https://git.io/Jf6sz
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/Jf1bQ
<Mic92> Izorkin: ^
<{^_^}> [nixpkgs] @zowoq opened pull request #89642 → dgraph: 1.0.17 -> 1.2.5 → https://git.io/Jf1bd
<Izorkin> Thanks
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
quinn has joined #nixos
m0rphism has joined #nixos
proofofkeags has joined #nixos
dermetfan has joined #nixos
juhe has joined #nixos
proofofkeags has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89643 → micronaut: 1.3.5 -> 1.3.6 → https://git.io/Jf1Ng
johnnyfive has quit [Quit: I quit now.]
johnnyfive has joined #nixos
amerigo has quit [Quit: Connection closed for inactivity]
gulplante has joined #nixos
<{^_^}> [nixpkgs] @teto closed pull request #78565 → Lua for sile → https://git.io/JvqNq
tobiasBora2 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<tobiasBora2> Hello, I'd like to know, my nixos is configured with static IP (because it's supposed to be a server), however I changed the box recently and the gateway is wrong now, so it can't access internet. And the problem is that when I run "nixos-rebuild", it tries to fetch some packages from the internet... Any idea if I can ask him to first fix the internet before fetching the packages?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89644 → mill: 0.7.1 -> 0.7.3 → https://git.io/Jf1N7
<{^_^}> [nixpkgs] @Mic92 merged pull request #89639 → openfst: enable more features → https://git.io/Jf1b3
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/Jf1Nd
<{^_^}> [nixpkgs] @ryantm merged pull request #89579 → atlantis: 0.12.0 -> 0.13.0 → https://git.io/Jf1XY
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jf1NF
zarel has joined #nixos
reanimus has quit [Ping timeout: 246 seconds]
Rusty1 has joined #nixos
reanimus has joined #nixos
<tobiasBora2> (I guess I'll need to use "ip" to configure it manually)
<joko> tobiasBora2: how about fixing it manually
<joko> right
<tobiasBora2> joko: yep, I'll try
<tobiasBora2> thanks
<joko> tobiasBora2: e.g., ip route add default via 192.168.1.1 dev eth0
<joko> and maybe you need to remove first the current default route
cr4y1 has joined #nixos
<tobiasBora2> joko: yep, I was able to change the gateway that way. For the dns, I can edit safely /etc/resolv.conf?
<joko> tobiasBora2: I would even remove it and create it from scratch, I think the file is a read-only one
<joko> * a symlink to a read-only one
<tobiasBora2> joko: oh in my case it's not a symlink
<tobiasBora2> (but internet is back!)
<tobiasBora2> Thanks a lot!
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/0a11634a29c (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
o1lo01ol1o has joined #nixos
cr4y1 has quit [Remote host closed the connection]
cr4y1 has joined #nixos
fling has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
magnetophon has joined #nixos
D_ has quit [Ping timeout: 246 seconds]
D_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89645 → monolith: 2.2.6 -> 2.2.7 → https://git.io/Jf1Ai
Doraemon has joined #nixos
whatisRT has joined #nixos
NeoCron has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #88919 → MuPDF: 1.16.1 -> 1.17, PyMuPDF: 1.16.18 -> 1.17.0, llpp: v31 -> v32, zathura: patch for muPDF 1.17 → https://git.io/JfwGf
<{^_^}> [nixpkgs] @teto pushed 5 commits to master: https://git.io/Jf1Ax
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89646 → mu: 1.4.7 -> 1.4.8 → https://git.io/Jf1Ap
NeoCron has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #89602 → dua: 2.6.0 -> 2.6.1 → https://git.io/Jf194
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/Jf1xe
D_ has quit [Ping timeout: 260 seconds]
Doraemon has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89647 → mutagen: 0.11.4 -> 0.11.5 → https://git.io/Jf1xT
<{^_^}> [nixpkgs] @marsam merged pull request #89596 → clair: 2.1.3 -> 2.1.4 → https://git.io/Jf1Sl
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xk
fling has joined #nixos
<joko> Has anyone tried to use home-assistant from unstable on a 20.03 host?
numkem has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #89605 → flow: 0.125.1 -> 0.126.1 → https://git.io/Jf1Hb
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xt
D_ has joined #nixos
<tobiasBora2> I'm trying to "package" this tool https://github.com/Danamir/dyn-gandi
<tobiasBora2> So i tried a simple pythonPackage.buildPythonPackage like that: http://paste.debian.net/1150549
<{^_^}> [nixpkgs] @marsam merged pull request #89601 → doctl: 1.43.0 -> 1.45.0 → https://git.io/Jf19m
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xc
NeoCron has quit [Ping timeout: 260 seconds]
<hyper_ch> tobiasBora2: what's the result?
NeoCron has joined #nixos
<hyper_ch> if you go for versions use 1.0.2
<hyper_ch> otherwise mark it as unstable
<tobiasBora2> unfortunately the result miss the library: https://pastebin.com/g8UsBby1
<{^_^}> [nixpkgs] @marsam merged pull request #89595 → checkstyle: 8.32 -> 8.33 → https://git.io/Jf1St
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xl
<hyper_ch> it builds with python 2.7... shouldn't you use python 3?
<tobiasBora2> hyper_ch: for now I'm using it for me and I'd prefer the latest version, after if people in nixpkgs are interested by it sure I'll use the releases ;-)
zimbatm has quit []
<{^_^}> [nixpkgs] @marsam merged pull request #89590 → cargo-udeps: 0.1.11 -> 0.1.12 → https://git.io/Jf1yV
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xR
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89648 → nco: 4.9.2 -> 4.9.3 → https://git.io/Jf1x0
<tobiasBora2> hyper_ch: hum I couldn't say from the code which version was needed, so I just let nix choose for me :-P I'll try to force it to python3
<hyper_ch> tobiasBora2: readme, preqs: Python 3.x
<{^_^}> [nixpkgs] @marsam merged pull request #89625 → ktlint: 0.36.0 -> 0.37.0 → https://git.io/Jf1dD
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xE
<{^_^}> [nixpkgs] @marsam merged pull request #89591 → cargo-watch: 7.3.0 -> 7.4.0 → https://git.io/Jf1y9
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xu
<tobiasBora2> hyper_ch: ok, my bad ^^ So I tried with python3, same problem, the library code disapears
<{^_^}> [nixpkgs] @marsam merged pull request #89600 → dnsproxy: 0.28.1 -> 0.29.0 → https://git.io/Jf19T
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1x2
lord| has quit [Ping timeout: 256 seconds]
cr4y1 has quit [Ping timeout: 272 seconds]
lord| has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #89604 → faudio: 20.05 -> 20.06 → https://git.io/Jf1Hr
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xo
<{^_^}> [nixpkgs] @marsam merged pull request #89608 → tegola: 0.8.1 -> 0.11.2 → https://git.io/Jf1QQ
dingenskirchen has quit [Quit: dingenskirchen]
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xP
dingenskirchen1 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #89573 → bazelisk: 1.4.0 -> 1.5.0 → https://git.io/Jf1P5
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1xX
<tobiasBora2> the error being ModuleNotFoundError: No module named 'dyn_gandi'
<tobiasBora2> (and indeed in the source code all the dyn_gandi.py code has been removed, but I'm not good enough in nix/python packaging to understand the issue
<hyper_ch> tobiasBora2: no idea.... I don't like pythong much
<magnetophon> Where should a makefile install /etc/ so that it just works on NixOS? $(DESTDIR)/etc/ ?
dingenskirchen1 is now known as dingenskirchen
zimbatm_ has joined #nixos
<{^_^}> [nixpkgs] @oxalica opened pull request #89649 → rust-analyzer: 2020-04-20 -> 2020-06-01 and fix build of vscode extension → https://git.io/Jf1xN
<{^_^}> [nixpkgs] @oxalica closed pull request #89301 → vscode-extensions.matklad.rust-analyzer: fix build → https://git.io/Jfiff
orivej has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89650 → node-problem-detector: 0.8.1 -> 0.8.2 → https://git.io/Jf1pe
kim0 has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #89651 → dune_2: 2.5.1 -> 2.6.0 → https://git.io/Jf1pU
<tobiasBora2> hyper_ch: Ok I'll try to investigate.
numkem has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #89652 → python37Packages.pillow: fix build on darwin → https://git.io/Jf1pZ
<{^_^}> [nixpkgs] @marsam merged pull request #89575 → lxd: 4.1 -> 4.2 → https://git.io/Jf1PN
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1pC
<{^_^}> [nixpkgs] @filalex77 merged pull request #89645 → monolith: 2.2.6 -> 2.2.7 → https://git.io/Jf1Ai
<{^_^}> [nixpkgs] @filalex77 pushed 2 commits to master: https://git.io/Jf1pl
<{^_^}> [nixpkgs] @marsam merged pull request #89647 → mutagen: 0.11.4 -> 0.11.5 → https://git.io/Jf1xT
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jf1p8
magnetophon has quit [Remote host closed the connection]
zimbatm_ is now known as zimbatm
whatisRT has quit [Remote host closed the connection]
philr_ has quit [Ping timeout: 246 seconds]
r2r[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @Lassulus merged pull request #88050 → ungoogled-chromium: 81.0.4044.122-2 -> 81.0.4044.138-1 → https://git.io/JfE2r
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/Jf1p6
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89653 → omnisharp-roslyn: 1.35.1 -> 1.35.2 → https://git.io/Jf1pM
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/0a11634a29c (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
Siyo has quit [Quit: Bye]
<{^_^}> [nixpkgs] @Lassulus merged pull request #89260 → [backport] cawbird: 1.0.5 -> 1.1.0 → https://git.io/Jf6V3
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to release-20.03: https://git.io/Jf1px
Siyo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89654 → openbazaar: 0.14.2 -> 0.14.3 → https://git.io/Jf1hv
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89655 → openbazaar-client: 2.4.4 -> 2.4.5 → https://git.io/Jf1hk
<{^_^}> [nixpkgs] @prusnak opened pull request #89656 → openbazaar: 0.14.2 -> 0.14.3 → https://git.io/Jf1hI
<{^_^}> [nixpkgs] @prusnak closed pull request #89654 → openbazaar: 0.14.2 -> 0.14.3 → https://git.io/Jf1hv
karantan has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #89657 → mesa: Set datadir so that the path to the DriConf defaults is correct → https://git.io/Jf1hY
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
iyzsong has joined #nixos
tlaxkit has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #89610 → hactool: 1.3.3 -> 1.4.0 → https://git.io/Jf17f
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/Jf1hW
<jlv[m]> I'm trying to disable `enableACME` for every `nginx.virtualHosts.<name>`, but I keep running into infinite recursion errors. My code looks like `services.nginx.virtualHosts = builtins.listToAttrs (map (n: { name = n; value = { enableACME = false; }; }) (builtins.attrNames config.services.nginx.virtualHosts));`. Theoretically, this should be possible, because `attrNames config.services.nginx.virtualHosts` does not change, but I
<jlv[m]> don't know how to make the compiler understand that.
juhe has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89658 → openxr-loader: 1.0.8 -> 1.0.9 → https://git.io/Jf1hR
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<b42> does nix have predicate for empty list?
<{^_^}> [nixpkgs] @arachnist opened pull request #89659 → raspberrypifw: 1.20190819 -> 1.20190925 → https://git.io/Jf1hX
karantan has joined #nixos
<infinisil> b42: Like `== []`?
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
karantan has quit [Client Quit]
<b42> infinisil++ & i'm retarded
<{^_^}> infinisil's karma got increased to 309
<infinisil> Happens to the best of us :P
<ar> speaking of dumb mistakes, i forgot to change version numbers in the commit message for that last PR
magnetophon has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @zowoq opened pull request #89660 → bat: remove unnecessary fetchSubmodules → https://git.io/Jf1je
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @k0ral opened pull request #89661 → github-cli: init at 0.9.0 → https://git.io/Jf1jJ
proofofkeags has joined #nixos
magnetophon has quit [Read error: Connection reset by peer]
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #89662 → nixos/ssmtp: add settings option → https://git.io/Jf1jn
<kaliumxyz> what package has the pkg-config binary in it?
kreyren has quit [Ping timeout: 240 seconds]
<infinisil> ,locate bin pkg-config
<simpson> kaliumxyz: `pkgconfig`. You'll probably want to put it into buildInputs, as it features an automatic hook.
<{^_^}> Found in packages: pkg-config, pkg-configUpstream
zarel_ has joined #nixos
zarel has quit [Ping timeout: 246 seconds]
<infinisil> simpson: nativeBuildInputs ideally
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89663 → packet-cli: 0.0.6 -> 0.0.7 → https://git.io/Jf1jg
raghavsood has joined #nixos
<simpson> infinisil: Is pkg-config itself platform-dependent? I thought it was written in cross-platform shell and Perl, but I could be wrong.
<simpson> Oh, TIL. "The first implementation was written in shell, by James Henstridge. Later, it was rewritten in C by Havoc Pennington." https://www.freedesktop.org/wiki/Software/pkg-config/
cross_ has quit [Remote host closed the connection]
<kaliumxyz> when its in buildInputs the make script does not detect the binary.
<kaliumxyz> `PKG_CONFIG := $(shell which pkg-config 2>/dev/null)
<kaliumxyz> didn't manage to paste the closing `
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
<{^_^}> [nixpkgs] @ttuegel merged pull request #89265 → hplip: don't reference gcc in binaries from /share and other locations → https://git.io/Jf6P2
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JfMee
<{^_^}> [nixpkgs] @davidtwco closed pull request #89477 → tmuxPlugins.better-mouse-mode: init at unstable-2017-10-16 → https://git.io/JfXRD
<kloenk> Is there somethink linke a documentation to nix-daemon? I'm trying to connect to the daemon with an own program, but I'm not able to
<{^_^}> [nixpkgs] @zowoq opened pull request #89664 → gitAndTools.gh: add github-cli alias → https://git.io/JfMef
Chiliparrot has joined #nixos
magnetophon has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7a07f2a5edd (from 79 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
quinn has quit [Ping timeout: 260 seconds]
magnetophon has joined #nixos
quinn has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #89619 → kapow: 0.5.3 -> 0.5.4 → https://git.io/Jf15y
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JfMeW
<{^_^}> [nixpkgs] @k0ral closed pull request #89661 → github-cli: init at 0.9.0 → https://git.io/Jf1jJ
fendor_ has joined #nixos
ph88 has quit [Ping timeout: 246 seconds]
morgrimm has joined #nixos
<morgrimm> Has anyone had issues with home manager's GPG agent and SSH auth before?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89665 → papirus-icon-theme: 20200430 -> 20200602 → https://git.io/JfMeE
noudle has joined #nixos
<morgrimm> I can sign things properly, but it seems like the agent is just refusing any SSH operations, despite the socket being set to the agent socket
fendor has quit [Ping timeout: 246 seconds]
dermetfan has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #89655 → openbazaar-client: 2.4.4 -> 2.4.5 → https://git.io/Jf1hk
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JfMeH
cosimone has quit [Quit: Quit.]
migy__ is now known as flx
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89666 → pgmetrics: 1.9.0 -> 1.9.1 → https://git.io/JfMeb
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89667 → picard-tools: 2.22.8 -> 2.22.9 → https://git.io/JfMvI
bbarker has joined #nixos
shibboleth has quit [Quit: shibboleth]
bebarker has quit [Ping timeout: 258 seconds]
cr4y1 has joined #nixos
bgamari has quit [Quit: ZNC 1.7.5 - https://znc.in]
bgamari has joined #nixos
<elvishjerricco> morgrimm: Using GPG as your SSH agent has always been kinda messed up. It has to do with the gpg-agent not knowing which TTY the user is actually using, and SSH providing no way for the agent to ask the SSH process. There's hacks that can improve the situation but I never could get them to work properly in all the cases I needed.
<{^_^}> [nixpkgs] @mmilata opened pull request #89668 → lnd: 0.10.0 -> 0.10.1, enable same features as upstream → https://git.io/JfMvG
qqqqqqqqqqqqqqq4 has left #nixos ["User left"]
gustavderdrache has joined #nixos
cr4y1 has quit [Ping timeout: 246 seconds]
<joko> morgrimm: I use it directly from NixOS (through programs.gnupg.agent) and it works consistently here: https://git.joko.gr/joko/etc-nixos/src/master/modules/gui.nix#L30-L34
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89669 → pkger: 0.16.0 -> 0.17.0 → https://git.io/JfMvC
<Thra11> Do we currently have any mechanism for linking issues to maintainers (e.g. if someone reports a problem with somepackage, is there a way for the somepackage maintainer to get a notification automatically)?
<joko> Thra11: There's at least some mentioning in the Issue Template about notifying the package manintainers
<morgrimm> joko: Is this in a home manager config? I'm using that exact config for it, but I had to add some env vars to my shell to get the correct socket - did you do any shell profile changes to support it?
Diogo7 has quit [Quit: The Lounge - https://thelounge.chat]
<morgrimm> Looks like you just have the bare zshell config, no additions - hmm
<joko> morgrimm: no, that's in a nixos config, e.g., https://nixos.org/nixos/options.html#gnupg
<Thra11> joko: Ah looks like it's a fairly recent addition.
Diogo has joined #nixos
mir100 has quit [Quit: WeeChat 1.9.1]
lsix has joined #nixos
Abrakadabra has joined #nixos
Abrakadabra has left #nixos [#nixos]
<kaliumxyz> so I basically lose my env in make.
<joko> morgrimm: right, it's mostly zsh. And the NixOS option for ssh support basically sets the necessary SSH_AUTH_SOCK env variable.
<simpson> kaliumxyz: Put environment variables as attribtes on your derivation, and they'll be passed through.
<simpson> > { PKG_CONFIG = "${pkgconfig}/bin/pkg-config"; } # kaliumxyz
<{^_^}> { PKG_CONFIG = <CODE>; }
waleee-cl has joined #nixos
artemist has quit [Ping timeout: 240 seconds]
<simpson> ...Fair enough, I guess I shouldn't ask the bot to evaluate packages.
gxt has quit [Ping timeout: 240 seconds]
<kaliumxyz> and then use sed to change the makefile in the build script to use an absolute path to the pkgconfig binary instead of it trying to get it from path?
urkk_ has joined #nixos
urkk has quit [Ping timeout: 265 seconds]
<simpson> Sure, although I was thinking of just arranging the environment to satisfy the Makefile.
<kaliumxyz> the makefile wants the library in the path.
<kaliumxyz> I guess because it switches shell its not there?
urkud has joined #nixos
gxt has joined #nixos
<urkud> Hi, is there an easy way to install old TeXLive from nixpkgs?
artemist has joined #nixos
wnklmnn has joined #nixos
dhess has quit [Remote host closed the connection]
<urkud> Publisher has TL2013, they want me to upload the source files of my paper, and I can't generate a biblatex .bbl file compatible with their TL.
<simpson> urkud: Not really. Are you running into the problem where the old tarballs aren't available anymore? AIUI upstream simply doesn't have the tarballs any longer.
<simpson> Oh no, that's a terrible problem. I'm not sure what can be done.
morgrimm has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @bhipple merged pull request #89660 → bat: remove unnecessary fetchSubmodules → https://git.io/Jf1je
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JfMfI
<kaliumxyz> oh I see simpson, thanks c:
<kaliumxyz> was thinking myself in a corner.
<{^_^}> [nixpkgs] @magnetophon opened pull request #89670 → mu: 1.4.7 -> 1.4.9 → https://git.io/JfMfl
urkk_ has quit [Ping timeout: 260 seconds]
<kaliumxyz> sadly this doesnt work either :c
urkk has joined #nixos
<{^_^}> [nixpkgs] @mmilata opened pull request #89671 → sympa: 6.2.54 -> 6.2.56 → https://git.io/JfMfa
urkud has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<evanjs> Hey Mic92, do you have any idea what issues we might be encountering here? https://github.com/NixOS/nixpkgs/pull/77714#issuecomment-639842009
<evanjs> I was thinking of opening an issue in nixpkgs-review, but I wasn't sure if it's really a problem with the program to begin with
<{^_^}> [nixpkgs] @viric pushed to master « tuxpaint: 0.9.22 -> 0.9.24 »: https://git.io/JfMfP
<evanjs> The symptom we experienced was: certain builds failing when NIX_BUILD_CORES reached a certain number, I think?
<{^_^}> [nixpkgs] @bhipple merged pull request #89650 → node-problem-detector: 0.8.1 -> 0.8.2 → https://git.io/Jf1pe
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JfMfX
<evanjs> In this case, jonringer found 128 to be a number that broke some builds, IIUC
<DigitalKiwi> https://twitter.com/grhmc/status/1269294198836076546?s=20 i made a not a chandelier
<gchristensen> ^ it is so amazing
<Mic92> evanjs: can you mention in the thread. Cannot look right now
<{^_^}> [nixpkgs] @bhipple closed pull request #89646 → mu: 1.4.7 -> 1.4.8 → https://git.io/Jf1Ap
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89672 → pt2-clone: 1.16 -> 1.17 → https://git.io/JfMfy
<evanjs> Mic92: sure thing. Thank you!!
KindTwo has joined #nixos
KindOne has quit [Ping timeout: 246 seconds]
<evanjs> cced you in my last comment.
<evanjs> Man I love this community
<evanjs> I did _not_ have such a strong feeling of involvement with Gentoo. Especially after the whole mailing list whitelist thing years ago. Not that I was super involved, it just felt... idk
meh` has quit [Ping timeout: 246 seconds]
<gchristensen> evanjs: isn't it amazing?
<evanjs> It's also just so much easier to contribute to nixos
<Yaniel> oh, since this channel is active, anyone familiar with using appimages on nixos?
<Yaniel> I have one that fails to launch due to not finding icu4c
<evanjs> gchristensen: indeed it is. I also love being able to contribute without always fully committing to something (I know maintainers are good but bah)
<{^_^}> [nixpkgs] @bhipple pushed to master « mu: add changelog link in meta »: https://git.io/JfMfd
<evanjs> Yaniel: I haven't used them much, but to clarify, is this an expression that handles an appimage? Or is this a naked appimage that isn't handled by any nix expressions?
amanjeev has quit [Quit: Logging off! Bbye!]
<Yaniel> no a non-nixpkgs appimage
<evanjs> 😰
<{^_^}> [nixpkgs] @teto merged pull request #89632 → lyaml: init at 6.2.5-1, update almost all luarocks generated packages → https://git.io/Jf1FD
<{^_^}> [nixpkgs] @teto pushed commit from @lblasc to master « lyaml: init at 6.2.5-1, update all generated packages »: https://git.io/JfMfb
<Yaniel> that's the reaction I was afraid it would get :D
<evanjs> Afaik that probably won't work without wrapping
<evanjs> We do have tools to do so, mind you
KindTwo is now known as KindOne
<evanjs> Yaniel: have you checked this out, yet? https://nixos.org/nixpkgs/manual/#sec-pkgs-appimageTools
<Yaniel> I haven't, thanks
<evanjs> It's pretty straightforward and, depending on the package, might not be too difficult. I had to do it for UAExpert... which I should probably open a PR for already omg
<Yaniel> guess it's overlay time again
<{^_^}> [nixpkgs] @viric pushed to master « libtoxcore: 0.2.10 -> 0.2.12 »: https://git.io/JfMfj
<evanjs> Yeah I just have one set up in my config so I can just drop stuff in whenever
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89673 → pueue: 0.5.0 -> 0.5.1 → https://git.io/JfMJv
user_0x58 has joined #nixos
<{^_^}> [nixpkgs] @bdesham opened pull request #89674 → handbrake: fix Darwin build → https://git.io/JfMJf
<{^_^}> [nixpkgs] @marsam merged pull request #89666 → pgmetrics: 1.9.0 -> 1.9.1 → https://git.io/JfMeb
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMJT
KindTwo has joined #nixos
KindOne has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @alexarice opened pull request #89675 → [WIP] amdvlk: init at v-2020.Q2.4 → https://git.io/JfMJY
morgrimm has joined #nixos
<{^_^}> [nixpkgs] @gebner merged pull request #89631 → libheif: 1.6.2 -> 1.7.0 → https://git.io/Jf1FM
<{^_^}> [nixpkgs] @gebner pushed 2 commits to staging: https://git.io/JfMJ3
KindTwo is now known as KindOne
<{^_^}> [nixpkgs] @bhipple pushed to master « pkger: add meta link to changelog »: https://git.io/JfMJG
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89676 → qtstyleplugin-kvantum-qt4: 0.15.2 -> 0.15.3 → https://git.io/JfMJn
morgrimm has quit [Ping timeout: 256 seconds]
jluttine has joined #nixos
cript0nauta has joined #nixos
jluttine has quit [Client Quit]
<{^_^}> [nixpkgs] @alexarice closed pull request #89675 → [WIP] amdvlk: init at v-2020.Q2.4 → https://git.io/JfMJY
<kaliumxyz> Progress has been made simpson c: So there is no pkg config file in libusb1, yet pkg-config expects this (the hook mangles the make script if I include it seemingly leaving libusb fields empty?)
<ar> is it just me, or buildLinux (pkgs/os-specific/linux/kernel/generic.nix) doesn't use multiple jobs for building kernels?
<kaliumxyz> https://pastebin.com/G9iqVWYU top one is without the hook, bottom one is with.
detran has quit [Ping timeout: 272 seconds]
morgrimm has joined #nixos
<kaliumxyz> with hook not commented out
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89677 → rambox-pro: 1.3.1 -> 1.3.2 → https://git.io/JfMJ7
<{^_^}> [nixpkgs] @primeos merged pull request #89355 → git: 2.26.2 -> 2.27.0 → https://git.io/JfiSF
<{^_^}> [nixpkgs] @primeos pushed to staging « git: 2.26.2 -> 2.27.0 (#89355) »: https://git.io/JfMJN
<{^_^}> [nixpkgs] @c00w opened pull request #89678 → qemu: Update qemu to qemu 5.0.0 → https://git.io/JfMJA
morgrimm has quit [Ping timeout: 265 seconds]
<tobiasBora2> Hello,
shibboleth has joined #nixos
<armin> hello :)
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/1aa52711171 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<tobiasBora2> I don't know why but on my rasp, the time service can't start. I have an error: "systemd-timesyncd.service: Failed to set up special execution directory in /var/lib: Not a directory"
<tobiasBora2> Ok, this link suggest to remove a symlink
<{^_^}> systemd/systemd#12131 (by kouros17, 1 year ago, closed): RFE: migrate StateDirectory= and friends back from DynamicUser=1 subdir to regular one if needed
<tobiasBora2> I'll try
<kaliumxyz> ah I figured it out, its because of the author of the makefile includes some git data into the program for versioning.
<ar> nvm, that was just me. one of the phases was running without -j16, and it got more evident because of running under binfmt emulation…
<tobiasBora2> great, problem solved, sorry
<tobiasBora2> It's not clear to me, during a "nixos-rebuild switch", if some services fail, will it switch or not?
KindTwo has joined #nixos
o1lo01ol1o has joined #nixos
KindOne has quit [Ping timeout: 272 seconds]
<Thra11> tobiasBora2: I believe it does switch.
<tobiasBora2> Thra11: ok thanks. Then is there a way not to switch if a service fail?
<tobiasBora2> (ideally re-spanning the old services)
KindTwo is now known as KindOne
<Thra11> tobiasBora2: Not that I'm aware of. You can always do `nixos-rebuild --rollback switch` if you see failures which will stop the new config working.
<tobiasBora2> Thra11: ok thanks
o1lo01ol1o has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: Fix the configuration phase »: https://git.io/JfMUl
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89679 → rmlint: 2.9.0 -> 2.10.0 → https://git.io/JfMU4
<betaboon> I'm running into "...armv7l-unknown-linux-gnueabihf/bin/cmake: cannot execute binary file: Exec format error" when trying to cross-compile certain packages for armv7, this block ceveral packages from being cross-compiled. anyone knows anything ? I'm somewhat lost here
<{^_^}> [nixpkgs] @mweinelt opened pull request #89680 → borgbackup: 1.1.11 -> 1.1.12 → https://git.io/JfMUE
<{^_^}> [nixpkgs] @bhipple closed pull request #89612 → helmsman: 3.4.1 -> 3.4.3 → https://git.io/Jf17C
<Thra11> betaboon: If I had to take a wild stab in the dark, maybe these certain packages have cmake in `buildInputs`, not `nativeBuildInputs`? Do you have an example of a broken package?
mallox has quit [Quit: WeeChat 2.8]
magnetophon has quit [Remote host closed the connection]
<betaboon> Thra11: when the package had cmake in buildInputs it couldnt find cmake at all, when i added cmake to nativeBuildInputs the mentioned error occured. i just now tried adding `buildPackages.cmake` to nativeBuildInputs -> that made the package work oO
<{^_^}> [nixpkgs] @mweinelt opened pull request #89681 → [20.03] borgbackup: 1.1.11 -> 1.1.12 → https://git.io/JfMUK
cosimone has joined #nixos
<{^_^}> [nixpkgs] @bhipple opened pull request #89682 → tflint: 0.16.1 -> 0.16.2 → https://git.io/JfMU6
<{^_^}> [nixpkgs] @bhipple opened pull request #89683 → helmsman: 3.4.1 -> 3.4.3 → https://git.io/JfMUi
dermetfan has joined #nixos
aaabbbbbbbbbb has quit [Quit: Leaving]
wnklmnn has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89684 → sbt: 1.3.10 -> 1.3.12 → https://git.io/JfMUF
wnklmnn has joined #nixos
o1lo01ol1o has joined #nixos
dermetfan has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
user_0x58 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @marsam merged pull request #89673 → pueue: 0.5.0 -> 0.5.1 → https://git.io/JfMJv
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMTm
user_0x58 has joined #nixos
liori has quit [Read error: Connection reset by peer]
<DigitalKiwi> https://twitter.com/ArchKiwi/status/1269321790016364544?s=20 nixos/haskell painting i did
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
cole-h has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #89550 → libjpeg_drop: remove → https://git.io/Jf1E4
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to master: https://git.io/JfMT8
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89685 → sdate: 0.6 -> 0.7 → https://git.io/JfMT4
<{^_^}> [nixpkgs] @bhipple opened pull request #89686 → vultr-cli: 0.3.1 -> 0.3.2 → https://git.io/JfMTR
jakobrs has joined #nixos
liori has joined #nixos
<simpson> prusnak++ for removing old
<{^_^}> prusnak's karma got increased to 1
<jakobrs> I noticed that using `nix --store $PWD/.nix` appears to bind mount ./.nix/nix/store over /nix/store
<jakobrs> Is this not going to cause issues with /nix/var and /nix/store not being in sync?
detran has joined #nixos
pistache has quit [Ping timeout: 260 seconds]
pistache has joined #nixos
<jakobrs> I mean, if I do `nix run nixpkgs.nix -c nix build -f ./nixpkgs hello` or `nix run nixpkgs.nix -c nix-collect-garbage -d`
<jakobrs> with `--store $PWD/.nix`
<jakobrs> also, nix build --dry-run fails for me.
<{^_^}> [nixpkgs] @teto merged pull request #75164 → [RDY] neovim-unwrapped: ease hacking/development → https://git.io/JeydQ
<{^_^}> [nixpkgs] @teto pushed to master « neovim-unwrapped: improve testing ability »: https://git.io/JfMTy
kenran has joined #nixos
bifunc2 has joined #nixos
jakobrs has quit [Quit: WeeChat 2.7.1]
<bifunc2> Hey guys. What happened to Hydra and NixOps? It's no longer on the website. Abandoned?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89687 → shadowsocks-rust: 1.8.11 -> 1.8.12 → https://git.io/JfMTA
<simpson> bifunc2: No, somebody just changed the frontpage. https://nixos.org/nixops/manual/ and https://nixos.org/hydra/manual/ still work too, although they point towards freshly-built manuals.
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMkU
<{^_^}> [nixpkgs] @marsam merged pull request #89682 → tflint: 0.16.1 -> 0.16.2 → https://git.io/JfMU6
<{^_^}> [nixpkgs] @veprbl opened pull request #89688 → pythonPackages.geant4: init at 10.6.2 → https://git.io/JfMkT
dermetfan has joined #nixos
<{^_^}> [nixpkgs] @kaliumxyz opened pull request #89689 → add Micropro → https://git.io/JfMkI
<{^_^}> [nixpkgs] @marsam merged pull request #89664 → gitAndTools.gh: add github-cli alias → https://git.io/JfMef
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMkL
bifunc2 has quit [Quit: -]
gentauro has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @flokli merged pull request #89669 → pkger: 0.16.0 -> 0.17.0 → https://git.io/JfMvC
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JfMk3
gentauro has joined #nixos
meh` has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #89663 → packet-cli: 0.0.6 -> 0.0.7 → https://git.io/Jf1jg
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMkc
<kloenk> How to work with the nix-daemon? I'm trying to connect to the socket file, but I Don't understand the protocoll based on the C++ code
<betaboon> go_1_14 fails to cross-compile for armv7l on unstable :(
meh` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @bhipple merged pull request #89679 → rmlint: 2.9.0 -> 2.10.0 → https://git.io/JfMU4
<{^_^}> [nixpkgs] @bhipple pushed 2 commits to master: https://git.io/JfMko
bqv has joined #nixos
orivej has joined #nixos
thmzlt has joined #nixos
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/0a11634a29c (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
<energizer> why doesn't builtins.fetchTarball require the hash parameter?
<{^_^}> [nixpkgs] @marsam merged pull request #89687 → shadowsocks-rust: 1.8.11 -> 1.8.12 → https://git.io/JfMTA
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMkS
<betaboon> energizer: according to documentation it supports the `sha256` attribute
<energizer> betaboon: it's optional
<energizer> why is it optional?
<betaboon> energizer: i dont know the answer to that
urkk_ has joined #nixos
kenran has quit [Ping timeout: 265 seconds]
urkk has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #89658 → openxr-loader: 1.0.8 -> 1.0.9 → https://git.io/Jf1hR
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JfMkN
asymptotically has quit [Remote host closed the connection]
dermetfan has quit [Ping timeout: 260 seconds]
shibboleth has quit [Quit: shibboleth]
<rooke> I'm running into an issue with python2 and matplotlib, when I try to setup a shell I get some error about a collision. The shell.nix file along with the error are here: https://gist.github.com/erooke/8026db2028545cf4aee72e7db002813d
<rooke> Not really sure where to begin with debugging this
<rooke> I've tested it with nixpkg branches: 19.09, 20.03, and unstable and get the same error on each build
fendor_ has quit [Remote host closed the connection]
dermetfan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89690 → amass: 3.6.2 -> 3.6.3 → https://git.io/JfMIn
asymptotically has joined #nixos
<rooke> add 18.09 to the list
drakonis has joined #nixos
<energizer> perhaps you can patch the functools-lru-cache backport to delete that file
fendor has joined #nixos
<energizer> fwiw cpython 2 is past end-of-life and matplotlib doesn't support it anymore
<rooke> Yeah, I've been asked to build a code base which uses it
<rooke> I'm not thrilled about it lol
urkk has joined #nixos
Thra11 has quit [Ping timeout: 258 seconds]
<energizer> i can explain what's going wrong, and probably guess how to fix it, i'm just not familiar enough with the nix conventions to know what the idiomatic way to fix it is
urkk_ has quit [Ping timeout: 246 seconds]
<hexa-> ,locate far.h
<{^_^}> Found in packages: far2l
<rooke> I'd appreciate it, I don't really know whats going wrong beyond the obvious some file is trying to be placed where another file already lives
<rooke> Also on the matplotlib support, it looks like nix checks if you're using python two and loads an older matplotlib in that instance
LevelChart8 has joined #nixos
<energizer> you have installed two backports (modules from python3 made avaialble as third-party packages for python2), one providing ssl functionality and one providing the py3 functools.lru_cache. both of those modules are using the `backports` namespace and create a backports/__init__.py file. normally python wouldn't care but nix doesn't like collisions
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<{^_^}> [nixpkgs] @grahamc opened pull request #89692 → [r20.03] fwupd: 1.3.7 -> 1.3.9 → https://git.io/JfMIM
<rooke> ah thank you!
<rooke> I just kept searching for matplotlib based issues
Vikingman has joined #nixos
pjt_014 has joined #nixos
<iqubic> I have a few pulseaudio loopbacks and null-sinks created. Is there a way to set which streams have their sound levels manipulated when I set "sound.mediaKeys.enable = true" in my configuration.nix?
<lovesegfault> flokli: Maybe
<lovesegfault> Not sure I want to fight the good fight against binutils any more
<lovesegfault> Bumping it breaks _everything_
<ldlework> Is there a way to have a listOf enum, such that each enum value can only be passed once?
xcmw has joined #nixos
<energizer> ldlework: you could encode it as Dict[str, bool]
<energizer> known keys, bool values
<ldlework> energizer: the user could provide any string then right?
<energizer> ldlework: i mean just like a regular module that accepts certain options
<energizer> bool-valeud
<energizer> -valued
<ldlework> right, but the appeal of an enum is that nix enforces the values from a set of approved ones
<energizer> instead of [ "foo" "bar"] it's foo = true; bar = true;
<ldlework> so the user could do doesntexist = true;
<energizer> it already does taht. if you pass non-existing keys to a module it'll complain
<ldlework> ohhhhhh
<infinisil> This doesn't throw an error for invalid names: `type = attrsOf bool`
<infinisil> I think energizer is talking about `type = submodule { options.foo = mkOption { ... }; options.bar = mkOption { ... }; }` though
<energizer> yes
gxt has quit [Ping timeout: 240 seconds]
gxt has joined #nixos
<ldlework> right thank you
tertl3 has joined #nixos
<{^_^}> [nixpkgs] @bouk opened pull request #89693 → Add gopls to vim-go binaries → https://git.io/JfMLy
BenSchZA has joined #nixos
lzmartin1 is now known as lzmartinico
m0rphism has quit [Quit: WeeChat 2.7.1]
reanimus has quit [Ping timeout: 260 seconds]
reanimus has joined #nixos
<{^_^}> [nixpkgs] @symphorien opened pull request #89694 → pantalaimon: fix build → https://git.io/JfMLF
dermetfan has quit [Ping timeout: 260 seconds]
LevelChart8 has quit [Ping timeout: 260 seconds]
BenSchZA has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
dongcarl has quit [Read error: Connection reset by peer]
BenSchZA has joined #nixos
hax404 has quit [Quit: WeeChat 2.7.1]
hax404 has joined #nixos
<{^_^}> [nixpkgs] @c00w opened pull request #89695 → helm: Use vendor instead of redownloading modules → https://git.io/JfMLh
shibboleth has joined #nixos
gulplante has quit [Quit: WeeChat 2.7.1]
tsrt^ has quit []
cr4y1 has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @romildo merged pull request #89665 → papirus-icon-theme: 20200430 -> 20200602 → https://git.io/JfMeE
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JfMtB
meh` has joined #nixos
davidv7_ has joined #nixos
xcmw has joined #nixos
davidv7 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89696 → buildbot: 2.8.0 -> 2.8.1 → https://git.io/JfMtE
<{^_^}> [nixpkgs] @adisbladis opened pull request #89697 → pulseaudio-modules-bt: 1.3 -> 1.4 → https://git.io/JfMtV
vtsm^ has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
maxdevjs has joined #nixos
<{^_^}> [nixpkgs] @adisbladis closed pull request #88727 → slack: Return a dummy derivation on unsupported platforms → https://git.io/JfawT
dermetfan has joined #nixos
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @veprbl closed pull request #89696 → buildbot: 2.8.0 -> 2.8.1 → https://git.io/JfMtE
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89698 → cargo-deny: 0.6.7 -> 0.6.8 → https://git.io/JfMtQ
virus_dave has quit [Quit: virus_dave]
Doraemon has joined #nixos
cr4y1_ has joined #nixos
dermetfan has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mdlayher opened pull request #89699 → corerad: 0.2.5 -> 0.2.6 → https://git.io/JfMtA
NeoCron has quit [Ping timeout: 272 seconds]
cr4y1 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #89700 → cargo-tarpaulin: 0.13.2 -> 0.13.3 → https://git.io/JfMth
lsix has quit [Quit: WeeChat 2.8]
cr4y1_ has quit [Ping timeout: 256 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Doraemon has quit [Ping timeout: 256 seconds]
plutes has quit [Read error: Connection reset by peer]
kim0 has quit [Quit: Connection closed for inactivity]
<iqubic> I just noticed that nixos.org has been updated. When was this done?
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #89702 → [20.03] palemoon: 28.9.1 -> 28.9.3 → https://git.io/JfMqY
<iqubic> I'm disappointed that https://github.com/JupiterBroadcasting/CasterSoundboard isn't in nixpkgs. In fact, it seems like there are no soundboard applications in nixpkgs.
<{^_^}> [nixos-hardware] @mexisme opened pull request #170 → Initial port of linux-surface/linux-surface patches to NixOS → https://git.io/JfMq8
magnus has joined #nixos
karantan has joined #nixos
<energizer> iqubic: are you interested in packaging it yourself?
thmzlt has quit [Remote host closed the connection]
<iqubic> I honestly have no idea how to do that.
<energizer> iqubic: are you interested?
<iqubic> I am indeed.
<energizer> in learning to do it
<energizer> oh it already has a default.nix
magnus is now known as skorpy
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<iqubic> But I'm going to be busy for the next hour or so. I'll take a look at doing this later.
zzywysm has joined #nixos
<Vikingman> someone here managed to get retroarch working ?
<ldlework> I think so
dermetfan has joined #nixos
<ldlework> Oh I have a "retroshare" module
<ldlework> lol sorry
<zzywysm> according to commit 6599499cd7793b085edd0072b7bbde4039626753 the nixos 20.03 channel should be on linux 5.4.44. so how come my nixos installation is running linux 5.4.35?
<zzywysm> 6599499cd7793b085edd0072b7bbde4039626753
<simpson> Vikingman: What doesn't work? I don't use it myself, but it seems packaged. You'll need to read https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/emulators/retroarch/cores.nix to look at how cores are added.
<Vikingman> this is where im not able to get it working
<{^_^}> [nixpkgs] @markuskowa opened pull request #89703 → molden: 6.2 -> 6.3 → https://git.io/JfMmt
<zzywysm> oh, it looks like i need to do a nix-channel --update if i want updates
avn has joined #nixos
asymptotically has quit [Quit: Leaving]
LevelChart8 has joined #nixos
zzywysm has left #nixos [#nixos]
<ldlework> If I have a bunch of sets each which share a key, how can I make a list of the unique values?
<ldlework> oh I should check lib
agsdheid1 has quit [Ping timeout: 246 seconds]
<ldlework> lib.lists.unique there we go
<{^_^}> [nixpkgs] @markuskowa merged pull request #89703 → molden: 6.2 -> 6.3 → https://git.io/JfMmt
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JfMmK
<colemickens> nixos-rebuild: error: Pillow-7.1.2 not supported for interpreter python2.7. hmmmm
__monty__ has quit [Quit: leaving]
xcmw has joined #nixos
<energizer> cpython 2 is past end of life and many popular libraries no longer support it
fendor has quit [Read error: Connection reset by peer]
<energizer> colemickens: ^
fendor has joined #nixos
grumble has quit [Quit: I demand color codes in quit messages. Until that exists, /whowas grumble]
grumble has joined #nixos
<hexa-> rainbow gecos <3
LeshaInc1 has quit [Ping timeout: 272 seconds]
LeshaInc has joined #nixos
pbb has quit [Remote host closed the connection]
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ent has quit [Ping timeout: 272 seconds]
pbb has joined #nixos
ent has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adisbladis> energizer: Still, lib updates shouldn't be breaking other packages.
LevelChart8 has quit [Ping timeout: 258 seconds]
<energizer> adisbladis: i agree that python2Packages.pillow should point to a version of pillow that works with py2 if that's what you mean
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #89584 → mkvtoolnix: fix Darwin build → https://git.io/Jf1M0
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JfMYt
<energizer> unless something's pinning Pillow==7.1.2 i dont see how that could even happen
<adisbladis> energizer: Huh? What do you mean?
<energizer> adisbladis: some application says setup(python_requires='2', install_requires=['pillow']), pip should give a version of pillow that works with py2
<energizer> and afaik it does do that
<adisbladis> No, it doesn't.
<adisbladis> Ah, right. _pip_ does that.
<adisbladis> Nixpkgs python packaging does not, all this metadata from the python package needs manual intervention & manual copying
m0rphism has joined #nixos
<energizer> is it possible to automate the transition to poetry2nix in nixpkgs?
<adisbladis> energizer: For what exactly?
<ldlework> I have no idea where to look from this stacktrace, https://gist.github.com/dustinlacewell/9bbfba67f5bcdf305e0c6feab6cb6f9b
<energizer> adisbladis: currently nixpkgs doesn't use poetry2nix for most python packages, but it could
<adisbladis> energizer: Sadly it couldn't :/
<adisbladis> What's in pythonPackages is not really solvable
<energizer> adisbladis: oh, how come?
<adisbladis> You couldn't put it all in a single big environment and actually solve the environment correctly
<energizer> i wasnt thinking they'd all go in the same pyproject.toml
<adisbladis> Though, why would you even want to?
<energizer> but each package could get its own
<adisbladis> Yes, that makes sense
<energizer> the advantage is that hydra would be building all the packages instead of me doing it :)
<energizer> also probably easier to maintain
<DigitalKiwi> colemickens: lol i just got that too trying nixpkgs master because i couldn't build from nixos-unstable because whatever tor-browser (i think tor-browser-bundle-bin) doesn't build because of some python zope...
<energizer> does tor really use zope
<adisbladis> Very likely not directly
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/f277096c4c4 (from 25 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/1aa52711171 (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<b42> i'm trying to buildPythonApplication but the pipInstallPhase fails with ERROR: Could not find a version that satisfies the requirement dbus-python>=1.2 (from dhcpcanon==0.8.5) (from versions: none)
<DigitalKiwi> which seems to be the only tor-browser these days?
<DigitalKiwi> there used to be multiple
<{^_^}> [nixpkgs] @lopsided98 opened pull request #89704 → buildbot: 2.8.0 -> 2.8.1 → https://git.io/JfMYr
<b42> the dbus-python package has no dist-info directory which seems weird but there are plenty derivations in nixpkgs that use dbus-python and build fine, what am i missing?
<DigitalKiwi> that is not the one that's making pillow error though :(
<colemickens> DigitalKiwi: I finally spotted calibre in the --show-trace and that aligns with something about python2 and deprecation and eh, I'll probably just remove it from my system and move on
<DigitalKiwi> i don't have calibre :(
zarel_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
zarel has joined #nixos
<energizer> b42: if i had to guess sounds like dhcpcannon needs .overridePythonAttrs(old: {propagatedBuildInputs = [self.dbus-python];}) and you'll have to define self.dbus-python somewhere too
<DigitalKiwi> ah, scribus
<DigitalKiwi> shit i think i'm a maintainer
<adisbladis> Don't worry, there is an open PR fixing Pillow
<adisbladis> I'm testing it right now
<DigitalKiwi> scribusUnstable specifically though idk about scribus less unstable
<DigitalKiwi> same
<b42> energizer: i have dbus-python in propagatedBuildInputs and its defined in pythonPackages: https://paste.rs/E1h
<DigitalKiwi> so if you fix pillow you fix at least 3! good deal
<energizer> b42: what's the version in pythonPackages?
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<DigitalKiwi> adisbladis: lol and nixops
<adisbladis> Yeah, I'm a bit grumpy about this being merged...
<b42> energizer: 1.2.12
<{^_^}> [nixpkgs] @adisbladis merged pull request #89588 → python2Packages.pillow: freeze at 6.2.2 → https://git.io/Jf1DP
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JfMYb
<adisbladis> Oh, well
zarel_ has joined #nixos
<energizer> b42: no idea
zarel has quit [Ping timeout: 246 seconds]
<energizer> b42: poetry2nix usually works better for me
noudle has quit []
<b42> energizer: does it work for projects not packaged with poetry?
<energizer> did hit an issue recently tho https://github.com/nix-community/poetry2nix/issues/117
<{^_^}> nix-community/poetry2nix#117 (by energizah, 1 day ago, open): list index 0 is out of bounds
<energizer> adisbladis: is that a bug?
<b42> not at all familiar with it ...
<energizer> b42: yes, if you write your own pyproject.toml
fendor has quit [Remote host closed the connection]
<energizer> well, really poetry does most of the writing
<adisbladis> energizer: Probably? Could you pastebin me your pyproject.toml/poetry.lock ?
<b42> energizer: will look into it, thanks
orivej has quit [Ping timeout: 265 seconds]
virus_dave has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #89705 → openfst: 1.7.6 -> 1.7.7 → https://git.io/JfMOq
chloekek has quit [Ping timeout: 246 seconds]
<adisbladis> energizer: Nice! I think I encountered this bug a long time ago
<adisbladis> But forgot to write it down and then I couldn't remember what it was
<adisbladis> Just that something was wrong with wheel selection
meh` has quit [Ping timeout: 260 seconds]
plutes has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #89706 → go-toml: init at 1.8.0 → https://git.io/JfMOn
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JfMO8
cosimone has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #89698 → cargo-deny: 0.6.7 -> 0.6.8 → https://git.io/JfMtQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMOE
<{^_^}> [nixpkgs] @marsam merged pull request #89699 → corerad: 0.2.5 -> 0.2.6 → https://git.io/JfMtA
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JfMOz
o1lo01ol1o has quit [Remote host closed the connection]
slack1256 has joined #nixos
slack1256 has quit [Read error: Connection reset by peer]
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
slack1256 has joined #nixos
lord| has joined #nixos
xO1 has quit [Ping timeout: 246 seconds]
mixed_case has quit [Ping timeout: 245 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
<{^_^}> [nixpkgs] @magnetophon opened pull request #89708 → gxplugins-lv2: 0.7 -> 0.8 → https://git.io/JfM3S
zarel_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @magnetophon opened pull request #89709 → molot-lite:init at unstable-2014-04-23 → https://git.io/JfMsT
wnklmnn has quit [Read error: Connection reset by peer]
wnklmnn has joined #nixos
philr_ has joined #nixos
zarel has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #89705 → openfst: 1.7.6 -> 1.7.7 → https://git.io/JfMOq
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JfMsO
<hexa-> ,locate gradlew
<{^_^}> Found in packages: faust, faust1, brackets, kibana-oss, kodestudio, aws-sam-cli, kibana7-oss, jetbrains.idea-community
<hexa-> aha
zarel has quit [Ping timeout: 264 seconds]