worldofpeace changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || 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/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018 || For best support,
gkmngrgn has quit [Ping timeout: 245 seconds]
andymandias has joined #nixos
andymandias_ has quit [Ping timeout: 245 seconds]
leungbk has joined #nixos
_rvl has quit [Quit: ZNC 1.7.3 - https://znc.in]
shibboleth has quit [Quit: shibboleth]
toppler has joined #nixos
_rvl has joined #nixos
musteresel has joined #nixos
leungbk has quit [Ping timeout: 264 seconds]
justanotheruser has joined #nixos
<musteresel> Hi ... is there a way to *not* use doc outputs with nix-shell? Specifically in my Travis CI build it pulls in bash-interactive-4.4-p23-man, bash-interactive-4.4-p23-doc and others which are really not needed for an automated build. E.g. an option I could set?
<{^_^}> [nix] @zimbatm opened pull request #3170 → libexpr: add position to builtins.trace → https://git.io/JeuTj
mbrgm_ has joined #nixos
reallymemorable has quit [Quit: reallymemorable]
reallymemorable has joined #nixos
mbrgm has quit [Ping timeout: 245 seconds]
mbrgm_ is now known as mbrgm
<reallymemorable> i installed commons compress so that i could unzip a .xz file I downloaded to my nixos machine, but it doesnt show up as an option in my “open with” menu
<DigitalKiwi> how did you install it?
<DigitalKiwi> in your configuration or with nix-env
<reallymemorable> i have tried both
<DigitalKiwi> oh
<DigitalKiwi> what DE?
<reallymemorable> DE?
<DigitalKiwi> (and there goes my guess, i thought maybe it wouldn't work with nix-env :( )
<DigitalKiwi> desktop environment
<reallymemorable> ok let me put it in the .conf file again
<reallymemorable> i took it out and did nix-env
<reallymemorable> ok so i put it bacck in the .conf file and did nixos-rebuild switch
<DigitalKiwi> i'm not *sure* that it would make a difference, but i wouldn't be surprised, and also you might need to logout and login again, that would be my next gues
fendor has quit [Quit: Leaving]
mounty has quit [Ping timeout: 240 seconds]
<DigitalKiwi> and since i don't knwo that program, curious if it is a gui or cli app?
burkelibbey has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 4 commits to nixpkgs-19.09-darwin: https://git.io/Jeukr
mounty has joined #nixos
<DigitalKiwi> umm am i missing something, it looks like it's only a library?
dpausp has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6908c4ae876 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
dpausp has quit [Ping timeout: 276 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
wormwood has quit [Ping timeout: 246 seconds]
<DigitalKiwi> pretty sure it's only a library and not possible to use stand alone....
kvda has joined #nixos
selfsymmetric-pa has joined #nixos
<selfsymmetric-pa> Hello! Does anyone know how to package services which require an executable on the path available to Java? If so, could you please take a look at this issue here: https://github.com/NixOS/nixpkgs/issues/62102? I'm attempting to provide a Signal messenger service, which would be a nice thing for NixOS to have, I think.
<{^_^}> #62102 (by matthew-piziak, 22 weeks ago, open): Service request: Signal DBus Service
<DigitalKiwi> ok i'm wrong
<DigitalKiwi> you can run it with java -jar but it's a cli app
<DigitalKiwi> which makes more sense given it's top level and not javaPackages
rople has joined #nixos
<selfsymmetric-pa> DigitalKiwi: That might be a good tack! Here's the contents of bin/signal-cli: https://gist.github.com/matthew-piziak/4ef4d7163f286beb3a571fe0042a91ac
<selfsymmetric-pa> DigitalKiwi: Hmm...should I maybe be extending the `PATH=` line with `libmatthew_java`?
<selfsymmetric-pa> Or should I be trying to tweak `.signal-cli-wrapped`?
<DigitalKiwi> i just realized why you pinged me
<DigitalKiwi> i was responding to someone else problem
<DigitalKiwi> which was also a java thing
<DigitalKiwi> i have no idea about yours, sorry :(
<selfsymmetric-pa> Oh hahaha
<selfsymmetric-pa> You had me all excited.
<selfsymmetric-pa> I don't know much about Java I just really would like to get a Signal daemon for NixOS.
rople has quit [Ping timeout: 240 seconds]
toppler has quit [Ping timeout: 268 seconds]
rople has joined #nixos
<kaliumxyz> how do you add a pam module in nixos?
<kaliumxyz> a non-predefined one, say pam_script?
<DigitalKiwi> reallymemorable was asking about geting commonsCompress to show up in their open with menu, and i looked at the docs and it looked like it was only a java library, and i looked at the output of the deriviation and there was nothing in bin/ but you can run the jar with java -jar (why is there no bin wrapper???), as a CLI app, so there's two reasons it doesn't show up in the menu, it's not a bin on path, it's not a gui app and most cli don't show u
<DigitalKiwi> p in menus
<DigitalKiwi> selfsymmetric-pa: remind me what you were going to do with it (i saw the issue the other day and i am being lazy not wanting to read it again :| )
<selfsymmetric-pa> DigitalKiwi: The current `signal-cli` package on 19.09 works for one-off commands, but cannot be run as a daemon.
<selfsymmetric-pa> DigitalKiwi: That is, `signal-cli -u <USER> daemon` fails with `Missing native library dependency for dbus service: no unix-java in java.library.path`.
jgt1 has quit [Ping timeout: 265 seconds]
<selfsymmetric-pa> The solution for Fedora is `ln -s /usr/lib64/libmatthew-java/libunix-java.so /usr/lib64/libunix-java.so`.
<selfsymmetric-pa> But that does not work on NixOS. I'm not _sure_ why but I suspect it's related to the whole readonly filesystem thing.
toppler has joined #nixos
<DigitalKiwi> i'll take a look
<selfsymmetric-pa> DigitalKiwi: Thank you! :D
lambda-11235 has joined #nixos
kleisli_ has joined #nixos
<DigitalKiwi> what's the minimal setup steps to make one off work
ris has quit [Ping timeout: 258 seconds]
<selfsymmetric-pa> DigitalKiwi: You install `pkgs.signal-cli`. Then you can run something like `signal-cli -v`.
mexisme has quit [Ping timeout: 276 seconds]
<selfsymmetric-pa> If you have Signal, and you register a user, you can then run `signal-cli -u <YOUR_PHONE_NUMBER> send -m <MESSAGE> <RECIPIENT>`.
<reallymemorable> DigitalKiwi: how can i find a GUI for .xz files?
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 19 commits to nixos-unstable-small: https://git.io/Jeukp
MmeQuignon has quit [Ping timeout: 265 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4641f957913 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @azuzunaga opened pull request #72131 → solargraph: 0.35.2 -> 0.37.2 → https://git.io/JeuIv
<DigitalKiwi> reallymemorable: xarchiver is one i know of, and gnome3.file-roller, probably a bunch of others
<musteresel> Hm ... I've found a way ... setting X.meta.outputsToInstall to not contain man/doc etc works ... but for that I need to know "X" ... is there any way to get all dependencies (recursively) from within a nix expression?
<{^_^}> [nixpkgs] @marsam merged pull request #72118 → xapian: 1.4.12 -> 1.4.13 → https://git.io/Jeuv8
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeuIU
<{^_^}> [nixpkgs] @marsam closed pull request #71939 → xapian: 1.4.12 -> 1.4.13 → https://git.io/Je0DM
<reallymemorable> hmmmm
<reallymemorable> i put xarchiver in my .conf file
<reallymemorable> did the rebuild
<reallymemorable> and even rebooted
<reallymemorable> but i still dont see it as an option to decmopress
<DigitalKiwi> oh and there's also xarchive and i'm now not sure which one i have used :|
<DigitalKiwi> idk
<DigitalKiwi> i clearly use the cli :|
<reallymemorable> you just put `xarchive` in systemPackages and save it and rebuild, right?
<reallymemorable> i dont understand
<reallymemorable> what i am doing wrong
rople has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeuIO
rople has joined #nixos
musteresel has left #nixos ["ERC (IRC client for Emacs 26.1)"]
<DigitalKiwi> selfsymmetric-pa: well so far i've managed to...get my device linked and now i'm hungry :|
<selfsymmetric-pa> DigitalKiwi: Hahaha, bon appetit! Thanks for taking a look. :)
<selfsymmetric-pa> Here's what I'm thinking. I need to pass `libmatthew_java` to `-Djava.library.path`.
<selfsymmetric-pa> So now I need to figure out where in the wrapper script I can do that.
<selfsymmetric-pa> If I can set `JAVA_OPTS` in `.signal-cli-wrapped`, that would do it. But I don't know if it'll read from my user env. :(
<selfsymmetric-pa> How can I make `.signal-cli-wrapped` see that environment?
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<selfsymmetric-pa> Okay I have an idea. Maybe I can do it in `wrapProgram --set`.
fusion809 has joined #nixos
toppler has quit [Ping timeout: 245 seconds]
<selfsymmetric-pa> `Builder called die: makeWrapper doesn't understand the arg JAVA_OPTS` aw :(
<{^_^}> [nixpkgs] @jtojnar opened pull request #72133 → telepathy-mission-control: 5.16.4 → 5.16.5 → https://git.io/JeuI8
noogie has quit [Remote host closed the connection]
waleee-cl has quit [Quit: Connection closed for inactivity]
toppler has joined #nixos
<kaliumxyz> can anyone help me with pam modules on nix?
leungbk has joined #nixos
<jackdk> don't ask-to-ask, just ask
CMCDragonkai has joined #nixos
<CMCDragonkai> What's happening with https://github.com/NixOS/nixpkgs/pull/67760 is the a queue for PR merging?
<{^_^}> #67760 (by Rakesh4G, 8 weeks ago, open): pythonPackages.opentracing: init at 2.2.0
justanotheruser has quit [Ping timeout: 265 seconds]
selfsymmetric-pa has quit [Remote host closed the connection]
soju has quit [Remote host closed the connection]
soju has joined #nixos
soju has quit [Remote host closed the connection]
soju has joined #nixos
<CMCDragonkai> This PR https://github.com/NixOS/nixpkgs/pull/54530 is also ready be merged. We now have DVC at 0.24.3.
<{^_^}> #54530 (by CMCDragonkai, 39 weeks ago, open): dvc: init at 0.24.3
<kaliumxyz> jackdk sure: How do you work with pam in nix?
<kaliumxyz> might be too generic a question, I want to add a custom way to authenticate, how would I do this on nixos?
judson_ has quit [Ping timeout: 240 seconds]
<kaliumxyz> specifically for SSH login, on a remote server which is deployed with NixOps (though this should not matter as in all cases it can be fixed by adding a PAM script and using pam_exec).
<kaliumxyz> however, adding a pam script is very confusing to me on nix.
<kaliumxyz> using nix*
justanotheruser has joined #nixos
alex``` has quit [Ping timeout: 268 seconds]
<kaliumxyz> ok I figured I can do security.pam.services.sshd.text = '''';
<kaliumxyz> to overwrite the sshd file in /etc/pam.d/
<kaliumxyz> which means I can append to it or change it in whatever way I would like.
<kaliumxyz> or... actually I don't seen to be able to modify it just overwrite it.
simpson has left #nixos ["WeeChat 1.0.1"]
<Raito_Bezarius> Hi there, I don't understand how to use netdata python.d plugins in Nix, it seems like there is a bug due to this error.log:
<Raito_Bezarius> /nix/store/4vvaar2gw01r0ggcsys8873pyzq54jq4-netdata-1.18.1/libexec/netdata/plugins.d/python.d.plugin: line 3: which: command not found
justanotheruser has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @jtojnar opened pull request #72134 → gtranslator: 3.32.1 → 3.34.0 → https://git.io/JeuIh
<{^_^}> [nixpkgs] @listx opened pull request #72135 → ncurses: add infocmp utility → https://git.io/JeuLe
toppler has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #72033 → sndio: fix build on darwin → https://git.io/JeuLk
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeuLI
<Raito_Bezarius> Is there any way at least to rollback a version of nixpkg?
selfsymmetric-pa has joined #nixos
Okinan has quit [Ping timeout: 264 seconds]
justanotheruser has joined #nixos
Okinan has joined #nixos
toppler has joined #nixos
freeman42x has quit [Ping timeout: 246 seconds]
iqubic has joined #nixos
selfsymmetric-pa has quit [Remote host closed the connection]
selfsymmetric-pa has joined #nixos
dpausp has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #54975 → pythonPackages.python-logstash: init at 0.4.6 → https://git.io/fhDCQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeuL2
dpausp has quit [Ping timeout: 264 seconds]
_rvl has quit [Quit: ZNC 1.7.4 - https://znc.in]
_rvl has joined #nixos
selfsymmetric-pa has quit [Remote host closed the connection]
leungbk has quit [Ping timeout: 264 seconds]
reanimus has quit [Ping timeout: 240 seconds]
reanimus has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #72136 → libedit: 20190324 -> 20191025 → https://git.io/JeuLS
felixfoertsch23 has joined #nixos
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
felixfoertsch has quit [Ping timeout: 276 seconds]
cptchaos83 has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
selfsymmetric-mu has joined #nixos
<jackdk> kaliumxyz: I don't know pam, but maybe this list of pam-related options will be helpful: https://nixos.org/nixos/options.html#pam . Then you can look at pam.nix and see how the config is generated, I guess?
toppler has joined #nixos
nixtactular has joined #nixos
<nixtactular> how do I use the language-specific extensions for the CoC vim/nvim plugin after installing them? i'm talking about `coc-prettier`, `coc-tslint`, `coc-go`, etc.
<nixtactular> i'm able to install the the plugin's extensions through Nix/home-manager, and i'm able to install `coc-nvim` to get the plugin itself working, but the plugin doesn't seem to have any awareness of the installed extensions
<DigitalKiwi> did you try the things on the github?
<nixtactular> which things on github?
<nixtactular> teto: would you happen to know?
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
<nixtactular> DigitalKiwi: those are generic instructions for installing `coc-prettier`, i'm talking about installing the coc extensions via Nix
aw has joined #nixos
spacefrogg has joined #nixos
<DigitalKiwi> hmm
hpfr has joined #nixos
<nixtactular> on the CoC side, the extensions are typically managed through npm, they would normally be visible in `~/.config/coc/extensions/package.json`. but this is Nix, so i'm able to install the plugin's extensions via Nix, but CoC isn't seeing them
<nixtactular> of course, i can still run `:CocInstall` inside vim, but that defeats the purpose of having them in the Nixpkgs repo
hpfr has quit [Remote host closed the connection]
hpfr has joined #nixos
<nixtactular> hmm looks like others have had this problem: https://github.com/NixOS/nixpkgs/issues/64560
<{^_^}> #64560 (by rvolosatovs, 15 weeks ago, open): Ensure coc extension plugins work out of the box
devalot has quit [Quit: ZNC - http://znc.in]
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 6 commits to nixos-unstable-small: https://git.io/JeutI
<{^_^}> [nixpkgs] @veprbl merged pull request #72124 → hdf5: don't force GCC 7 → https://git.io/JeuJL
<{^_^}> [nixpkgs] @veprbl pushed commit from @lopsided98 to master « hdf5: don't force GCC 7 (#72124) »: https://git.io/Jeutt
nixtactular has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/94a08f2f8e9 (from 64 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Chiliparrot has joined #nixos
abathur has quit [Ping timeout: 245 seconds]
hpfr has quit [Remote host closed the connection]
mrCyborg has joined #nixos
leungbk has joined #nixos
mrCyborg has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
lord| has quit [Ping timeout: 265 seconds]
nixy3 has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
mexisme has quit [Ping timeout: 264 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #71347 → emacsPackages.vterm: fix dynamic library and autoloaders → https://git.io/JeBOs
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/JeutG
mrCyborg has joined #nixos
toppler has joined #nixos
mrCyborg has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 2.6]
mrCyborg has joined #nixos
mrCyborg has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer opened pull request #72138 → gnutls-kdh: fix build → https://git.io/Jeutc
noogie has joined #nixos
<selfsymmetric-mu> DigitalKiwi++
<{^_^}> DigitalKiwi's karma got increased to 4
ddellacosta has quit [Ping timeout: 276 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
Rusty1 has quit [Quit: Konversation terminated!]
drainful has quit [Quit: ZNC 1.7.5 - https://znc.in]
drainful has joined #nixos
kleisli_ has quit [Quit: Leaving]
iqubic` has joined #nixos
iqubic has quit [Ping timeout: 250 seconds]
kreisys has joined #nixos
<{^_^}> [nixpkgs] @xrelkd opened pull request #72139 → firectl: init at 0.1.0 → https://git.io/JeutE
<{^_^}> [nixpkgs] @alunduil opened pull request #72140 → nixos/zfs: add autoReplication to module list → https://git.io/Jeutu
<bsima> hi, when I do `nix build ...` and it shows the line of `[x/y/100 build]...` how can I capture that particular line in a script? My current script doesn't capture it. Is it being printed to something other than stdout?
hpfr has joined #nixos
<bsima> weird, i can't even redirect that portion of the output to a script, either with `>` or `2>`
toppler has quit [Ping timeout: 240 seconds]
mexisme has joined #nixos
hpfr- has joined #nixos
hpfr has quit [Remote host closed the connection]
hpfr- is now known as hpfr
toppler has joined #nixos
mexisme has quit [Ping timeout: 252 seconds]
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
<l33[m]> I wonder if thats some side effect of sandboxing ?
drakonis has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @jonringer merged pull request #72134 → gtranslator: 3.32.1 → 3.34.0 → https://git.io/JeuIh
<{^_^}> [nixpkgs] @jonringer pushed commit from @jtojnar to master « gtranslator: 3.32.1 → 3.34.0 »: https://git.io/Jeuti
<{^_^}> [nixpkgs] @jonringer merged pull request #72121 → profanity: 0.7.0 -> 0.7.1 → https://git.io/JeuJe
<{^_^}> [nixpkgs] @jonringer pushed commit from @devhell to master « profanity: 0.7.0 -> 0.7.1 »: https://git.io/JeutX
<{^_^}> [nixpkgs] @jonringer merged pull request #72139 → firectl: init at 0.1.0 → https://git.io/JeutE
<{^_^}> [nixpkgs] @jonringer pushed commit from @xrelkd to master « firectl: init at 0.1.0 »: https://git.io/Jeut1
noudle has joined #nixos
<hpfr[m]> I added automatic startx to my .profile via home-manager, but now nixos-rebuild switch tries to start x
<hpfr[m]> It fails because x is running which causes the rebuild to fail, which means I can’t remove the automatic startx
<l33[m]> Nixos version?
<hpfr[m]> Nvm, `mv .profile .profile.bak fixed it`
<l33[m]> Super
<hpfr[m]> * Nvm, `mv .profile .profile.bak` fixed it
<{^_^}> [nixpkgs] @jonringer merged pull request #72100 → shotgun: init at 2.2.0 → https://git.io/JeEpU
<{^_^}> [nixpkgs] @jonringer pushed commit from @lumi-me-not to master « shotgun: init at 2.2.0 »: https://git.io/Jeutb
<hpfr[m]> For some reason home manager sources your current profile while rebuilding
<l33[m]> Ive not used home manager yet.
<l33[m]> Should i?
marusich has quit [Ping timeout: 245 seconds]
<hpfr[m]> Yes, highly recommend
<hpfr[m]> I was confused at the point of the whole declarative thing when just starting with nixos before I found home manager, it seems like a huge oversight to be honest. There was a big PR to add proper user management to NixOS a while back but it stalled and home-manager got good enough that nobody spends time on integrating it now. It would be nice to have it be just part of nixos but that doesn’t seem likely at this point
leungbk has quit [Read error: Connection reset by peer]
<hpfr[m]> I suppose it’s not as important for people who switched to nixos because of nix which is most people at this stage in nixos’s life
* DigitalKiwi is still unclear on what the benefitr of home-manager is...or even what it does
<hpfr[m]> It lets you declaratively configure your user environment in addition to your system environment
<DigitalKiwi> what parts exactly are considered user vs system? it handles software too right not just configs? so you could have programs not installed system wide is a big part of it or?
<hpfr[m]> For example I export environment variables in my profile for high dpi on one machine, with home manager that’s part of my config file for that machine
<hpfr[m]> Yeah that’s a big part of it too
<DigitalKiwi> my system configs are already modular to a machine level with shared common things
<hpfr> I have barely any packages installed system-wide, because why should I have them system wide if only my user uses them? It's good practice
<DigitalKiwi> conversely, i only have one user why should they not be system wide? :P
<DigitalKiwi> (somewhat rhetorical and tongue-in-cheek as i can think of reasons)
<hpfr> DigitalKiwi: yeah, I have that modular setup as well, but making your user environment modular is a nice extension. for stuff like DPI environment variables like GDK_DPI_SCALE in your .profile on only one machine, or having the polybar font size be larger on that machine
wewerrr has joined #nixos
vonfry has joined #nixos
<dminuoso> I suppose home-manager is primarily useful if you have multi-user systems?
<hpfr> yeah I only have one user too so in practice it means little, but it feels right to have all your user packages on just your user
<DigitalKiwi> it works with a mechanism similar to nixos-rebuild but not nixos-rebuild right?
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
<dminuoso> DigitalKiwi: Right, its sort of scoped to /home/<yourUser> in the sense that this is user local stuff.
<hpfr> yes, home-manager switch, etc. but I use home-manager as a module in my nixos config, so I just use nixos-rebuild for everything
<DigitalKiwi> it would be nice if i could do updates more often that don't disconnect all of my services like network and kill my mouse...
<dminuoso> DigitalKiwi: Huh? That sounds weird.
<hpfr> nixos-rebuild kills your net and mouse?
<dminuoso> I have neither ever killed my mouse or network this way...
<DigitalKiwi> bluetooth and network interfaces frequently get restarted for me
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<lucus16> Does home manager work on non-nixos systems?
<dminuoso> DigitalKiwi: Are you using network-manager?
<hpfr> dminuoso: it's probably very useful for multi-user but it's useful for single as well, for example configuring stuff like polybar with nix, consolidates your config to be more nixy rather than disparate dotfiles with different languages
<DigitalKiwi> and for some reason the bluetooth doesn't like to connect and iirc (it's been a while) my trackpad gets killed...
<DigitalKiwi> dminuoso: yeah
<hpfr> lucus16: I think the majority of the functionality works, it discusses non-nixos in the readme
<dminuoso> hpfr: Well I just handwire nix modules for my stuff *shrugs*
<lucus16> Hmm cool
<hpfr> dminuoso: haha, I'm not that cool yet
<DigitalKiwi> the only time i disconnect from znc is when i update my server
kreisys has joined #nixos
<DigitalKiwi> (not every time mind you, it doesn't always restart that service)
wewerrr has quit [Ping timeout: 268 seconds]
domogled has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #72106 → pythonPackages.py3buddy: cleanup → https://git.io/JeEhc
<{^_^}> [nixpkgs] @jonringer pushed commit from @prusnak to master « pythonPackages.py3buddy: cleanup, call toPythonModule »: https://git.io/Jeutp
marusich has joined #nixos
hpfr has quit [Remote host closed the connection]
<dminuoso> hpfr: But sure, if you want to manage dotfiles declaratively home-manager appears to be on a good path.
toppler has quit [Ping timeout: 268 seconds]
<dminuoso> If I have an option and set it `{ config.someSecret = "secret"; }` - is the secret kept safe?
gerschtli has quit [Quit: WeeChat 2.6]
<dminuoso> Or does nixos at some point write configuration to disk?
<hpfr[m]> With home-manager?
gerschtli has joined #nixos
<dminuoso> No just nixos.
<hpfr[m]> I’m not sure what you mean by safe if you have the secret in plain text in a file
<dminuoso> Mmm ah I guess what I really want to be asking about is https://github.com/NixOS/nixpkgs/issues/24288
<{^_^}> #24288 (by basvandijk, 2 years ago, open): Provide options for storing secrets outside the Nix store
toppler has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kreisys has joined #nixos
Guest84 has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @dtzWill opened pull request #72141 → go-license-detector: init at 3.0.1 → https://git.io/JeuqI
Guest84 has quit [Ping timeout: 245 seconds]
noudle has quit []
<{^_^}> [nixpkgs] @worldofpeace merged pull request #72096 → gnome3.sushi: fix module loading → https://git.io/JeExn
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/Jeuqt
<joehh> is it possible to see build logs of centrally built packages?
<joehh> I'm trying to understand why my local builds fail, but I can download a grafana build from the cache
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @jtojnar to release-19.09 « gnome3.sushi: fix module loading »: https://git.io/Jeuqq
<gchristensen> yep
<gchristensen> $ nix log /nix/store/y0slaz23hral5aqmh8msjm5bv3c6hg3w-bash-interactive-4.4-p23/bin/bash
<{^_^}> [nixpkgs] @chessai opened pull request #72142 → arrayfire: update → https://git.io/Jeuqm
<{^_^}> [nixpkgs] @chessai closed pull request #71454 → arrayfire: do not use cudatoolkit at all on darwin → https://git.io/JeBFn
vidbina has joined #nixos
iqubic` has quit [Ping timeout: 240 seconds]
iqubic` has joined #nixos
<dminuoso> Mmm, I cant wrap my head around the manuals. How do I deploy from macOS to a linux using that same remote linux as a build slave?
FRESSS has joined #nixos
<FRESSS> How to install nix on android?
iqubic` has quit [Remote host closed the connection]
<Ashy> there's a termux fork
<FRESSS> nice
<FRESSS> thank you!
<{^_^}> [nixpkgs] @chessai closed pull request #71518 → libck: init at 0.7.0 → https://git.io/JeRqO
<joehh> awesome thanks gchristensen
<hpfr[m]> How can I check when a change makes it to nixos-unstable
vidbina has quit [Ping timeout: 240 seconds]
kandinski has joined #nixos
<DigitalKiwi> you can search for the current commit on github
<DigitalKiwi> hi gchristensen
<hpfr[m]> DigitalKiwi: how do I determine which commit was the latest for the channel update
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<DigitalKiwi> go here https://nixos.org/channels/ click nixos-unstable click git-revision
<DigitalKiwi> or click the link at the top
<tilpner> DigitalKiwi: git ls-remote repo branch
<colemickens> https://howoldis.herokuapp.com/ is also a great resources
* dtz is watching nixcon 2019 better late than never
<colemickens> oh it just happened! I didn't even realize
<dtz> some folks have some glorious NixOS sweatshirts-- is there a canonical source for these, or?
<colemickens> nixcon is best con because of immediate uploads
<DigitalKiwi> tilpner: huh, neat!
<DigitalKiwi> tilpner++
<{^_^}> tilpner's karma got increased to 47
<gchristensen> dtz: I don't think so
<gchristensen> it'd be cool if the foundation could "sell" them but that gets Complicated
<colemickens> I want to see a flakes/nixos demo
<hpfr[m]> colemickens: thanks
<dtz> haha okay I'll find a likely source, and holler if I am somehow not able to find such
<DigitalKiwi> i might start painting apparel
<dtz> but yeah figured I'd get via supported channels if possible and because if nothing else such clothing is kinda fun when others have things somewhat similar lol
<DigitalKiwi> i already make stickers
<hpfr[m]> How is nixpkgs-unstable 5 days ago? I thought that just followed the repo
<tilpner> It does, it's just slow sometimes
palo1 has joined #nixos
<colemickens> :D
<jackdk> who is your friend shate?
<DigitalKiwi> make sure to check the myfriendshate.me link on the second
<{^_^}> [nixpkgs] @samvv opened pull request #72143 → nixos/modules/system/boot: Add support for btrfs auto-resizing at boot → https://git.io/JeuqR
<DigitalKiwi> and by "might" i mean i will, i just don't know when
<DigitalKiwi> if people would like to start making orders...i could speed up my motivation
toppler has quit [Ping timeout: 268 seconds]
<DigitalKiwi> i have one person that wants a haskell t-shirt already
palo has quit [Ping timeout: 276 seconds]
palo1 is now known as palo
<dtz> my latest nixos merc is from the hummingbird release :3 I want newer gear but haven't been sufficiently active in releases to feel I deserved something release-specific :3
<hpfr[m]> tilpner: how is it slow if it follows the repo? What’s to be slow in that process
<dtz> "deserved" only briefly considered
<{^_^}> [nixpkgs] @chessai opened pull request #72144 → libck: init at 0.7.0 → https://git.io/JeuqE
Heirlung has quit [Quit: ZNC - http://znc.in]
<dtz> but saw some folks speaking at nixcon with some semi-timeless sweatshirts I'd wear all day every day :P so thought I'd ask
<DigitalKiwi> did you see my stickers
* colemickens wonders which of the two "nixcon 2019 main track" videos he should watch
<dtz> they are very colorful which is nice but I'm not sure which to go with :3:3
Heirlung has joined #nixos
<DigitalKiwi> jackdk: *groan* i just now got your joke
<dtz> pride \o/ but decisions in personal appearance /o\
<dtz> hahaha
<DigitalKiwi> 1 of each
<tilpner> hpfr[m]: It needs to fulfill a series of tests, and a few select packages need to build, for it to advance
<dtz> i clearly didn't give these enough of a look
<tilpner> hpfr[m]: If that doesn't happen, it stays where it is
<dtz> i still want a hoodie, but....
<DigitalKiwi> i can provide more high quality images of things too if you like...twitter's been really screwing the res
* DigitalKiwi needs to update /gallery/
<kandinski> After upgrading to 19.09, my laptop won't suspend when I close the lid. This is the output of systemd-inhibit --list: https://termbin.com/uv71 The line that says handle-lid-switch goes away when I undock the laptop, but it still won't suspend when I close it.
toppler has joined #nixos
<makefu> kandinski: this is (unfortunately) a known issue. of course it depends on how long you have not updated but my guess would be that you are still using extraConfig to set handlelidswitch
bahamas has joined #nixos
<hpfr[m]> tilpner: I’m looking at nixos trunk-combined hydra.nixos.org but I’m not sure I understand everything. Why are four distinct jobs queued after the most recent successful one if all four of them still have a queued constituent job? Wouldn’t it stop and wait at the first one until done
<makefu> there is an option now for that: https://nixos.org/nixos/options.html#services.logind.lidswitch
vidbina has joined #nixos
<hpfr[m]> And is there any way to check where a hydra build is in the queue?
<kandinski> makefu: I don't have any lidSwitch nor lidswitch property anywyere.
lassulus has quit [Ping timeout: 240 seconds]
<DigitalKiwi> my laptop wouldn't adjust the screen brightness anymore on 19.09 (and for a while on nixos-untable iirc) idk about 19.09 but mine started working on nixos-unstable later on. might be similar?
<DigitalKiwi> (i don't know that it wouldn't suspend or not i didn't try)
mica[m] has joined #nixos
lassulus has joined #nixos
lambda-11235 has quit [Quit: Bye]
<makefu> kandinski: mh, default value is "suspend" so that should 'just work'. i was asking because i had a very similar issue beginning this year
<kandinski> I don't know, I"m toing to do a test.
<{^_^}> [nixpkgs] @dtzWill opened pull request #72145 → radiotray-ng: 0.2.6 -> 0.2.7, py3 → https://git.io/Jeuqi
<{^_^}> [nixpkgs] @bjornfor merged pull request #72005 → bcompare: 4.3.0.24364 -> 4.3.1.24438 → https://git.io/JeEZ1
<{^_^}> [nixpkgs] @bjornfor pushed commit from @ktor to master « bcompare: 4.3.0.24364 -> 4.3.1.24438 »: https://git.io/JeuqM
felixfoertsch has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
<kandinski> makefu: thanks, but setting services.login.lidSwitch* and running nixos-rebuild test didn't do anything I can see.
<Athas> My NixOS system seems to have stopped sending out DHPC requests for IP addresses. How can this be? I have a very standard configuration. Is it normally supposed to use dhclient? (That isn't running.)
<Athas> dhcpcd seems to be running. Nothing is in the logs.
<colemickens> The guix feature where you can patch a derivation without rebuilding if its named the same is cool.
Zer0xp has joined #nixos
<DigitalKiwi> Athas: do you have networkmanager enabled?
<infinisil> Athas: I was having some problem lile that, restarting dhcpcd fixed it for me (but it takes forever to restart it)
<Athas> DigitalKiwi: not to my knowledge.
<DigitalKiwi> oh well there goes my guess
rauno has joined #nixos
<Athas> infinisil: I restarted dhcpcd. Doesn't look like it got me a new IP address (I manually patched one in via 'ifconfig' and 'route' so I could get online), but who knows. Its only log entry is this: 'enp6s0: no IPv6 Routers available'.
<DigitalKiwi> my network configuratoint hat worked before started going bonkers on 19.09...which was weird because i use nixos-unstable :|
<ar> Athas: oh, i
<ar> Athas: oh, i'm getting similiar issues here, on -unstable
<Athas> This also happened yesterday, where I lost my IP address while the system was on, with no log entries by dhcpcd. I don't know whether this is normal behaviour. Incidentally, this started happening after we replaced the router (but other non-NixOS systems on the LAN still work reliably).
<DigitalKiwi> are you on wifi?
<Athas> ar: ah, let's hope this issue also occurs for someone who knows what they're doing network-wise!
<ar> Athas: for me, on a laptop, the biggest cause for issues seems to be moving between different wifis
<Athas> DigitalKiwi: nope.
* DigitalKiwi is of no use it seems
<Athas> Er, wait, something is weird. Looks like restarting dhcpcd *did* have an effect. From the logs: "leased 192.168.0.101 for 7200 seconds". But it did not actually reconfigure the interface!
<DigitalKiwi> i also had to update to newest kernel and change the broadcom driver ;_; and disable dhcpcd...
vidbina has quit [Ping timeout: 268 seconds]
<dminuoso> Is there, in general, a way to delete directories when a module is disabled?
<{^_^}> [nixpkgs] @vbgl merged pull request #71501 → ocamlPackages.decompress: 0.6 →0.9.0; ocamlPackages.git: 1.11.5 → 2.1.0 → https://git.io/JeRk0
<{^_^}> [nixpkgs] @vbgl pushed 3 commits to master: https://git.io/JeumT
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
bahamas has quit [Ping timeout: 276 seconds]
FRESSS_ has joined #nixos
m0rphism has joined #nixos
FRESSS has quit [Ping timeout: 240 seconds]
toppler has quit [Ping timeout: 240 seconds]
Ariakenom has joined #nixos
Guest84 has joined #nixos
<l33[m]> Athas: ah dhcp .... because the internet ran out of ip address .
<l33[m]> Running a new competition, just tell me how many lines of code is loaded on your box , the winner ee get a nixos mug ( a broken one) ..
griff_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh closed pull request #48403 → Pipenv: remove uncessary dependencies → https://git.io/fxR9B
lord| has joined #nixos
FRidh has joined #nixos
toppler has joined #nixos
lord| has quit [Client Quit]
lord| has joined #nixos
<tilpner> colemickens: Isn't that the same as our replaceDependency and system.replaceRuntimeDependencies?
<{^_^}> [nixpkgs] @FRidh pushed 52 commits to staging-next: https://git.io/Jeum4
<{^_^}> [nixpkgs] @FRidh merged pull request #72101 → Staging next → https://git.io/JeEpo
<{^_^}> [nixpkgs] @FRidh pushed 468 commits to master: https://git.io/JeumB
jgt1 has joined #nixos
Guest84 has quit [Ping timeout: 265 seconds]
hyper_ch2 has joined #nixos
vonfry has quit [Quit: WeeChat 2.6]
<Ariakenom> I like nix run nixpkgs.PKG -c man PKG
<Ashy> hmm, ive noticed that lock screen in gnome doesnt seem to work anymore since updating to 19.09 and i am using gdm, has anyone else noticed this?
petar has quit [Read error: Connection reset by peer]
<kandinski> Ashy: it works for me with Super-L, what's stopped working for me is suspend on closing the lid.
is_null has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #71666 → libgdiplus: 6.0.2 -> 6.0.4 → https://git.io/JeRDa
<{^_^}> [nixpkgs] @marsam pushed 3 commits to staging: https://git.io/JeumV
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 12 commits to nixos-unstable-small: https://git.io/Jeumw
petar has joined #nixos
<{^_^}> [nixpkgs] @nixos-channel-bot pushed commit from @jtojnar to nixpkgs-19.09-darwin « gnome3.sushi: fix module loading »: https://git.io/Jeuqq
b1000101 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7d43ee015a1 (from 58 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/205691b7cbe (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<{^_^}> [nixpkgs] @mogorman opened pull request #72147 → keybase-gui: add libappindicator-gtk3 lib to path → https://git.io/JeumK
vidbina has joined #nixos
bahamas has joined #nixos
<Ashy> kandinski: hmm, weird
<bahamas> how do I define a sudo user without a password?
<Ashy> kandinski: i do see this in the journalctl: .gnome-shell-wr[7403]: Screen lock is locked down, not locking
<{^_^}> [nixpkgs] @marsam opened pull request #72148 → watchexec: 1.10.3 -> 1.11.0 → https://git.io/JeumM
<Ashy> hmm, this looks like the issue: https://bbs.archlinux.org/viewtopic.php?id=227258
<kandinski> Asy: this is what I see when I try to suspend by hand from a terminal as root # systemctl suspend -> Failed to suspend system via logind: There's already a shutdown or sleep operation in progress
<Ashy> yeap, working again instantly
<Ashy> weird
<kandinski> For me, journalctl shows the message "Oct 28 19:25:39 desire systemd-logind[1085]: Lid closed.
snicket has quit [Read error: Connection reset by peer]
error9834 has joined #nixos
<error9834> Hello, i try installing nixos for the first time from a ubuntu-live system, and i guess made something wrong or hit a bug: root@ubuntu:~/Downloads# nixos-install --root /mntbuilding the configuration in /mnt/etc/nixos/configuration.nix...error: getting status of '/mnt/hauke/store/3c4ckgj4h3r9yg8dm26g530xgi0xbawx-nixos-system-nixos-19.09pre-git': No
<error9834> such file or directoryroot@ubuntu:~/Downloads#
<{^_^}> [nixpkgs] @marsam opened pull request #72149 → ripgrep-all: 0.9.2 -> 0.9.3 → https://git.io/JeuYv
iqubic has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #71641 → Repaired pythonModules.qscintilla-qt5 → https://git.io/JeR64
<{^_^}> [nixpkgs] @jonringer pushed commit from @bene1618 to master « pythonPackages.qscintilla-qt5: fix build »: https://git.io/JeuYI
FRESSS has joined #nixos
Ariakenom is now known as Ariakenom
toppler has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @lheckemann merged pull request #72080 → Znapzend improvements → https://git.io/JeEbr
<{^_^}> [nixpkgs] @lheckemann pushed 3 commits to master: https://git.io/JeuYq
pheox6 has joined #nixos
<{^_^}> [nixpkgs] @mogorman opened pull request #72151 → signal-desktop: add libappindicator-gtk3 → https://git.io/JeuYO
error9834 has quit [Remote host closed the connection]
FRESSS_ has quit [Ping timeout: 265 seconds]
pheox6 has left #nixos ["User left"]
FRESSS has quit [Read error: Connection reset by peer]
pheox6 has joined #nixos
jgt1 has quit [Ping timeout: 264 seconds]
<pheox6> !help
<tilpner> error: no such command
<{^_^}> [nixpkgs] @marsam opened pull request #72152 → nfpm: 1.0.0 -> 1.1.0 → https://git.io/JeuYu
toppler has joined #nixos
pheox6 is now known as pheox8
jgt1 has joined #nixos
infinee has left #nixos ["WeeChat 2.3"]
hc has quit [Remote host closed the connection]
rot13 has quit [Quit: WeeChat 2.2-rc1]
snicket has joined #nixos
<bahamas> is anyone familiar with nix-deploy from awake security? I get this error when trying to use it to deploy a derivation: "nix-deploy: /etc/nix/signing-key.sec: openBinaryFile: does not exist (No such file or directory)"
Zer0xp has quit [Quit: Bye!]
b1000101 has quit [Ping timeout: 276 seconds]
<sphalerite> bahamas: I'm not familiar with it, but that looks like it wants to sign derivations. Try generating a key there using nix-store --generate-binary-cache-key $HOSTNAME /etc/nix/signing-key.sec /etc/nix/signing-key.pub
vidbina has quit [Ping timeout: 245 seconds]
<bahamas> sphalerite: yeah, nix-deploy single purpose for existing is to generate that key automatically, so that you don't have to do it manually
<sphalerite> oh, huh
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JeuYQ
<{^_^}> [nixpkgs] @fpletz merged pull request #63697 → caddy: disable telemetry → https://git.io/fjw1C
<bahamas> sphalerite: and the strange part is that the key exists remotely
<bahamas> I mean it succeeded in creating it
<bahamas> it's owned by root, but I assume it would have triggered a permission error, if that was the problem
<bahamas> I'm not connecting as root to that box, but as a `nixos` user which has sudo rights
logzet has joined #nixos
<{^_^}> [nixpkgs] @lheckemann merged pull request #72107 → fbterm: fix cross-build → https://git.io/JeEha
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/JeuYA
ckauhaus has joined #nixos
<bahamas> sphalerite: I assume after I create that key, I need to download it to my machine in order for nix to sign stuff, right? it looks like that's where the script is failing
<sphalerite> no such file or directory sounds wrong for that though.
astrall33 has joined #nixos
joehh has quit [Ping timeout: 245 seconds]
<bahamas> sphalerite: I'm assuming it's looking for that file on my local system and doesn't find it. but it's weird that there's no error during the download
<{^_^}> [nixpkgs] @fpletz pushed to master « nixos/acme: fix staging endpoint url »: https://git.io/JeuYx
<sphalerite> I don't really know enough about nix-deploy do say :/
<{^_^}> [nixpkgs] @fpletz pushed to release-19.09 « nixos/acme: fix staging endpoint url »: https://git.io/JeuYh
b1000101 has joined #nixos
<bahamas> sphalerite: so the problem is that the generated key is owned by root. but I'm connecting as a different user. what would the right way to do this? just change owner of the file to my user or does that break other stuff?
vidbina has joined #nixos
<{^_^}> [nixpkgs] @globin pushed 2 commits to structured-attrs: https://git.io/JeuOt
<{^_^}> [nixpkgs] @fpletz pushed 4 commits to release-19.09: https://git.io/JeuOm
<sphalerite> bahamas: I don't know, sorry
<bahamas> sphalerite: it's ok. thank you anyway
joehh has joined #nixos
cosimone has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus merged pull request #71080 → openmpt123: 0.4.1 -> 0.4.9, fixing CVE-2019-17113 → https://git.io/JeuOO
<{^_^}> [nixpkgs] @ckauhaus pushed 2 commits to master: https://git.io/JeuO3
thc202 has joined #nixos
domogled has joined #nixos
seanparsons has quit [Quit: ZNC 1.7.3 - https://znc.in]
seanparsons has joined #nixos
makefu has quit [Quit: WeeChat 2.4]
b1000101 has quit [Ping timeout: 252 seconds]
<bahamas> I wonder if this means it's only practical to deploy as root
<bahamas> or do I just change the owner and be done with it
vidbina has quit [Ping timeout: 240 seconds]
<tilpner> bahamas: You need root to activate the changes anyway, right?
<astrall33> i run as root, and do privileged changes as a normal user ;-)
<bahamas> tilpner: you mean to run nixos-rebuild switch?
<bahamas> astrall33: can you be more specific about what you mean?
<tilpner> bahamas: No, to run nix-env -p /nix/var/nix/profiles/system --set $SYSTEM and $SYSTEM/bin/switch-to-configuration
makefu has joined #nixos
<bahamas> tilpner: oh. I can't do that as a user with sudo?
<{^_^}> [nixpkgs] @Ma27 pushed to master « clipman: 1.1.0 -> 1.2.0 »: https://git.io/JeuOR
snicket has quit [Ping timeout: 250 seconds]
<tilpner> bahamas: Well, that counts as root
<{^_^}> [nixpkgs] @jD91mZM2 opened pull request #72153 → git-subcopy: init at 0.1.0 → https://git.io/JeuO0
toppler has quit [Ping timeout: 246 seconds]
<tilpner> I guess if you were to restrict the sudo config to only allow those commands, it's not quite the same
<{^_^}> [nixpkgs] @fpletz merged pull request #72109 → atlassian-jira: 8.4.2 -> 8.5.0 → https://git.io/JeEjk
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JeuOu
<{^_^}> [nixpkgs] @fpletz merged pull request #72110 → atlassian-jira: 8.4.2 -> 8.5.0 [release-19.09] → https://git.io/JeEjI
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to release-19.09: https://git.io/JeuOg
b1000101 has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
__monty__ has joined #nixos
dpausp has joined #nixos
<bahamas> tilpner: how insecure would it be to deploy as root if I use an ssh key and disable root password login?
logzet has quit [Remote host closed the connection]
logzet has joined #nixos
soju has quit [Remote host closed the connection]
<astrall33> depends what you threat model is, and the environment it's it in.
<tilpner> bahamas: Anyone who can deploy at all, has effective root privileges
toppler has joined #nixos
<astrall33> environment = network, hardware, code, and the configuration of them.
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 merged pull request #72149 → ripgrep-all: 0.9.2 -> 0.9.3 → https://git.io/JeuYv
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JeuOH
<tilpner> bahamas: So it doesn't make that much of a difference. You need to decide this for yourself though, a homeserver has different security requirements than a company server with lots of PII
bahamas has quit [Ping timeout: 240 seconds]
<astrall33> Personal Idenitfying Information.
rot13_ has joined #nixos
rot13_ is now known as rot13
<tilpner> Thank you
<astrall33> As from today, Acronmys are banned here.
<astrall33> we don't have to hide from upper management.
<logzet> Which pam service corresponds to the user session (Im using Lightdm, i3)? login?
dpausp has quit [Ping timeout: 276 seconds]
b1000101 has quit [Ping timeout: 276 seconds]
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #72117 → pythonPackages.pylint: add setuptools → https://git.io/Jeuep
<{^_^}> [nixpkgs] @FRidh pushed commit from @kierdavis to master « pythonPackages.pylint: add setuptools »: https://git.io/JeuOh
SLSLSL has joined #nixos
iqubic` has joined #nixos
b1000101 has joined #nixos
<SLSLSL> Why nix-env uses a lot of memory?
Guest84 has joined #nixos
iqubic has quit [Ping timeout: 264 seconds]
alex``` has joined #nixos
<adisbladis> SLSLSL: What operation are you running?
<tilpner> SLSLSL: Perhaps because you're not using the -A flag
<adisbladis> What tilpner said :)
<tilpner> SLSLSL: nix-env should always be used with -A to select attributes, instead of names
* andi- thinks we should remove `nix-env` from most places where it is still "Recommended" (command not found hook etc,…)
<SLSLSL> nix-env -i package
<adisbladis> ,-A
<{^_^}> You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<SLSLSL> ok
<astrall33> this -i -A does confuse one..at the start.
<{^_^}> [nixpkgs] @ckauhaus merged pull request #71872 → [r19.09] ghostscript: add patches for CVE-2019-10216, CVE-2019-14811, CVE-2019-14812, CVE-2019-14813 and some of CVE-201… → https://git.io/Je0Rm
<{^_^}> [nixpkgs] @ckauhaus pushed 2 commits to staging-19.09: https://git.io/Jeu36
<{^_^}> [nixpkgs] @lightbulbjim opened pull request #72155 → crawl: 0.23.2 -> 0.24.0 → https://git.io/Jeu3y
b1000101 has quit [Ping timeout: 252 seconds]
domogled has joined #nixos
soju has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
SLSLSL has left #nixos [#nixos]
ng0 has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus merged pull request #72025 → file: add patch for CVE-2019-18218 → https://git.io/Jeusf
<{^_^}> [nixpkgs] @ckauhaus pushed 2 commits to staging: https://git.io/JeusJ
rople has quit [Ping timeout: 268 seconds]
Guest84 has quit [Ping timeout: 265 seconds]
domogled has quit [Ping timeout: 240 seconds]
iyzsong has joined #nixos
soju has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @dbalan closed pull request #68968 → idid: init at 2.1.0 → https://git.io/JeOoP
toppler has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #72156 → passExtensions.pass-import: 2.3 -> 2.6 → https://git.io/JeusT
<{^_^}> [nixpkgs] @ckauhaus pushed commit from @risicle to staging-19.09 « file: add patch for CVE-2019-18218 »: https://git.io/Jeusq
<betawaffle> sshow: maybe you've got the wrong person?
iyzsong has quit [Ping timeout: 250 seconds]
iyzsong-x has joined #nixos
astrall33 has quit [Remote host closed the connection]
<evils> any chance on getting help with moving kicad to python3 and wxPython_4_0 (phoenix)?
astrall33 has joined #nixos
<FRidh> evils: do you have a PR?
<evils> nah, i've got local uncommited WIP
<evils> stuck at: Found Phoenix 4.0.6/gtk3 (wxWidgets 3.0.4); Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS)
<tilpner> evils: Debugging remotely is very tedious. Perhaps you should make a draft PR, or at least push it to a branch in your fork
<FRidh> exactly
<{^_^}> [nixpkgs] @fpletz merged pull request #72156 → passExtensions.pass-import: 2.3 -> 2.6 → https://git.io/JeusT
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/Jeus2
snicket has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
domogled has joined #nixos
xd1le has joined #nixos
Guest84 has joined #nixos
Guest84 has quit [Remote host closed the connection]
domogled has quit [Ping timeout: 265 seconds]
hyper_ch2 has joined #nixos
Guest84 has joined #nixos
__Sander__ has joined #nixos
<{^_^}> [nixpkgs] @FRidh opened pull request #72157 → Doc: various improvements NixOS and Nixpkgs manuals → https://git.io/JeuGv
toppler has quit [Ping timeout: 250 seconds]
chreekat has joined #nixos
Philonous has quit [Quit: ZNC - http://znc.in]
Philonous has joined #nixos
<kandinski> I've now also upgraded to 19.09 my other (Plasma-sessioned) laptop, and suspend on closing the lid works, so I think the suspend bug may be in Gnome.
toppler has joined #nixos
chreekat has quit [Ping timeout: 240 seconds]
hyper_ch2 has quit [Remote host closed the connection]
Guest84 has quit [Remote host closed the connection]
<evils> i'm not waiting on someone compiling GTK right?
<{^_^}> [nixpkgs] @Infinisil merged pull request #72140 → nixos/zfs: add autoReplication to module list → https://git.io/Jeutu
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeuG8
<wedens[m]> is there any difference between using nixpkgs with `crossSystem = { config = "x86_64-unknown-linux-musl"; }` or `pkgs.pkgsCross.musl64`?
noonien has joined #nixos
<infinisil> > pkgsCross.musl64.hello
<{^_^}> "<derivation /nix/store/x6w0q2ijvnd7d16vc68hi9d9b8pc6vs8-hello-2.10-x86_64-unknown-linux-musl.drv>"
<Twey> wedens[m]: pkgsCross = lib.mapAttrs (n: crossSystem: nixpkgsFun { inherit crossSystem; }) lib.systems.examples;
<Twey> Nope :)
psyanticy has joined #nixos
<wedens[m]> alright. thanks
sondr3 has joined #nixos
<infinisil> > (import <nixpkgs> { crossSystem.config = "x86_64-unknown-linux-musl"; }).hello
<{^_^}> "<derivation /nix/store/x6w0q2ijvnd7d16vc68hi9d9b8pc6vs8-hello-2.10-x86_64-unknown-linux-musl.drv>"
fendor_ has joined #nixos
chreekat has joined #nixos
<eyJhb> Does TeamViewer actually work on NixOS?
<eyJhb> Never gotten it to work, ever
<sondr3> question, if I want to declaratively include a file from a git repo in my configuration, is there a good way to do this?
<sondr3> I want to include the direnvrc file from https://github.com/nix-community/nix-direnv
<{^_^}> [nixpkgs] @mmahut opened pull request #72158 → opensc: CVE-2019-15945 CVE-2019-15946 → https://git.io/JeuGy
astrall33 has quit [Ping timeout: 245 seconds]
chreekat has quit [Ping timeout: 240 seconds]
chreekat has joined #nixos
dm9 has joined #nixos
<Twey> sondr3: I guess you can just use fetchFromGitHub?
<Twey> path = "${fetchFromGitHub { … }}/direnvrc";
<sondr3> Twey: oh damn, that's real nice
<sondr3> thanks a ton
<sondr3> Twey++
<{^_^}> Twey's karma got increased to 1
<Twey> Woo, I has a karma!
<infinisil> Personally I'd do `import ((fetchTarball { ... }) + "/path")`
<infinisil> (or so)
<Twey> infinisil: Why's that?
<infinisil> fetchTarball because it fetches it at eval time and it doesn't need a pkgs
<sondr3> when does fetchFromGithub fetch then if not at eval time?
<xd1le> how can i find where fetchFromGitHub is defined (in nixpkgs) ?
<infinisil> fetchFromGitHub fetches at build time
<infinisil> It's a normal derivation
<xd1le> sondr3: nix is a lazy language so i think it's lazy evaluation
<xd1le> nix expression -> derivation
<infinisil> Whereas fetchTarball runs during nix evaluation, before any build is started
<sondr3> oh, okay, I think I get it
<infinisil> > builtins.unsafeGetAttrPos "fetchFromGitHub" pkgs
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/top-level/all-packages.nix"; line = 351; }
<infinisil> xd1le: ^^ :)
<sondr3> though this is a bit above my knowledge of how NixOS evaluates things
<infinisil> xd1le: It will point to nixpkgs/pkgs/build-support/fetchgithub though
<xd1le> oh ignore me in case my comments conflict
<xd1le> i was just guessing
<DigitalKiwi> why is eval time preferred to build time?
<xd1le> infinisil: ty!
<infinisil> DigitalKiwi: Hm I guess I don't have a reason for that actually
<Twey> I prefer to do heavy things (like network downloads) at build time and keep eval time as short and pure as possible
* DigitalKiwi question everything!
<infinisil> Oh, I now remember why!
<Twey> And using `fetchTarball` here requires you to hard-code GitHub's archive path schemas
<infinisil> The reason is that fetchTarball doesn't need IFD
<infinisil> If you import nix from the resulting path
<Twey> infinisil: But this isn't an import
<Twey> Yeah
chreekat has quit [Ping timeout: 276 seconds]
<Twey> I'd use `fetchTarball` for an import too, but not for this
<infinisil> Twey: Oh it's not?
<Twey> infinisil: No, it's a non-Nix file that they want
<Twey> To copy into a config
<DigitalKiwi> what's IFD?
<infinisil> ,IFD
<{^_^}> import-from-derivation (IFD) is when you evaluate nix from a derivation result, for example `import (pkgs.writeText "n" "1 + 1")` will evaluate to 2. This is sometimes problematic because it requires evaluating some, building some, and then evaluating the build result. It has been described as "such a nice footgun."
<Twey> It could be fine but Nix was never meant to be monadic :þ
<DigitalKiwi> ag ij
<infinisil> I'd probably still use fetchTarball because it doesn't need a pkgs :)
<DigitalKiwi> ah ok*
chreekat has joined #nixos
<Twey> infinisil: This is explicitly for a config though, so we know there's a pkgs available
<infinisil> Hm yeah
<DigitalKiwi> Twey used a swear word!
<Twey> DigitalKiwi: :-O
<infinisil> Okay ya changed my mind, I might use pkgs.fetch*!
<{^_^}> [nixpkgs] @roosemberth opened pull request #72160 → darktable: move documentation to it's own directory → https://git.io/JeuZv
<Twey> \o/
<Twey> sondr3: fetchFromGitHub it is :)
<sondr3> yep, thanks for the enlightening too
<{^_^}> [nixpkgs] @Twey opened pull request #72161 → libbacktrace: init at 2018-06-05 → https://git.io/JeuZJ
toppler has quit [Ping timeout: 268 seconds]
chreekat has quit [Ping timeout: 264 seconds]
hyper_ch2 has joined #nixos
oida has quit [Ping timeout: 260 seconds]
<hyper_ch2> how can I find out which package tries to download: trying https://support.apple.com/downloads/DL1877/en_US/osxupd10.11.5.dmgrv'... ?
<hyper_ch2> it's causing 404 and rebuild fails and I did try to grep all nix expressions from git master but now luck
hyper_ch2 has quit [Remote host closed the connection]
chreekat has joined #nixos
<Twey> hyper_ch: pkgs/os-specific/linux/firmware/facetimehd-firmware/default.nix: dmgUrl = "https://support.apple.com/downloads/DL1877/en_US/osxupd10.11.5.dmg";
<Twey> Didn't grep hard enough ;)
<Twey> Looks like that package is broken now
hyper_ch2 has joined #nixos
<hyper_ch2> stupid webcaht
romildo has joined #nixos
<hyper_ch2> https://paste.simplylinux.ch/view/raw/f87febf6 --> how can I find out which package tries to get that osx update file?
idf has joined #nixos
<Twey> cannot build derivation '/nix/store/1bjfi7w0rb9m1rvzwxl6byg465n351bv-facetimehd-firmware-1.43_4.drv': 1 dependencies couldn't be built
<Twey> Twey | hyper_ch: pkgs/os-specific/linux/firmware/facetimehd-firmware/default.nix: dmgUrl = "https://support.apple.com/downloads/DL1877/en_US/osxupd10.11.5.dmg";
<hyper_ch2> Twey: but which package tries to build facetimehd?
<hyper_ch2> Twey: thx... why couldn't grep find that?
<Twey> hyper_ch2: Found it for me :)
<Twey> hyper_ch2: Did you include the .drv when grepping?
<hyper_ch2> hmmm, I guess I did something wrong when I grepped :)
<hyper_ch2> thx
toppler has joined #nixos
silver has joined #nixos
<Twey> hyper_ch2: I think the lines at the bottom form a trace? So /nix/store/8zgh91pr9rwy99jli2zgl7mqfr8lrsmn-nixos-system-subi-20.03.git.443f1a4.drv failed because /nix/store/pg27ji07qfr1zhd6qy64f1igild1ma9l-firmware.drv failed because /nix/store/1bjfi7w0rb9m1rvzwxl6byg465n351bv-facetimehd-firmware-1.43_4.drv failed because /nix/store/wcz77zs1siasl7r8ip2m4fb59r9420vz-osxupd10.11.5.dmg.drv failed because
<Twey> error: cannot download osxupd10.11.5.dmg from any mirror
chreekat has quit [Ping timeout: 250 seconds]
<Twey> Because the failures are reported as they occur
alex``` has quit [Quit: The Lounge - https://thelounge.chat]
dpausp has joined #nixos
chreekat has joined #nixos
<hyper_ch2> thx
oida has joined #nixos
chreekat has quit [Ping timeout: 250 seconds]
wormwood has joined #nixos
chreekat has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
b1000101 has joined #nixos
<{^_^}> [nixpkgs] @justgerd closed pull request #51539 → Applespi: Package and Nixos flag → https://git.io/fpXsp
<{^_^}> [nixpkgs] @mmahut merged pull request #72158 → opensc: CVE-2019-15945 CVE-2019-15946 → https://git.io/JeuGy
<{^_^}> [nixpkgs] @mmahut pushed 3 commits to master: https://git.io/JeuZc
<{^_^}> [nixpkgs] @mmahut merged pull request #72122 → tev: init at 1.13 → https://git.io/JeuJf
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeuZW
chreekat has quit [Ping timeout: 265 seconds]
mrCyborg has joined #nixos
chreekat has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #72050 → minecraft: 2.1.5965 -> 2.1.7658 → https://git.io/JeEDb
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeuZV
chreekat has quit [Ping timeout: 246 seconds]
fendor_ is now known as fendor
<eyJhb> Anybody else getting errors from update-nixos-config.service, regarding some git failure?
chreekat has joined #nixos
ckauhaus has quit [Quit: WeeChat 2.6]
chreekat has quit [Ping timeout: 240 seconds]
<exarkun> When I start this one vm built by nixos-build-vms, I get a little boot output and then the qemu console blanks out and seems dead, though the system log scrolling by in my terminal spews penty more stuff and seems to suggest the vm is really booting
<exarkun> I have no idea what is going on
chreekat has joined #nixos
<exarkun> The last thing I see is "Booting kernel"
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 7 commits to nixpkgs-19.09-darwin: https://git.io/JeuZS
<exarkun> cool if I wait 5 or 10 minutes or whatever it eventually unblanks...
* exarkun boggles
<hyper_ch2> you have a lot of patience :)
<hyper_ch2> tried to ssh into the vm?
dpausp has quit [Ping timeout: 252 seconds]
toppler has quit [Ping timeout: 250 seconds]
bahamas has joined #nixos
bahamas has joined #nixos
dpausp has joined #nixos
<hyper_ch2> eyJhb: what does update-nixos-config do?
<exarkun> hyper_ch2: it doesn't have a good network configuration yet so I can't
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5a0de429196 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<exarkun> hyper_ch2: I wasn't really just waiting for it to boot, I was redoing the config to have a working network configuration and left the vm running while I did :)
<eyJhb> hyper_ch2: no clue, it runs it on switch
<eyJhb> it is a systemd service
<hyper_ch2> exarkun: :)
<hyper_ch2> eyJhb: ah :)
ddellacosta has joined #nixos
<hyper_ch2> I still need to figure out how to get connection to windows 10 in guacamole..... wanted to try it this weekend but I was busy doing.... other things
dpausp has quit [Ping timeout: 264 seconds]
lewo` has joined #nixos
lewo has quit [Remote host closed the connection]
dpausp has joined #nixos
<hyper_ch2> connection to ssh works fine.. haven't tried to connect to linux desktop with vnc though
b1000101 has quit [Remote host closed the connection]
toppler has joined #nixos
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/Jeunq
<{^_^}> [nixpkgs] @adisbladis merged pull request #72093 → stop using hardeningDisable = [ "fortify" ]; for Go packages → https://git.io/JeEAD
dpausp has quit [Ping timeout: 246 seconds]
dpausp has joined #nixos
chreekat has quit [Ping timeout: 268 seconds]
chreekat has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #72131 → solargraph: 0.35.2 -> 0.37.2 → https://git.io/JeuIv
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/Jeun4
dpausp has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @mmahut merged pull request #72024 → minio: 2019-02-26T19-51-46Z -> 2019-10-12T01-39-57Z → https://git.io/Jeunu
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/Jeunz
dpausp has joined #nixos
chreekat has quit [Ping timeout: 276 seconds]
jgt1 has quit [Ping timeout: 245 seconds]
dpausp has quit [Ping timeout: 250 seconds]
dpausp has joined #nixos
<bahamas> do I have to do something to make nix sign a derivation? I do have a signing key in /etc/nix/
b1000101 has joined #nixos
<bahamas> I was wrong. that key disappeared somehow
dpausp has quit [Ping timeout: 252 seconds]
dpausp has joined #nixos
soju has joined #nixos
reallymemorable has quit [Quit: reallymemorable]
<{^_^}> [nixpkgs] @danieldk opened pull request #72165 → drawio: 12.1.0 -> 12.1.7 → https://git.io/Jeunj
snicket has quit [Read error: Connection reset by peer]
dpausp has quit [Ping timeout: 276 seconds]
domogled has joined #nixos
reallymemorable has joined #nixos
dpausp has joined #nixos
litschio has joined #nixos
leo_ has joined #nixos
reallymemorable has quit [Client Quit]
cyphase has quit [Ping timeout: 252 seconds]
<leo_> `the per-user profile dir /nix/var/nix/profiles/per-user/leo-github should belong to user id 1002`
bvdw has quit [Read error: Connection reset by peer]
<leo_> What's happening? I altered my users config and now I have this warning.
dpausp has quit [Ping timeout: 246 seconds]
<leo_> Is this normal? With immutableUsers, should I also pin the users uids and gids?
bvdw has joined #nixos
dpausp has joined #nixos
ee194350 has quit [Ping timeout: 268 seconds]
<{^_^}> [hydra] @ajs124 opened pull request #684 → Add LDAP support → https://git.io/Jeucm
ee194350 has joined #nixos
dpausp has quit [Ping timeout: 245 seconds]
aveltras has joined #nixos
romildo has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Profpatsch opened pull request #72166 → skawarePackages: bump to release 2019-10 → https://git.io/Jeuco
work_ has joined #nixos
jgt1 has joined #nixos
<aveltras> has anyone encountered problems with eclipse based programs ? right now, i'm having an issue with dbeaver. It starts but parts of the interface trigger error like "no more handles" and are unresponsive. Seems to be related with "input method" but i don't know how all of this works
<aveltras> using sway btw if this changes anything
<bahamas> why would nix tell me that secret key is corrupt when I try to use it to sign some paths? I'm using nix-store --sign-paths -k path/to/key
dpausp has joined #nixos
toppler has quit [Ping timeout: 264 seconds]
halfbit has joined #nixos
gwen has joined #nixos
jgt1 has quit [Read error: Connection reset by peer]
jgt1 has joined #nixos
ts1 has joined #nixos
<exarkun> bahamas: have you ruled out the secret key being corrupt?
dpausp has quit [Ping timeout: 250 seconds]
<gwen> Hi, I'm packaging a binary which expects to be executed in its unpacked archive directory (it looks for files relative to itself). What is the correct way to package it?
ts2 has joined #nixos
<{^_^}> [nixpkgs] @ehmry merged pull request #72088 → gitlab: 12.3.5 -> 12.4.0 + module fixes → https://git.io/JeEN9
<{^_^}> [nixpkgs] @ehmry pushed 3 commits to master: https://git.io/JeuCf
<leo_> gwen: Just as usual, if I understood your question correctly.
ts3 has joined #nixos
<nahamu> or with a wrapper script that does e.g. "cd $(dirname ${0})"
toppler has joined #nixos
<gwen> nahamu: So something like: Copy the unpacked archive into $out/opt or something, and create a wrapper $out/bin/<program> which does the cd and calls the original executable.
ts1 has quit [Ping timeout: 264 seconds]
domogled has quit [Ping timeout: 246 seconds]
ts4 has joined #nixos
ts2 has quit [Ping timeout: 250 seconds]
snicket has joined #nixos
invokesus has joined #nixos
ts3 has quit [Ping timeout: 246 seconds]
noudle has joined #nixos
ts1 has joined #nixos
ts4 has quit [Ping timeout: 252 seconds]
jgt1 has quit [Ping timeout: 276 seconds]
selfsymmetric-mu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @FRidh pushed 12 commits to python-unstable: https://git.io/JeuCq
snicket has quit [Ping timeout: 240 seconds]
iyzsong-x has quit [Ping timeout: 265 seconds]
Neo-- has joined #nixos
ts1 has quit [Ping timeout: 245 seconds]
ts1 has joined #nixos
<wedens[m]> what's going on with musl? I can't build netbsd.compat which is a transitive dep of many derivations
ts1 has quit [Ping timeout: 245 seconds]
dm9 has quit [Quit: WeeChat 2.6]
<inkbottle> but the following is not working: echo 'graph test { a -- b }'|result/bin/dot -Tpng -o test.png
<inkbottle> Format: "png" not recognized. Use one of...
<inkbottle> the building process is lengthy but does not emit error message that I can see or recognize
jgt1 has joined #nixos
<inkbottle> How can I debug that?
snicket has joined #nixos
ts1 has joined #nixos
chreekat has joined #nixos
gwen has quit [Quit: Leaving]
ts2 has joined #nixos
eskytthe has joined #nixos
<inkbottle> Seems hard to debug `nix-build` if I get no visible errors?
snicket has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @nh2 merged pull request #71560 → dbus: enable building with musl → https://git.io/JeRCj
<{^_^}> [nixpkgs] @nh2 pushed commit from @cdepillabout to master « dbus: enable building with musl »: https://git.io/JeuCd
ts1 has quit [Ping timeout: 276 seconds]
ts3 has joined #nixos
chreekat has quit [Ping timeout: 240 seconds]
ts2 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @nh2 merged pull request #71563 → libusb1: enable compiling with musl → https://git.io/JeRW7
<{^_^}> [nixpkgs] @nh2 pushed commit from @cdepillabout to master « libusb1: enable compiling with musl »: https://git.io/JeuWe
chreekat has joined #nixos
rauno has quit [Ping timeout: 240 seconds]
ts3 has quit [Ping timeout: 264 seconds]
judson has joined #nixos
ts3 has joined #nixos
cosimone_ has joined #nixos
soju has quit [Ping timeout: 240 seconds]
chreekat has quit [Ping timeout: 240 seconds]
cosimone has quit [Ping timeout: 264 seconds]
ts4 has joined #nixos
<exarkun> inkbottle: It sounds like the build succeeded but without enabling png support in graphviz. That seems plausible. The linked example supplies libjpeg but not libpng.
<sshow> betawaffle: might be. thanks anyway ;)
bahamas has quit [Ping timeout: 264 seconds]
bahamas has joined #nixos
ts3 has quit [Ping timeout: 250 seconds]
ts1 has joined #nixos
<inkbottle> exarkun: I'm at the moment reading https://graphviz.org/doc/build.html; and building with the addition of "zlib".
ts2 has joined #nixos
ts4 has quit [Ping timeout: 250 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JeuW8
toppler has quit [Ping timeout: 268 seconds]
jgt1 has quit [Ping timeout: 240 seconds]
ts3 has joined #nixos
jmeredith has joined #nixos
bahamas has quit [Client Quit]
ts1 has quit [Ping timeout: 264 seconds]
<wedens[m]> nh2: sorry for bothering. do you happen to know why I get "configure: error: zlib must be installed in a compiler-visible path" when trying to build with musl? seems like it happens during netbsd.compat build. nixpkgs 19.03
ts4 has joined #nixos
ts1 has joined #nixos
ts2 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @doronbehar opened pull request #72168 → firmwareLinuxNonfree: 2019-09-23 -> 2019-10-22 → https://git.io/JeuWg
<inkbottle> exarkun: the addition of zlib, which I can verify in the drv file, didn't bring improvement.
drakonis has joined #nixos
mrCyborg has quit [Read error: Connection reset by peer]
jgt1 has joined #nixos
<exarkun> inkbottle: I dunno. I'm not particularly familiar with the graphviz build process but it sounds like that's where the issue is, not with nix-build.
HikeFish42 has joined #nixos
ts3 has quit [Ping timeout: 276 seconds]
<inkbottle> exarkun: yes, thanks
<{^_^}> [nixpkgs] @tadeokondrak opened pull request #72169 → Fix aerc store references in default config → https://git.io/JeuWX
ts4 has quit [Ping timeout: 264 seconds]
phreedom has quit [Ping timeout: 260 seconds]
ts1 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #72045 → pythonPackages.python-language-server: 0.28.3 -> 0.29.1 → https://git.io/JeEDI
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/JeuWM
toppler has joined #nixos
invokesus has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @c0bw3b opened pull request #72170 → perlPackages.Po4a: fix build → https://git.io/JeuWD
ts1 has joined #nixos
<inkbottle> so I'm trying with taht too
<inkbottle> No way, I'll skip that example...
devalot has joined #nixos
reallymemorable has joined #nixos
HikeFish42 has quit [Quit: Leaving]
phreedom has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #72171 → ocamlPackages.ocamlearlybird: init at 0.1.4; ocamlPackages.angstrom: 0.10.0 -> 0.12.1 → https://git.io/JeuWA
bitmapper has joined #nixos
bitmapper has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @alyssais opened pull request #72173 → symlinkJoin: fix cross → https://git.io/Jeulk
jlmeeker has joined #nixos
wormwood has joined #nixos
wormwood has quit [Changing host]
mrCyborg has joined #nixos
waleee-cl has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
jgt1 has quit [Read error: Connection reset by peer]
domogled has joined #nixos
<Bruno[m]> I have a dumb question. Do nixpkgs-maintainers have access to the `@GrahamcOfBorg build` command on github and what does it do? I mean I see that command used on every PR but I don't remember seing the result of the build.
erasmas has joined #nixos
Thra11 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 35 commits to nixos-19.09: https://git.io/Jeul4
toppler has joined #nixos
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/c75de8bc12c (from 23 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
leo_ has quit [Quit: leaving]
<alexarice[m]> Bruno: no, you need to add yourself as a known user on the ofBorg github to do that
<dminuoso> I have a nixos module that is hardwired to read from /etc/sssd.conf and /etc/sssd.d/* - the main problem is, these files may need to contain secret values I dont want to have in my world readable store.
domogled has quit [Quit: domogled]
<alexarice[m]> It tells ofBorg to actually build the package
<alexarice[m]> Usually ofBorg just evaluates nix expressions
<dminuoso> I use nixops, so it occured to me to use deployment.keys, but how do I get from /run/secrets/foo to /etc/sssd.d/foo in a way that is compatible with nixos' management of /etc ?
<exarkun> dminuoso: perhaps `environment` in configuration.nix helps?
<Bruno[m]> alexarice: is the build result linked on the PR? or maybe there's a tag or something.
<dminuoso> exarkun: That forces me to leak the secret in the store.
<alexarice[m]> Bruno: It's with the rest of the ofBorg tests
<exarkun> dminuoso: Does it? You can make symlinks.
<dminuoso> exarkun: symlink from store paths.
Neo-- has quit [Ping timeout: 252 seconds]
<Bruno[m]> alexarice: gotcha. thank you very much.
<exarkun> Hm, too bad.
<dminuoso> exarkun: I feel like environment needs the ability to specify a file path (as a string).
<cransom> anyone else interested in seeing a resolution to https://github.com/NixOS/nixpkgs/pull/66532 ? i'm running it locally right now and seems to be ok so far. without it, doing home directories (via somehost/~user) is broken.
<{^_^}> #66532 (by yorickvP, 11 weeks ago, open): nginx: fix failure to serve on aliases with regex captures
Thra11 has joined #nixos
psyanticy has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixops-hetzner] @AmineChikhaoui pushed 0 commits to refs/tags/v1.0.1: https://git.io/Jeuly
vidbina has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #71842 → CUPS: fix misleading comment → https://git.io/Je0cI
<{^_^}> [nixpkgs] @bjornfor pushed commit from @caadar to master « cups: fix misleading comment »: https://git.io/Jeul9
<{^_^}> [nixpkgs] @ehmry merged pull request #72072 → tpm2-tools: 3.2.0 -> 4.0 → https://git.io/JeEFD
<{^_^}> [nixpkgs] @ehmry pushed commit from @lschuermann to master « tpm2-tools: 3.2.0 -> 4.0 »: https://git.io/JeulQ
reallymemorable has quit [Quit: reallymemorable]
b1000101 has quit [Quit: Leaving]
Ariakenom has quit [Quit: WeeChat 2.6]
<sphalerite> dminuoso: environment.etc."sssd.d/foo".source = "/run/keys/sssd-foo"; should work I think
<dminuoso> sphalerite: source must be of type path
ts1 has quit [Ping timeout: 276 seconds]
reallymemorable has joined #nixos
ts1 has joined #nixos
<sphalerite> dminuoso: oh, that's silly… You should still be able to use the terrible hack of doing `source = runCommand "sssd-foo" {} "ln -s /run/sssd-foo $out";` though
<{^_^}> [nixpkgs] @ehmry merged pull request #72102 → xob: init at 0.1.1, wob: init at 0.2 → https://git.io/JeEpK
<{^_^}> [nixpkgs] @ehmry pushed 2 commits to master: https://git.io/Jeu8e
<sphalerite> so you get a store path, but it links right back out of the store
<dminuoso> sphalerite: Plus, Im not sure if environment.etc."sssd.d/foo".source could ever be implemented to take a string
<sphalerite> we have something like that for github I think
<sphalerite> gitlab*
<dminuoso> sphalerite: Ah mmm. That could work I guess.
<{^_^}> [nixpkgs] @ehmry merged pull request #72165 → drawio: 12.1.0 -> 12.1.7 → https://git.io/Jeunj
<{^_^}> [nixpkgs] @ehmry pushed commit from @danieldk to master « drawio: 12.1.0 -> 12.1.7 »: https://git.io/Jeu8f
<sphalerite> why would it not be able to take a string though? You can create a symlink to any valid unix path, even if it doesn't exist
<cransom> how about `target` ?
<dminuoso> cransom: target is the name of the target of the symlink.
<dminuoso> not the source.
<sphalerite> target is poorly named, it's where the symlink ends up — not where it points
<dminuoso> sphalerite: its quite good named, its just people have bad mind models.
<dminuoso> think of `ln` as sort of like `cp` - then source and target make perfect sense :P
<{^_^}> [nixpkgs] @ehmry merged pull request #72152 → nfpm: 1.0.0 -> 1.1.0 → https://git.io/JeuYu
<{^_^}> [nixpkgs] @ehmry pushed commit from @marsam to master « nfpm: 1.0.0 -> 1.1.0 »: https://git.io/Jeu8I
ts1 has quit [Ping timeout: 252 seconds]
<sphalerite> "name" would be a lot clearer.
<{^_^}> [nixpkgs] @danieldk opened pull request #72174 → softmaker-office: 970 -> 972 → https://git.io/Jeu8L
ts1 has joined #nixos
halfbit has quit [Ping timeout: 276 seconds]
<DigitalKiwi> alexarice[m]: how do you do that? (add yourself to ofborg)
reallymemorable has quit [Quit: reallymemorable]
<alexarice[m]> DigitalKiwi: https://github.com/NixOS/ofborg/pull/409 do something like this
<{^_^}> ofborg#409 (by dasJ, 3 days ago, open): known-users: Add myself
ts1 has quit [Ping timeout: 246 seconds]
ts1 has joined #nixos
<DigitalKiwi> alexarice[m]: thanks
Neo-- has joined #nixos
<alexarice[m]> DigitalKiwi: np
<DigitalKiwi> i don't think i would have found that for a long time :|
cosimone_ has quit [Quit: Terminated!]
hyper_ch2 has quit [Remote host closed the connection]
toppler has quit [Ping timeout: 240 seconds]
ts1 has quit [Ping timeout: 250 seconds]
xd1le has quit [Quit: leaving]
drakonis has quit [Quit: WeeChat 2.6]
ts1 has joined #nixos
halfbit has joined #nixos
reallymemorable has joined #nixos
ts2 has joined #nixos
reallymemorable has quit [Client Quit]
ts1 has quit [Ping timeout: 276 seconds]
<exarkun> I don't need "zfs" in either boot.supportedFilesystems or boot.initrd.supportedFilesystems to use non-/ zfs right?
ts2 has quit [Ping timeout: 245 seconds]
toppler has joined #nixos
<mdash> exarkun: i use zfs and don't have either of those
<{^_^}> [nixpkgs] @jonringer opened pull request #72176 → [19.09] minecraft: 2.1.5965 -> 2.1.7658 → https://git.io/Jeu8o
<exarkun> first time I tried to enable zfs, the system crashed. second time, it worked. then tried to enable it on a second system and it failed to come back after reboot. and on third system, the kernel module is mysteriously unavailable. :/
<Bruno[m]> anyone knows the difference between config.known-users.json and config.extra-known-users.json?
<mdash> "and the fourth one... stayed up"
<{^_^}> [nixpkgs] @rasendubi opened pull request #72177 → melpa-packages: 2019-10-24 → https://git.io/Jeu8X
<sphalerite> exarkun: you do need it in boot.supportedFilesystems
<exarkun> sphalerite: I have one working system where it ain't there
<mdash> exarkun: i was wrong, i've got it in boot.supportedFilesystems
<mdash> just not in initrd
<exarkun> mdash: hm!
<sphalerite> oh right, if you have fileSystems entries with type = "zfs"; it's added automatically
ts2 has joined #nixos
<sphalerite> so you do need it there, just that it's probably added automatically :)
<sphalerite> you'd need to add it yourself if you wanted to import pools manually only, for instance
<exarkun> or if you want to create a pool
drakonis has joined #nixos
<sphalerite> ah, yes
<DigitalKiwi> mdash: i was reading that and thought of that quote too :D
<{^_^}> [nixpkgs] @c0bw3b merged pull request #72170 → perlPackages.Po4a: fix build → https://git.io/JeuWD
<{^_^}> [nixpkgs] @c0bw3b pushed to master « perlPackages.Po4a: fix build (#72170) »: https://git.io/Jeu8y
<DigitalKiwi> <3 holy grail
dm9 has joined #nixos
ts2 has quit [Ping timeout: 264 seconds]
drakonis2 has quit [Ping timeout: 268 seconds]
ts2 has joined #nixos
__Sander__ has quit [Quit: Konversation terminated!]
<mdash> DigitalKiwi: it was the unofficial slogan for a software project exarkun and I worked on (that was in fact the fourth rewrite/redesign)
drakonis has quit [Ping timeout: 245 seconds]
<DigitalKiwi> how does a company even stay going through 4 rewrites
<DigitalKiwi> i'm not even sure how to react, impressed? shocked? embarrased for them that it took 4 tries?
ts2 has quit [Ping timeout: 276 seconds]
<DigitalKiwi> and so wait 4th rewrite so that was really the 5th version , yes?
<Yaniel> admirable persistence at least
ts2 has joined #nixos
<mdash> well it was a storage library/database layer so yes, persistence was involved
<DigitalKiwi> that's tenacious even for me and i spent 7 months trying to package ocrmypdf which i've used a grand total of 1 time and i did that from macos...
<{^_^}> [nixpkgs] @davidak opened pull request #72178 → xzoom: fix version → https://git.io/Jeu4J
eskytthe has quit [Ping timeout: 268 seconds]
johnw_ is now known as johnw
iqubic` has quit [Ping timeout: 240 seconds]
<DigitalKiwi> which kind of makes me look bad but understand that there was a history of other people trying to package it (and failing) for years, like at least 5 other people that i found and probaly more that weren't public
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 520 commits to nixos-unstable-small: https://git.io/Jeu4T
<DigitalKiwi> that i'm bad at nix doesn't help :)
ts2 has quit [Ping timeout: 276 seconds]
ts2 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3e639196de9 (from 45 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<sondr3> anyone here used or use any of the nixfmt packages? Unsure whether to use the Serokell or nix-community program
ts2 has quit [Ping timeout: 246 seconds]
aloysius[m] has joined #nixos
ts2 has joined #nixos
fendor has quit [Ping timeout: 240 seconds]
judson__ has joined #nixos
ts2 has quit [Ping timeout: 250 seconds]
ts2 has joined #nixos
romildo has joined #nixos
vidbina has quit [Ping timeout: 265 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<DigitalKiwi> i have whatever one is in nixpkgs installed
ts2 has quit [Ping timeout: 246 seconds]
<DigitalKiwi> on nixos-unstable
fendor has joined #nixos
toppler has quit [Ping timeout: 264 seconds]
ts2 has joined #nixos
snicket has joined #nixos
<{^_^}> [nixpkgs] @davidak opened pull request #72180 → reuse update, fetch from pypi, fix license → https://git.io/Jeu4X
<sondr3> both are in nixpkgs, one as `nixfmt` and the other as `nixpkgs-fmt` :P
<DigitalKiwi> the former then
<DigitalKiwi> why doesn't nix search nixfmt show that one *thinking emoji*
<DigitalKiwi> that other* one
ts2 has quit [Ping timeout: 246 seconds]
ts2 has joined #nixos
<gchristensen> my laptop supports charging devices over USB while sleeping. the BIOS is configured to do this. however, nixos doesn't seem to do this. anyone know what this might be?
toppler has joined #nixos
<DigitalKiwi> does it work on other distros
<gchristensen> I don't really have other distros to try :)
ts2 has quit [Ping timeout: 264 seconds]
jonringer has quit [Ping timeout: 264 seconds]
<DigitalKiwi> you could download a live usb
ts2 has joined #nixos
<DigitalKiwi> you wouldn't download a usb! -- anti-pirate commercial
<ornxka> i would download my own grandmother
jlmeeker has quit [Quit: Leaving]
<DigitalKiwi> i would totally download a car if it fit through the tubes
<inkbottle> gchristensen: I've just tried it on some debian old stable, w. T420, and it did work
<flokli> Let's just download ourselves from home. Less travel times.
<gchristensen> inkbottle: does it work for you with nixos?
jlmeeker has joined #nixos
<sondr3> gchristensen: I have the same option on my laptop and no luck for me either, it doesn't even charge when the laptop is awake
<gchristensen> wow
<inkbottle> gchristensen: does the x1 (4th gen) have that feature?, I have to check first
ts2 has quit [Ping timeout: 264 seconds]
<gchristensen> not sure
ts2 has joined #nixos
<{^_^}> [nixpkgs] @Izorkin opened pull request #72181 → mariadb-connector-c: fix crypt_libs → https://git.io/Jeu4A
astrall33 has joined #nixos
fusion809 has quit [Remote host closed the connection]
<inkbottle> usually the port is yellow, and I don't have a yellow usb
<{^_^}> [nixpkgs] @c0bw3b pushed to release-19.09 « perlPackages.Po4a: fix build »: https://git.io/Jeu4x
is_null has quit [Ping timeout: 276 seconds]
<sondr3> to be fair, I'm attemting to charge Apple devices and they hate anything that isn't an Apple product
<alexarice[m]> I find my laptop semi charges stuff in that the power on my phone won't go down while plugged in but doesn't really go up either
<sondr3> occasionally they even refuse to charge with my IKEA-cable, but only when above 90% power /shrug
ts2 has quit [Ping timeout: 245 seconds]
ts2 has joined #nixos
eraserhd has quit [Quit: WeeChat 2.6]
eraserhd has joined #nixos
<inkbottle> gchristensen: I close my lid and try...
<{^_^}> [nixpkgs] @c0bw3b pushed to release-19.03 « perlPackages.Po4a: fix build »: https://git.io/JeuBl
astrall33 has quit [Read error: Connection reset by peer]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
astrall33 has joined #nixos
<inkbottle> gchristensen: Yes it did work
<gchristensen> hrm
ts2 has quit [Ping timeout: 245 seconds]
<inkbottle> and I did nothing special; I'm less than a month old in NixOS. Everything plain and straightforward
<{^_^}> [nixpkgs] @romildo opened pull request #72182 → lxqt.libqtxdg: 3.3.1 -> 3.4.0 → https://git.io/JeuBV
<{^_^}> [nixpkgs] @nh2 merged pull request #71575 → cups: enable compiling with musl → https://git.io/JeR40
<{^_^}> [nixpkgs] @nh2 pushed commit from @cdepillabout to master « cups: enable compiling with musl »: https://git.io/JeuB1
<dminuoso> sphalerite: Mind elaborating on what runCommand does? The documentation is not particularly obvious.
<{^_^}> [nixpkgs] @nh2 merged pull request #71577 → vte: enable compiling with musl → https://git.io/JeR45
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JeuBS
<gchristensen> dminuoso: it runs a command in a nixbuild
<dminuoso> gchristensen: Im not sure how that helps given the situation Im in.
<dminuoso> { environment.etc.foo.source = runCommand "sssd-foo" {} "ln -s /run/sssd-foo $out"; }
<dminuoso> gchristensen What does "in a nixbuild" mean exactly?
aveltras has quit [Quit: Connection closed for inactivity]
ts2 has joined #nixos
<litschio> I wanna install qogir-icons and they are in nixpkgs but nix-env -qa cant find it... someone an idea how I can install it
ts2 has quit [Ping timeout: 250 seconds]
<jlmeeker> recently moved to gdm for my login (i3 is my window manager) and noticed gdm is constantly consuming memory... looks like 4.5g in 30 minutes... had to restart once since it consumed all 32g on my laptop. On NixOS 19.09 gdm version jpb40nq9aypdc1amm6qz14qqx3ar1r8b-gnome-shell-3.32.2
ts2 has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #72173 → symlinkJoin: fix cross → https://git.io/Jeulk
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JeuBh
mexisme has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
<tilpner> jlmeeker: FWIW, sddm works just fine and doesn't leak noticeably
<jlmeeker> I'd gladly not use gdm if I can figure out how to get gnome session passwords to work without it.... I tried multiple things and running gdm is the only thing that made it work.... (I use networkmanager)
<tilpner> jlmeeker: How can I test if gnome session passwords are working?
<jlmeeker> my preference is to boot to a console login and have i3 launched automatically on login
<tilpner> jlmeeker: Password entry in NM is functional
chloekek has joined #nixos
jgt1 has joined #nixos
<chloekek> Is there a way to abbreviate Nix store paths in htop? It's difficult to see which program a process is executing.
<tilpner> chloekek: Press p
idf has quit [Quit: WeeChat 2.6]
ts2 has quit [Ping timeout: 250 seconds]
<chloekek> Oeh, thanks!
chloekek has quit [Client Quit]
chloekek has joined #nixos
ts2 has joined #nixos
<{^_^}> [nixpkgs] @davidak opened pull request #72183 → Fix link in CONTRIBUTING.md → https://git.io/JeuRk
<tilpner> chloekek: Also press F1
toppler has joined #nixos
<jlmeeker> tilpner: your comments reminded me that I did have NM passwords working (after using services.gnome3.gnome-keyring.enable = true)... then I wanted better styling for gtk windows so I tried GDM.
<tilpner> jlmeeker: What was bad about the old styling?
<{^_^}> [nixpkgs] @stigtsp opened pull request #72184 → perlPackages.MojoSQLite: 3.002 -> 3.003 → https://git.io/JeuRL
<tilpner> I have gnome-keyring disabled, apparently
<jlmeeker> tilpner: just wasn't any really... I run a pretty bare-metal setup (until I enabled gdm) so I had no GTK themes
<tilpner> You can definitely have decent-looking GTK application on i3+sddm
<tilpner> Unless you require client-side decorations, that might be difficult
<{^_^}> [nixpkgs] @thoughtpolice pushed to nixpkgs/add-vector « vector: init at 0.5.0 »: https://git.io/JeuRq
<jlmeeker> tilpner: I'll give it a shot, thanks
<tilpner> Ping me if you need help
ts2 has quit [Ping timeout: 264 seconds]
<jlmeeker> tilpner: thanks... now to get rid of gdm (currenly bloated to 8.3g of memory)
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #72185 → vector: init at 0.5.0 → https://git.io/JeuRs
<tilpner> D:
ts2 has joined #nixos
jgt1 has quit [Ping timeout: 250 seconds]
wolke has quit [Quit: ZNC 1.7.5 - https://znc.in]
chloekek has quit [Quit: WeeChat 2.6]
<litschio> Anyones knows how to install icons?
ts2 has quit [Ping timeout: 250 seconds]
oscarvarto has joined #nixos
<tilpner> litschio: Which icons? To use where?
<litschio> gtk icons
wolke has joined #nixos
<tilpner> Yes
ts2 has joined #nixos
wildtrees has joined #nixos
<armin> ~/.icons/
<tilpner> I installed gnome3.adwaita-icon-theme and arc-icon-theme
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « liburing: 0.2pre252_a9bb08db -> 0.2 »: https://git.io/JeuR4
<tilpner> Then set .gtkrc-2.0 and .config/gtk-3.0/settings.ini to use them
<armin> system wide icon installations might go in /usr/share/icons/ (usually)
<tilpner> I have extra stuff setting GTK_PATH, GTK_PIXBUF_MODULE_FILE, and GTK_DATA_PREFIX
<tilpner> But I don't know if that's still necessary, so try without first
<litschio> ahh okay got them
<litschio> thansk :D
<tilpner> litschio: https://tx0.co/uxM
<tilpner> jlmeeker: https://tx0.co/uxM
<tilpner> Not sure if all is still necessary, and you won't have users.primary, but it's easy to guess what it does
romildo has quit [Quit: Leaving]
ts2 has quit [Ping timeout: 276 seconds]
ts2 has joined #nixos
<{^_^}> [nixpkgs] @AmineChikhaoui opened pull request #72186 → ec2-amis.nix: add 19.09 amis → https://git.io/JeuRE
ts3 has joined #nixos
a7 has joined #nixos
chloekek has joined #nixos
a7 is now known as loopfgh
ts2 has quit [Ping timeout: 276 seconds]
loopfgh has left #nixos [#nixos]
loopfgh has joined #nixos
<nbp> https://www.thingiverse.com/thing:3929958 (some random link from the internet)
tmaekawa has joined #nixos
orivej has quit [Ping timeout: 276 seconds]
loopfgh has left #nixos [#nixos]
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos
<{^_^}> [nixpkgs] @nixos-channel-bot pushed commit from @c0bw3b to nixpkgs-19.03-darwin « perlPackages.Po4a: fix build »: https://git.io/JeuBl
freeman42x has joined #nixos
tmaekawa has quit [Quit: tmaekawa]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/b6cfdceb7f9 (from 58 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
astrall33 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Izorkin opened pull request #72187 → nixos/netdata: add which to path → https://git.io/JeuR6
<{^_^}> [nixos-weekly] @t184256 opened pull request #106 → Add "Nix-on-Droid got accepted into F-Droid" → https://git.io/JeuRi
<{^_^}> [nixpkgs] @FRidh merged pull request #72183 → Fix link in CONTRIBUTING.md → https://git.io/JeuRk
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to master: https://git.io/JeuR1
astrall33 has joined #nixos
acarrico has quit [Ping timeout: 240 seconds]
ts3 has quit [Ping timeout: 245 seconds]
<DigitalKiwi> there's one here too https://github.com/NixOS/nixos-artwork
toppler has quit [Ping timeout: 264 seconds]
astrall33 has quit [Remote host closed the connection]
<DigitalKiwi> and it's an interesting one to figure out how to draw in cad if you're new to it...
astrall33 has joined #nixos
<DigitalKiwi> without simply converting the svg like the one there did
<{^_^}> [nix] @basvandijk opened pull request #3171 → add a filter function argument to builtins.fetchGit → https://git.io/JeuR9
soju has joined #nixos
feep has joined #nixos
<feep> hi
Chiliparrot has joined #nixos
<feep> https://gist.github.com/FeepingCreature/582ba56564572ec5e9aa1a99c8bb6d9b gives me "cannot auto-call a function", what am I doing wrong?
<feep> trying to include a pypi package in my shell
<feep> error: cannot auto-call a function that has an argument without a default value ('buildPythonPackage')
<__monty__> feep: You're probably missing a callPackage call.
toppler has joined #nixos
<__monty__> The arguments to your packages don't just magically appear. That function will try to fill them in.
soju has quit [Ping timeout: 268 seconds]
<feep> changed to [ python3 (callPackage flask-markdown { }) ], same error..
<Shell> feep: nix-build -E 'with import <nixpkgs> {}; callPackage ./yourfile.nix {}' or something of the sort
<feep> does the thing have to be in a separate .nix file?
<FRidh> you can't nix-build a function directly. It needs arguments
jgt1 has joined #nixos
<astrall33> yeah, this got me a first.
<vaibhavsagar> does single-user mode use the same location for nix.conf? (/etc/nix/nix.conf)
<vaibhavsagar> and how do I debug when a binary cache isn't working?
<feep> (same error)
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #72188 → ripasso-cursive: unstable-2019-08-27 -> 0.2.1 → https://git.io/JeuRb
alexherbo2 has joined #nixos
<__monty__> feep: The expression you're writing needs arguments. That's what you should callPackage. Not the package you define inside it.
<feep> if I apply callPackage inside the buildInputs it also doesn't work.
<{^_^}> [nixpkgs] @nixos-channel-bot pushed commit from @c0bw3b to nixos-19.03-small « perlPackages.Po4a: fix build »: https://git.io/JeuBl
<__monty__> feep: You're going the wrong way.
<__monty__> The *entire* expression you're writing needs to be passed to callPackage.
<feep> Ooh. Hang on, but why. This worked without the flask-markdown part
<__monty__> Exactly like Shell showed you.
<__monty__> You added the buildPythonPackage argument.
<feep> doesn't nix-shell do that imp...... Oh!!
<feep> now I get it. thanks.
jlmeeker_ has joined #nixos
<Shell> feep: generally speaking people write a shell.nix that contains something along the lines of with import <nixpkgs> {}; callPackage ./default.nix {}, then you put your package definition minus the callPackage stuff in default.nix
<sauyon[m]> I'm consistently getting `error: opening lock file '/nix/var/nix/db/big-lock': Permission denied`
<feep> right, but I'm trying to do it without that.
<feep> though I guess I should get it to work first
ShaRose_ has joined #nixos
oscarvarto has quit [Read error: Connection reset by peer]
<__monty__> feep: You can do it in one file by replacing the ./default.nix with (your expression here).
ShaRose has quit [Ping timeout: 240 seconds]
ShaRose_ is now known as ShaRose
<feep> okay, now my default.nix starts with { buildEnv, buildPythonPackage, fetchPypi, pkgs, stdenv }:
oscarvarto has joined #nixos
jlmeeker has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/b6cfdceb7f9 (from 83 minutes ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<earendil[m]> Question: Does anyone know how I can pass the cabal --extra-lib-dirs flag to stack build? I am developing a project with the z3 package and haskell-z3 respectively
<feep> and my shell.nix has with import<nixpkgs> {}; callPackage ./default.nix {} and it complains that buildPythonPackage is not provided.
<feep> and error: anonymous function at .../default.nix called without required argument 'buildPythonPackage'
<earendil[m]> the haskell z3 package fails to build because it can't find z3 since it's in the nix store, but I don't know how to pass stack the --extra-lib-dirs flag for cabal to find the library in the store.
jlmeeker_ has quit [Quit: Leaving]
astrall33 has quit [Remote host closed the connection]
<feep> okay so this is the version that actually worked, and doesn't use callPackage... https://gist.github.com/FeepingCreature/933aac2b303e0714760f8fc3e9648aea
astrall33 has joined #nixos
fendor has quit [Ping timeout: 265 seconds]
astrall33 has quit [Remote host closed the connection]
fendor has joined #nixos
mexisme has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @thoughtpolice pushed to nixpkgs/add-vector « vector: init at 0.5.0 »: https://git.io/Jeu0J
astrall33 has joined #nixos
<feep> and.. here's the version that actually fully worked and got my shell working again https://gist.github.com/FeepingCreature/e7ec505b3574d7416056fe53ca8622e0
WilliButz has quit [Changing host]
WilliButz has joined #nixos
astrall33 has quit [Remote host closed the connection]
mk71 has joined #nixos
jlmeeker has joined #nixos
<mdash> alright remind me if we have docs on building your system on another host and then copying to deploy it
Jackneill has quit [Remote host closed the connection]
<mdash> I know nixops does this and I think I can work it out but if there's a crib sheet i'll just read that
<{^_^}> [nixpkgs] @thoughtpolice pushed to nixpkgs/add-vector « vector: init at 0.5.0 »: https://git.io/Jeu0G
Zer0xp has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
ambro718 has joined #nixos
acarrico has joined #nixos
ris has joined #nixos
cosimone has joined #nixos
fendor has quit [Ping timeout: 268 seconds]
toppler has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to master « python.pkgs.acoustics: 0.2.1 -> 0.2.2 »: https://git.io/Jeu0y
matthuszagh has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #72176 → [19.09] minecraft: 2.1.5965 -> 2.1.7658 → https://git.io/Jeu8o
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to release-19.09: https://git.io/Jeu0S
<matthuszagh> i'm getting strange behavior when trying to patch a makefile in a build. I call substituteInPlace in prePatch, but it fails to find the file bc it looks in the nixpkgs directory instead of the source directory. if I use substituteInPlace $src/Makefile it complains about a permissions error
<matthuszagh> i'm calling nix-shell -p from the local nixpkgs directory, which is I guess why it looks there. but i still thought it was supposed to look in $src
<{^_^}> [nixpkgs] @FRidh pushed to release-19.09 « python.pkgs.acoustics: 0.2.1 -> 0.2.2 »: https://git.io/Jeu0H
<matthuszagh> same thing happens when i put this in postPatch
Zer0xp has quit [Quit: Bye!]
lassulus has quit [Read error: Connection reset by peer]
lassulus has joined #nixos
Zer0xp has joined #nixos
abathur has joined #nixos
slack1256 has quit [Remote host closed the connection]
v0|d has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
mk71 has quit [Ping timeout: 260 seconds]
bvdw has joined #nixos
mexisme has joined #nixos
<v0|d> hello, I'm stuck at this https://github.com/NixOS/nixpkgs/issues/36675
<{^_^}> #36675 (by bgamari, 1 year ago, closed): perlPackages.XMLParser fails to cross-compile
<snicket> the most recent installation image ('nixos-minimal-19.09.976.c75de8bc12c-x86_64-linux.iso') does not boot for me on dell xps 13 7390
<v0|d> any ideas?
dm9 has quit [Quit: WeeChat 2.6]
<snicket> usb boot I mean. whereas the ArchLinux usb boots with no problems.
<snicket> but for xps 13 I just see the cursor and the dell logo, no kernel selection etc.
<snicket> found a mention here https://nixos.wiki/wiki/NixOS_Installation_Guide/Manual_USB_Creation "(I just got a blinking cursor instead of a bootloader on an Asus eee 1000"
<snicket> but this article seems old ;/ is it some common problem I'm facing?
<hpfr[m]> Anyone else having dhcpcd max out a thread until you kill and restart it on random occasions
<DigitalKiwi> snicket: have you tried writing the usb again? maybe it was corrupted?
<snicket> DigitalKiwi: yeah, multiple times, checked sha256, tried two versions, even wrote it to a sd card and tried booting from it - same result :(
<DigitalKiwi> :(
<v0|d> snicket: efi secure boot intervening?
<{^_^}> [nixpkgs] @risicle opened pull request #72189 → [r19.09] openmpt123: 0.4.1 -> 0.4.9, addressing CVE-2019-17113 → https://git.io/JeuEL
<snicket> v0|d: I have disabled secure boot... didn't help
orivej has joined #nixos
<v0|d> snicket: i would search for extlinux bugs for xps. afair, that minimal was using extlinux as a bootloader.
gkmngrgn has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
<matthuszagh> ok apparently patch works normally when run as nix-build -A ... but not nix-shell -p or nix-shell -A. Any reason for this?
<DigitalKiwi> i had a dell that memtest86+ would say the ram was failing even though it wasn't :/
<exarkun> how do you know it wasn't
mexisme has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @peti opened pull request #72190 → Fix build of obs-linuxbrowser → https://git.io/JeuEZ
<{^_^}> [nixpkgs] @Ma27 opened pull request #72191 → nixos/networkd: add `ipv4-fallback` and `fallback` as valid options to `LinkLocalAddressing` → https://git.io/JeuEn
Okinan has quit [Quit: Konversation terminated!]
toppler has joined #nixos
<v0|d> DigitalKiwi: my HP was complaining about ECC error on warm boots. Apparently, it was a power issue.
Okinan has joined #nixos
astrall33 has joined #nixos
<astrall33> create a file ... echo "why the single quotes' > "A A" , if i do ls i get 'A A' not A A , it's like ls is getting back an escaped filename?
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #72185 → vector: init at 0.5.0 → https://git.io/JeuRs
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « vector: init at 0.5.0 »: https://git.io/JeuEB
<{^_^}> [nixpkgs] @thoughtpolice pushed 0 commits to nixpkgs/add-vector: https://git.io/JeuER
<astrall33> bash --version 4.4.23(1)-release
MinceR_ has joined #nixos
<astrall33> echo * , return the correct filename, without escaping.
<astrall33> so the shell is seeing the file in entirly different way to ls !!!!
<DigitalKiwi> exarkun: 1. it had a built in systems diagnostic 2. it was a known but that i believe was eventually fixed... 3. the number of errors it was throwing would have rendered the system unusable so...
<exarkun> (1) and (3) don't seem terribly compelling
<exarkun> (2) perhaps
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
MinceR has quit [Ping timeout: 246 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
growpotkin has joined #nixos
<DigitalKiwi> *shrug*
jlmeeker has quit [Quit: Leaving]
jlmeeker has joined #nixos
noudle has quit []
kreisys has joined #nixos
<DigitalKiwi> whatever problem i had that had caused me to even run it was resolved and it didn't involve replacing the ram (i don't remember what it was it was....10-12 years ago) and i never had any problems with it after that so :| yeah each on their own isn't that great but all of them together...what else do you want? i'm 90% sure a later version of memtest worked
cyphase has joined #nixos
<DigitalKiwi> and i spent hours on the phone with tech support and they were aware of the memtest bug so...yeah sure they could have been lying, their diagnostics could have been rigged...but it's not like they're VW :)
<{^_^}> [nixpkgs] @jonringer merged pull request #72180 → reuse: 0.5.0 -> 0.5.2 → https://git.io/Jeu4X
<{^_^}> [nixpkgs] @jonringer pushed commit from @davidak to master « reuse: 0.5.0 -> 0.5.2 »: https://git.io/JeuEy
<{^_^}> [nixpkgs] @Thra11 opened pull request #72192 → Allow ffmpeg attributes to be overridden → https://git.io/JeuE9
waleee-cl has quit [Quit: Connection closed for inactivity]
jlmeeker has quit [Remote host closed the connection]
halfbit has quit [Ping timeout: 264 seconds]
<{^_^}> [nixos-weekly] @domenkozar merged pull request #106 → Add "Nix-on-Droid got accepted into F-Droid" → https://git.io/JeuRi
<{^_^}> [nixos-weekly] @domenkozar pushed 2 commits to master: https://git.io/JeuE5
jlmeeker has joined #nixos
<astrall33> ls --version is at coreutils 8.30
<astrall33> i wonder if 8.30 is 'doing this' behaviior
Thra11 has quit [Ping timeout: 240 seconds]
<samueldr> astrall33: that's entirely normal, ls will "helpfully" show you something you can select and copy paste
<samueldr> I believe it will not if it is not redirected to the console
* samueldr checks
<samueldr> yeah, redirecting to a file, it does not (just like it doesn't print to columns)
<{^_^}> [nixpkgs] @Profpatsch merged pull request #72166 → skawarePackages: bump to release 2019-10 → https://git.io/Jeuco
<{^_^}> [nixpkgs] @Profpatsch pushed to master « skawarePackages: bump to release 2019-10 »: https://git.io/JeuEA
<astrall33> yeah, there are bound go be things that use the sed , or awk the output of ls, and that will probably break it...
<astrall33> or maybe not.
pie_ has joined #nixos
<astrall33> playing with default escaping 'can be 'interesting''''''''''''' ;-)_
<samueldr> what you said is pretty much the reason why :)
astrall33 has quit [Remote host closed the connection]
<DigitalKiwi> ls says not to use it in scripts and yet...
toppler has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #72193 → nexus: 3.18.1-01 -> 3.19.1-01 → https://git.io/JeuuL
astrall33 has joined #nixos
halfbit has joined #nixos
<astrall33> it says not to use in scripts? what the 8.30 documentation...
<astrall33> well, it just a bit of a shock..
endformationage has joined #nixos
MinceR_ is now known as MinceR
<pie_> i just got nix from fdroid
<pie_> this is rad
<pie_> i also cant think of what to do with it
<alexarice[m]> pie_: wait what
Thra11 has joined #nixos
<astrall33> as i'm looking at coreutils , Written by Richard M. Stallman and David MacKenzie. we should give praise to these ledgends!
<pie_> alexarice[m]: :D nixcon news
<pie_> nix-on-droid is in fdroid since like today or yesterday or something
<alexarice[m]> pie_: I'm clearly missing out
<pie_> looks like you still have to get the bootstrap pack or something so idk what that will or wont work on
toppler has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-19.09: https://git.io/JeuuZ
<pie_> also something about proot
<astrall33> it also says... here is NO WARRANTY, to the extent permitted by law.( a bit like my toaster)
<astrall33> pie_, , thats totally extrodanary!!!
<pie_> astrall33: the person giving the talk about it was like "yeah i was thinking this would all be complicated but i kind of just ran the nixos install script and it worked..." xD at least thats how i understood it
<pie_> it was one of the lightning talks i think, idk how the recordings are being put up and when, but maybe you can jsut rewind the live stream?
reallymemorable has joined #nixos
fendor has joined #nixos
Chiliparrot has joined #nixos
<DigitalKiwi> the person that does nix-on-droid is in the aarch64 channel
mexisme has joined #nixos
<astrall33> i just chedk the one on flakes....
leotaku has quit [Quit: ZNC 1.7.4 - https://znc.in]
leotaku has joined #nixos
<{^_^}> [nixpkgs] @Ptival opened pull request #72194 → coqPackages.coq-extensible-records: support for coq 8.9 and 8.10 → https://git.io/JeuuR
astrall33 has quit [Quit: Leaving]
astrall33 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #72195 → fzf-zsh: init at unstable-2019-09-09 → https://git.io/Jeuug
<{^_^}> [nixpkgs] @peti merged pull request #72190 → Fix build of obs-linuxbrowser → https://git.io/JeuEZ
<{^_^}> [nixpkgs] @peti pushed 3 commits to master: https://git.io/Jeuu2
astrall33 has quit [Quit: Leaving]
astrall33 has joined #nixos
mexisme has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fpletz merged pull request #72191 → nixos/networkd: add `ipv4-fallback` and `fallback` as valid options to `LinkLocalAddressing` → https://git.io/JeuEn
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/Jeuuy
<{^_^}> [nixpkgs] @bachp opened pull request #72196 → plex: 1.18.0.1944 -> 1.18.1.1973 → https://git.io/JeuuS
mexisme has joined #nixos
astrall33 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 12 commits to nixos-unstable-small: https://git.io/JeuuQ
astrall33 has joined #nixos
selfsymmetric-mu has joined #nixos
<{^_^}> [nixpkgs] @nixos-channel-bot pushed 4 commits to nixpkgs-19.09-darwin: https://git.io/Jeuud
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/479f75d1e5d (from 57 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e0fad41ddfd (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
drakonis has joined #nixos
<maralorn> Heiho: I am thoroughly confused by the https://nixos.org/nixos/options.html#snapper module.
toppler has quit [Ping timeout: 246 seconds]
<maralorn> First I tried 'subvolume = "/home"'. Which got me a type error because that is not a path. (although that‘s the example in the config.)
<maralorn> Then I tried 'subvolume = /home' which had very bad results like crashing after eating my swap …
<maralorn> Now I am confused. How is it supposed to go?
jumper149 has joined #nixos
<jumper149> Hi, I want to remap my CapsLock to Escape, I'm having trouble finding the right arguments to services.xserver.xkbOptions
<cransom> maralorn: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/snapper.nix#L18 implies thats right. the test runs for me so it seems to be working as normal, but i'm not a snapper user.
drakonis has quit [Ping timeout: 264 seconds]
<infinisil> maralorn: types.path only checks for whether it starts with "/", so "/home" should be a path
<maralorn> Huh?
<maralorn> Hm I‘ll try again.
<infinisil> Maybe show your config and error?
work_ has quit [Quit: Connection closed for inactivity]
<maralorn> infinisil: No, it‘s fine. Now it works. Was probably just a typo or something …
<AmandaC> Extra space at the beginning, probably
<maralorn> but there is a bug with the example value here: https://nixos.org/nixos/options.html#snapper.configs
<maralorn> Shows [Object object]
<astrall33> oohhh....the classic phantom invisible characters...
erba has joined #nixos
toppler has joined #nixos
shibboleth has joined #nixos
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
<cransom> ah. someone missed some quotes on literalExample
erba has quit [Client Quit]
<{^_^}> [nixpkgs] @benley opened pull request #72197 → NixOS/auto-upgrade: add gzip to service path → https://git.io/JeuzG
<astrall33> doc bug?
domogled has joined #nixos
reallymemorable has quit [Ping timeout: 246 seconds]
selfsymmetric-mu has quit [Remote host closed the connection]
ts3 has joined #nixos
init2winit has joined #nixos
thc202 has quit [Ping timeout: 264 seconds]
<DigitalKiwi> docs should be type checked. fight me
Zer0xp has quit [Quit: Bye!]
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @wamserma opened pull request #72198 → [RFC] mindustry-bin: init at 5.0 v99 → https://git.io/Jeuzo
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
init2winit has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed to master « lollypop: 1.2.1 -> 1.2.2 »: https://git.io/JeuzP
<astrall33> why would i fight you?
<{^_^}> [nixpkgs] @c0bw3b opened pull request #72199 → Pkg/cryptopp → https://git.io/JeuzX
<astrall33> I'm too busy fighting myself.
matthuszagh has quit [Remote host closed the connection]
<DigitalKiwi> too real
<worldofpeace> Most hearts fear their own home
domogled has quit [Read error: Connection reset by peer]
domogled has joined #nixos
<hpfr[m]> Dhcpcd is maxing out a thread on my machines intermittently. They’re on the latest nixos-unstable
<hpfr[m]> I have to kill it and restart to get it to go back to normal
<DigitalKiwi> what the heck is wrong with that program lately i've seen nothing but problems
<DigitalKiwi> and why didn't they happen to us when we had nixos-unstable :<
<DigitalKiwi> before the release
<astrall33> does it have any logs?
FRidh has quit [Quit: Konversation terminated!]
init2winit has joined #nixos
<DigitalKiwi> i had a lot of logs related to the problems i was having yeah
<DigitalKiwi> a lot of yellow and red ones
init2winit has quit [Remote host closed the connection]
<kraem> jumper149: "ctrl:swapcaps" works for me
<kraem> jumper149: read that too quick.. nvm
<astrall33> hmm...
<DigitalKiwi> and...i really don't know what combination of things was necessary or changed it because i had to do multiple things to get things to work again and i'm sure no individual one was enough
<hpfr[m]> DigitalKiwi: what program
<DigitalKiwi> dhcpcd
<hpfr[m]> Oh ok good
<hpfr[m]> At least it’s not just me
aaa_ has joined #nixos
<astrall33> you both running same kernel, same dhcpd+deps (derivation?)
<aaa_> Hi, I've updated to nixpkgs 19.09 and now while upgrading the system, it displaying the following - is this normal?
<aaa_> ..
<aaa_> copying path '/nix/store/cf6gk5mmifvpdyjjvy4r1igm8casawib-db-5.3.28' from 'https://cache.nixos.org'...
<DigitalKiwi> some combination of dhcpcd, networkmanager, broadcom drivers, kernel version did a perfect storm that caused my wifi to do such things as...repeatedly try and rebind to 169.*.*.* addresses, drop 42% of packets, when it did work, it would eventually stop working (usually maybe power saving related), and at that point it was almost impossible to get it to come back, i'd spend 20 minuts putzing around
<aaa_> I guess it's dowloading from cache, but why didn't it do this before?
__monty__ has quit [Quit: leaving]
<DigitalKiwi> and i was getting a lot of yellow walls of text that appeared to be segfaults ....
<DigitalKiwi> let me find one
<astrall33> ouch....
<DigitalKiwi> yeah it was rough
<hpfr[m]> astrall33: One of my machines is on latest and one is on a patched version of 4.19, so I think it’s independent of the kernel
jdflkjsfsl has joined #nixos
<astrall33> networking services are the difficult to write tests for...
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/JeugU
<{^_^}> [nixpkgs] @worldofpeace merged pull request #71260 → gnome3.gnome-online-accounts: build with meson → https://git.io/Je48i
<astrall33> espically non-functional tests.
<DigitalKiwi> and for a time my screen brightness controls stopped working but it does now
<DigitalKiwi> i'm on 5.3 right now
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<DigitalKiwi> and i disabled dhcpcd, and i turned off the use b43 broadcom option, and idk what elsee if anything now :|
<astrall33> what kind of laptop is this? and how much did it cost?
ambro718 has quit [Quit: Konversation terminated!]
<DigitalKiwi> macbookpro11,3
<DigitalKiwi> a lot
<astrall33> that's your problem.
<DigitalKiwi> but i never had that extent of problems before
<astrall33> you'll have time diagnosing that on a plain linux system, nevermind nixy....
<DigitalKiwi> oh and this one
<DigitalKiwi> Oct 25 20:28:05 mvp-nixos kernel: applesmc: send_byte(0x08, 0x0300) fail: 0x40
<DigitalKiwi> Oct 25 20:28:05 mvp-nixos kernel: applesmc: F0Tg: write data fail
<astrall33> if it's a bug with the kernel, or the driver, or some firmware blob inbetween.... then ..... however troubleshooting it you'll learn a lot, which might be a blessing or a curse depending on how much time you have left?
toppler has quit [Ping timeout: 246 seconds]
Neo-- has quit [Ping timeout: 268 seconds]
oscarvarto has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @rycee opened pull request #72200 → haskellPackages.pandoc-emphasize-code: mark as not broken → https://git.io/JeugZ
<{^_^}> [nixpkgs] @azuzunaga opened pull request #72201 → .github: clarify things done re: sandboxing → https://git.io/JeugW
<astrall33> i'm trying to workout how many engineering hours are lost through the almost pointless act of reverse engineering hardware, and firmware..... just imagine if developer cycles were used for productivty of implmenting drivers, than the act of reverse engineering.
<astrall33> don't blame the players, blame the game.
domogled has quit [Ping timeout: 276 seconds]
lord| has quit [Read error: Connection reset by peer]
<DigitalKiwi> oh this looks lovely i didn't see this until now Oct 24 22:20:06 mvp-nixos systemd-coredump[3455]: Process 3444 (nix) of user 1000 dumped core.
lord| has joined #nixos
inkbottle has quit [Ping timeout: 245 seconds]
<aleph-> Hmm, seems zoneminder is broken. Interesting.
inkbottle has joined #nixos
toppler has joined #nixos
<DigitalKiwi> at some point i should figure out how to use journalctl
<{^_^}> [nixpkgs] @Ma27 merged pull request #71902 → 19.09: Nodejs backport → https://git.io/Je0KP
<{^_^}> [nixpkgs] @Ma27 pushed 5 commits to staging-19.09: https://git.io/Jeug2
shibboleth has quit [Remote host closed the connection]
MmeQuignon has joined #nixos
shibboleth has joined #nixos
kreisys has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to release-19.09 « nixos/networkd: add `ipv4-fallback` and `fallback` as valid options to `LinkLocalAddressing` »: https://git.io/Jeugr
chloekek has quit [Ping timeout: 265 seconds]
soju has joined #nixos
<DigitalKiwi> that dhcpcd one that kept repeating went on for another 4 minutes
leo_ has joined #nixos
erasmas has quit [Quit: leaving]
<DigitalKiwi> https://gist.github.com/Kiwi/8b859cd7c47de83bb12a50bac8430535 this is the error i was/still get when i change backlight brightness
fendor_ has quit [Ping timeout: 265 seconds]
<DigitalKiwi> oh and i had to disable the setting to turn off the screen when idle because it wouldn't turn back on...
<aaa_> does nixos have kernel module realtek-rtl88xxau-dkms (ubuntu) for AWUS036ACH wifi card ?
shibboleth has quit [Quit: shibboleth]
soju has quit [Ping timeout: 268 seconds]
ts3 has quit [Ping timeout: 245 seconds]
ts3 has joined #nixos
<DigitalKiwi> https://gist.github.com/Kiwi/b18d6c7220b2864b816291ce19fc0d66 this one is not new i think it's firefox? i've had it or one(s) like it for...as long as i can remember. it's beyond my skill level/knowledge
<DigitalKiwi> and yes i've googled for all of these extensively
<astrall33> i've just contacted microsoft, they are glad you having so many problems, and cna offer you a special discount on windows, if you 'go back to them'.
<DigitalKiwi> currently the only ones i get are the backlight and NS_ERROR_FAILURE
<DigitalKiwi> and cupsd spamming me incessently
jdflkjsfsl has quit [Quit: Leaving]
Shouou has joined #nixos
<astrall33> xsession is not a very happy bunny is it.
<astrall33> and cupsd is also wanting attention....
<mrCyborg> Hey, I'm just an observer who is wondering what is required to bring https://github.com/NixOS/nixpkgs/pull/70403 over the line. Is seems like everyone approved it and then... nothing happened?
ng0 has quit [Quit: Alexa, when is the end of world?]
<{^_^}> #70403 (by Yumasi, 3 weeks ago, open): criterion: init at 2.3.3
ts3 has quit [Ping timeout: 250 seconds]
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ts3 has joined #nixos
<DigitalKiwi> and i see a bunch of other ones too going back that are usually one offs and might be gone now idk
kreisys has joined #nixos
<pie_> wait we have create_ap? i didnt see it anywhere https://github.com/oblique/create_ap/issues/115
<{^_^}> oblique/create_ap#115 (by matthiasbeyer, 4 years ago, closed): v0.2 ?
<DigitalKiwi> my research about cupsd says it's normal?? and the way to change it is a file that there's no nix option to change and you're not supposed to change it anyway... man subscriptions.conf
Jackneill has joined #nixos
<DigitalKiwi> the xsession one bothers me a lot if anyone has suggestions on how to go about tracking that one down
<{^_^}> #10439 (by matthiasbeyer, 4 years ago, closed): create_ap: init at 0.1
<{^_^}> #54000 (by klntsky, 40 weeks ago, open): create_ap: init at 0.4.6
cosimone has quit [Quit: Quit.]
<DigitalKiwi> ok now unrelated: kind of... does anyone know how to make nvidia drivers work in framebuffer? my choices are i can have a framebuffer to fall back to if i break something and use the nouveau drivers that don't handle hidpi screens well but i get a fb, or i can use the nvidia drivers (which i would prefer) but tty1 is blank
ts3 has quit [Ping timeout: 246 seconds]
<DigitalKiwi> where tty1 is tty1-6 too
ts3 has joined #nixos
<DigitalKiwi> and nouveau also has a lot more artifacts and even worse screen tearing :/
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
halfbit has quit [Ping timeout: 265 seconds]
ts3 has quit [Ping timeout: 246 seconds]
ts3 has joined #nixos
ts3 has quit [Ping timeout: 264 seconds]
ts3 has joined #nixos
gkmngrgn has quit [Ping timeout: 240 seconds]
gkmngrgn has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to master « xonsh: 0.9.11 -> 0.9.13 »: https://git.io/Jeu2t
cosimone has joined #nixos
ts3 has quit [Ping timeout: 250 seconds]
ts3 has joined #nixos
jlmeeker has quit [Ping timeout: 264 seconds]
<{^_^}> [nix] @mkenigs opened pull request #3172 → add --pure option to dev-shell → https://git.io/Jeu2Y
cosimone has quit [Client Quit]
toppler has quit [Ping timeout: 265 seconds]
leo__ has joined #nixos
reallymemorable has joined #nixos
snajpa has joined #nixos
<{^_^}> [nix] @mkenigs opened pull request #3173 → fix typo → https://git.io/Jeu2l
<{^_^}> [nixpkgs] @marsam merged pull request #72148 → watchexec: 1.10.3 -> 1.11.0 → https://git.io/JeumM
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jeu28
ts3 has quit [Ping timeout: 264 seconds]
ts3 has joined #nixos
halfbit has joined #nixos
leo_ has quit [Ping timeout: 265 seconds]
Jackneill has quit [Remote host closed the connection]
ts3 has quit [Ping timeout: 246 seconds]
ts3 has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
ris has quit []
ris has joined #nixos
snicket has quit [Ping timeout: 250 seconds]
ts3 has quit [Ping timeout: 276 seconds]
soju has joined #nixos
ts3 has joined #nixos
ts3 has quit [Ping timeout: 246 seconds]
ts3 has joined #nixos
ts3 has quit [Ping timeout: 250 seconds]
abathur has quit [Ping timeout: 265 seconds]
ts3 has joined #nixos
aleph- has quit [Ping timeout: 276 seconds]
jumper149 has quit [Ping timeout: 246 seconds]
ts3 has quit [Ping timeout: 246 seconds]
aleph- has joined #nixos
ts3 has joined #nixos
Okinan has quit [Quit: Konversation terminated!]
inkbottle has quit [Ping timeout: 240 seconds]
zeta_0 has joined #nixos
<zeta_0> why is this code throwing an error when i try to rebuild ?
<zeta_0> ensureUsers = {
<zeta_0> name = "";
<zeta_0> ensurePermissions = {};
<zeta_0> * = {
<zeta_0> []
<zeta_0> };
<zeta_0> };
ts3 has quit [Ping timeout: 276 seconds]
mexisme has quit [Ping timeout: 246 seconds]
ts3 has joined #nixos
<zeta_0> here is what i am trying to configure: https://nixos.org/nixos/options.html#services.postgresql.ensureusers
reallymemorable has quit [Quit: reallymemorable]
ts3 has quit [Ping timeout: 264 seconds]
ts3 has joined #nixos
drakonis has joined #nixos
snicket has joined #nixos
astrall33 has quit [Remote host closed the connection]
<pikajude> that's not valid syntax
<pikajude> * has to be a username
ts3 has quit [Ping timeout: 276 seconds]
gkmngrgn has quit [Ping timeout: 264 seconds]
<pikajude> err, no
<pikajude> looks like it's an array of objects
ts3 has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
judson__ has quit [Ping timeout: 268 seconds]
ts3 has quit [Ping timeout: 245 seconds]
drakonis_ has joined #nixos
ts3 has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #72202 → pythonPackages.koji: 1.13.0 -> 1.14.3, addressing CVE-2019-17109 → https://git.io/Jeua3
drakonis has quit [Ping timeout: 276 seconds]