gchristensen changed the topic of #nixos to: The Nix Ecosystem, https://nixos.org | NixOS: https://nixos.org/nixos/download.html | Nix: https://nixos.org/nix/download.html | Logs: https://logs.nix.samueldr.com/nixos/ | #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat
<infinisil> kyren: I'm not entirely sure why it wouldn't work with infinity though, what did you use for `systemd.services.<containers>`?
simukis_ has joined #nixos
<kyren> infinisil: it's definitely set to infinity, I didn't feel like going into detail, but I used `mapAttrs'` over `config.containers`
amf has quit [Quit: WeeChat 2.4]
<infinisil> kyren: Hm, try run `systemctl cat containers-...` to see whether it's actually set at runtime
<kyren> infinisil: I understand infinity is a bit aggressive
<infinisil> Values might get overwritten/merged together and stuff so the value you set isn't always what you get
kvda has joined #nixos
simukis__ has joined #nixos
simukis_ has quit [Ping timeout: 240 seconds]
<kyren> Yeah they all appear to have `TimeoutStartSec=infinity`, however this is the part where I was being especially vague, I think actually there were other timeouts taking place? I was also doing a remote deploy using a crappy home-grown nixos-like shell script which is using ssh to call <derivation>/bin/switch-to-configuration... I'm trying actually to move *away* from all that back to a more standard setup
philr has joined #nixos
amf has joined #nixos
Havvy has joined #nixos
<kyren> but it looks like that PR is a good start, it couldn't hurt to just try it again... I went all in trying to be fully reproducible on some important services, but what ends up happening is that I don't actually take the time to upgrade them in a timely manner, and my deployment procedure is finicky so that means that I definitely don't do it in a timely manner, I'd rather just go back to my configuration living in /etc/<nixos> and getting automatic
<kyren> channel upgrades
<amf> just wanted to say thanks for the help! rebooted and everything just works
<{^_^}> [nixops] @dsg22 opened pull request #1203 → Restore commandOutput resources → https://git.io/JeWd7
<kyren> infinisil: anyway thanks for telling me about the PR!
<kyren> infinisil++
<{^_^}> infinisil's karma got increased to 146
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/9bbad4c6254 (from 85 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<infinisil> :)
avn has joined #nixos
<{^_^}> [nix] @matthewbauer closed pull request #3129 → Don’t use stat --printf in nix-profile.sh → https://git.io/JeWzR
<{^_^}> [nix] @matthewbauer closed pull request #3135 → Don’t override system PATH in nix-profile.sh → https://git.io/JeWXF
thc202 has quit [Ping timeout: 245 seconds]
wfranzini has quit [Remote host closed the connection]
endformationage has quit [Ping timeout: 268 seconds]
wfranzini has joined #nixos
growpotk- has joined #nixos
o1lo01ol1o has joined #nixos
<craige> While I think of it @disasm - post the upgrade to 19.09, `gitea` was no longer able to read the keys files I had for it (via nixops). I've not got to the bottom of it yet but I thought I'd flag it with you as a "thing that might happen to you and others".
o1lo01ol1o has quit [Ping timeout: 240 seconds]
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeWFI
kleisli has quit [Quit: Leaving]
<aanderse> craige: when you say "keys" do you mean database.passwordFile? or...?
Havvy has quit [Ping timeout: 265 seconds]
drakonis has quit [Ping timeout: 250 seconds]
<craige> Sorry, as delivered by `deployment.keys` in via nixops aanderse - gitea is the only service I run can no longer read it's key file. I was flagging that with @disasm as both the maintainer an a fellow user that it's a "thing that may happen". I'm yet to work out the what's and whys (busy working on other things).
Havvy has joined #nixos
<aanderse> craige: ok, thanks. still curious specifically what you mean by keys. i assume either database.passwordFile or you're manually pushing in ${stateDir}/custom/conf/secret_key then?
<aanderse> (of course, as you mentioned, using nixops deployment.keys)
<craige> :-)
<aanderse> i also mention because @disa
<aanderse> ** disasm hasn't had a commit in about 2 years to the module
<aanderse> so i'm guessing he might not be as familiar with the module as he used to be... but that is just a guess
<craige> The slacker ;-) I also know he uses gitea though, so I was giving him a heads up too :-)
<aanderse> if you get around to looking into the problem i'm around for another 20-30 minutes tonight and would be happy to help
<craige> I *suspect* the permissions on /run/keys has changed. No proof yet :-)
<aanderse> PermissionsStartOnly was removed (by me) from the module
Rusty1 has joined #nixos
<aanderse> does your deployment.keys set permission of the files you're deploying to be owned by the gitea user?
<craige> Proven. Gitea needs to be added to the keys group now.
<aanderse> or are the keys owned by root
* craige modifies his nix files to include that.
<craige> THe leys are owned by the user. (in this case gitea)
<aanderse> ahh... right but the actual folder requires group of keys or something
<craige> /runs/keys is only traversable in 19.09 if the user is in th ekeys group - gitea was not (no one is)
<aanderse> right...
<aanderse> we should fix that :\
<craige> I manually added gitea to keys and it was fine.
<aanderse> i never really got into using deployment.keys with nixops, unfortuantely
<gyroninja> I upgraded to 19.09 and accidently locked myself out of the server
<craige> (key group)
<craige> So, one I added gitea to the keys group, it started fine.
<aanderse> gyroninja: oh no! thank goodness for generations added to your boot menu
<craige> +1 :-)
<aanderse> craige: glad to hear you're up and running
<gyroninja> aanderse: Well it's on digital oceans, so it means I have to go through the process of going to recovery mode and so forth
<aanderse> i guess it is kinda hard to figure out in the gitea module if the module should add itself to the keys group... so maybe that is just a documentation thing i guess
<craige> Do you consider that a bug (against nixops, I suspect) anderse or a misconfiguration on my end?
<aanderse> gyroninja: oh i'm sorry to hear that :(
<gchristensen> gyroninja: ouch. how'd you get locked out?
<craige> As deployment.keys is in NixOps nly, should not the bug be against NixOps to add users listed therein to the `keys` group?
<gyroninja> gchristensen: At the end of the upgrade it stopped a bunch of units including some which severed my ssh connection
<aanderse> craige: i'd have to think about it some more and understand the deployment.keys change (which i didn't know happened)
<gyroninja> I assume it just quit out of the upgrade and never made it to the part where it turns them back on
<aanderse> craige: the problem is that how would nixops know what keys you have correspond to what users?
<craige> It's listed there.
* craige grabs a link,
<gyroninja> It's not neccesarrily a 19.09 issue though
o1lo01ol1o has joined #nixos
<gchristensen> gyroninja: ow. what if you issue a reboot? will it come back up?
amir has quit [Ping timeout: 264 seconds]
<gyroninja> good idea
<craige> As I think 19.09 has change the permissions but NixOps needs to fix it by adding an extra step towork with 19.09.
<aanderse> craige: out of curiosity... those files, despite being .nix, are not copied into your store at all eh?
<aanderse> or the .text is just an example and you actually reference a real file?
<aanderse> i assume tha latter/
<gyroninja> Do you think it would be a better idea to launch upgrades from a screen if I am doing them manually?
<craige> I'm under the impression they're not :-)
<craige> (the secret.nix file)
<aanderse> <- quite unfamiliar with nixops deployment.keys
<craige> AFAIK it's used to generate the key file and *that* is copied up.
<craige> I only see the key files being copied at least.
<aanderse> ah. for the very brief time i used deployment.keys (and didn't really understand it at the time) i referenced files on the nixops file system
<craige> It's quite nifty. I've done a few blog posts using it (but no necessarilly explaining it deeply).
kleisli has joined #nixos
<aanderse> yeah i should really read more about deployment.keys. it has been over a year since i was looking into it. could be helpful.
<craige> It's the jam when you;re running your NixOps from a public git repo :-D
armin has quit [Ping timeout: 240 seconds]
<kyren> while you guys are talking about it, does nixops secrets management work well for declarative containers?
<aanderse> it seemed like a good idea for deploying our wildcard cert when i briefly looked into 1.5 years ago... but then we switched everything to letsencrypt
<craige> letsencrypt (acme) support in NixOS is a thing of grace and beauty.
<craige> I can't imagine why `deployment.keys` would not, kyren.
<aanderse> craige: will respectfully disagree, if only based on the fact that it only supports http and not dns
<craige> letsencrypt (acme) support for HTTPS in NixOS is a thing of grace and beauty.
<gchristensen> hehe
<craige> (amended) :-)
<aanderse> ha ha ha
<aanderse> yeah... now to push ahead with apache changes in nixos for 20.03 so i can agree that letsencrypt support for https on apache in nixos is a thing of grace and beauty
<craige> :-)
<craige> I should have problably added nginx to my increasingly long caveat :-)
<kyren> craige: yeah okay it gets put in /run/keys, and this is mounted in every container... there's no problems with permissions or anything inside the container? I'm asking a lot of questions because I was *very bad* and put gitlab secrets in the nix store in 19.03 and I have to fix it now :P
<craige> The /run/keys permissions appear to have been tightened in 19.09 and the actual key file is only readable by the group and user you define, kyren - so it's secure as you make it, to a certain extent.
<kyren> wait, no is it put into every container's filesystem?
<ashkitten> craige: *keanu reeves voice* you're a thing of grace and beauty!
boxscape has quit [Remote host closed the connection]
<kyren> right but I have to name a user for that container, right? that's what I'm asking, how does this interact with containers... maybe it just all works?
<kyren> remember I'm talking about *declarative* containers, not managed by nixops
Havvy has quit [Ping timeout: 265 seconds]
<craige> I'm going to have to shrug at this point. We've exited the real of what little I know, kyren :-(
<kyren> that's okay, maybe I shouldn't be using declarative containers anyway!
abathur has joined #nixos
kleisli has quit [Ping timeout: 240 seconds]
Havvy has joined #nixos
sigmundv has quit [Ping timeout: 240 seconds]
phI||Ip_Alternat has quit [Quit: ZNC 1.7.4 - https://znc.in]
phI||Ip has joined #nixos
Havvy has quit [Ping timeout: 265 seconds]
Havvy has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/df7e351af91 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<{^_^}> [nixpkgs] @marsam merged pull request #70676 → postgresql11Packages.pg_repack: 1.4.4 -> 1.4.5 → https://git.io/JeWf6
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeWFb
armin has joined #nixos
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 240 seconds]
iqubic` has joined #nixos
iqubic` has quit [Remote host closed the connection]
iqubic has quit [Ping timeout: 250 seconds]
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
pbb has quit [Client Quit]
pbb has joined #nixos
drakonis has joined #nixos
pbb has quit [Client Quit]
fusion809 has quit [Remote host closed the connection]
pbb has joined #nixos
pbb has quit [Client Quit]
pbb has joined #nixos
drakonis_ has quit [Ping timeout: 250 seconds]
minall has joined #nixos
<minall> Hello nix!
pbb has quit [Client Quit]
pbb has joined #nixos
Havvy has joined #nixos
pbb has quit [Client Quit]
pbb has joined #nixos
<pbb> Check this out: https://nixos.pbb.lc/packages/
isHavvy has quit [Ping timeout: 268 seconds]
<pbb> leave the tab open for a minute, then it should also work offline
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 252 seconds]
amir has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #70889 → jtc: init at 1.74 → https://git.io/JeWb3
growpotk- has quit [Ping timeout: 240 seconds]
doublex_ has joined #nixos
das_j has quit [Remote host closed the connection]
das_j has joined #nixos
doublex has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #70808 → visualvm: 1.4.3 -> 1.4.4 → https://git.io/JeWEe
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeWbR
doublex_ has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #70791 → gitAndTools.stgit: 0.19 -> 0.20 → https://git.io/JeWBQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeWbz
<{^_^}> [nixpkgs] @marsam merged pull request #70795 → tmatrix: 1.0 -> 1.1 → https://git.io/JeWRm
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeWbg
waleee-cl has quit [Quit: Connection closed for inactivity]
drakonis1 has joined #nixos
doublex has joined #nixos
srl295 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #70890 → pantheon: use latest vala → https://git.io/JeWbP
minall has quit [Quit: minall]
drakonis1 has quit [Quit: WeeChat 2.6]
drakonis_ has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #70891 → gnome3: use vala_0_46 → https://git.io/JeWbM
drakonis has quit [Ping timeout: 264 seconds]
liamdiprose has joined #nixos
abathur has quit [Ping timeout: 268 seconds]
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
kleisli has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
<hpfr[m]> All of my gtk apps are way oversized (dpi) now. Was a change made to unstable?
o1lo01ol1o has joined #nixos
justanotheruser has quit [Ping timeout: 240 seconds]
Rusty1 has quit [Remote host closed the connection]
Rusty1 has joined #nixos
justanotheruser has joined #nixos
sb0 has joined #nixos
mudrii has joined #nixos
<hpfr[m]> It turns out my environment variables controlling GTK DPI in my laptop config are somehow getting into my desktop config
hpfr has joined #nixos
kleisli has quit [Ping timeout: 250 seconds]
kleisli has joined #nixos
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
iqubic has joined #nixos
felixfoertsch23 has quit [Remote host closed the connection]
felixfoertsch has joined #nixos
rsoeldner has quit [Remote host closed the connection]
otulp has quit [Remote host closed the connection]
rsoeldner has joined #nixos
ddellacosta has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
dansho has quit [Quit: Leaving]
ddellacosta has quit [Ping timeout: 268 seconds]
evanjs has quit [Ping timeout: 240 seconds]
bahamas has joined #nixos
wfranzini has quit [Remote host closed the connection]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
rsoeldner has quit [Ping timeout: 276 seconds]
kleisli has quit [Ping timeout: 265 seconds]
rsoeldner has joined #nixos
rsoeldner has quit [Ping timeout: 276 seconds]
Cale has quit [Ping timeout: 250 seconds]
rsoeldner has joined #nixos
madhukar93_ has joined #nixos
<madhukar93_> Need some help from KDE users. I have two long standing issues. I can't control brightness from KDE(power management is enabled, but I don't see the brightness control in the power management widget. The brightness keys used to work as well, but now they aren't). I'm on the unstable channel, it was working in the 19.03 release, does anyone have a similar issue?
Cale has joined #nixos
palo1 has joined #nixos
rsoeldner has quit [Ping timeout: 246 seconds]
hyper_ch2 has joined #nixos
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<hyper_ch2> eyJhb: it seems to work ok... still need to create that startup script though.... one problem still remains: how to get the dhcp ip address during initrd phase from the docking station
hyper_ch2 has quit [Remote host closed the connection]
hyper_ch2 has joined #nixos
Cale has quit [Ping timeout: 245 seconds]
orivej has joined #nixos
<bahamas> I'm trying to install pypi2nix and I get this error "error: invalid regular expression '^(.*/|)\.eggs/.*', at /nix/store/nz3ki8viypiid9rxbiryrfr0qbqmz57v-source/default.nix:24:26". the strange part is I don't see that regex in the project's gitignore: https://github.com/nix-community/pypi2nix
<bahamas> anyone have any idea what's going on?
gila has joined #nixos
<evax> madhukar93_: I had the same problem, and fixed it using this workaround https://github.com/NixOS/nixpkgs/issues/24563#issuecomment-315056605
Cale has joined #nixos
mounty has quit [Ping timeout: 240 seconds]
<eyJhb> hyper_ch2: that is a whole other level of PTSD you want there :p
mounty has joined #nixos
<hyper_ch2> although something weird happened last night... it froze the displays at a certain time when I didn't use the notebook for a while... no idea
<hyper_ch2> besides that and (the boot up rpoblem with running a script), it works fine
<hyper_ch2> so for kernel 5.3.1 just use latest commit for evdi and your patches
<ivan> you can do whatever you want in boot.inird.postMountCommands if you know what to do
<ivan> boot.initrd.postMountCommands
<hyper_ch2> eyJhb: it would be really nice to get the initrd dhcp ip through the docking station... that would allow me to remotely reboot my notebook ;9
<{^_^}> [nixpkgs] @vbgl opened pull request #70893 → ocamlPackages.spelll: init at 0.3 → https://git.io/JeWA4
hyper_ch has quit [Quit: ZNC 1.7.4 - https://znc.in]
hyper_ch has joined #nixos
pie_ has quit [Ping timeout: 240 seconds]
rsoeldner has joined #nixos
Ariakenom has joined #nixos
<eyJhb> hyper_ch2: there is, nice to have, and need to have :p
<hyper_ch2> eyJhb: it's both the same for me :)
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/8d0dc8d737c (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
m0rphism has joined #nixos
rsoeldner has quit [Ping timeout: 276 seconds]
pie_ has joined #nixos
Heirlung has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
wfranzini has joined #nixos
dbmikus_ has joined #nixos
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #70895 → atom, atom-beta: 1.36.1 -> 1.41.0, 1.37.0-beta0 -> 1.41.0-beta0 → https://git.io/JeWAd
Heirlung has joined #nixos
dbmikus_ has quit [Ping timeout: 240 seconds]
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed to master « nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr »: https://git.io/JeWxe
Jackneill has joined #nixos
Jackneill has quit [Remote host closed the connection]
hyper_ch2 has joined #nixos
Jackneill has joined #nixos
Jackneill has quit [Remote host closed the connection]
Ariakenom has quit [Remote host closed the connection]
Jackneill has joined #nixos
Tucky has joined #nixos
jsomedon has joined #nixos
Ariakenom has joined #nixos
jsomedon has left #nixos [#nixos]
schjetne has joined #nixos
o1lo01ol1o has quit [Ping timeout: 265 seconds]
felixfoertsch has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
Synthetica has joined #nixos
<Ariakenom> can I get auto log in for skype?
gagbo has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @Tomahna opened pull request #70897 → bloop: 1.3.2 -> 1.3.4 → https://git.io/JeWxO
gagbo has joined #nixos
cfricke has joined #nixos
<{^_^}> [nix] @edolstra pushed to 2.3-maintenance « nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexpr »: https://git.io/JeWxc
<hyper_ch2> eyJhb: is there a reason why you didn't submit your patches for inclusion in nixos?
<Izorkin> aanderse: need completely removed in the package mariadb dev output? To use only libmysql
<talyz> kyren: do declarative containers even support deployment.keys, or do you mean deploying with nixops to a remote machine which runs containers?
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<eyJhb> hyper_ch2: because I don't think silently downgrading xorg.server is a solution...
<eyJhb> And the discussion somewhat died, as there is pretty much none who relies on it.. :/
<hyper_ch2> why is the downgarde needed?
fendor has joined #nixos
<eyJhb> hyper_ch2: does it work for you without it?
<hyper_ch2> haven't tried
<hyper_ch2> I just trusted your wise words :)
<{^_^}> DisplayLink/evdi#133 (by cacarr-pdxweb, 1 year ago, open): xorg-server > 1.19
<eyJhb> And I haven't gotten it to work with those suggested changes
<eyJhb> So basically, it is borked without :p
<talyz> kyren: also, you're not bad for putting gitlab secrets in the store in 19.03 - you were forced to: the support for secret files is new in 19.09 ;)
<hyper_ch2> eyJhb: thx
hyper_ch2 has quit [Remote host closed the connection]
gagbo has quit [Ping timeout: 240 seconds]
hyper_ch2 has joined #nixos
gagbo has joined #nixos
tilpner has joined #nixos
<madhukar93_> evax: Already tried that. It did not work for me. Here's more detail https://stackoverflow.com/questions/58317968/nixos-kde-powermanagement-does-not-have-brightness-control
<hyper_ch2> eyJhb: I'll test more on the weekend. Thanks for all the help
<{^_^}> [nixpkgs] @nlewo opened pull request #70898 → next: 1.3.1 -> 1.3.4 → https://git.io/JeWxz
fusion809 has joined #nixos
tilpner has quit [Client Quit]
<madhukar93_> This bit seems to be the culprit `DBus Backend error: service start org.kde.powerdevil.backlighthelper failed: Bus name not found in system service directory`
<madhukar93_> Seems like a problem that should be widespread
<eyJhb> hyper_ch2: feel free to test it out! I have just spent days on DL, and don't have the time for it now
<eyJhb> I think in total I have used a week on it.. :p
<eyJhb> And no problem! I love helping with my very limited help :%
<hyper_ch2> :)
<hyper_ch2> there's still the dockings station network dhcp initrd problem..... ;)
<eyJhb> GO go go go
<eyJhb> Does the saying "Free" work in english as well? "Fri" in Danish
thc202 has joined #nixos
graf_blutwurst has joined #nixos
<sphalerite> eyJhb: in that context, definitely
<graf_blutwurst> Hey I was wondering if someone knows how I can specify a minor version of the used kernel module? Last working for me was 4.19.71 and then I updated to 4.19.75 and now 4.19.78 and both of them kernelpanic. Right now it's running with the latest 5 kernel but that's a bit janky
<eyJhb> sphalerite: Like "free", and then touch your nose and the last one to do it, has to do the thing none wanted to do?
<shyim6> How can i disable that nix is replacing my shebangs?
<shyim6> I have already corrected it to /usr/bin/env bash, still it replaces with the /nix/store path :D
shyim6 is now known as shyim
veske has joined #nixos
bahamas has quit [Ping timeout: 265 seconds]
<sphalerite> eyJhb: oh, no (-> #nixos-chat :D )
<sphalerite> shyim: what's the problem with that?
<shyim> I use the same scripts for local and inside the docker container
<shyim> So i would prefer /usr/bin/env bash so
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @Tomahna opened pull request #70899 → mopidy-iris: 3.40.0 -> 3.41.1 → https://git.io/JeWx1
<shyim> patchShebangs = false; didnt work
<jonge[m]> if i have some /nix/store/blabla path that gets garbage collected but i would like to prevent that - is there some command that sets a symbolic link in the anti-garbage-collection folder?
<madhukar93_> `DBus Backend error: service start org.kde.powerdevil.backlighthelper failed: Bus name not found in system service directory` fixed by specifying `powerdevil` as a system dependency which installed a different version of the package, and fixed it. Does the KDE plasma package have to be updated to point to the specific version that worked?
<madhukar93_> `Oct 10 13:45:30 blackbox xsession[2291]: invalid metadata "/run/current-system/sw/lib/qt-5.12.3/plugins/powerdevilkeyboardbrightnesscontrolaction_config.so"` Still seem dicey, can anyone help me understand this?
hmpffff has joined #nixos
<madhukar93_> https://github.com/NixOS/nixpkgs/issues/57660 this doesn't seem fixed either, getting it for the latest version
<{^_^}> #57660 (by matthewbauer, 29 weeks ago, closed): kazam on Linux throws error on first run
<kyren> talyz: I don't think declarative containers even support deployment.keys, it's kind of annoying, I think nixops just wants to manage the containers itself and maybe I should let it
<NinjaTrappeur> jonge, nix-store -r --add-root $path_to_your_drv
asheshambasta has joined #nixos
<jonge[m]> NinjaTrappeur: thank you!
mexisme has joined #nixos
graf_blutwurst has quit [Remote host closed the connection]
<Taneb> What could cause my Hydra server to report "uncaught exception building ‘/nix/store/xg6gslgkwqp8wjk7113wfpn6ghk34hn6-foo.drv’ on ‘nix@myremotebuilder.myrtle’: std::bad_alloc"?
asymptotically has joined #nixos
seqizz has joined #nixos
<{^_^}> [nixpkgs] @flokli closed pull request #69768 → python37Packages.google_resumable_media: 0.3.2 -> 0.4.1 → https://git.io/JeZzK
<asheshambasta> https://gist.github.com/asheshambasta/1f34a11689d693bb7420720eae2ffe4f -- So I'm trying to write a custom definition but I don't know if this is correct.
<seqizz> Hi there, I see linuxPackages_5_2 is not in 19.09 yet. Should I wait for more versions to appear there or shall I switch to testing kernel? (I need 5.2+)
<asheshambasta> Or if it needs improvement.
Boomerang has joined #nixos
<asheshambasta> also, I'm unable to find references to how to use custom derivations like these. For example; if I create this file in /etc/nixos/termonad.nix; how do I ask nix to run this derivation in configuration.nix and store the resulting executable in the nix repository of installed packages?
ThatDocsLady has joined #nixos
<seqizz> Aaah nevermind seems like 5_2 is EOL before 20.03
seqizz has quit [Client Quit]
<asheshambasta> do I need to import anything in my configuration.nix? Is there any reading material that explains the basics like these?
ericsagnes has quit [Ping timeout: 250 seconds]
mexisme has quit [Read error: Connection reset by peer]
ericsagnes has joined #nixos
mexisme has joined #nixos
<talyz> kyren: Which nixops backend are you using for this?
<NinjaTrappeur> asheshambasta, there are several ways to do that. You can either use a nixpkgs overlay, you can override nixpkgs to add your pkgs or you can simply import your custom derivations in your configuration.nix using callPackage
<kyren> talyz: I'm actually not using nixops at all right now, for the purposes of discussion I'm using something similar to the morph tool if you're familiar with that (but I made it myself and it sucks and I'd like to switch to morph or nixops)
cransom has quit [Quit: WeeChat 2.4]
<kyren> talyz: but I'm actually at kind of a loss as to how to sanely manage keys in declarative containers, I can bind mount things from the parent container but I'm not yet sure how to set the permissions correctly
<kyren> talyz: I'm debating on whether trying to switch to nixops and imperative containers, or to do something else entirely, or to try to not change very much but just somehow manage keys sanely, I know keeping keys in the nix store is not great but I'm trying to find the easiest direction to go from here
<kyren> talyz: I could just of course upload keys to the containers themselves imperatively and just move on with my life
<manveru> kyren: i just did a script that wraps the deploy and scp the key afterwards
<manveru> it's not as fancy as nixops, with a service and stuff, but works for my case...
Makaveli7 has joined #nixos
marusich has joined #nixos
ng0 has joined #nixos
<kyren> manveru: do you just copy things to declarative containers directly, like you scp to the container itself?
<manveru> jup
<kyren> yeah that works
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
kvda has joined #nixos
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
<wedens> what's the simplest way to downgrade systemd to 242?
mexisme has quit [Read error: Connection reset by peer]
<wedens> seems like src override may not be enough
mexisme has joined #nixos
mexisme has quit [Client Quit]
mexisme has joined #nixos
rsoeldner has joined #nixos
<kyren> oh, I'm an idiot, there's no UID remapping if containers are privileged, that makes my life vastly easier
<{^_^}> [nixpkgs] @flokli opened pull request #70900 → python.pkgs.google_cloud_storage: propagate setuptools → https://git.io/JeWp7
<talyz> kyren: Ah, I see. Well, the sectrets handling is certainly an upside to nixops :)
<asheshambasta> so now, thanks to a ton of help from NinjaTrappeur, I've been able to write this derivation and 'import' it into my configuration.nix. I'm seeing errors: https://gist.github.com/asheshambasta/1f34a11689d693bb7420720eae2ffe4f#file-errors-txt which I cannot seem to find the reason for.
<asheshambasta> understandably, my derivation is also a mishmash of https://discourse.nixos.org/t/how-to-install-package-from-github/444
<asheshambasta> (and is also ripe for improvement)
<{^_^}> [nixos-weekly] @domenkozar pushed to master « Add 2019/13 »: https://git.io/JeWpp
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
Tucky has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @FRidh closed pull request #68314 → buildPython*: propagate setuptools → https://git.io/Jees8
<{^_^}> [nixpkgs] @mmahut merged pull request #70790 → stellarium: 0.19.1 -> 0.19.2 → https://git.io/JeWBy
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhm
<{^_^}> [nixpkgs] @mmahut merged pull request #70706 → pipewire: 0.2.6 -> 0.2.7 → https://git.io/JeWkc
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhY
<{^_^}> [nixpkgs] @mmahut merged pull request #70664 → multipath-tools: 0.8.2 -> 0.8.3 → https://git.io/JeChl
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhO
<{^_^}> [nixpkgs] @mmahut merged pull request #70592 → geos: 3.7.2 -> 3.7.3 → https://git.io/JeCDV
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhs
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #70565 → dpic: 2016.01.12 -> 2019.08.30 → https://git.io/JeCPn
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhG
<{^_^}> [nixpkgs] @mmahut merged pull request #70552 → barrier: 2.3.1 -> 2.3.2 → https://git.io/JeC6S
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhZ
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #69896 → python37Packages.sphinxcontrib_plantuml: 0.17 -> 0.17.1 → https://git.io/JeZMc
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhn
<{^_^}> [nixpkgs] @mmahut merged pull request #69891 → python37Packages.txtorcon: 19.0.0 -> 19.1.0 → https://git.io/JeZ1e
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhc
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #69845 → python37Packages.PyChromecast: 3.2.3 -> 4.0.1 → https://git.io/JeZoq
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhC
<{^_^}> [nixpkgs] @mmahut closed pull request #69775 → python37Packages.cassandra-driver: 3.18.0 -> 3.19.0 → https://git.io/JeZgf
<{^_^}> [nixpkgs] @mmahut merged pull request #69860 → python37Packages.limnoria: 2019.02.23 -> 2019.09.08 → https://git.io/JeZ62
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeWhW
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69911 → python37Packages.python-rapidjson: 0.7.2 -> 0.8.0 → https://git.io/JeZy7
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JeWhl
ubert has joined #nixos
<arianvp> what is /run/current-system profile actually being used for? shouldnt most components in nixos talk to nix store directly instead?
<arianvp> is it just for PATH?
<clever> arianvp: i think the main thing is just somewhere to point $PATH, and to act as a gc root
<clever> and some other minor search paths that go into env vars, like man pages
FRidh has joined #nixos
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
marusich has quit [Remote host closed the connection]
fusion809 has quit [Remote host closed the connection]
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
captn3m0 has quit [Ping timeout: 240 seconds]
rkv has joined #nixos
<aanderse> Izorkin: catcan you please link PR?
mexisme has quit [Read error: Connection reset by peer]
fendor has quit [Quit: Leaving]
mexisme has joined #nixos
<Izorkin> aanderse: not created, i clarify need or not. Some continue to use mysql-client.dev and encounter errors - https://github.com/NixOS/nixpkgs/pull/70879
<{^_^}> #70879 (by callahad, 13 hours ago, open): mariadb-client: create symlinks for libmariadb
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rsoeldner has quit [Ping timeout: 240 seconds]
rsoeldner has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b closed pull request #69823 → pim-data-exporter: Add missing dependencies (backport) → https://git.io/JeZVA
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
<aanderse> Izorkin: i understand. are you going to create PR to remove or fix?
<asheshambasta> https://gist.github.com/asheshambasta/1f34a11689d693bb7420720eae2ffe4f#file-errors-txt -- for this, I think I'm probably missing something in my custom derivation; my naive way of reasoning about it, it seems like the results are being put somewhere they're not supposed to be put.
pbb has quit [Client Quit]
pbb has joined #nixos
<Izorkin> aanderse: https://github.com/NixOS/nixpkgs/pull/70879#issuecomment-540488427 suggested using libmysql
<callahad> Still feels like we should fix the
<{^_^}> [nixpkgs] @marsam merged pull request #70697 → spotifyd: 0.2.18 -> 0.2.19 → https://git.io/JeWT3
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JeWjU
<callahad> .dev output, right?
<aanderse> yes that fixed the problem thanks for that!
<philipp[m]> aaron: Great work on that new php-fpm configuration!
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
psyanticy has joined #nixos
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
<aanderse> philipp: thank you. credit to Izorkin as well for initial work :-)
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JeWjL
<philipp[m]> Great work by them, too!
rsoeldner has quit [Ping timeout: 265 seconds]
<asheshambasta> is there anyhwere I can read about in what cases a custom derivation can cause a permission denied error?
<{^_^}> [nixpkgs] @callahad closed pull request #70879 → mariadb-client: create symlinks for libmariadb → https://git.io/JeW9W
<asheshambasta> I've unable to find anything similar or what to refer to
<clever> asheshambasta: any time you try to write to one of your inputs
rsoeldner has joined #nixos
dsg has joined #nixos
<asheshambasta> an 'input' being?
<clever> asheshambasta: any other derivation you recieved as an input
<clever> asheshambasta: a derivation can only write to $out or $NIX_BUILD_TOP
<asheshambasta> I see.
captn3m0 has joined #nixos
<asheshambasta> I still don't completely understand though
<clever> asheshambasta: can you pastebin the nix expr, and the full output when it fails?
<asheshambasta> https://discourse.nixos.org/t/how-to-install-package-from-github/444 the buildPhase here 'writes' the result file to a location other than the ones you mentioned right?
<clever> asheshambasta: you cant use nix-build inside a derivation
<asheshambasta> yeah, so I adapted it to the one in the gist
<clever> asheshambasta: that sets the buildPhase to "/nix/store/rcka5aqdhlnyb260d0wvbz2acxb8cvsx-source/default.nix"
mexisme has quit [Read error: Connection reset by peer]
<clever> asheshambasta: does that file have the +x bit?, no, so permission denied, you cant exeute it
gila has joined #nixos
mexisme has joined #nixos
<clever> ,ifd asheshambasta
<{^_^}> asheshambasta: 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."
<asheshambasta> you mean the `default.nix` file needs to be +x?
<clever> asheshambasta: no, i mean your doing it all write, and the lack of +x is stopping things from going any further
<clever> doing it all wrong*
<clever> default.nix is not a shell script
<clever> so you cant run it in a shell script
<asheshambasta> makes sense
<asheshambasta> basically, all I'm trying to do is replicate the build instructions on that package via a nix derivation so that i can have it as a nix file instead of nix-env
<clever> asheshambasta: https://gist.github.com/cleverca22/7b604cab0bdd345a3e6228968313cd38 will probably get you closer
<clever> yeah, you want IFD, refer to what {^_^} said above
<clever> and the gist i linked
<asheshambasta> okay, thanks, I'll give it a shot
<clever> the default.nix defines a function, so you need to at least add a {} at the end of my example, to call it with something
<clever> and it then returns a derivation
<clever> updated my gist
<clever> asheshambasta: https://discourse.nixos.org/t/how-to-install-package-from-github/444/3 and the answer is already in the link you gave
<asheshambasta> yeah I updated it, still same error actually.
<clever> exact same error? it shouldnt be
<asheshambasta> clever: yeah, in my former gist, I was using that solution, but I had wrongly copied that into my buildPhase for some reason
<asheshambasta> seeing your gist and this one I can better connect the dots, however the error message doesn't chane
<asheshambasta> change*
rsoeldner has quit [Remote host closed the connection]
<clever> can you paste another gist with your latest code?
rsoeldner has joined #nixos
<asheshambasta> clever: actually, that was my bad, sorry about that.
mudrii has quit [Remote host closed the connection]
<asheshambasta> so does nix see that there's a default.nix file in the tarball and evaluate it?
<asheshambasta> the import statement simply says that this source code is on GH and I need to pull it down, right?
<clever> fetchFromGithub is a function, that will generate a derivation, which fetches things (from github)
<clever> it returns a string, pointing to a directory where the fetched thing exists
<asheshambasta> ok
<clever> "/nix/store/rcka5aqdhlnyb260d0wvbz2acxb8cvsx-source" in this case
<clever> import will just take the path to a .nix file, and return whatever the top-level expr is
<clever> if you give import the path to a directory, it loads the default nix file
<asheshambasta> what if this repo had no default.nix?
<clever> then you need to add another string onto the string
<dsg> Anyone familiar with the customCommand resource in nixops? According to #1048, resources.commandOutput."name".script should return JSON, but I always get back a string in resources.commandOutput."name".value. Am I misunderstanding this thing?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/1048 (by falsifian, 6 years ago, merged): firefox: add an option to build with debugging enabled.
<clever> let src = fetchFromGitHub {...}; in import "${src}/release.nix"
<clever> asheshambasta: which was in the reply on the discourse page
<clever> asheshambasta: in the case of termonad, the default.nix returns a function, so you then have to give that function some arguments
<clever> which turns into: import ${src} {}
<asheshambasta> ok, and if no explicit nix file is mentioned in that 'string', a default.nix is assumed?
<asheshambasta> (much like what nix-build does)
<clever> yeah
rkv has quit [Remote host closed the connection]
<asheshambasta> okay, yeah, that makes things much clearer, thanks a lot
rkv has joined #nixos
mexisme has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
oida has quit [Quit: byez]
bahamas has joined #nixos
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
feep_ has joined #nixos
feep has quit [Disconnected by services]
<{^_^}> [nixpkgs] @pille closed pull request #70859 → add documentation for booting ISO image via grub → https://git.io/JeWXr
bahamas has quit [Ping timeout: 245 seconds]
mexisme has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 6 commits to master: https://git.io/JeWjP
<{^_^}> [nixpkgs] @pille reopened pull request #70859 → add documentation for booting ISO image via grub → https://git.io/JeWXr
<{^_^}> [nixpkgs] @vcunat merged pull request #70576 → Scylladb: fix build under sandboxing → https://git.io/JeCXM
jb55 has quit [Ping timeout: 260 seconds]
joshuagl has joined #nixos
rsoeldner has quit [Ping timeout: 245 seconds]
gxt has quit [Remote host closed the connection]
rsoeldner has joined #nixos
iqubic` has joined #nixos
jb55 has joined #nixos
tilpner has joined #nixos
iqubic has quit [Ping timeout: 250 seconds]
Cale has quit [Ping timeout: 276 seconds]
NoctisLabs has quit [Read error: Connection reset by peer]
tghume has quit [Ping timeout: 250 seconds]
rsoeldner has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 268 seconds]
rsoeldner has joined #nixos
klntsky has quit [Remote host closed the connection]
klntsky_ has joined #nixos
ng0 has quit [Remote host closed the connection]
orivej has joined #nixos
asymptotically2 has joined #nixos
asymptotically is now known as Guest37136
asymptotically2 is now known as asymptotically
chenhq2005 has joined #nixos
Guest37136 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @xrelkd opened pull request #70902 → cargo-bloat: 0.8.3 -> 0.9.0 → https://git.io/JeWjx
Cale has joined #nixos
cfricke has quit [Ping timeout: 250 seconds]
hyper_ch2 has quit [Remote host closed the connection]
<Arahael> I can't start libreoffice, how do I investigate?
chenhq2005 has quit [Quit: No Ping reply in 180 seconds.]
<Arahael> Quite literally: Nothing happens. The only observable outcomes are: 1. The command does not return, and 2. There are a bunch of libreoffice related processes running in ps.
tghume has joined #nixos
<Arahael> Actually, I'll try killing all of them, I previously only killed 'libreoffice'.
<Arahael> Well, whatdoyouknow, that worked. :)
rsoeldner has quit [Ping timeout: 246 seconds]
fendor has joined #nixos
asheshambasta has quit [Ping timeout: 246 seconds]
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @minijackson opened pull request #70903 → alot: fix hardcoded Python in Zsh completion → https://git.io/Jeles
ng0 has joined #nixos
<{^_^}> [nixpkgs] @saschagrunert opened pull request #70904 → sonobuoy: 1.15.0 -> 1.16.1 → https://git.io/Jelel
<gchristensen> Pantheon looks pretty good on NixOS https://hydra.nixos.org/build/102790646/download/1/screen.png
<hyper_ch2> what's pantheon?
<hyper_ch2> (except that greek building for all the gods)
<{^_^}> [nixpkgs] @saschagrunert opened pull request #70905 → kubernetes: 1.15.4 -> 1.16.1 → https://git.io/Jele4
<gchristensen> the wm(pm?de?) from elementary.io
<hyper_ch2> ah
<__monty__> Ah, thought bodi. But they use enlightenment probably.
rsoeldner has joined #nixos
ng0_ has joined #nixos
ng0 is now known as Guest59160
ng0_ is now known as ng0
Guest59160 has quit [Ping timeout: 260 seconds]
<Ariakenom> anyone has tips wrt thermal control and fan noise for laptops?
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
<tokudan[m]> Ariakenom: have you checked the https://github.com/NixOS/nixos-hardware repo?
vuko has joined #nixos
<Ariakenom> I have not. will check
karetsu has joined #nixos
<{^_^}> [nixos-weekly] @domenkozar pushed to master « Add 2019/13 »: https://git.io/Jeler
fusion809 has joined #nixos
rkv has quit [Remote host closed the connection]
<Ariakenom> tokudan[m]: I don't find anything relevant. I checked some other dell models but none seemed to do anything like that
gxt has joined #nixos
ericsagnes has quit [Ping timeout: 250 seconds]
<{^_^}> [nixos-weekly] @domenkozar merged pull request #99 → Call for Content: 2019/13 → https://git.io/fjhn5
<{^_^}> [nixos-weekly] @domenkozar pushed 7 commits to production: https://git.io/Jele1
<{^_^}> [nixpkgs] @aanderse merged pull request #70010 → mariadb-connector-c: fix socket path → https://git.io/JeZNU
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JeleM
<{^_^}> [nixos-weekly] @domenkozar pushed to master « Call for Content: 2019/14 »: https://git.io/JeleD
<{^_^}> [nixos-weekly] @domenkozar opened pull request #103 → Call for Content: 2019/14 → https://git.io/Jeley
Ariakenom has quit [Remote host closed the connection]
Tucky has joined #nixos
Ariakenom has joined #nixos
ericsagnes has joined #nixos
<karetsu> is clamav a known issue on 19.03? I just want to be able to run a clamscan but with nix-shell -p clamav it can't find *clamav*/share/clamav and the deamon just times out on service start
chenhq2005 has joined #nixos
<karetsu> I found a github issue for 16.09 but that appeared to have been fixed
asheshambasta has joined #nixos
Sellerie has left #nixos ["The Lounge - https://thelounge.github.io"]
<karetsu> ah, nvm, seems that after the 4th nixos-rebuild it finally started the service
<{^_^}> [nixpkgs] @c0bw3b closed pull request #69754 → postgresql11Packages.pg_partman: 4.1.0 -> 4.2.0 → https://git.io/JeZuK
karetsu has quit [Quit: WeeChat 2.4]
veske2 has joined #nixos
<Izorkin> aanderse: example variant - https://pastebin.com/U3PXDVsB
ee194350 has quit [Ping timeout: 276 seconds]
<aanderse> Izorkin: looks good
ee194350 has joined #nixos
veske has quit [Ping timeout: 268 seconds]
virus_dave has joined #nixos
drakonis has joined #nixos
drakonis_ has quit [Ping timeout: 240 seconds]
alex`` has joined #nixos
rsoeldner has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @xrelkd opened pull request #70908 → go-ethereum: 1.9.5 -> 1.9.6 → https://git.io/Jelej
rsoeldner has joined #nixos
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
alex`` has quit [Ping timeout: 240 seconds]
alex`` has joined #nixos
Ariakenom_ has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
veske2 has quit [Quit: This computer has gone to sleep]
Ariakenom has quit [Ping timeout: 240 seconds]
chenhq2005 has quit [Quit: No Ping reply in 180 seconds.]
<higherorder> Hey! How can I list the caches that I've configured for nix?
<higherorder> I added a cache the other day but forgot the URL
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/9bbad4c6254 (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
<joepie91> what is going on here? why are /dev/sda and /dev/vda2 missing from the list of UUID'd symlinks?
<joepie91> (this seems to be the cause of my system failing to boot because LVM cannot find the block devices)
millerj has joined #nixos
<clever> higherorder: nix show-config | grep sub
obadz has quit [Ping timeout: 240 seconds]
iyzsong has joined #nixos
chenhq2005 has joined #nixos
sam_d has joined #nixos
is_null has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69773 → leftwm: 0.1.9 -> 0.1.10 → https://git.io/JeZzQ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelvO
<millerj> I have an unmerged PR (#69130) for a vim plugin and wrapper. This is my first non-trivial derivation in Nixpkgs and I would appreciate it if anyone has time to look at it.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/69130 (by millerjason, 2 weeks ago, open): vimacs: init at 2016-03-24
hyper_ch2 has quit [Remote host closed the connection]
fendor has quit [Ping timeout: 240 seconds]
<ajs124> higherorder: how did you add it?
chenhq2005 has quit [Quit: No Ping reply in 180 seconds.]
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
veske2 has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
bahamas has joined #nixos
fendor has joined #nixos
<manveru> blueman seems broken on 19.09, it fails startup because it can't find a `blueman-mechanism.service`
mudrii has joined #nixos
Okinan has quit [Quit: Konversation terminated!]
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
z0 has joined #nixos
zzz has quit [Ping timeout: 245 seconds]
z0 is now known as zzz
chenhq2005 has joined #nixos
feep has joined #nixos
acowley has quit [Ping timeout: 240 seconds]
rsoeldner has quit [Ping timeout: 276 seconds]
alex`` has quit [Ping timeout: 265 seconds]
feep_ has quit [Ping timeout: 264 seconds]
acowley has joined #nixos
chenhq2005 has quit [Quit: No Ping reply in 180 seconds.]
chenhq2005 has joined #nixos
millerj has quit []
ericsagnes has quit [Ping timeout: 276 seconds]
alex`` has joined #nixos
ericsagnes has joined #nixos
veske2 has quit [Quit: This computer has gone to sleep]
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos
<mog> i thought 19.09 was using gnome 3.34 its whats it in master but not in unstable or 19.09
chenhq2005 has quit [Quit: No Ping reply in 180 seconds.]
<sphalerite> manveru: services.blueman.enable
hyper_ch2 has joined #nixos
drakonis_ has joined #nixos
<{^_^}> [nix] @edolstra pushed to master « nix verify: Fix uninitialized variable »: https://git.io/Jelfv
leo_ has joined #nixos
<{^_^}> [nix] @edolstra pushed to 2.3-maintenance « nix verify: Fix uninitialized variable »: https://git.io/Jelff
chenhq2005 has joined #nixos
Tucky has quit [Ping timeout: 265 seconds]
drakonis has quit [Ping timeout: 276 seconds]
drakonis has joined #nixos
chenhq2005 has quit [Client Quit]
<{^_^}> [nixpkgs] @yrashk opened pull request #70909 → streamlit: init at 0.47.4 → https://git.io/JelfI
philr has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @timokau opened pull request #70910 → python.pkgs.tensorflow: 1.14.0 -> 2.0. → https://git.io/JelfY
chenhq2005 has joined #nixos
Ariakenom_ has quit [Ping timeout: 240 seconds]
<ben> Is there way prospect for getting 3d acceleration out of the box for apps installed with nixpkgs on non-nixos linux?
jmeredith has joined #nixos
doublex has quit [Ping timeout: 245 seconds]
<sphalerite> ben: not really AFAIK. Issue on the topic: #62169
<{^_^}> https://github.com/NixOS/nixpkgs/issues/62169 (by matthewbauer, 19 weeks ago, open): Support libGL in non-NixOS Nixpkgs
m0rphism has quit [Ping timeout: 240 seconds]
<ben> is this more of a WONTFIX design issue or a "no one sufficiently cares to work on it" issue? I don't entirely understand how acceleration works/why it doesn't
<ben> (I've come to terms with my firefox not being accelerated, but the other day I tried to install alacritty and it couldn't even start up, which made me sad)
chenhq2005 has quit [Quit: No Ping reply in 180 seconds.]
doublex has joined #nixos
oscarvarto has joined #nixos
<Athas> Works fine in NixOS!
chenhq2005 has joined #nixos
m0rphism has joined #nixos
<sphalerite> ben: I think it's more the latter
ddellacosta has joined #nixos
<ben> aight thats promising
<sphalerite> but also it's hard to solve AFAIK
<ben> Athas: yeah im happy with nixos at home, but my employer prescribes ubuntu developer machines for some integrations and i dont want to start fights with IT/security
<sphalerite> but according to the issue text you can make it work with some LD_LIBRARY_PATH setting (idk what though)
<sphalerite> ben: run a nixos vm? :p
chenhq2005 has quit [Read error: Connection reset by peer]
<ben> will probably run into even more issues :<
<sphalerite> I recently migrated a windows installation from hardware to a VM with PCI passthrough for the graphics card, it went pretty well and performs great — and now there's a nixos around it :D
mudrii has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed 36 commits to flakes: https://git.io/JelfM
doublex has quit [Ping timeout: 245 seconds]
ardumont has quit [Ping timeout: 276 seconds]
Ariakenom_ has joined #nixos
<cyris212> Anyone else having problems getting their Yubikey GPG smartcard to work with 19.09?
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
<orbekk> cyris212: I've had permission issues lately, but I haven't had time to investigate. if I take it out and put it back in it works for me
<hyper_ch2> no, I don't use yubikey
doublex has joined #nixos
<raboof> cyris212: I have it working with nixos-unstable. I added `services.pcscd.enable = true` and `services.udev.packages = [ pkgs.yubikey-personalization ];`
<raboof> cyris212: I'm using it for signing git commits. what are you using it for and in what way does it not work?
<Ariakenom_> I'm trying to use "Emulating virtualenv with nix-shell" but I'm getting errors due to pip trying to write to nix/store https://nixos.wiki/wiki/Python
<cyris212> Is use it to decrypt passwords with pass.
<cyris212> pcscd crashes whenever I plug in my yubikey.
<raboof> do you have that udev thing?
<cyris212> I do
<{^_^}> [nixpkgs] @grahamc opened pull request #70912 → diceware: add missing 'setuptools' to propagatedBuildInputs → https://git.io/JelJU
<raboof> cyris212: interestingly I see those same pcscd errors, but gpg signing does work for me
ardumont has joined #nixos
<cyris212> Weird.
<cyris212> And now it works and I've no idea why :-)
Piece_Maker has joined #nixos
<mog> does anyone know how to resolve this "We cannot detect a running copy of GNOME on this system, so some parts of the interface may be disabled. See our troubleshooting entry for more information."
<mog> i have services.gnome3.chrome-gnome-shell.enable = true;
<raboof> I'd like to add an environment variable to the runtime of a package, pointing to the nix store (specifically, pass a JAVA_HOME to vscode pointing to my jdk). How would I go about that?
veske2 has joined #nixos
Acou_Bass has quit [Ping timeout: 265 seconds]
Piece_Maker is now known as Acou_Bass
<sphalerite> ben: it is also quite odd that alacritty won't start at all, I think it should work with software GL as well…
<sphalerite> especially given that firefox does work
inkbottle has quit [Quit: Konversation terminated!]
veske2 has quit [Client Quit]
<Ariakenom_> when trying python37Packages.virtualenvwrapper I get the following error (among others)
<Ariakenom_> ERROR: The executable /home/.../thegate-pythonvenv/bin/python3.7 is not functioning. It thinks sys.prefix is '/nix/store/...-python3-3.7.4' (should be '/home/.../thegate-pythonvenv')
inkbottle has joined #nixos
qubasa_ has quit [Ping timeout: 246 seconds]
<sphalerite> Ariakenom_: #66366
<{^_^}> https://github.com/NixOS/nixpkgs/issues/66366 (by Enteee, 8 weeks ago, open): Python virtualenv not working because of sys.prefix mismatch
qubasa has joined #nixos
veske2 has joined #nixos
<Ariakenom_> sphalerite: thanks. is "Emulating virtualenv with nix-shell" the way to go then?
oscarvarto has quit [Quit: Konversation terminated!]
<sphalerite> probably, if nothing you're dealing with is too finicky about version bounds. I don't know many details though, I just know that virtualenv is problematic and searched the issues for a relevant one :p
oscarvarto has joined #nixos
<worldofpeace> mog: which browser?
bahamas has quit [Ping timeout: 276 seconds]
<mog> ive tried the gnome browser, firefox, and chrome. i also enabled the extension in firefox
<inkbottle> My root's locale are fine but my user's are completely messued up (root LANG=en_US.UTF-8; user LANG=en_NL.US-ASCII); kde might be the culprit, but I really don't know how to fix it
<{^_^}> [nixpkgs] @romildo opened pull request #70913 → plano-theme: 3.32-1 -> 3.34-1 → https://git.io/JelJu
<Ariakenom_> bah ill rollback and see
sondr3 has joined #nixos
rsoeldner has joined #nixos
xwvvvvwx has quit [Ping timeout: 245 seconds]
<sondr3> I'm trying to update my system to 19.09, but I keep getting this error: error: attribute 'extend' missing, at /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/system/boot/kernel.nix:40:31
Ariakenom has joined #nixos
<sondr3> Based on the trace it seems it stems from my boot.kernelPackages, which I set to pkgs.linux_latest;
nexgen has joined #nixos
<{^_^}> [nix] @edolstra pushed 0 commits to refs/tags/2.3.1: https://git.io/JelJa
<{^_^}> [nixos-homepage] @edolstra pushed to master « Nix 2.3.1 released »: https://git.io/JelJV
asymptotically has quit [Quit: Leaving]
hyper_ch2 has quit [Remote host closed the connection]
Ariakenom_ has quit [Ping timeout: 250 seconds]
veske2 has quit [Quit: This computer has gone to sleep]
<ajs124> sondr3: shouldn't that be linuxPackages_latest?
hyper_ch2 has joined #nixos
<sondr3> ajs124: oh, fun, the package listing specified `nixos.linux_latest`,
<sondr3> thanks, that's it
<sondr3> ajs124++
<{^_^}> ajs124's karma got increased to 3
<{^_^}> [nixpkgs] @fpletz merged pull request #70817 → firmware-linux-nonfree: 2019-08-15 -> 2019-09-23 → https://git.io/JeWud
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JelJ6
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to release-19.09: https://git.io/JelJX
<{^_^}> [nixpkgs] @grahamc merged pull request #70912 → diceware: add missing 'setuptools' to propagatedBuildInputs → https://git.io/JelJU
xwvvvvwx has joined #nixos
rsoeldner has quit [Ping timeout: 276 seconds]
Makaveli7 has quit [Quit: WeeChat 2.6]
<worldofpeace> mog: can you paste your configuration somewhere? also result of `nix run nixpkgs.nix-info -c nix-info -m`
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
xwvvvvwx has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @edolstra pushed to master « nix: 2.3 -> 2.3.1 »: https://git.io/JelJ5
<gchristensen> worldofpeace: can you add that to the topic?
<mog> config and nixpkgs info
veske has joined #nixos
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,
minall has joined #nixos
<minall> Hello nixos!
<hyper_ch2> Hello Minall
<minall> I'm on a new NixOS installation, but I don't have a graphics mdoe
<minall> I'm on terminal mode with emacs
<{^_^}> [nixpkgs] @edolstra merged pull request #70874 → Don't create /nix/var/nix/{gcroots,per-user}/per-user with 1777 permission → https://git.io/JeWyF
<{^_^}> [nixpkgs] @edolstra pushed 6 commits to master: https://git.io/JelJN
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,
<Ariakenom> can I use default.nix to set up mysql?
<mog> im gonna try a fresh home directory but i dont see how that could be problem. but its only state on this box i can think of
<minall> Maybe I can give you my configuration.nix to check if I have my xorg and kde enabled?
<minall> What is the command to install packages?, to install wgetpaste
<worldofpeace> uh gchristensen don't know what matrix has done to the final part of the topic
<worldofpeace> I should probably hop into an actual irc client :P
<gchristensen> ah
<disasm> aanderse: yeah, I haven't committed to it in a while :)
<hyper_ch2> Minall: nix-env iA .....
worldofpeace_ has joined #nixos
rsoeldner has joined #nixos
worldofpeace_ has quit [Client Quit]
<mog> worldofpeace, no change with fresh home dir either
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
phaebz has joined #nixos
<worldofpeace> mog: this is weird, I made sure it was already default enabled and setup for firefox https://github.com/NixOS/nixpkgs/commit/2f14615ddc041f726d4f09cc7a6638adf55a289a
<ajs124> Ariakenom‎: what do you mean by that?
<worldofpeace> mog: I'll have to check locally shortly
<mog> it might be also enabled by default and im just also turning it on to know end.
<mog> i was using different wm environment before this, but wanted to try to hop to gnome
<hyperfekt> lewd
veske has quit [Quit: This computer has gone to sleep]
<hyper_ch2> Minall: of course it's nix-env -iA ....
<Ariakenom> ajs124: can my nix-shell set up include a DB. I suppose sandboxed is a bit of effort though, they want ports and whatnot.
__monty__ has quit [Quit: leaving]
rsoeldner has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @romildo opened pull request #70914 → zuki-themes: 3.32-4 -> 3.34-1 → https://git.io/JelU0
<ajs124> Ariakenom: sounds like you'd need to use something like nixos-shell for that. Although I've never actually used that. Mic92, is that how this works?
<Mic92> ajs124: Ariakenom yes. This would work. There is also port-forwarding.
<inkbottle> How do I know if a given package is installed on my box, like "nixpkgs.kdeFrameworks.sonnet"? (sorry I haven't found simple way to do that yet)
sondr3 has quit [Quit: WeeChat 2.4]
<hyperfekt> How hard would it be to make Nix initiate a remote build from one machine but send the result to another?
<Ariakenom> Mic92: cool. how does it compare to nixops?
<AmandaC> That sounds an awful lot like an XY Problem, inkbottle, why do you need to do that?
<{^_^}> [nixpkgs] @flokli opened pull request #70915 → python.pkgs.python-jenkins: propagate setuptools → https://git.io/JelUg
<Mic92> Ariakenom: nixos-shell is more like vagrant than, while nixops is more like chef/terraform.
<Mic92> if that helps
endformationage has joined #nixos
<Ariakenom> not at all :p
<inkbottle> AmandaC: (xy problem?) Because I'm trying to find out what is causing I don't have spell checking in KDE. And otherwise it seems a good point to be able to find which package are installed and which are not
<Mic92> Ariakenom: nixos-shell spawns a VM that has the current directory mounted into it. It gives a shell to the same VM. If you exit the shell the VM is gone.
<AmandaC> inkbottle: xy problem: http://xyproblem.info/
<minall> How do I install packages? sorry for the noob question, I'm on a new nixos installation
<AmandaC> inkbottle: The packages in question would probably be modified to point at that package's internals. Nix's design is to minimise "impure" packages (packages that rely on state from outside nix)
hmpffff has quit [Quit: nchrrrr…]
<{^_^}> [nixpkgs] @romildo opened pull request #70916 → stilo-themes: 3.32-3 -> 3.34-1 → https://git.io/JelUP
<inkbottle> AmandaC: but the package I was refering to was already a NixOS packages, which I found through the conmmand nix search
<inkbottle> do u yourself use kde?
<minall> How do I install packages on a new nixos installation?
<ajs124> Izorkin: what's the reason you want to drop these components?
<AmandaC> I do not, and I'm currently without my NixOS Machine anyway, since I've had to end it in for repairs
<ajs124> Minall: nix-env -iA
<AmandaC> What's the program that you're missing spell checking from?
<minall> Thnaks ajs124 !!
<Izorkin> ajs124: need to use only libmysql
<Ariakenom> The program ‘nix-env’ is currently not installed ... install it by typing ... nix-env -iA nixos.nix
<Ariakenom> :D
wfranzini has quit [Quit: wfranzini]
<ajs124> Izorkin: ah, so they'll still be part of libmysql?
wfranzini1 has joined #nixos
<leo_> I'm trying to use haskellPackages.developPackage
<leo_> For a project it worked fine.
Ariakenom has quit [Remote host closed the connection]
<inkbottle> AmandaC: Konversation; but it's a kde framework thing and I've been told that kde uses "sonnet", reason why I want to know if it is installed or not already; because if it is already installed, then the issue doesn't come from there
Ariakenom has joined #nixos
<leo_> For the other, with higgledy as a dependency, it's complaining that it was called without a higgledy argument.
<leo_> Han?
wfranzini1 is now known as wfranzini
<Ariakenom> how do I go about using mysql in nix-shell?
<inkbottle> AmandaC: thanks a lot
<Ariakenom> do I set it up globally?
<ajs124> inkbottle: AmandaC: There's this issue: https://github.com/NixOS/nixpkgs/issues/26654
<{^_^}> #26654 (by FRidh, 2 years ago, open): KDE/Plasma: support spellchecking
<Izorkin> ajs124: yes. used separated package - mariadb-connector-c
<aanderse> Izorkin: i want to test and think some more, but i like that change +1
<ajs124> Izorkin: right, the one where I fixed the socket path... So I _should_ know this. I'm really forgetful these days -.-
<AmandaC> inkbottle: try adding one of the hunspellDicts from this list to your configuration, see if that fixes it: https://nixos.org/nixos/packages.html?channel=nixos-19.09&query=hunspell
cransom has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace pushed to master « scylladb: fix eval »: https://git.io/JelUj
phaebz has quit [Ping timeout: 240 seconds]
<inkbottle> AmandaC: thanks, exaclty what I was looking for
<AmandaC> ajs124: ah. Yeah, that's the issue, though in later versions of sonnet it's chaneged what needs patching: https://cgit.kde.org/sonnet.git/tree/src/plugins/hunspell/hunspellclient.cpp?h=v5.58.0
Ariakenom has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
rsoeldner has joined #nixos
Ariakenom has joined #nixos
cransom has quit [Quit: WeeChat 2.6]
<worldofpeace> Jan Tojnar: Are the rebuilds out of proportion at #70891? (i've targetted it to master not staging)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/70891 (by worldofpeace, 12 hours ago, open): gnome3: always use latest vala
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<inkbottle> AmandaC: hunspellDicts.en-us-large => "error: attribute 'en-us-large' missing, at /etc/nixos/configuration.nix:190:9"
<{^_^}> [nixpkgs] @sondr3 opened pull request #70917 → cargo-edit: 0.3.3 -> 0.4.0 → https://git.io/JelTZ
<mog> im also trying to add the new gpgCard option to my luks device but it keeps complaining it cant find the path of my encryptedPass. im imagining its not copying that file into the initrd its building? but dont know how to fix that
<AmandaC> inkbottle: are you on nixos-19.09?
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70890 → pantheon: use latest vala → https://git.io/JeWbP
<{^_^}> [nixpkgs] @worldofpeace pushed 8 commits to master: https://git.io/JelT8
<inkbottle> AmandaC: I believe it's 19.03
<inkbottle> of course
<minall> Can someone help me with my installation? I'm on a new NixOS configuratiom, but I don't have xorg nor KDE
<minall> That is my configuration
<AmandaC> inkbottle: that package might not have been added to 19.03, try looking for one using `nix search` instead
<ajs124> Minall: did you run nixos-rebuild switch and reboot?
<minall> ajs124: No, that is my configuration I'm on already
<minall> When I installed the system
cransom has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #70918 → amber-theme: init at 3.34-1 → https://git.io/JelTz
rsoeldner has quit [Ping timeout: 246 seconds]
<inkbottle> AmandaC: OK, I did that, I re-log to see the results
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JelTV
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70915 → python.pkgs.python-jenkins: propagate setuptools → https://git.io/JelUg
<inkbottle> AmandaC: I do have spell checking in kde: thanks a lot!
xwvvvvwx has joined #nixos
freeman42x has joined #nixos
schjetne has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @flokli to release-19.09 « python.pkgs.python-jenkins: propagate setuptools »: https://git.io/JelTi
<freeman42x> what do I need to add to a shell.nix file to do the equivalent of this? https://github.com/commercialhaskell/stack/issues/2975#issuecomment-340570115
<freeman42x> I tried the following but it does not work: https://gist.github.com/razvan-flavius-panda/1c633e8ca7b98d9b1429398ba37ec38b
rpg has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
<minall> ajs124: Is that a right configuration for a graphical login?
cransom has quit [Quit: WeeChat 2.6]
cransom has joined #nixos
<minall> Is http://dpaste.com/0K17SQH a good configuration for a graphical interface? I don't seem to have one
fendor has quit [Ping timeout: 276 seconds]
<freeman42x> if I remove zlib from shell.nix
<freeman42x> and run nix-shell -p zlib and then do the build it finds ZLIB just fine
<freeman42x> what is the shell.nix equivalent of `nix-shell -p zlib` ?
<alexarice[m]> Minall: Looks fine to me, what do you mean by don't have one
<mog> the luks.gpgcard support is doing this cp -a ${x.gpgCard.encryptedPass} $out/secrets/gpg-keys/${x.device}/cryptkey.gpg
<minall> alexarice[m]: That's my configuration for a new nixos system I'm on right now
<minall> But I don't seem to have a xorg
<minall> Just terminal
<simpson> freeman42x: `zlib` will pick up the default output, `zlib.out`. If you need `zlib.dev` then you need to mention it explicitly too.
<simpson> > zlib.outputs
<{^_^}> [ "out" "dev" "static" ]
<alexarice[m]> Minall: Have you rebuilt?
<minall> Maybe I can check the service? does nixos use systemd?
<mog> so how do i go about getting my encryptedPass.gpg file visible when it builds the initrd?
<mog> Minall, nixos uses systemd
<minall> Ok, let me check
<minall>
<minall> How can I see the status of xorg?
<minall> everything seems normal...
<minall> Is there other reason for not having graphical ?
<leo_> haskellPackages.base_4_12_0_0 broken. what?
<freeman42x> dunno what I did but now on build I am getting "ld: cannot find -lz"
<freeman42x> simpson, how do I mention these things in shell.nix?
rsoeldner has joined #nixos
<simpson> freeman42x: `zlib.dev` and `zlib.out` both instead of just `zlib`.
cosimone has joined #nixos
<freeman42x> simpson, wheredo I add that?
<freeman42x> ah, this error: "ld: cannot find -lz" is also cause of missing ZLIB
erasmas has joined #nixos
<simpson> freeman42x: I'm not sure, but I'd guess in one of the build inputs. You've got a list of packages there, but I'm not sure how it's used.
<simpson> I don't know much about Stack, sorry.
<freeman42x> simpson, adding them here is not allowed: executableHaskellDepends = [ base directory text turtle zlib.dev zlib.out ];
<leo_> Why is base broken?
xwvvvvwx has quit [Ping timeout: 265 seconds]
<freeman42x> simpson, basically I just need to know what is the equivalent of `nix-shell -p zlib` but put inside the shell.nix
<simpson> freeman42x: So try buildInputs? I'm not sure. Apply some noodle: When should the library be added to the derivation?
<simpson> ...Nope, sorry, I'm not that kind of advice-giver.
orivej has quit [Ping timeout: 240 seconds]
<alexarice[m]> Minall: So you built in and get put straight into a tty?
<alexarice[m]> s/built/boot
<freeman42x> simpson, buildInputs, tried that already, it's not valid
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
<cransom> simpson: i'm going to borrow 'apply some noodle'.
xelxebar has quit [Remote host closed the connection]
fresheyeball has joined #nixos
<simpson> freeman42x: Well, reading zlib's derivation, it's not special, so I'm not sure what's wrong. `zlib.dev` should be the correct package to build against, and I'm not sure why adding it as a build input isn't sufficient.
<fresheyeball> domenkozar[m]: you around?
<fresheyeball> I am trying to get haskell ide engine to work in my nix-shell
<fresheyeball> and ghc-mod is not finding dependencies for some reason
<simpson> In particular there's no special shell hook that makes nix-shell's behavior different.
rsoeldner has quit [Ping timeout: 246 seconds]
Ariakenom has quit [Remote host closed the connection]
<freeman42x> asked on StackOverflow: https://stackoverflow.com/q/58326843/750216
fendor has joined #nixos
fendor has quit [Remote host closed the connection]
Ariakenom has joined #nixos
abrar has joined #nixos
<freeman42x> fresheyeball, are you using: https://github.com/Infinisil/all-hies ?
xwvvvvwx has joined #nixos
<fresheyeball> freeman42x: yes
<freeman42x> fresheyeball, what error are you getting? need to paste or image
<freeman42x> *some
<fresheyeball> freeman42x: I get that ghc-mod cannot satisfy HTTP-4000
rsoeldner has joined #nixos
<simpson> freeman42x: Try putting `librarySystemDepends = [ zlib ];` into your derivation.
wfranzini has quit [Remote host closed the connection]
xwvvvvwx has quit [Client Quit]
boxscape has joined #nixos
phaebz has joined #nixos
sigmundv has quit [Ping timeout: 265 seconds]
sb0 has quit [Quit: Leaving]
madhukar93_ has quit [Quit: Connection closed for inactivity]
phaebz has quit [Ping timeout: 240 seconds]
<domenkozar[m]> @fresheyeball yes
<fresheyeball> domenkozar[m]: you willing to help me get hie working?
<fresheyeball> I can't get it to work on any of my projects
<fresheyeball> I tried with infinisil but hit a debugging bedrock
iqubic` has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
jmeredith has joined #nixos
<domenkozar[m]> why not use ghcide? :o
rsoeldner has quit [Ping timeout: 245 seconds]
<domenkozar[m]> hie is dead to me :)
justanotheruser has quit [Ping timeout: 240 seconds]
<fresheyeball> domenkozar[m]: great! Its wasted 3 of my weekends!
<fresheyeball> I would love to use something else
<fresheyeball> can I get an lsp server with ghcide?
<eraserhd> how does one debug a user systemd service? Symlink exists in /run/current-system/etc/systemd/user/, does not appear in `systemctl --user`, doesn't appear to have logged anything?
NoctisLabs has joined #nixos
<jtojnar> worldofpeace yeah >2500 is probably bit too much
<{^_^}> [nixpkgs] @arnarg closed pull request #68816 → okta-aws: init at 2.0.4 → https://git.io/Jelka
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
waleee-cl has joined #nixos
<worldofpeace> Jan Tojnar: lol, probably... only slightly :P
rsoeldner has joined #nixos
<leo_> domenkozar: what happened with base 4.12?
<jtojnar> worldofpeace I wonder how it got so big
<domenkozar[m]> leo_ in what context?
<leo_> It is broken
<leo_> I tried to find out why on nixpkgs issues
<leo_> But couldn't
qubasa has quit [Remote host closed the connection]
<leo_> As a nix newb it makes me kinda lost. How can base be broken?
<leo_> When this kind of thing happens, can I just ignore the marking?
qubasa has joined #nixos
<worldofpeace> Jan Tojnar: looks like I'm rebuilding pulseaudio locally, so I guess that
<jtojnar> yeah, I saw QT and Jack in the rebuild list, but wondering about patient zero
Ariakenom has quit [Remote host closed the connection]
<jtojnar> hmm, maybe dconf → pulseaudio
drakonis has quit [Quit: WeeChat 2.6]
<Taneb> Writing "imports = [ (pkgs.fetchFromGitHub {...}) ]" in a nixos config is telling me infinite recursion. How can I get around this?
justanotheruser has joined #nixos
<worldofpeace> Jan Tojnar: that sounds right, it's what I actually saw in the build output when building gsound
rembo10 has quit [Quit: ZNC 1.7.4 - https://znc.in]
hmpffff has joined #nixos
rsoeldner has quit [Ping timeout: 246 seconds]
rembo10 has joined #nixos
<jtojnar> leo_ that should not be happening, could you open an issue?
<mog> worldofpeace: got it working in firefox once i reinstalled it
<mog> im more curious that the builtin gnome web browser doesnt work
<leo_> jtojnar: I'm an utter newb.
<leo_> It scares me to do so. heh
<leo_> But I'm already following "How to fix broken haskell packages in Nix" by pety
<leo_> peti*
ubert has quit [Quit: Leaving]
<leo_> Here the error was "iee-fltp.h: No such file ..."
<jtojnar> leo_ this one looks pretty scary to me too
<leo_> jtojnar but do you see it?
ottidmes has joined #nixos
<jtojnar> leo_ it appears to be missing this header https://github.com/ghc/ghc/blob/master/includes/MachDeps.h
drakonis has joined #nixos
<leo_> Yeah.
<worldofpeace> mog: Yeah, just realized Gnome Web doesn't support that
<fresheyeball> domenkozar[m]: ok I got ghcide installed
<leo_> How to proceed?
<fresheyeball> I configured Coc as in the instructions
<mog> dont mind i was / am a firefox user anyway
<leo_> Do you want me to do something? Open the issue? Try and fix it?
<fresheyeball> and opened a file in my project
<mog> just expected it to work
<fresheyeball> I get `[not found] [E] Cound not find module 'System.Random'
<fresheyeball> and it goes through and shows all of my imports with not found
<jtojnar> leo_ open an issue please
drakonis_ has quit [Ping timeout: 268 seconds]
<leo_> jtojnar: Thank you for you help. .-.
<jtojnar> leo_ I always start by looking at the source code in question if something changed
<leo_> your*
<leo_> Yeah but its base. It's supposed to work nah?
<leo_> So I got confused.
ThatDocsLady has quit [Quit: Leaving]
dbmikus_ has joined #nixos
<jtojnar> leo_ looking at https://github.com/ghc/ghc/blob/master/libraries/base/GHC/Float.hs#L32, it did not appear to have been changed recently
gnidorah has joined #nixos
<gnidorah> merge please? #68440
<{^_^}> https://github.com/NixOS/nixpkgs/pull/68440 (by gnidorah, 4 weeks ago, open): openxray: init at 510
srl295 has joined #nixos
<jtojnar> leo_ looking at the changelog (https://hackage.haskell.org/package/base-4.12.0.0/changelog), the version was released in August, so probably not a regression in base, testing with older nixpkgs commit
<leo_> .-.
noudle has joined #nixos
wildtrees has joined #nixos
misuzu has quit [Remote host closed the connection]
wildtrees has quit [Remote host closed the connection]
wildtrees has joined #nixos
domogled has joined #nixos
drakonis_ has joined #nixos
misuzu has joined #nixos
<jtojnar> leo_ hmm, it appears that it was broken from the time it appeared in c50365ec921e
domogled has quit [Read error: Connection reset by peer]
<simpson> freeman42x: So...did that fix it?
<simpson> I made my guess by reading pkgs/development/haskell-modules stuff, and by using `git grep` to search for users of zlib.
knupfer has joined #nixos
<mog> one other thing ive noticed moving to gnome is that services.logind.lidSwitch = "lock"; doesnt seem to be working
minall has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<mog> my machine just seems to blank screen and immedietly come back
Tucky has joined #nixos
<jtojnar> leo_ I would actually expect base to be provided by the ghc expression
erasmas has quit [Read error: Connection reset by peer]
phaebz has joined #nixos
leo__ has joined #nixos
<leo__> Just got back.
<leo__> Machine rebooted. arg
<leo__> I'm posting the issue.
<jtojnar> mog I think gnome-settings-daemon might be overriding that
<mog> its not suspendng my machine
<mog> which is what gnome should be trying to do
<mog> but i just want the screen to lock when i close the lid nothing more
leo_ has quit [Ping timeout: 250 seconds]
<cransom> is anyone monitoring postgres via datadog? I have a check configured but from `agent status`, all i have is `Error: Unable to load the check: unable to load any check from config 'postgres'`
Netsu has joined #nixos
<Netsu> hello there. How can I install custom directories from derivation, such as /opt/local/lib ?
erasmas has joined #nixos
<gchristensen> cransom: I wonder if the nixos-org-configurations repo uses any sort of datadog monitoring on its postgres db (which is hosted on the server named "chef")
<Netsu> any option to permit that?
iqubic has joined #nixos
halfbit has joined #nixos
<{^_^}> #70920 (by leosbotelho, 12 seconds ago, open): haskellPackages.base_4_12_0_0 broken
<sphalerite> Netsu: within the derivation's store path, or outside it?
<sphalerite> Netsu: within, sure. Outside, no.
ixxie has joined #nixos
<cransom> gchristensen: no dice.
chloekek has joined #nixos
<Netsu> sphalerite: not sure that I got it. I have derivation like https://gist.github.com/Pitometsu/5e546b18423629a9848e237266db52e6
<sphalerite> Netsu: you can do that, but installing the derivation will not create /opt/local/lib.
<Netsu> sphalerite: and I need that directory inside the nix-shell
<jtojnar> worldofpeace we might want to drop valadoc while at it
<Netsu> sphalerite: and so how can I create it? Or can I?
<sphalerite> Netsu: not really, no
<Netsu> thanks
<worldofpeace> Jan Tojnar: ohh really? guess we could remove all our patches to remove graphviz but not valadoc
<jtojnar> worldofpeace I meant as a separate derivation (it was merged into vala in 0.38)
<worldofpeace> Jan Tojnar: ooh. Yeah that can be soo gone
<jtojnar> unfortunately, the patch mess will have to remain if we want to support that use case
drakonis has quit [Ping timeout: 264 seconds]
drakonis_ is now known as drakonis
sigtrm has quit [Ping timeout: 240 seconds]
<worldofpeace> Jan Tojnar: removed valadoc
sigmundv has joined #nixos
<jtojnar> 🎉️
<worldofpeace> Yeah, personally I'd like that usecase to still be supported. It's annoying there's no option for valadoc no graphviz
knupfer has quit [Ping timeout: 250 seconds]
phaebz has quit [Ping timeout: 250 seconds]
Ariakenom has joined #nixos
justanotheruser has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70891 → gnome3: always use latest vala → https://git.io/JeWbM
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to staging: https://git.io/JelLU
Netsu has quit [Remote host closed the connection]
sigtrm has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/JelLY
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @cransom closed pull request #68933 → datadog-agent: 6.11.2 -> 6.14.0 → https://git.io/JelLs
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JelLW
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/JelL4
cptchaos83 has quit [Ping timeout: 240 seconds]
cptchaos83 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JelLB
justanotheruser has joined #nixos
ambro718 has joined #nixos
asheshambasta has quit [Ping timeout: 276 seconds]
ris has joined #nixos
xwvvvvwx has joined #nixos
orbekk has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « git-annex: update sha256 hash for version 7.20191009 »: https://git.io/JelLa
<{^_^}> [nixpkgs] @marenz2569 opened pull request #70921 → pythonPackages.lazy_import: init at 0.2.2 → https://git.io/JelLV
orbekk has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 3 commits to master: https://git.io/JelLw
<{^_^}> [nixpkgs] @peti merged pull request #70862 → dovecot: 2.3.7.2 -> 2.3.8 → https://git.io/JeW14
ee194350 has quit [Ping timeout: 276 seconds]
abathur has joined #nixos
<{^_^}> [cabal2nix] @peti pushed to master « Add name mapping for libpcre2 to pcre2. »: https://git.io/JelLM
<{^_^}> [nixpkgs] @peti closed pull request #70833 → termonad: fix pcre dependency → https://git.io/JeWa0
<meatcar> has anyone faced and solved font-rendering issues when running wayland/sway? Here's a screenshot of what's going on, firefox on the right, pcmanfm on the left: https://i.imgur.com/VKWkhoH.png My configuration.nix: https://github.com/meatcar/dots/blob/master/nixos/etc/nixos/configuration.nix#L114
<meatcar> I can't figure out whats the cause. Fonts are bad in pcmanfm, nautilus, thunar, gnome3.gedit (tested via nix-shell), but are fine with lxappearance, gtk2fontsel, firefox.
<gchristensen> meatcar: hmm it looks okay for me, maybe some of my config is useful.
<gchristensen> (also, cool, didn't know about pcmanfm)
<meatcar> I just opened gnome-tweaks, and in the fonts section they all show up as "None".
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JelL5
gxt has quit [Ping timeout: 260 seconds]
nahamu has quit [Quit: WeeChat 2.2]
abathur has quit [Ping timeout: 240 seconds]
andrewrk has joined #nixos
<andrewrk> what command to see the list of derivations? specifically I want to know what the previous one was, for a bug report
<symphorien> if you still have the store path, nix-store --query --deriver
<andrewrk> symphorien, I have not run any garbage collection but this command produces no output
<symphorien> you need to pass the store path as argument
srid has quit [Quit: Updating details, brb]
<andrewrk> there must be a way to gain access to the same information that the boot menu already has
srid has joined #nixos
xwvvvvwx has quit [Ping timeout: 265 seconds]
<symphorien> ah you mean for the whole nixos generation ?
<symphorien> readlink -f /run/booted-system
<andrewrk> symphorien, yes, this gives me the equivalent to nixos-version. I want to know what the *previous* one was
<andrewrk> sorry I think I said derivation instead of generation
<symphorien> ls /nix/var/nix/profiles/ -l
<andrewrk> symphorien, there we go! thanks
Jackneill has quit [Remote host closed the connection]
phaebz has joined #nixos
nahamu has joined #nixos
<andrewrk> now my bug report has a nice clue: https://github.com/NixOS/nixpkgs/issues/70922
<{^_^}> #70922 (by andrewrk, 4 minutes ago, open): GTK3 / XFCE 4.14 adwaita-dark theme has colors mixed up
inkbottle has quit [Ping timeout: 268 seconds]
inkbottle has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/383556b5e70 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @dkabot opened pull request #70923 → gnomeExtensions.arc-menu: 33.2 -> 33 → https://git.io/Jeltm
<{^_^}> [nixos-homepage] @samueldr opened pull request #312 → Add new packages listing as PHONY rules → https://git.io/JeltY
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
phaebz has quit [Ping timeout: 265 seconds]
<{^_^}> [nixos-homepage] @grahamc pushed 2 commits to master: https://git.io/Jelt3
<{^_^}> [nixos-homepage] @grahamc merged pull request #312 → Add new packages listing as PHONY rules → https://git.io/JeltY
<{^_^}> [nixpkgs] @Izorkin opened pull request #70924 → mariadb: remove development components → https://git.io/Jeltl
<Izorkin> aanderse: Mic92: please check PR #70924
<{^_^}> https://github.com/NixOS/nixpkgs/pull/70924 (by Izorkin, 43 seconds ago, open): mariadb: remove development components
Emiller88 has joined #nixos
<{^_^}> [nixpkgs] @marenz2569 opened pull request #70925 → pythonPackages.rcfile: init at 0.1.4 → https://git.io/Jelt4
domogled has joined #nixos
cyris212 has quit [Quit: ZNC 1.7.3 - https://znc.in]
chloekek has quit [Ping timeout: 265 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
cyris212 has joined #nixos
<{^_^}> [nixpkgs] @marenz2569 opened pull request #70927 → pythonPackages.pySMART_smartx: init at 0.3.10 → https://git.io/Jeltr
o1lo01ol1o has joined #nixos
<{^_^}> [cabal2nix] @peti pushed to master « Catch the weird spelling of libpcre2 used by termonad. »: https://git.io/JeltK
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/d55192e25a6 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jelti
<{^_^}> [nixpkgs] @romildo opened pull request #70928 → shades-of-gray-theme: 1.1.9 -> 1.2.0 → https://git.io/JeltP
<meatcar> gchristensen: narrowed my font issue down to one line, `xdg.portal.gtkUsePortal = true;`. Removing it and rebooting fixes the font rendering issues.
<meatcar> Not quite sure what the xdg portals are, i think I'm ok without it.
<gchristensen> huh.
<gchristensen> worldofpeace: ^
<{^_^}> [nixpkgs] @nlewo merged pull request #70585 → bat: update dependencies → https://git.io/JeCMZ
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/Jelty
<{^_^}> [nix] @edolstra closed pull request #3134 → Don't activate Nix if the user's profile is not owned by that user → https://git.io/JeWX8
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/JeltS
<{^_^}> [nixpkgs] @peti closed pull request #70813 → r-systemfonts: fix package dependencies → https://git.io/JeWun
cosimone has quit [Quit: Terminated!]
<{^_^}> [nixpkgs] @nlewo merged pull request #70498 → molly-guard: 0.6.3 -> 0.7.2 → https://git.io/JeCn7
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/Jelt9
halfbit has quit [Ping timeout: 240 seconds]
growpotkin has quit [Ping timeout: 265 seconds]
aminechikhaoui has quit [Quit: The Lounge - https://thelounge.github.io]
ng0 has quit [Quit: Alexa, when is the end of world?]
aminechikhaoui has joined #nixos
schjetne has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « ghc-8.8.x: drop more obsolete overrides »: https://git.io/Jeltd
pie_ has quit [Ping timeout: 240 seconds]
schjetne has quit [Ping timeout: 240 seconds]
Ariakenom_ has joined #nixos
aminechikhaoui has quit [Client Quit]
aminechikhaoui has joined #nixos
<{^_^}> [nixpkgs] @symphorien opened pull request #70929 → ocamlPackages.llvm: propagate needed libs, fix missing build parameter → https://git.io/Jelqf
xwvvvvwx has joined #nixos
selfsymmetric-pa has joined #nixos
Ariakenom has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @symphorien opened pull request #70931 → system-config-printer: 1.5.11 -> 1.5.12 → https://git.io/JelqT
xwvvvvwx has quit [Ping timeout: 240 seconds]
<selfsymmetric-pa> I want to install a Nix package from GitHub. It has a `default.nix`. I know how to write a `fetchFromGitHub` statement, but what do I do with the result? Just `import` it?
<selfsymmetric-pa> I'd like to try installing https://github.com/kadena-io/chainweb-node/blob/master/default.nix
<selfsymmetric-pa> Actually I think it might be working except the build might be broken.
<leo__> You can either just put it at environment.systemPackages and it will be available by your PATH
<leo__> Or also overlay it
<selfsymmetric-pa> The `fetchFromGitHub` expression itself?
Mark_ has joined #nixos
<selfsymmetric-pa> Does that return a package? I thought that just returned a source object.
<selfsymmetric-pa> Here's what I have: https://gist.github.com/01360d576f2cecca75140281e2ea834e
<selfsymmetric-pa> leo__: Is that syntactically correct?
growpotkin has joined #nixos
<leo__> Yeah. Then you create a derivation for it.
<leo__> Let me see.
<leo__> Here's an example. Follow it in the config.
<leo__> In this case I didn't overlay it.
<selfsymmetric-pa> Thanks leo__, but here's the thing. My repo already has a `default.nix`.
<selfsymmetric-pa> I managed to package up `jtc` yesterday because it had installation instructions (using cpp). So I just wrote in the build and install steps.
<selfsymmetric-pa> But in this case I think that since there's already a `default.nix` in the repository, there should be a simple way to tell Nix to build it.
<selfsymmetric-pa> Do you see where I'm coming from?
gnidorah has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70533 → gnomeExtensions.arc-menu: 33.2 -> 33 → https://git.io/JeCgh
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Jelq2
<{^_^}> [nixpkgs] @worldofpeace closed pull request #70923 → gnomeExtensions.arc-menu: 33.2 -> 33 → https://git.io/Jeltm
<leo__> Yeah.
<leo__> I'm a newb so I don't know.
<leo__> Thinking.
<worldofpeace> meatcar: yeah, no idea how that could have any relation at all to font rendering.
Mark_ has quit [Quit: Textual IRC Client: www.textualapp.com]
pie_ has joined #nixos
<worldofpeace> Not to mention, it's only enabled in Plasma5 and GNOME3 where it should
growpotkin has quit [Ping timeout: 246 seconds]
xwvvvvwx has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d55192e25a6 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<worldofpeace> meatcar: this configuration looks wrong https://github.com/meatcar/dots/blob/master/nixos/etc/nixos/configuration.nix#L114
tommyangelo has joined #nixos
xwvvvvwx has quit [Read error: Connection reset by peer]
<meatcar> worldofpeace: simplest example to recreate the problem would be running `GTK_USE_PORTAL=1 pcmanfm`. `GTK_USE_PORTAL=0` works fine.
<worldofpeace> penultimate is basically deprecated and the default fontconfig is default
tommyangelo is now known as ravloony
<meatcar> yea, I was just trying all the configs when chasing the issue down.
<selfsymmetric-pa> Here's what I have in the REPL: https://gist.github.com/c51df1ba8fb753b1b6555d33778692c6
<worldofpeace> meatcar: the module doesn't even set GTK_USE_PORTAL unless you tell it too
<selfsymmetric-pa> Is this my failure, or a failure in the package?
<ravloony> Is it normal that the /run/keys directory is root:root owned? Trying to get gitea running but it cannot access its password files
<{^_^}> [nixpkgs] @judaew opened pull request #70932 → Update Keybase 4.3.1 -> 4.6.0 → https://git.io/Jelq1
<worldofpeace> meatcar: when running with those environment variables I can't see a diff. perhaps that's not the issue?
<worldofpeace> I'd probably not set portal.gtkUsePortal = true;
<ravloony> sorry, root:keys I meant.
<leo__> See if it helps.
<meatcar> worldofpeace: yea, i'm not sure why I set it to true, I wasn't particularly clear on what it does at the time. As I understand it now, xdg portals are entirely related to flatpak and sandboxing. I was seeing other weirdness with that option set, like firefox pestering to be set as a default browser, etc. As I don't use flatpak, its not a big deal.
<leo__> selfsymmetric-pa: Correct is without
<selfsymmetric-pa> Thanks leo__! I get the same error with `callPackage`. I'm suspecting that this is an error with the upstream package, and not due to how I'm calling it.
<leo__> I mean, you should `(import (pkgs.fetch ...)) {}`
<leo__> Ah forget it.
<selfsymmetric-pa> leo__: Like how I have it in my gist?
<leo__> Yeah. It's correct.
<selfsymmetric-pa> Ah, okay, thanks for your help. :)
<selfsymmetric-pa> It's just a broken derivation on Kadena's part then.
<AmandaC> Er. That gist won't download and execute the default.nix -- will it? I thought fetch... was for getting the source, and nothing else
dsx has quit [Quit: dsx]
<leo__> I think the import will, Amanda.
cosimone has joined #nixos
<leo__> It'll be aimed at the repo store path.
halfbit has joined #nixos
leo__ has left #nixos [#nixos]
<AmandaC> The top-level of the default.nix isn't a derevation, though
<AmandaC> might work with (import (pkgs.fetchFromGithub { ... })).packages.chainweb
wildtrees has quit [Ping timeout: 240 seconds]
dsx has joined #nixos
joshuagl has quit [Quit: Textual IRC Client: www.textualapp.com]
<AmandaC> s/))/) { })/
<{^_^}> [nixpkgs] @Zopieux opened pull request #70933 → lm_sensors: add fancontrol module → https://git.io/Jelmm
Okinan has joined #nixos
ATuin has joined #nixos
<selfsymmetric-pa> AmandaC: Thanks! I see what you mean! Unfortunately I still can't evaluate the chainweb-node expression without it breaking, so I don't think I can call `.packages` on it.
gila has joined #nixos
xwvvvvwx has joined #nixos
Tucky has quit [Quit: WeeChat 2.6]
xwvvvvwx has quit [Client Quit]
xwvvvvwx has joined #nixos
xwvvvvwx- has joined #nixos
xwvvvvwx has quit [Ping timeout: 268 seconds]
dbmikus_ has quit [Ping timeout: 265 seconds]
xwvvvvwx- has quit [Ping timeout: 240 seconds]
psyanticy has quit [Quit: Connection closed for inactivity]
dbmikus has joined #nixos
xwvvvvwx has joined #nixos
j4m3s__ has joined #nixos
<AmandaC> selfsymmetric-pa: how did you get `pkgs`? This works for me in `nix repl`: https://www.irccloud.com/pastebin/nG4PNk81/
<AmandaC> ( where `pkgs` is `import <nixpkgs> {}` )
freeman42x has quit [Ping timeout: 240 seconds]
dbmikus has quit [Quit: WeeChat 2.6]
halfbit has quit [Quit: WeeChat 2.6]
xwvvvvwx has quit [Ping timeout: 265 seconds]
xwvvvvwx- has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #70759 → robin-map: 0.6.1 -> 0.6.2 → https://git.io/JeWCj
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelmD
greizgh has quit [Quit: greizgh]
greizgh has joined #nixos
<dsx> (A bit late) congratulations on 19.09 \o/
ravloony has quit [Remote host closed the connection]
<dsx> I'm particularly happy because my RP is in this release and I don't have to build kernel every time now.
ravloony has joined #nixos
<mightybyte> Anyone know what's up with this error? "error: invalid regular expression '(^|.*/)\#[^/]*'"
<mightybyte> I have a project that builds fine but when I try to build it on a new machine I get that error.
sphalerite has quit [Quit: WeeChat 2.4]
sphalerite has joined #nixos
sphalerite has quit [Client Quit]
<{^_^}> [nixpkgs] @Moredread closed pull request #70847 → ntfs3g: enable extra utilities → https://git.io/JeWoK
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #70670 → openimageio2: 2.0.10 -> 2.0.11 → https://git.io/JeWvR
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelYq
aiverson has joined #nixos
Boomerang has quit [Ping timeout: 240 seconds]
ATuin has quit [Quit: WeeChat 2.6]
<selfsymmetric-pa> AmandaC: I also use `pkgs = import <nixpkgs> {}`. I'm on 19.09.
<AmandaC> not sure what it's broken for you then, unless something's fucky in the 19.09 release
<selfsymmetric-pa> AmandaC: Weird!
kleisli has joined #nixos
<selfsymmetric-pa> I guess I'll try a nix-store repair. Not sure what else to try.
<selfsymmetric-pa> I'll try 19.09 in the REPL...
<selfsymmetric-pa> I mean 19.03
<AmandaC> I'm on a mac, using nixpkgs-unstable atm.
nDuff has joined #nixos
<selfsymmetric-pa> Ah, thank you.
<aiverson> I'm trying to make a direnv+lorri setup for developing Terra using the cmake build, and having trouble with it. I have managed to get cmake to complete makefile generation successfully, but when running make the genclangpaths.lua step aborts with a core dump. I have managed to debug the abort to discovering that it occurs when the LuaJIT built by the build crashes when attempting to jit a loop trace at a function ca
<aiverson> ll with the loop variable as the argument, which I believe indicates that the build is broken. Since this only occurs on nixos and not on ubuntu or windows with the same cmake script, I believe the problem is my shell.nix or nixos configuration. Can anyone offer advice for troubleshooting?
<selfsymmetric-pa> Can't set it. :/
<selfsymmetric-pa> I guess I can add the channel globally...
<{^_^}> [nixpkgs] @c0bw3b merged pull request #70446 → sidequest: 0.3.1 -> 0.7.2 → https://git.io/JeCLn
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelYn
seanparsons has quit [Ping timeout: 240 seconds]
<selfsymmetric-pa> AmandaC: Doesn't work for me in unstable either! Oh well, thanks for trying to help me. :)
<selfsymmetric-pa> The nix-store repair job looks fine too. Strange...
seanparsons has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #51514 → ntfs-3g: enable extras → https://git.io/fpP4u
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @leo60228 to master « ntfs3g: enable extras (#51514) »: https://git.io/JelY8
<infinisil> mightybyte: It is an invalid regex you need to fix
<mightybyte> infinisil: Where though?
<mightybyte> It didn't look like it had anything to do with my code.
<infinisil> mightybyte: There are some nix versions that don't throw an error
<infinisil> mightybyte: The \# probably
<infinisil> No need to escape #
virus_dave has quit [Quit: virus_dave]
<infinisil> mightybyte: Specifically, Nix versions between and including 2.1 to 2.2.2 didn't always throw an error for invalid regexes
knupfer has joined #nixos
<infinisil> So one of your machines is probably running a version in that range, while the other doesn't
ixxie has quit [Ping timeout: 245 seconds]
hmpffff has quit [Quit: nchrrrr…]
<selfsymmetric-pa> Yeah, my nix-store repair worked without any problems, so it's not that. :/
<selfsymmetric-pa> _mostly_ deterministic ^_^;;
rpg has joined #nixos
selfsymmetric-pa has quit [Remote host closed the connection]
oscarvarto has quit [Ping timeout: 268 seconds]
oscarvarto has joined #nixos
oscarvarto has quit [Client Quit]
<red[m]> I think the build for bareos may be broken - can anyone else try the build and see if they can replicate please?
<{^_^}> [nixpkgs] @c0bw3b closed pull request #61389 → python37Packages.pygame: 1.9.5 -> 1.9.6 → https://git.io/fjWGS
dsx has quit [Quit: dsx]
c_wraith has quit [Ping timeout: 245 seconds]
liamdiprose has quit [Ping timeout: 268 seconds]
abathur has joined #nixos
<red[m]> (please) :-) <3
c_wraith has joined #nixos
dsx has joined #nixos
doublex has quit [Ping timeout: 250 seconds]
liamdiprose has joined #nixos
xelxebar has joined #nixos
Emiller88 has quit [Ping timeout: 245 seconds]
gxt has joined #nixos
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
<infinisil> red[m]: Nix is rather reproducible, so the chance that it would work for any of us if it doesn't for you is almost 0
<infinisil> > bareos.meta.broken
<{^_^}> true
<infinisil> red[m]: It's even encoded in the derivation itself that the build is broken ^^
msirabella has joined #nixos
doublex has joined #nixos
Jackneill has joined #nixos
mjsir911 has quit [Ping timeout: 240 seconds]
abathur has quit [Ping timeout: 240 seconds]
<{^_^}> [nix-pills] @kennyballou opened pull request #118 → 17: Use imperative voice → https://git.io/JelOG
zeta_0 has joined #nixos
<zeta_0> does nixos run on rasberry pi 4?
msirabella has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @bjornfor pushed to master « gnome3.accerciser: add missing dependency: setuptools »: https://git.io/JelOc
<craige> The good folk over in #nixos-aarch64 may have a good answer to that, zeta_0
selfsymmetric-mu has joined #nixos
<craige> IIRC, it was at least being working on.
<zeta_0> craige: is anyone on the channel, i don't want to wait for days for a response?
knupfer has quit [Ping timeout: 250 seconds]
<craige> I don't know eveyone's time zone but it is a specialist channel for exactly what you're asking.
<craige> https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi <- has an update on it including thePi 4 though, zeta_0
<{^_^}> [nixpkgs] @bjornfor pushed to release-19.09 « gnome3.accerciser: add missing dependency: setuptools »: https://git.io/JelO8
<zeta_0> craige: ok, i just posted the question on the channel
<{^_^}> [nixpkgs] @schmittlauch opened pull request #70935 → cawbird: bump version to 1.0.2 → https://git.io/JelOB
<zeta_0> craige: just has a ? and the github issue is long so i don't know?
kshi has joined #nixos
<zeta_0> maybe i'll just go with an android tv box instead, it would save me some time?
<zeta_0> should i just go with the rasberry pi 3 instead?
<zeta_0> what do you guys think?
Jackneill has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @erictapen opened pull request #70936 → haskellPackages.hakyll: fix build on release-19.09 → https://git.io/JelOw
kshi has quit [Remote host closed the connection]
kshi has joined #nixos
<{^_^}> [nixpkgs] @bjornfor pushed to master « qsynth: use qt5.mkDerivation »: https://git.io/JelOo
<AmandaC> clever: Are you https://github.com/cleverca22? -- If so, I'm having some issues with your qemu module + overlay -- it seems that passing `--default-library` is conflicting. I tried removing it, and also changing it to `-Ddefault-library=both` and neither is working, lots of symbol errors?
<{^_^}> [nixpkgs] @judaew closed pull request #70932 → Update Keybase 4.3.1 -> 4.6.0 → https://git.io/Jelq1
<{^_^}> [nixpkgs] @bjornfor pushed to release-19.09 « qsynth: use qt5.mkDerivation »: https://git.io/JelO6
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @nh2 opened pull request #70937 → WIP: meshlab: 20180627-beta -> 20190129-beta → https://git.io/JelOi
Ariakenom_ has quit [Read error: Connection reset by peer]
alex``` has joined #nixos
alex`` has quit [Ping timeout: 265 seconds]
kshi has quit [Remote host closed the connection]
kshi has joined #nixos
drakonis has quit [Ping timeout: 268 seconds]
Havvy has quit [Ping timeout: 250 seconds]
<gchristensen> grr it seems the only ppd I can get for my printer from hplip works if I use lpd, but that is very slow. on the other hand ,it seems cups can query for the PPD over IPP, but I can't tell hardware.printers to do it.
j4m3s__ has quit [Ping timeout: 240 seconds]
multun has quit [Ping timeout: 240 seconds]
alex``` has quit [Ping timeout: 250 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<aiverson> Does anyone have advice for tracking down the compilation problem, should I link source code, or what?
Havvy has joined #nixos
alex``` has joined #nixos
drakonis has joined #nixos
growpotkin has quit [Ping timeout: 240 seconds]
fusion809 has quit [Remote host closed the connection]
suhashebbar[m] has joined #nixos
<{^_^}> [nixpkgs] @nixkoenner opened pull request #70938 → 19.03 with nordlicht → https://git.io/JelOA
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
drakonis_ has joined #nixos
drakonis has quit [Ping timeout: 245 seconds]
<AmandaC> clever: if that is you, I filed an issue copy of the question, since I'm likely to unplug shortly for the night
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/bb1e6c99368 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
drakonis_ has quit [Ping timeout: 276 seconds]
dansho has joined #nixos
<{^_^}> [nixpkgs] @judaew opened pull request #70940 → keybase: 4.3.1 -> 4.6.0 → https://git.io/Jel3q
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @cko opened pull request #70941 → hsqldb: 1.8.0 -> 2.5.0 → https://git.io/Jel33
philr has joined #nixos
<{^_^}> [nixpkgs] @nyanloutre opened pull request #70942 → pythonPackages.block-io: propagate setuptools → https://git.io/Jel3Z
erasmas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @nixkoenner closed pull request #70938 → 19.03 with nordlicht → https://git.io/JelOA
<craige> My Google foo is failing me. Am I able to right an imports line like pulls a nix file from a URL rather than local disk? I *think* I can't but I don't *know* that I can't :-)
<{^_^}> [nixpkgs] @jonringer merged pull request #70721 → devpi-client: 4.1.0 -> 5.0.0 → https://git.io/JeWLY
<{^_^}> [nixpkgs] @jonringer pushed commit from @makefu to master « devpi-client: 4.1.0 -> 5.0.0 »: https://git.io/Jel3W
<gchristensen> ,IFD craige
<{^_^}> craige: 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."
<craige> oh, nic bot use gchristensen :-)
<craige> gchristensen++
<{^_^}> gchristensen's karma got increased to 160
multun has joined #nixos
kshi has quit [Remote host closed the connection]
kshi has joined #nixos
ambro718 has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @ivan opened pull request #70943 → chromium: 77.0.3865.90 -> 77.0.3865.120 → https://git.io/Jel3z
noudle has quit []
cosimone has quit [Ping timeout: 250 seconds]
j4m3s__ has joined #nixos
<{^_^}> [nixpkgs] @nixkoenner opened pull request #70944 → added package nordlicht → https://git.io/Jel3o
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.1]
virus_dave has joined #nixos
<{^_^}> [nixpkgs] @trofi opened pull request #70946 → re2c: 1.0.3 -> 1.2.1 → https://git.io/Jel3d
drakonis has joined #nixos
ericsagnes has quit [Ping timeout: 276 seconds]
stigo has quit [Remote host closed the connection]
vesper11 has quit [Ping timeout: 252 seconds]
vesper11 has joined #nixos
virus_dave has quit [Quit: virus_dave]
judson__ has quit [Ping timeout: 240 seconds]
ee194350 has joined #nixos
Synthetica has quit [Quit: Connection closed for inactivity]
kvda has joined #nixos
kshi has quit [Remote host closed the connection]
judson has joined #nixos
kshi has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/dbad7c7d59f (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm_ is now known as mbrgm
philr has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 276 seconds]
drakonis has quit [Ping timeout: 240 seconds]
Rusty1 has joined #nixos