sphalerite changed the topic of #nixos to: NixOS stable: 19.03 \o/ https://discourse.nixos.org/t/nixos-19-03-release/2652 || 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
<selfsymmetric-mu> The actual binary that uses these rules is `textlint`.
<ryantm> selfsymmetric-mu: It's weird to me that putting just a list of package names causes something useful to happen. Usually, you have to put some names and some derivations
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<selfsymmetric-mu> ryantm: Yes, this is because this is usually the input to the nodePackage JSON generation script.
<selfsymmetric-mu> ryantm: I ran that and resolved merge conflicts for two months but someone advised me to stop. The conversation is in the PR.
work_ has quit [Quit: Connection closed for inactivity]
<selfsymmetric-mu> zeta: I don't think that configuration can be fully lifted to declarative nix yet. You still have to use a configuration file. There are options in `home-manager` and `nixpkgs` but neither one appears to be rich enough to fully replace the config.
<ryantm> selfsymmetric-mu: So basically this pull request is saying "please, at a later date add these npm packages as part of the normal automatic updating"
kreisys has joined #nixos
<selfsymmetric-mu> ryantm: Here's an example of the process working correctly: https://github.com/NixOS/nixpkgs/pull/53981
<{^_^}> #53981 (by matthew-piziak, 16 weeks ago, merged): add textlint to nodePackages
<selfsymmetric-mu> As you can see the single-line change in the JSON file becomes a full Nix expression in the corresponding `.nix` file.
<ryantm> selfsymmetric-mu: Makes sense. Is my basic summary above correct?
<zeta> selfsymmetric-mu: is there a simple way to add permissions in nixos? https://github.com/giovanifss/xmonad-brightness https://hastebin.com/tumexuweke.rb
<selfsymmetric-mu> ryantm: Not quite. The generated Nix expressions are ready to use. They don't wait for any automatic updating.
<selfsymmetric-mu> ryantm: In my current PR somebody told me to remove the generated Nix expressions from my PR because they were going to try and do it some other way. But then they left.
<selfsymmetric-mu> ryantm: If I generate the Nix expressions again and up them on the PR, can you help me get it merged?
<selfsymmetric-mu> *put them up
<ryantm> selfsymmetric-mu: This PR as is seems totally safe for me to merge, so can I just do that?
Synthetica has quit [Quit: Connection closed for inactivity]
<selfsymmetric-mu> ryantm: It's safe but it doesn't do anything without the nix expressions, or some other way to generate them. Right?
<selfsymmetric-mu> I'll generate some expressions and put them up. Moment.
<ryantm> No wait... I think veprbl was on to something.
drakonis1 has joined #nixos
<ryantm> If we required all the nodePackages contributions to stop generating this file, we could periodically generate the file in one go and avoid all the merge conflicts.
<selfsymmetric-mu> ryantm: Yeah, I liked where he was going with that. I don't think anything happened though.
<{^_^}> [nixpkgs] @ryantm merged pull request #54443 → add textlint rules and plugins → https://git.io/fhgWL
<{^_^}> [nixpkgs] @ryantm pushed commit from @matthew-piziak to master « nodePackages_10_x: add textlint-plugins to list of generated packages (#54443) »: https://git.io/fjCCq
<ryantm> selfsymmetric-mu: now at the worse case, your derivations will get in the next time someone gets a PR in generated after this merge
<selfsymmetric-mu> ryantm: Thank you so so much. It's a big relief. :)
<selfsymmetric-mu> ryantm++
<{^_^}> ryantm's karma got increased to 4
<jackdk> selfsymmetric-mu++
<{^_^}> selfsymmetric-mu's karma got increased to 1
<jackdk> ryantm++
<{^_^}> ryantm's karma got increased to 5
<ryantm> selfsymmetric-mu: Would you be interested in finding other merge conflicted PRs and suggesting the same strategy to their contributors?
esmerelda has quit [Ping timeout: 246 seconds]
<ryantm> selfsymmetric-mu: Maybe we could get those in and do some kind of weekly or biweekly regeneration
<selfsymmetric-mu> I am regenerating the nix expressions locally on my machine now. It might take a while for me to download the registries since apparently today Spectrum thinks it acceptable to give me 5% of the bandwidth I pay for. I'll put that up as a separate PR.
<selfsymmetric-mu> ryantm: Yes, that sounds good. I'll do a sweep of the outstanding PRs.
<{^_^}> #59184 (by bricewge, 4 weeks ago, open): nodePackages: add language-server for bash, vue, html and css
<{^_^}> #51947 (by Mrmaxmeier, 21 weeks ago, open): thelounge: init at 3.0.1
<{^_^}> #60395 (by malob, 1 week ago, open): nodePackages: update and add bash-language-server, typescript-language-server, and speed-test
<selfsymmetric-mu> The remaining PRs referencing `nodePackages` all appear to have some kind of actual work happening.
goibhniu has quit [Ping timeout: 244 seconds]
<ryantm> selfsymmetric-mu: Okay. Maybe come up with some GitHub snippet that you can send off to them to explain what we are trying.
acarrico has quit [Ping timeout: 244 seconds]
<selfsymmetric-mu> ryantm: Can you confirm: what I'm advising them is to remove all generated expressions, only have the JSON committed, and that at some later point these will be generated in bulk.
freeman42x has quit [Ping timeout: 248 seconds]
<ryantm> selfsymmetric-mu: Yeah, like later this week you can make a generated one and we can try to get that in.
<selfsymmetric-mu> Great, will do.
<zeta> is there a simple way to add permissions in nixos? https://github.com/giovanifss/xmonad-brightness https://hastebin.com/tumexuweke.rb
<ryantm> selfsymmetric-mu: It's going to be kind of hard to detect which packages to test build succesfully. Maybe we can look at the history of the nodePackage files?
<selfsymmetric-mu> ryantm: Here's the copy, look okay? https://gist.github.com/matthew-piziak/eafcb0ca4fe837431d2085c6acd8f88b
<selfsymmetric-mu> ryantm: Well, if tests fail them we'll know which lines to revert, right?
zeta has quit [Quit: WeeChat 2.4]
<ryantm> selfsymmetric-mu: Seems good to me. I am mainly pushing this through because I'm concerned that you seem excited to help and this gridlock is demoralizing you.
<selfsymmetric-mu> ryantm: You've read the situation perfectly. :)
<ryantm> selfsymmetric-mu: If we make some blunders, we can say "we are on unstable" and if anyone complains we can say, well we needed your help when this poor guy couldn't get his PR merged for 3 months.
<selfsymmetric-mu> Hahahaha
<selfsymmetric-mu> Sounds great to me.
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjCC8
aanderse-znc has left #nixos [#nixos]
esmerelda has joined #nixos
buffet_ has joined #nixos
alexherbo20070 has joined #nixos
<jackdk> speaking of things that need to happen, when can we get an all-cabal-hashes update? reflex-0.5-x is broken in nixpkgs, and 0.6 isn't in the all-cabal-hashes I have access to
buffet has quit [Ping timeout: 258 seconds]
alexherbo2007 has quit [Ping timeout: 252 seconds]
<selfsymmetric-mu> ryantm: Alright. I'm going to wait a day or two to let people get their PRs ready, and then I'll put up a PR with generated Nix expressions. Thanks again for your help! I'm going to go AFK for a bit now.
ris has quit [Ping timeout: 255 seconds]
<matthewbauer> jackdk: .6 should be in unstable at least
judson has quit [Ping timeout: 258 seconds]
aanderse-znc has joined #nixos
Rusty1 has joined #nixos
<jackdk> matthewbauer: the following command fails to build, am I doing something wrong? nix build -f channel:nixpkgs-unstable '((import <nixpkgs> {}).haskellPackages.override { overrides = self: super: { reflex = super.callHackage "reflex" "0.6.1" {}; }; }).ghcWithPackages(p: [p.reflex])'
<gchristensen> aanderse: ping
<aanderse-znc> gchristensen: pong
<aanderse-znc> <3 gchristensen
<{^_^}> gchristensen's karma got increased to 117
<aanderse-znc> there is an issue open!
<aanderse-znc> you should post to that
<gchristensen> as you can see it isn't fit for inclusion in NixOS, but maybe it can help
<aanderse-znc> thanks, that is awesome :)
<gchristensen> :)
<aanderse-znc> at work we ended up rolling our own little script for a mix of debian, redhat, and nixos boxes
<aanderse-znc> it works
<aanderse-znc> but it doesn't "feel" right on the nix boxes
<gchristensen> oh nice
<gchristensen> yeah :/
<aanderse-znc> because it involves doing a git checkout
<aanderse-znc> and cron jobs
<{^_^}> [nixpkgs] @IvanMalison opened pull request #61218 → slack: add libappindicator-gtk3 to rpath → https://git.io/fjCCa
selfsymmetric-mu has quit [Remote host closed the connection]
<gchristensen> at any rate, I need to head to bed -- have a 5am wakeup.
<aanderse-znc> the script does so many things systemd can do for you T_T
<gchristensen> :X
<aanderse-znc> good luck :)
<gchristensen> thanks
<aanderse-znc> thanks for the link! :D
<gchristensen> yep! thank you for the initiative :)
<aanderse-znc> ha no promises
<gchristensen> certainly
nixuser has joined #nixos
<nixuser> hey folks - i've got a new nix install that hangs at boot on "setting up /etc" - any good tips on how to debug?
<nixuser> it doesn't ever seem to start systemd :(
ym555_ has joined #nixos
<nixuser> it's 19.0.3.172392, in case that helps
<matthewbauer> try `nix build '(import (builtins.fetchTarball "channel:nixpkgs-unstable" {}).haskellPackages.override { overrides = self: super: { reflex = super.callHackage "reflex" "0.6.1" {}; }; }).ghcWithPackages(p: [p.reflex])'`
<matthewbauer> jackdk: ^
mexisme has joined #nixos
aanderse has quit []
ym555 has quit [Ping timeout: 246 seconds]
aanderse-znc is now known as aanderse
<nixuser> hmm, updated my channels to 172534, same issue
acarrico has joined #nixos
<jackdk> matthewbauer: you passed the {} to fetchTarball and not the result of the import, but it seems to now be cooking. What changed, and what's stopping this from hitting the channels I'm subscribed to (nixos 19.03)/(nixpkgs unstable)
silver has quit [Read error: Connection reset by peer]
<jackdk> oer, reflex build failed because of inderect deps on two different haskell-src-exts versions
dbmikus_ has quit [Ping timeout: 246 seconds]
andreas303 has quit [Remote host closed the connection]
<jasongrossman> nixuser: I suggest you post your configuration.nix on a pastebin site, and send us the link to that and also tell us what your hardware is.
andreas303 has joined #nixos
<{^_^}> [nixpkgs] @Zer0- opened pull request #61219 → Help fix quodlibet! (Doesn't find icons) → https://git.io/fjCCK
ddellacosta has quit [Ping timeout: 248 seconds]
Zer000 has joined #nixos
Supersonic has quit [Ping timeout: 258 seconds]
aminechikhaoui has quit [Quit: The Lounge - https://thelounge.github.io]
aminechikhaoui has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @dtzWill merged pull request #61199 → viu: 0.1 -> 0.2.1 → https://git.io/fjCYD
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fjCCi
acarrico has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @dtzWill pushed 5 commits to master: https://git.io/fjCCP
<{^_^}> [nixpkgs] @dtzWill merged pull request #61200 → libosinfo, osinfo-db-tools: 1.4.0 -> 1.5.0 → https://git.io/fjCYS
ym555 has joined #nixos
Supersonic has joined #nixos
ym555_ has quit [Ping timeout: 252 seconds]
<nixuser> found the issue by perusing old IRC logs: https://logs.nix.samueldr.com/nixos/2018-09-06#1540865
<nixuser> was not careful enough with activation scripts
<jasongrossman> nixuser: Well done.
<nixuser> time to turn the one that was failing into a systemd unit, I guess
<nixuser> yeah, I don't think I could post this configuration.nix, it's a thing for work
<nixuser> was struggling to get a working minimal testcase, but then removed the activation scripts...
<nixuser> (also deployed with nixops)
ym555 has quit [Read error: Connection reset by peer]
<nixuser> so, if anyone else is stuck on "setting up /etc", check your activation scripts :-)
<nixuser> cheers
nixuser has quit []
ym555 has joined #nixos
Glider_IRC_ has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #61220 → maintainer-list: add my gpg key info (@dtzWill), fix email → https://git.io/fjCC7
Glider_IRC has quit [Ping timeout: 255 seconds]
ym555 has quit [Ping timeout: 246 seconds]
ym555_ has joined #nixos
iqubic has joined #nixos
<iqubic> Is there a way to get the `cp` command to copy one directory over to another and overwrite files that have the same name?
<simpson> iqubic: Have you considered rsync instead? It will give you a few options for basic policy when doing this sort of thing.
<iqubic> what does that mean?
<iqubic> Also, these two folders are on the same machine.
<iqubic> I thought RSync was mainly for folders on different machines.
sheeldotme has quit [Read error: Connection reset by peer]
hellrazor has joined #nixos
o1lo01ol1o has joined #nixos
<jasongrossman> iqubic: https://rsync.samba.org/
hellrazo1 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @lightbulbjim opened pull request #61221 → nethack: 3.6.1 -> 3.6.2 → https://git.io/fjCWm
ym555 has joined #nixos
<iqubic> is cp not the right tool for this simple task of mine?
ym555_ has quit [Ping timeout: 246 seconds]
<jackdk> you can rsync between two local dirs
<iqubic> But I only want to perform this operation once.
<iqubic> I want to do `cp -r src dest` but, if src and dest have any files that share a name, I want the version from src to be put into dest, and the old version from dest to be deleted.
<iqubic> So I want to overwrite it.
simon_weber has quit [Quit: Connection closed for inactivity]
ddellacosta has joined #nixos
Supersonic has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 246 seconds]
<simpson> Isn't that the behavior you're already observing?
esmerelda has quit [Ping timeout: 258 seconds]
<ivan> cp -r src dest will create a dest/src
<ivan> maybe you were looking for cp -Tr
esmerelda has joined #nixos
<ivan> <ivan> cp -r src dest will create a dest/src <- if dest already exists, I mean
Supersonic has joined #nixos
<iqubic> src and dest both already exist.
<iqubic> And have many files with the same name.
<iqubic> I want to move all the files in src into dest, and when I run into two files with the same name, I want to use the file from src.
<iqubic> *use == keep
<simpson> I'm gonna go get dinner. Best of luck.
<drakonis1> so, i found a mistake on the install guide
<drakonis1> when doing a lustrate, it suggests invoking mv on the boot folder
<drakonis1> on a efi partition this would move the mount and cause to grub to fail
drakonis1 has quit [Quit: WeeChat 2.4]
<Ralith> PR time?
<Ralith> oh he's gone
drakonis_ has joined #nixos
<iqubic> What does the -T flag do for `cp`?
ym555 has quit [Ping timeout: 248 seconds]
<clever> iqubic: `man cp`
<iqubic> I'm looking at that now.
<iqubic> I don't understand it.
<iqubic> "treat DEST as a normal file"
<iqubic> What does that mean?
<clever> iqubic: if you `cp foo bar` and `bar` already exists as a directory, it wont copy to `bar/foo`
<ivan> use info cp
<ivan> ‘-T’
<ivan> ‘--no-target-directory’
<ivan> symbolic link to a directory. *Note Target directory::.
<ivan> Do not treat the last operand specially when it is a directory or a
<iqubic> So why would you want that?
<clever> to make it fail rather then copy to the wrong place
<iqubic> Why would that make it fail?
<clever> it will treat `bar` as a file, but its a directory
<ivan> cp -Tr src dest is sort of like cp -r src/* dest but including the dotfiles too
<iqubic> I don't see the distinction.
<iqubic> Will `cp -rf foo bar` overwrite the files?
<ivan> cp overwrites files
<ivan> why not just test all this behavior in a trash folder
<iqubic> So why would you have to use the -f flag ever?
<ivan> info cp, /-f, / Enter / Enter / Enter
josiah_sama has joined #nixos
Ralith_ has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
xkapastel has quit [Quit: Connection closed for inactivity]
MinceR_ has joined #nixos
MinceR has quit [Ping timeout: 246 seconds]
marusich has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #60395 → nodePackages: update and add bash-language-server, typescript-language-server, and speed-test → https://git.io/fjGzI
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjCWA
<{^_^}> [nixpkgs] @worldofpeace opened pull request #61222 → tilix: 1.9.0 -> 1.9.3 → https://git.io/fjCWx
drakonis1 has joined #nixos
<drakonis1> oh boy, baloo, i don't know what kind of sorcery fedora does that baloo doesn't choke the system
toppler` has quit [Ping timeout: 252 seconds]
<drakonis1> actually, turns out it might be that they raise inotify's limits
toppler` has joined #nixos
ddellacosta has quit [Ping timeout: 255 seconds]
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos
<drakonis1> ah, i have figured out why, they disabled everything
<drakonis1> it does nothing
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #53393 → hubstaff: 1.3.1 → 1.4.5 → https://git.io/fhOU3
<{^_^}> [nixpkgs] @ryantm pushed 3 commits to master: https://git.io/fjClE
<{^_^}> [nixpkgs] @ryantm merged pull request #61221 → nethack: 3.6.1 -> 3.6.2 → https://git.io/fjCWm
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjClK
srl295 has quit [Quit: Connection closed for inactivity]
georges has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
wfranzini has quit [Quit: wfranzini]
mkoenig has quit [Ping timeout: 245 seconds]
mkoenig has joined #nixos
endformationage has quit [Ping timeout: 244 seconds]
yuken has quit [Ping timeout: 255 seconds]
yuken has joined #nixos
InFlames has joined #nixos
drakonis1 has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @dtzWill opened pull request #61223 → man-pages: 5.00 -> 5.01 → https://git.io/fjCld
Zer000 has quit [Quit: Leaving]
domogled has joined #nixos
drakonis has quit [Ping timeout: 258 seconds]
drakonis has joined #nixos
fusion809 has quit [Remote host closed the connection]
nD5Xjz_ has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #61224 → xmind: 7.5-update1 -> 8-update8 → https://git.io/fjClh
deadloko has quit [Quit: deadloko]
mexisme has quit [Ping timeout: 246 seconds]
<teto> I am on nixos-unstable, which breaks because of ssubversion with the error in "first broken build" https://hydra.nixos.org/build/93456836 . I would like to see in hydra the first build where it got repaired since it now builds on hydra (but hydra shows the "last successful build")
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.2)]
palo1 has joined #nixos
palo has quit [Ping timeout: 258 seconds]
palo1 is now known as palo
mog has quit [Quit: im quiting!]
mog has joined #nixos
thomashoneyman has joined #nixos
Plotinus has joined #nixos
<InFlames> I'm having trouble with steam, when I launch it via kde's launcher, it just closes, from the command line it says'internal error: /steamrt/setup.sh is missing, this runtime is invalid or corrupted'
MinceR_ is now known as MinceR
anon has joined #nixos
anon is now known as Guest45012
mexisme has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/7bb74e65365 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
Myhlamaeus has quit [Ping timeout: 248 seconds]
mexisme has quit [Ping timeout: 255 seconds]
reinhardt has joined #nixos
mexisme has joined #nixos
<monokrome> Is it just me or does this jackaudioSupported flag not exist any more?
<monokrome> oh it says it's out of date
<monokrome> Apparently it's pulseaudio.package but dooesn't document how to do it
<sphalerite> InFlames: that's been fixed, update your nixpkgs :)
<monokrome> O_o
wfranzini has joined #nixos
<sphalerite> monokrome: pulseaudio.package = pkgs.pulseaudioFull; should do
<monokrome> hmm
<InFlames> sphalerite: yay!
<sphalerite> I haven't actually used pulseaudio with jack though, so I can't comment on the rest of the page
<monokrome> I already have that, but I don't have Jack
<monokrome> According to Reaper
<sphalerite> that's probably just a matter of installing jack
<monokrome> oh ok!
<monokrome> Thanks :)
<monokrome> ,locate libjack
<{^_^}> Found in packages: dia, jack1, jack2, ardour, csound, libjack2, polymake
<monokrome> hmm
<monokrome> jack2 I guess
<sphalerite> oooh, it needs _libjack_?
<sphalerite> then you probably need to add it to reaper
<sphalerite> ah, the package already adds libpulseaudio to LD_LIBRARY_PATH
cfricke has joined #nixos
dansho has joined #nixos
<sphalerite> monokrome: try running reaper using `LD_LIBRARY_PATH=$(nix-build '<nixpkgs>' --no-out-link -A jack2)/out/lib reaper``
thomashoneyman has quit [Ping timeout: 245 seconds]
ayerhart has quit [Remote host closed the connection]
schjetne has joined #nixos
horner has joined #nixos
ayerhart has joined #nixos
fendor has quit [Ping timeout: 246 seconds]
Anton-Latukha has joined #nixos
ayerhart has quit [Client Quit]
ayerhart has joined #nixos
aristid has quit [Ping timeout: 264 seconds]
Ariakenom has joined #nixos
jackdk has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60724 → python37Packages.ordered-set: 3.1 -> 3.1.1 → https://git.io/fjZMm
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjC4G
mmercier has joined #nixos
civodul has joined #nixos
lovesegfault has quit [Ping timeout: 258 seconds]
aristid has joined #nixos
lovesegfault has joined #nixos
dansho has quit [Quit: Leaving]
alter-schjetne has joined #nixos
schjetne has quit [Ping timeout: 268 seconds]
mmercier has quit [Quit: mmercier]
jasongrossman has joined #nixos
thc202 has joined #nixos
hio has joined #nixos
<InFlames> sphalerite: I am realizing I don't know how to properly update my steam, I tried sudo nix-channel --update; sudo nixos-rebuild switch, but that didn't seem to fix my issue, so I'm guessing I'm reinstalling the same cached version? I also seem to have this issue with vscode.
linarcx has joined #nixos
linarcx has quit [Ping timeout: 246 seconds]
linarcx has joined #nixos
buffet_ is now known as buffet
Makaveli7 has joined #nixos
goibhniu has joined #nixos
michaelpj has quit [Quit: ZNC 1.7.1 - https://znc.in]
michaelpj has joined #nixos
eyJhb has quit [Quit: Bye]
lambda-11235 has quit [Quit: Bye]
eyJhb has joined #nixos
rprije has quit [Ping timeout: 246 seconds]
mexisme has quit [Ping timeout: 268 seconds]
polman has quit [Ping timeout: 255 seconds]
robstr has joined #nixos
<{^_^}> [nixpkgs] @timokau opened pull request #61226 → vimPlugins: update → https://git.io/fjCBO
<{^_^}> [nixpkgs] @uvNikita opened pull request #61227 → moonlight: update and add vaapi support → https://git.io/fjCBs
<{^_^}> [nixpkgs] @sgraf812 opened pull request #61228 → Add https://github.com/sagb/alttabhttps://git.io/fjCBG
gal_bolle has joined #nixos
tru_tru has joined #nixos
Synthetica has joined #nixos
linarcx has quit [Ping timeout: 255 seconds]
linarcx has joined #nixos
init_6 has joined #nixos
init_6 has quit [Ping timeout: 246 seconds]
wfranzini has quit [Quit: wfranzini]
wfranzini has joined #nixos
linarcx has quit [Ping timeout: 245 seconds]
init_6 has joined #nixos
linarcx has joined #nixos
vidbina has joined #nixos
pie__ has quit [Ping timeout: 258 seconds]
mmercier has joined #nixos
<mmercier> hi! Does anyone tried to package the lightweight Kubernetes K3s (or at least to use it on Nixos)?
<arianvp> No not yet. But I would be interested in it though
<arianvp> Currently making a NixOS module for kubeadm
cfricke has quit [Quit: WeeChat 2.4]
linarcx has quit [Ping timeout: 268 seconds]
<Ashy> does anyone have an example of how to configure nix with a custom kernel fork? as in, a whole different repo url
fendor has joined #nixos
rprije has joined #nixos
linarcx has joined #nixos
toppler` has quit [Ping timeout: 252 seconds]
mexisme has joined #nixos
toppler` has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #61226 → vimPlugins: update → https://git.io/fjCBO
<{^_^}> [nixpkgs] @timokau pushed to master « vimPlugins: update (#61226) »: https://git.io/fjCRe
linarcx has quit [Ping timeout: 246 seconds]
rprije has quit [Ping timeout: 268 seconds]
marusich has quit [Remote host closed the connection]
InFlames has quit [Ping timeout: 252 seconds]
justanotheruser has quit [Ping timeout: 258 seconds]
Jetien_ has joined #nixos
<BuGless> When I run nix-store -q --tree /nix/store/mfi2gch8jqxdgfzs5wbdlvwkzdwxvqg5-google-compute-image.drv
<BuGless> I get a list
<BuGless> that starts with:
<BuGless> /nix/store/mfi2gch8jqxdgfzs5wbdlvwkzdwxvqg5-google-compute-image.drv
<BuGless> +---/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh
<BuGless> +---/nix/store/067x16qz5jr334qwlkx8qkxpwbqcdrdp-gnutar-1.32.drv
<BuGless> | +---/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh [...]
<BuGless> That package is derived from a configuration.nix that includes a reference to: imports = [ <nixpkgs/nixos/modules/virtualisation/google-compute-image.nix> ];
<BuGless> How do I find out where it includes a dependency on e.g. gnutar-1.32 ?
<nyanloutre[m]> thefloweringash: hello, I just read your PR about usb_modeswitch. What do you mean by "Fix kernel module probing" ?
InFlames has joined #nixos
<thefloweringash> nyanloutre: there's a section in the dispatcher that checks for potential kernel features by looking at /lib/modules/$(uname -r). this won't work as is, but I don't have a plan for how to fix it yet
<nyanloutre[m]> <thefloweringash "nyanloutre: there's a section in"> ok thanks
__monty__ has joined #nixos
orivej has joined #nixos
<nyanloutre[m]> and it should only be useful for some usb modems
<Ashy> teto: thanks!
<Taneb> I've got a derivation that takes far too long to nix-instantiate, due to import-from-derivation. Is there a good way to investigate what derivations are imported from
mmercier has quit [Quit: mmercier]
mmercier has joined #nixos
orivej has quit [Ping timeout: 245 seconds]
domogled has quit [Ping timeout: 246 seconds]
mmercier has quit [Client Quit]
<{^_^}> [nixpkgs] @ggreif opened pull request #61232 → clang: typo in comment → https://git.io/fjC0m
<sphalerite> InFlames: did you install them with nix-env?
<sphalerite> InFlames: you can use nix-env -q to find out
<sphalerite> InFlames: and nix-env -iA nixos.steam nixos.vscode to update them
<sphalerite> nix-env sucks in a couple of ways though, the biggest one being the search-by-default behaviour, which is also used for upgrades and doesn't work that well
<sphalerite> ,-A
<{^_^}> You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
<sphalerite> ,imperative
<{^_^}> nix-env has multiple drawbacks as an imperative package manager. nix-env -u will sometimes upgrade to the wrong thing; the outputs to install are very finicky to override; and packages that have been removed or are otherwise unavailable will remain in your profile without any warnings. Consider using a ,declarative setup instead.
pie__ has joined #nixos
mmercier has joined #nixos
<Synthetica> Does anyone know a way to "trick" qemu-arm into reporting the correct (emulated) value for `uname -m`?
sb0 has joined #nixos
m0rphism has joined #nixos
knupfer has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/78526a79da6 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
kini has quit [Quit: No Ping reply in 180 seconds.]
mmercier has quit [Quit: mmercier]
<{^_^}> [nixpkgs] @c0bw3b closed pull request #53904 → google-cloud-sdk: 222 -> 229 → https://git.io/fhn9P
<{^_^}> [nixpkgs] @c0bw3b closed pull request #57521 → libu2f-host: 1.1.7 -> 1.1.9 → https://git.io/fhj14
<mkoenig> i'm trying to install nix on cygwin. built it from source successfully. but "NIX_PATH=nixpkgs=channel:nixos-19.03 nix-shell -p hello" returns "error: infinite recursion encountered, at undefined position". any idea why that happens?
kini has joined #nixos
lovesegfault has quit [Ping timeout: 258 seconds]
knupfer has quit [Ping timeout: 246 seconds]
kini has quit [Client Quit]
samuel02 has joined #nixos
chaoflow has joined #nixos
sb0 has quit [Quit: Leaving]
<samuel02> hi! I'm new to nixos and I'm trying to get it running under Hyper-V on a Windows host. I've gotten it running successfully but now I'd like to get it working in enhanced mode (see e.g. https://bugzilla.redhat.com/show_bug.cgi?id=1553453) and need xrdp to be installed and configured correctly. I have two questions: 1. How do I make sure xrdp is built with the --enable-vsock flag? 2. How do I modify the config files (xrdp.ini and
<samuel02> sesman.ini)? I guess this is the package I'm using: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/networking/xrdp.nix
<samuel02> should I use overrides for the config file?
gal_bolle has quit [Ping timeout: 245 seconds]
<samuel02> but does that mean I have to override the entire runCommand?
mexisme has quit [Ping timeout: 245 seconds]
<chaoflow> Hey, it has been a while ad my nix got a bit rusty. I'd like to have an emacs package installed which is able to find a full compiler toolchain properly setup and pytjon with a couple of packages. I'd like to avoid recompiling emacs, but think there must be a way to wrap emacs but fail to find the right search terms. Any pointers appreciated!
mexisme has joined #nixos
brandonhamilton has joined #nixos
lovesegfault has joined #nixos
rtjure has joined #nixos
<sphalerite> chaoflow: I'm not sure what exactly is the most appropriate solution for you, but you could run emacs in a nix-shell
<sphalerite> There's https://github.com/shlevy/nix-buffer but I odn't know how useful it is or how to use it
<sphalerite> lorri may also be helpful https://github.com/target/lorri and I've been meaning to try it, but haven't got around to it yet
kini has joined #nixos
alexherbo200701 has joined #nixos
<chaoflow> sphalerite: thx! nix-shell I know and use for development on projects. So far I'm looking for a construct I can use in configuration.nix for services.emacs.package = ...
alexherbo20070 has quit [Ping timeout: 255 seconds]
<yurb> Hi everyove. I'm trying to build a C++ package that has no ./configure, just a plain Makefile. I'm new to nix packaging and I'm not sure how to go about it. For instance, how to add include paths to the compiler flags?
sigmundv has joined #nixos
infinee has quit [Ping timeout: 248 seconds]
ubert has joined #nixos
<Shados> yurb: You generally shouldn't need to; if you add the dependencies to buildInputs in the derivation, the default builder should take care of adding the appropriate include paths.
<Shados> yurb: There are more details on the underlying mechanism in the manual here, the bintools and cc wrapper bits https://nixos.org/nixpkgs/manual/#ssec-setup-hooks -- I'd recommend reading through all of section 3 to familiarize yourself, it's not too long
ym555 has joined #nixos
gm_ has joined #nixos
<yurb> Shados: thanks. So the CC wrapper should make gcc automatically search the include paths.
<yurb> ...of dependencies
<Shados> Of dependencies that you have specified to the derivation using buildInputs (or nativeBuildInputs), yep :)
<yurb> Shados: and that means I don't have to modify the Makefile? gcc will "magically" know the include paths without modifying its command line?
<yurb> (without me having to modify its command line)?
<Shados> Less "magically" and more "by quite a bit of gory bash scripting inside the standard nixpkgs builder script", but generally yes. There are always cases where things don't quite work out and you need to do things more manually, but it's fairly rare that you'd have to resort to directly replacing the build command
<yurb> Shados: thanks. If I need to test that in nix-shell, I would run buildPhase? And if it doesn't find some includes that I have in buildInputs, how can I inspect the include paths that it injects?
kini has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/926a525876f (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<Shados> yurb: if you want to run the whole build process within a nix-shell of a package, I think `genericBuild` should go through all the phases appropriately. But you might want to just nix-build it instead. As part the manual, the wrapper adds discovered includes to NIX_CFLAGS_COMPILE, so just check that environment variable within the nix-shell.
<Shados> *as per the manual
slowz has joined #nixos
slowz has joined #nixos
slowz has quit [Changing host]
<yurb> Shados: I checked that, but it seems to be unset in nix-shell
<Shados> If you want to inspect the variables in a failed build, pass the `--keep-failed` option to ensure the temporary build directory isn't deleted, then look at the env-vars file under there
<Shados> yurb: It shouldn't be, how did you launch nix-shell? And have you added any dependencies to the derivation?
<Shados> (Did you re-launch nix-shell after adding said dependencies?)
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
Tritlo has quit [Ping timeout: 252 seconds]
<yurb> Shados: I've had the dependecy there from the start, but I suspect it might not have the specific header file that the package expects
Tritlo has joined #nixos
<chaoflow> sphalerite: Using ~/bin/emacs and ~/bin/emacsclient with nix-shell shebang and starting emacs --daemon in .xsession does now what I want. Thanks a lot for the pointer! If anybody has advice on how to wrap the emacs package to use it in configuration.nix as service.emacs.package with additional things available (stdenvGcc, python, ...) that would still be great.
<yurb> Shados: here's my env-vars: https://bpaste.net/show/e81476763013
kini has joined #nixos
<Shados> yurb: poke about in the /nix/store/lw86z1w636vfkhihp8741hi0l3a9jsx2-libjack2-1.9.12 dep and make sure it actually has an include directory in the standard location
<yurb> Shados: thanks, going to do that.
<Shados> yurb: If it doesn't, it may be the wrong output in a multiple-output derivation ( https://nixos.org/nixpkgs/manual/#chap-multiple-output )
iyzsong has joined #nixos
spacekookie has quit [Quit: No Ping reply in 60 seconds.]
<yurb> Shados: it does - include/jack/jack.h
spacekookie has joined #nixos
<yurb> Maybe it's because I've excluded configurePhase from phases, since it doesn't have a ./configure?
jtcs has quit [Ping timeout: 276 seconds]
zupo has joined #nixos
jtcs has joined #nixos
kini has quit [Client Quit]
InFlames has quit [Ping timeout: 258 seconds]
Tritlo has quit [Ping timeout: 248 seconds]
<manveru> ryantm: you around?
Tritlo has joined #nixos
rtjure has quit [Ping timeout: 245 seconds]
linarcx has joined #nixos
kini has joined #nixos
<Shados> yurb: You shouldn't need to exclude configurePhase; it won't fail due to the absence of a configure file. That said, I don't think that should hurt anything. The cc wrapper's setup hook should be able to find the include dir. Wha was the output from `env` in the nix-shell?
ericsagnes has quit [Ping timeout: 264 seconds]
cfricke has joined #nixos
<mkoenig> any idea about the issues?
zupo_ has joined #nixos
zupo has quit [Ping timeout: 246 seconds]
xkapastel has joined #nixos
ym555_ has joined #nixos
ym555 has quit [Ping timeout: 245 seconds]
logzet has joined #nixos
<yurb> Shados: okay, nix-build finds the header files. Apparently I did something incorrectly when I was trying to run buildPhase in nix-shell.
gal_bolle has joined #nixos
brandonhamilton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<yurb> Anyway, now I understand better what happens with includes - thanks a lot.
<Shados> yurb: try with `genericBuild` instead like I suggested, I'm not sure just doing buildPhase will run the setup hooks or not...
ym555_ has quit [Ping timeout: 255 seconds]
ym555_ has joined #nixos
<manveru> mkoenig: don't have windows, but did you try debugging the infinite recursion?
<{^_^}> [nixpkgs] @NeQuissimus pushed commit from @angristan to release-19.03 « minecraft-server: remove 1.13.0 and 1.13.1 »: https://git.io/fjCur
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60042 → digikam: 6.0.0 -> 6.1.0 → https://git.io/fj3lS
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @dtzWill to master « digikam: 6.0.0 -> 6.1.0 (#60042) »: https://git.io/fjCuK
jgt has joined #nixos
<jgt> if I set up my own Hydra for CI, is there a GitHub integration? I can't seem to find mention of one.
<Taneb> jgt: there is! It's not very well documented, though
<Taneb> There's a plugin for checking GitHub PRs and one for reporting GitHub statuses
<jgt> Taneb: I'm used to piecing together Nix expressions from digging through other people's code on GitHub :P
<jgt> basically I want to just have a private Hydra build my app whenever someone sends a commit to some PR
<jgt> (like what everyone does with Travis/Circle)
<Taneb> Yeah, the GithubPulls one does that
<jgt> Taneb: that's super helpful. Thanks so much!
silver has joined #nixos
init_6 has quit []
ericsagnes has joined #nixos
ym555 has joined #nixos
ym555_ has quit [Ping timeout: 252 seconds]
robstr has quit [Ping timeout: 256 seconds]
Soo_Slow has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mkoenig> manveru: https://github.com/MDeltaX/nix-cygwin/issues/2 It's not very useful for me
<{^_^}> MDeltaX/nix-cygwin#2 (by MDeltaX, 9 minutes ago, open): Using newer Nixpkgs than 18.09 results in infinite recursion
ym555 has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60976 → gssdp: 1.2.0 -> 1.2.1 → https://git.io/fjCzm
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to staging: https://git.io/fjCzY
<{^_^}> [nixpkgs] @c0bw3b merged pull request #55442 → ffmpeg-full: nvenc doesn't imply nonfree licensing → https://git.io/fhHnt
<{^_^}> [nixpkgs] @c0bw3b pushed 4 commits to release-18.09: https://git.io/fjCzs
<Taneb> mkoenig: that was one of the "known issues" in the readme
<Taneb> Oh, right, you know that
kini has quit [Quit: No Ping reply in 180 seconds.]
brandonhamilton has joined #nixos
Jetien_ has quit [Ping timeout: 245 seconds]
mmercier has joined #nixos
orivej has joined #nixos
Jetien_ has joined #nixos
kini has joined #nixos
toppler` has quit [Ping timeout: 245 seconds]
mmercier is now known as mickours
toppler` has joined #nixos
kini has quit [Quit: No Ping reply in 180 seconds.]
mexisme has quit [Ping timeout: 248 seconds]
<Izorkin> zfs 0.8.0-rc5 - planned to be added ?
<gchristensen> Izorkin: maybe you can send the patch? :)
<Izorkin> I do not understand the code
<gchristensen> ah
<gchristensen> someone will surely add it soon :)
kini has joined #nixos
mickours has quit [Quit: mickours]
<Taneb> Is there a way to query which derivations are imported from to instantiate an expression? I'm trying to understand where some extreme slowdown caused by import-from-derivation in my office's codebase is coming from
Glider_IRC_ has quit [Ping timeout: 248 seconds]
zupo_ has joined #nixos
<Synthetica> Can I set the interpreter for a file with wrapProgram?
kini has quit [Quit: No Ping reply in 180 seconds.]
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos
<asymmetric> can someone explain what the difference is between ofborg and hydra?
<Izorkin> How to need to merge this PR #59949 #58012 #51902 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/59949 (by Izorkin, 2 weeks ago, open): nginxModules: update and add nginx modules
<{^_^}> https://github.com/NixOS/nixpkgs/pull/58012 (by Izorkin, 7 weeks ago, open): nixos/zsh: move zsh setopt
<{^_^}> https://github.com/NixOS/nixpkgs/pull/51902 (by Izorkin, 21 weeks ago, open): mariadb.galera: 25.3.24 -> 25.3.26
kreisys has joined #nixos
kini has joined #nixos
<etu> asymmetric: Hydra runs the tests, updates channels and fills the binary cache etc
<etu> asymmetric: And ofborg is for testing PR's
gm_ has quit [Quit: Connection closed for inactivity]
<asymmetric> etu: wouldn't it be easier to have hydra do both? checkout a branch and then run the tests as it normally would
<{^_^}> [nixpkgs] @flokli merged pull request #60943 → virtualbox: 5.2.28 -> 6.0.6 → https://git.io/fjCgK
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/fjCg6
<{^_^}> [nixpkgs] @veprbl merged pull request #58220 → texlive: Retain updmap.cfg → https://git.io/fjJ9A
<{^_^}> [nixpkgs] @veprbl pushed commit from @clefru to master « texlive: retain texmf/updmap.cfg and generate texmf-config/updmap.cfg (#58220) »: https://git.io/fjCgM
orivej has quit [Ping timeout: 245 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #61100 → virtualbox: python2 -> python3 → https://git.io/fjc0Q
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/fjCg5
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
acarrico has joined #nixos
jgt has quit [Ping timeout: 276 seconds]
srid9 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @vbgl opened pull request #61233 → ocamlPackages.cairo2: 0.6 -> 0.6.1; ocamlPackages.lablgtk3: 3.0.beta5 -> 3.0.beta6 → https://git.io/fjCgA
jabranham has joined #nixos
reinhardt has quit [Quit: Leaving]
cfricke has quit [Quit: WeeChat 2.4]
srid9 has joined #nixos
zupo_ has quit [Ping timeout: 255 seconds]
Izorkin has quit [Quit: ZNC 1.7.3 - https://znc.in]
<Myrl-saki> TIL, `pass`, the standard password manager is in Bash. wtf?
<Myrl-saki> s/ in / written in /
Izorkin has joined #nixos
<ar> Myrl-saki: there are other implementations that are written in different languages
<Myrl-saki> ar: Ah.
<ar> Myrl-saki: eg. gopass in go (which also includes a few useful features)
<Myrl-saki> IMO, it's actually pretty damn amazing as a Bash programm. I never realized that it was in Bash until I had to figure out what's causing very slow X11 communication.
Makaveli7 has quit [Quit: WeeChat 2.4]
hellrazor has quit [Quit: WeeChat 2.4]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<Myrl-saki> Okay. Slight yikes. I don't think `pass` is supposed to be run with -e.
<Myrl-saki> [myrl@myrl:~]$ bash -x /nix/store/i1s11dk1xv15zqhzgcvmw89brlv9c1l4-password-store-1.7.3/bin/.pass-wrapped show Facebook 2>&1 | tail -n1
<Myrl-saki> + exit 0
<Myrl-saki> [myrl@myrl:~]$ bash -ex /nix/store/i1s11dk1xv15zqhzgcvmw89brlv9c1l4-password-store-1.7.3/bin/.pass-wrapped show Facebook 2>&1 | tail -n1
<Myrl-saki> + [[ Facebook =~ ^\.\.$ ]]
<Myrl-saki> And I think I'm pretty sure I understand what's happening.
<Myrl-saki> Hard yikes. I think I just found out what happened.
<Myrl-saki> Okay, I actually don't lol
<{^_^}> [nixpkgs] @marsam merged pull request #60427 → sox: Add option to include opus support → https://git.io/fjG1o
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjC21
<samrose> anyone using Disnix in production?
<Myrl-saki> Yeah. I'm very show pass shouldn't be run with -e now.
<Myrl-saki> Okay. Found an MWE on how bad this fails.
<Myrl-saki> [myrl@myrl:~]$ bash -ec 'moo () { for i in 1; do [ $i -eq 1 ] && echo $i; done; }; moo; echo done'
<Myrl-saki> 1
<Myrl-saki> done
<Myrl-saki> [myrl@myrl:~]$ bash -ec 'moo () { for i in 1 2; do [ $i -eq 1 ] && echo $i; done; }; moo; echo done'
<Myrl-saki> 1
<Myrl-saki> Any thoughts?
<nixy7> Myrl-saki: I don't see the problem you are having. What are your expectations here?
iqubic has quit [Quit: Page closed]
<Myrl-saki> nixy7: && is weird in for loops in functions.
<Myrl-saki> [myrl@myrl:~]$ bash -ec 'for i in 1 2; do [ $i -eq 1 ] && echo $i; done; echo done'
<Myrl-saki> 1
<Myrl-saki> done
<Myrl-saki> `done` should be displayed on all 3 cases.
<Myrl-saki> First case: no -e
<Myrl-saki> Second case: with -e
<Myrl-saki> Third case: unwrapped from function
<{^_^}> [nixpkgs] @marsam merged pull request #60959 → bitwarden_rs-vault: 2.9.0 -> 2.10.0 → https://git.io/fjCaJ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjCaT
<Myrl-saki> Err, wait no. First and second case is with -e, but the inner loop always &&s.
<Myrl-saki> Basically, the behavior of -e is magic.
slowz has quit [Quit: ZNC 1.7.3 - https://znc.in]
camsbury has joined #nixos
josiah_sama has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nixy7> bash -c 'moo() { for i in 1 2; do [ $i -eq 1 ] && echo $i; done; }; moo; echo $?; echo done;'
<{^_^}> [nixpkgs] @marsam merged pull request #60731 → python37Packages.py3exiv2: 0.6.1 -> 0.7.0 → https://git.io/fjZDO
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjCaL
<nixy7> The function is returning the exit code of the test so moo exits with code 1 causing bash to abort before echo
<Myrl-saki> Yes. That's... bad.
<Myrl-saki> Wait. Unwrap the function, and you'll have a different $?
<Myrl-saki> Hm. Turns out I'm wrong. That's even weirder.
<Myrl-saki> Because as I've said, -e works for unwrapped.
<nixy7> I like bash a lot, but this is probably better off in another channel. Not really a Nix problem
<Myrl-saki> Problem is, this is a NixOS problem because of -e on pass.
<{^_^}> [nixpkgs] @Izorkin opened pull request #61234 → zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5 → https://git.io/fjCaY
talqu has joined #nixos
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6cd0603d758 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
<nixy7> Again I'm not sure I follow. I use pass and Nix but not on NixOS at the moment. Does NixOS somehow force it to run with -e?
samuel02 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @marsam merged pull request #60216 → service_identity: 17.0.0 -> 18.1.0 → https://git.io/fjsRC
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjCas
<{^_^}> [nixpkgs] @c0bw3b closed pull request #60456 → arandr: 0.1.9 -> 0.1.10 → https://git.io/fjGdA
<{^_^}> [nixpkgs] @ua74e3dqka opened pull request #61235 → vscode-extension ms-python.python: 2018.12.1 -> 2019.4.12954 → https://git.io/fjCan
<Myrl-saki> nixy7: Yep.
<Myrl-saki> Oh wait wtf. Hmm.
<Myrl-saki> ...Apparently not.
<Myrl-saki> I wonder if it's a matter of environment now.
endformationage has joined #nixos
<{^_^}> [nixpkgs] @bignaux opened pull request #61236 → idsk: unstable-2018-02-11 > unstable-2018-11-26 → https://git.io/fjCaC
<{^_^}> [nixpkgs] @basvandijk opened pull request #61237 → NixOS: support journalbeat >= 6 → https://git.io/fjCal
slowz has joined #nixos
slowz has joined #nixos
slowz has quit [Changing host]
Qubasa has joined #nixos
jgt has joined #nixos
<genesis> some software without licence , i put "unknown" but are considering free or not ?
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/72c2c58356e (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<nixy7> I definitely wouldn't consider software without a license as free. Technically nobody has writes to distribute or use it with no license
zupo has joined #nixos
<gchristensen> nixy7 is correct, unlicensed software defaults to proprietary, and no rights given
zupo has quit [Client Quit]
<genesis> oki, i'd think the opposite, if people don't care, it's a wtfpl
<genesis> in the idea ...
<gchristensen> (GitHub used to have a "bug" in that a public repo which has no license means you have no license to even read the code, but they fixed that with an update to the terms of service)
<genesis> if you like your software, put a licence on it.
<{^_^}> [nixpkgs] @nixbitcoin opened pull request #61238 → [19.03] rednose: disable test suite → https://git.io/fjCaK
wfranzini has quit [Remote host closed the connection]
<gchristensen> tragically it just doesn't work that way :P
drakonis1 has joined #nixos
m0rphism has quit [Ping timeout: 248 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #61232 → clang: typo in comment → https://git.io/fjC0m
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/fjCwv
Phlogistique has joined #nixos
josiah_sama has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b closed pull request #61206 → solc: 0.5.7 -> 0.5.8 → https://git.io/fjC3J
<gchristensen> the channel has the auspicious Chinese number 888
<gchristensen> (of members)
<Myrl-saki> nixy7: Yikes. Sorry. The problem is actually on xclip.
<Myrl-saki> Maybe the best way is to just port pass to xsel.
<AlexRice[m]> does anyone know if there is a way to list the packages that a cache provides?
alexherbo200701 has quit [Quit: The Lounge - https://thelounge.chat]
alexherbo2 has joined #nixos
hio has left #nixos [#nixos]
Guest92 has joined #nixos
fusion809 has joined #nixos
orivej has joined #nixos
<LnL> list? that would take forever
m0rphism has joined #nixos
pmiddend has joined #nixos
<pmiddend> I'm having trouble updating my Python package to a newer nixos-unstable version. I have a shell.nix file which contains a "buildPythonPackage" derivation.
<pmiddend> I have the tools I need, for example pylint, in my propagatedBuildInputs.
<pmiddend> However, pylint is not in my PATH apparently.
<pmiddend> Which is weird, because the nixpkgs manual states that's exactly how to do it.
Ariakenom has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @nixbitcoin opened pull request #61239 → neo.map: fix URL → https://git.io/fjCw6
orivej has quit [Ping timeout: 248 seconds]
jgt1 has joined #nixos
jgt1 has quit [Read error: Connection reset by peer]
jgt has quit [Ping timeout: 252 seconds]
jgt1 has joined #nixos
jgt1 has quit [Read error: Connection reset by peer]
gal_bolle has quit [Ping timeout: 248 seconds]
<pmiddend> Yeah, the documentation is clearly wrong, I'm just not sure what's the correct way now.
o1lo01ol1o has joined #nixos
jgt1 has joined #nixos
<AlexRice[m]> pmiddend: it's quite hard to help without knowing what you are building and what you've tried
<pmiddend> Okay, I'll help then.
<pmiddend> Sorry, just been debugging myself.
<pmiddend> https://0bin.net/paste/lcIL9KLY-+Cw0OzB#sBOQYUPtDEoHpgtnjZooG72ynHJYfiAHxs6ROWUSX1c - this is my absolute minimal, non-working example.
<pmiddend> Maybe it could be even more minimal, sorry for that.
jgt1 has quit [Client Quit]
<AlexRice[m]> Tried grepping nixpkgs and think you might need to use checkInputs
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60820 → vim: 8.1.0675 -> 8.1.1234 → https://git.io/fjZjy
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to staging: https://git.io/fjCw7
<pmiddend> Yep, that seems to work. Thanks!
o1lo01ol1o has quit [Ping timeout: 276 seconds]
kgz has quit [Quit: WeeChat 2.3]
kragniz has joined #nixos
kragniz is now known as kgz
<Taneb> Am I right in saying that nixpkgs.pkgs is the same as saying nixpkgs?
<{^_^}> [nixpkgs] @romildo opened pull request #61240 → shades-of-gray-theme: 1.1.6 -> 1.1.7 → https://git.io/fjCrJ
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/6cd0603d758 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
<xorAxAx> how do i compute the sha256 of a string in nix?
<samueldr> Taneb: doing the same on the whole attrset fails assertions, but yeah, pkgs is the whole set; though I'm not 100% positive where it happens to be set
<samueldr> > pkgs.hello == pkgs.pkgs.pkgs.hello
<{^_^}> true
<gchristensen> nice
<Taneb> xorAxAx: builtins.hashString "sha256" "my string"
<Taneb> > builtins.hashString "sha256" "xorAxAx"
<{^_^}> "25feb57cd837a81032c627ea5bd7383c68f90a0ba5a23413a7f81269cde2fc65"
<xorAxAx> Taneb++
<{^_^}> Taneb's karma got increased to 8
waleee has joined #nixos
orivej has joined #nixos
<Synthetica> ,locate libgfortran.so.3
<{^_^}> Couldn't find in any packages
<genesis> nix-locate locally gives result Synthetica ...
kisonecat has joined #nixos
polman has joined #nixos
pmiddend has quit [Quit: WeeChat 2.4]
<infinisil> Hmm, ,locate passes --top-level to nix-locate
<infinisil> But I wonder why gfortran6.out isn't top-level
<Taneb> ,locate lib/libgfortran.so
<{^_^}> Couldn't find in any packages
<yorick> (we're working on it, still)
fendor has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60945 → ffsend: 0.2.45 -> 0.2.46 → https://git.io/fjCrp
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjCrh
silver_ has joined #nixos
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
silver has quit [Ping timeout: 248 seconds]
brandonhamilton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
knupfer has joined #nixos
knupfer has quit [Client Quit]
robstr has joined #nixos
knupfer has joined #nixos
Guest45012 has quit [Ping timeout: 252 seconds]
mkoenig has quit [Remote host closed the connection]
Guest45012 has joined #nixos
<{^_^}> [nixpkgs] @basvandijk opened pull request #61241 → Backport "elk: 7.0.0 -> 7.0.1" to release-19.03 → https://git.io/fjCoB
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60392 → leptonica: 1.74.1 -> 1.78.0 → https://git.io/fjGEX
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjCoE
<Synthetica> yorick: Are you still using hnix, or are you rolling something yourself?
<yorick> (last time I checked, hnix couldn't do comments)
Maxdamantus has quit [Ping timeout: 244 seconds]
<Synthetica> yorick: True, don't think they fixed that.
Maxdamantus has joined #nixos
iyzsong has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60935 → gimp: fix GTK_PATH → https://git.io/fjCoz
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjCog
ambro718 has joined #nixos
toppler` has quit [Ping timeout: 252 seconds]
mkoenig has joined #nixos
<ambro718> What's the preferred indent level for nix code?
toppler` has joined #nixos
<gchristensen> 2 space
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/72c2c58356e (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7495a761cce (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<zimbatm> yorick: thanks, added to the list of related projects at https://github.com/nix-community/nix-fmt
mexisme has joined #nixos
<zimbatm> I see that you are writing your own parser and lexer
<yorick> zimbatm: the only currently missing part is indentation, but it improves most nix code already
<zimbatm> nice
<yorick> we're pouring *a lot* of dev into this, shame I didn't see the job request earlier
<{^_^}> [nixpkgs] @xbreak opened pull request #61242 → cfitsio: 3.430 -> 3.450 → https://git.io/fjCoD
<zimbatm> yorick: can you send me a PR with how it indents the code here? https://github.com/nix-community/nix-fmt/tree/master/samples
<Synthetica> Would be really nice if it develops into the gofmt of nix
<zimbatm> yorick: the important part is to agree on the output format
<zimbatm> having multiple parsers is not a bad thing
<zimbatm> maybe one day we'll even have multiple implementations of nix
ottidmes has joined #nixos
mexisme has quit [Ping timeout: 268 seconds]
drakonis1 has quit [Quit: WeeChat 2.4]
<kuznero[m]> Hi All! When submitting a new package that depends on a number of new dependent packages (pythong-modules, node-modules) is it better to send separate PRs for individual packages or is it ok to bundle it into one?
<{^_^}> nix-community/nix-fmt#1 (by yorickvP, 11 seconds ago, open): current state of the nix-format (serokell) formatter
<ottidmes> kuznero[m]: bundled in one PR should be fine, but I have been asked to make sure the packages were put into seperate commits when I did so, so keep that in mind
<zimbatm> kuznero: all in one is actually better
<kuznero[m]> Nice! I was hoping for that!
JosW has joined #nixos
<zimbatm> yorick: thanks. It looks like you went for the easy and compact route.
JosW has quit [Client Quit]
<zimbatm> I think the rule should be that a formatter can expand a single line to multiple, but not the reverse
<yorick> zimbatm: it throws away all formatting, by design
<zimbatm> some times it's nice to lay things out on multiple lines
<yorick> it will split into multiple lines where it deems it appropriate
<yorick> (which is not the case with [ 1 2 3 ] ;))
<zimbatm> yeah that's the most straightforward approach
<yorick> heh, it's not straightforward in the least :P
<zimbatm> I'm not saying it's easy :)
<yorick> it's been tempting to use user-supplied formatting but that destroys the One True Formatting for all code :P
<zimbatm> I don't know
<zimbatm> gofmt is quite successful and it seems to be working with rewriting rules
drakonis_ has joined #nixos
<zimbatm> for example structs can be instantiated inline or on multiple lines
<{^_^}> [nixpkgs] @c0bw3b merged pull request #57867 → olive-editor: init at 0.0.1 → https://git.io/fjvHo
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @balsoft to master « olive-editor: init at 0.0.1 (#57867) »: https://git.io/fjCoA
ambro718 has quit [Quit: Konversation terminated!]
<zimbatm> yorick: mind if we move the discussion to #nixos-chat ?
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
<yorick> ok :)
<zimbatm> (it's a bit too noisy in there0
drakonis has quit [Ping timeout: 246 seconds]
robstr has quit [Ping timeout: 256 seconds]
Soo_Slow has quit [Remote host closed the connection]
zeta has joined #nixos
esmerelda has quit [Ping timeout: 252 seconds]
linarcx has quit [Quit: WeeChat 2.4]
drakonis_ has quit [Ping timeout: 252 seconds]
Guest92 has quit [Remote host closed the connection]
ubert has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @basvandijk merged pull request #61241 → Backport "elk: 7.0.0 -> 7.0.1" to release-19.03 → https://git.io/fjCoB
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to release-19.03: https://git.io/fjCKs
<immae> Hello there, is there an equivalent of "passthru" for modules (more precisely config)? I want to write a module that depends on some options, and I want to expose some computed values in return for use in other places
esmerelda has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b closed pull request #61239 → neo.map: fix URL → https://git.io/fjCw6
<{^_^}> [nixpkgs] @basvandijk merged pull request #61237 → NixOS: support journalbeat >= 6 → https://git.io/fjCal
<{^_^}> [nixpkgs] @basvandijk pushed 6 commits to master: https://git.io/fjCKW
ixxie has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60852 → opensc: use built-in PCSC provider on darwin → https://git.io/fjCK8
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjCK4
<{^_^}> [nixpkgs] @Ma27 opened pull request #61243 → docker-ls: 0.3.1 -> 0.3.2 → https://git.io/fjCKB
dbmikus_ has joined #nixos
extor has quit [Ping timeout: 268 seconds]
<yorick> immae: you can make your own options and set them with config = { } in your modules
<yorick> (or with default in the mkOption)
MichaelRaskin has joined #nixos
linarcx has joined #nixos
<kuznero[m]> I am trying to create package for pgAdmin4 and already done with qt/cpp and python parts. Now node packages (yarn.lock). What should I do? Look into existing node-modules and see if I need to extend it? Any tips? I'm completely new to nodejs.
<immae> yorick: yes, but I want to distinguish them from the configuration itself: it’s for "exposing" some values to the external, not internal (like passthru in derivations)
<yorick> immae: ehm, there's internal = true
knupfer has quit [Ping timeout: 252 seconds]
<zeta> hello there, i am trying to create a group with my user and root and give permissions to this group to write to this file: /sys/class/backlight/intel_backlight/brightness , i am not sure how to do this declaratively in nixos? https://nixos.org/nixos/options.html#users.user https://github.com/giovanifss/xmonad-brightness
linarcx has quit [Client Quit]
<immae> yorick: oh, I didn’t know about it, but I want the inverse: a value that I can read from "outside" but not modify
vidbina has quit [Ping timeout: 248 seconds]
<yorick> immae: readOnly = true? ;P
<immae> is it really a thing?
<yorick> yes
<immae> Cool
<immae> Thanks
<immae> I didn’t see it anywhere :D
linarcx has joined #nixos
<immae> Thanks!
<{^_^}> [nixpkgs] @7c6f434c merged pull request #60371 → Changelog meta entry → https://git.io/fjGW8
<{^_^}> [nixpkgs] @7c6f434c pushed to master « Changelog meta entry (#60371) »: https://git.io/fjCKi
<{^_^}> [nixpkgs] @basvandijk opened pull request #61244 → Backports "NixOS: support journalbeat >= 6" to release-19.03 → https://git.io/fjCKP
ddellaco1 has joined #nixos
ddellaco1 is now known as ddellacosta
Myhlamaeus has joined #nixos
<immae> It’s exactly what I wanted, thanks yorick++
<{^_^}> yorick's karma got increased to 3
Guest92 has joined #nixos
<pie__> yorick, uhh error: cannot add path '/nix/store/...' because it lacks a valid signature
<pie__> wrong chan
<{^_^}> [nixpkgs] @Ma27 merged pull request #61216 → arandr: 0.1.9 -> 0.1.10 → https://git.io/fjCna
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/fjCKb
<Synthetica> We should check better for the difference between nativebuildinputs and buildinputs
<Synthetica> Maybe a cross-compiling hydra job that runs ~once a month or so?
judson has joined #nixos
kisonecat has quit [Ping timeout: 268 seconds]
<zeta> hello there, i am trying to create a group with my user and root and give permissions to this group to write to this file: /sys/class/backlight/intel_backlight/brightness , i am not sure how to do this declaratively in nixos? https://nixos.org/nixos/options.html#users.user https://github.com/giovanifss/xmonad-brightness
silver_ is now known as silver
<Synthetica> zeta: Why not just use a program like `light`? `programs.light.enable = true`
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60201 → neo.map: fix URL → https://git.io/fjsCa
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjC6T
<AlexRice[m]> zeta: You would need to add a udev rule
Jetien_ has quit [Ping timeout: 255 seconds]
<zeta> how ?
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #61245 → openexr: fix cross-compilation → https://git.io/fjC6m
`slikts has quit [Quit: No Ping reply in 180 seconds.]
`slikts has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
kisonecat has joined #nixos
o1lo01ol1o has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #61246 → i3-wk-switch: 2017-08-21 -> 2019-05-10 → https://git.io/fjC6s
Guest92 has quit [Ping timeout: 246 seconds]
<zeta> hello there, i am trying to create a group with my user and root and give permissions to this group to write to this file: /sys/class/backlight/intel_backlight/brightness , i am not sure how to do this declaratively in nixos? https://nixos.org/nixos/options.html#users.user https://github.com/giovanifss/xmonad-brightness
ris has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60639 → neovim-unwrapped: 0.3.4 -> 0.3.5 → https://git.io/fjZRu
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjC6c
<zeta> how do i add a udev rule for this? https://nixos.org/nixos/options.html#services.udev
Glider_IRC has joined #nixos
o1lo01ol1o has quit [Ping timeout: 245 seconds]
Anton-Latukha has quit [Remote host closed the connection]
srid9 has quit [Ping timeout: 252 seconds]
horner has quit [Quit: zzZzZzZzZZZzzz…]
ambro718 has joined #nixos
linarcx has joined #nixos
<ambro718> I noticed that the buildEnv perl code seems to be oblivious to the existence of symlinks, and blindly follows them. See here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/buildenv/builder.pl#L113
<ambro718> that it follows directory symlinks makes sense, but it probably should only follow links into store paths, not others, like links to /run/ like NixOS makes in many cases.
<ambro718> it just happens to "work" with links to /run/ because those don't have conflicts in practice
srid9 has joined #nixos
<ambro718> I guess weird things could happen with such links, resulting in different effects if not running in chroot.
<shazow> zeta: you might need to use services.udev.extraRules
<{^_^}> [nixpkgs] @ambrop72 opened pull request #61247 → virtualbox: Fetch patches from the bug tracker. → https://git.io/fjC6g
kisonecat has quit [Ping timeout: 255 seconds]
<marek> what is the difference between morph push and deploy?
<zeta> shazow: ok, i am looking at how to use it here: https://linuxconfig.org/tutorial-on-how-to-write-basic-udev-rules-in-linux
kisonecat has joined #nixos
noam_ has joined #nixos
<{^_^}> Channel nixos-18.09 advanced to https://github.com/NixOS/nixpkgs/commit/6cd0603d758 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-18.09)
noam has quit [Ping timeout: 244 seconds]
linarcx has quit [Quit: WeeChat 2.4]
<kuznero[m]> `node2nix` complains about escape characters when I run it like this: `node2nix --nodejs-10 package.json`. Is there any way to work it around somehow?
linarcx has joined #nixos
bgamari has quit [Ping timeout: 252 seconds]
bgamari has joined #nixos
o1lo01ol1o has joined #nixos
srl295 has joined #nixos
<zeta> hello there, i am trying to create a group with my user and root and give permissions to this group to write to this file: /sys/class/backlight/intel_backlight/brightness , i am not sure how to do this declaratively in nixos? https://nixos.org/nixos/options.html#users.user https://github.com/giovanifss/xmonad-brightness
<zeta> how do i add a udev rule for this? https://nixos.org/nixos/options.html#services.udev
<zeta> anyone here that understands udev really well?
lovesegfault has quit [Ping timeout: 258 seconds]
o1lo01ol1o has quit [Ping timeout: 255 seconds]
lovesegfault has joined #nixos
Guest92 has joined #nixos
<Guest92> Hi all, I'm still trying to figure out how to execute a script on login using PAM services. Does anyone know if nixos uses a common-session service?
Anton-Latukha has joined #nixos
<Guest92> Or how to add custom lines to services like "login"? I can't find where these default pam modules are defined for overriding
<{^_^}> [nix] @LnL7 opened pull request #2797 → nix-shell: unset IN_NIX_SHELL for nested nix commands → https://git.io/fjCiY
ee1943 has quit [Ping timeout: 252 seconds]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/482e21883fb (from 84 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
ee1943 has joined #nixos
<kuznero[m]> Any thoughts on how it can be fixed?
<kuznero[m]> Error message: `TypeError: Cannot read property 'replace' of undefined`
xkapastel has quit [Quit: Connection closed for inactivity]
freeman42x has joined #nixos
<kuznero[m]> There is a chance that instead of `name` it should be `nodePackage` (from https://github.com/svanderburg/node2nix/blob/475247f11246ce4fd1bc481fd0f164ae364e79ad/lib/DeploymentConfig.js#L14)
lovesegfault has quit [Ping timeout: 248 seconds]
<pie__> ugh, overlays are so good.
<zeta> hello there, i am trying to create a group with my user and root and give permissions to this group to write to this file: /sys/class/backlight/intel_backlight/brightness , i am not sure how to do this declaratively in nixos? https://nixos.org/nixos/options.html#users.user https://github.com/giovanifss/xmonad-brightness
<zeta> anyone here that understands udev really well?
<zeta> i have never used udev before, so i am not sure whatto do?
<pie__> zeta, hm, have you tried searching for example udev rules for that device?
<pie__> i havent done this myself but it might be something to try
<genesis> my backlight works out of the box
<AlexRice[m]> genesis: some programs come with the rule
noam__ has joined #nixos
<AlexRice[m]> zeta: tbh I'm not really sure how it works
<blackriversoftwa> hello. I'm trying to make an overlay for a package set that would override `stdenv` with `llvmPackages_6.stdenv`so that everything is built with llvm
<blackriversoftwa> However I keep running into an infinite recursion error
MmeQuignon has joined #nixos
bgamari has quit [Ping timeout: 248 seconds]
bgamari has joined #nixos
noam_ has quit [Ping timeout: 268 seconds]
<zeta> genesis: if i can't figure out how to do it for xmonad i'll use light instead, i have most of my function keys setup in xmonad.hs, i already have xmonad-brightness setup, all i need is to figure out how to setup the permissions
pie__ has quit [Ping timeout: 268 seconds]
<zeta> if i understand correctly, i need to put my user and root as members of video group, then give permissions to the group to write the file?
<AlexRice[m]> zeta: I think so
<AlexRice[m]> zeta: probably only user is needed
fendor has joined #nixos
<zeta> i wish i could ask the people in #xmonad for help but my messages get blocked
<lordcirth_> zeta, blocked? perhaps you need to register?
<zeta> well how can i access the udev rules for this package, maybe i can use it as a reference? https://nixos.org/nixos/options.html#programs.light
<tilpner> zeta: You are not logged in, perhaps #xmonad requires that
<{^_^}> [nixpkgs] @LnL7 merged pull request #60173 → plex: 1.15.3.876 -> 1.15.4.994 → https://git.io/fjsLI
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/fjCPt
<zeta> i looked at the light.nix package and there is no udev rules in there, how can i access where it sets the udev rules so i can use it as a reference?
ericsagnes has quit [Ping timeout: 252 seconds]
robstr has joined #nixos
o1lo01ol1o has joined #nixos
<xorAxAx> the udev rules are there, zeta
<xorAxAx> which refers to
lunik1 has quit [Ping timeout: 246 seconds]
lunik1 has joined #nixos
shibboleth has joined #nixos
ng0 has joined #nixos
ixxie has quit [Ping timeout: 248 seconds]
ng0 has quit [Client Quit]
<zeta> xorAxAx: thanks, now i just have to figure out how to place it in here: https://nixos.org/nixos/options.html#services.udev.extrarules
ambro718 has quit [Quit: Konversation terminated!]
toppler` has quit [Ping timeout: 246 seconds]
<buckley310> how does nixos-unstable compare to something like Arch in terms of reliability as a desktop?
<gchristensen> NixOS lets you completely undo changes if you don't like them, so that seems like something
ericsagnes has joined #nixos
toppler` has joined #nixos
<buckley310> that is very true... I had updates bork my desktop a couple times during my time with arch
ixxie has joined #nixos
<buckley310> I'm thinking about switching to unstable for gnome 3.32 and the new nvidia driver, and then switching to release-19.10 branch when that comes out
<gchristensen> (19.09)
<samrose> let's say I have a repo that contains a default.nix file. is there a supported way to fetchgit in another nix expression and evaluate and build that default.nix from that repo?
<buckley310> yes, that :)
mexisme has joined #nixos
<samrose> I guess I could do like Sander is doing here with "specify single private package" http://sandervanderburg.blogspot.com/2014/07/managing-private-nix-packages-outside.html
domogled has joined #nixos
<etu> buckley310: A NixOS system will *never* be half-upgraded as well. Either you get a new generation or you don't. So if for say the linking of the nvidia driver fails on arch, you may end up with a broken state.
<etu> (Speaking from experience)
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/bc94dcf5002 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<linarcx> Guys, i update my nixos, but after some times(1 or 2 minutes) my connection to network automatically disconnected. and i must restart it with: `nmcli networking off` and on again. why?
<linarcx> also when i enter: `nmclie`, i get an warning: `p2p-dev-wlp3s0: disconnected`
<makefu> linarcx: can you check dmesg? for me the upgrade to 19.03 resulted in broken wifi drivers (stack-trace after suspend with the need to reset the card)
<zeta> so do i only need to copy the value of postPatch and paste it into services.udev.extraRules, or do i also need to copy and paste some other thing from that file as well? https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/light/default.nix https://nixos.org/nixos/options.html#services.udev.extrarules
<zeta> i just want to make sure that i am doing this correct?
<buckley310> how much compiling do you need to do if you track unstable? does the CDN still cache the common stuff like python, the kernel, firefox, etc?
<ar1a> 0
<ar1a> all binary cached before the channel updates
<buckley310> cool, thx
<tilpner> Though you will have to rebuild your own packages more often because unstable is more volatile
<{^_^}> [nixpkgs] @worldofpeace merged pull request #61048 → zmap: init at 2.1.1 → https://git.io/fjCPz
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/fjCPg
<ar1a> well of course, your own packages wont be cached :P
<etu> yay zmap!
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0fe5e0279fe (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<ar1a> the nmap alternative?
<etu> yep
<etu> but it's more for internet-wide scans
<ar1a> nix-locate bin/zmap returns nothing :^(
<infinisil> 21:19:45 -- Notice({^_^}): [nixpkgs] @worldofpeace merged pull request #61048 → zmap: init at 2.1.1 → https://git.io/fjCPz
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61048 (by Ma27, 4 days ago, merged): zmap: init at 2.1.1
<ar1a> im probably quite out od fate
<ar1a> LOL
<ar1a> not outdated at all then
<{^_^}> [nixpkgs] @c0bw3b merged pull request #60556 → groonga: 8.1.1 -> 9.0.2 → https://git.io/fjZOp
<{^_^}> [nixpkgs] @c0bw3b pushed 3 commits to master: https://git.io/fjCPo
<infinisil> Nope :)
<worldofpeace> lol nixpkgs works fast
<tilpner> ar1a: Sure. But having to recompile your own things because some deep dependency changes might be relevant if they're asking about how much they'll have to compile
<{^_^}> [nixpkgs] @ambrop72 opened pull request #61249 → nvidia-x11: Add patches for kernel 5.1. → https://git.io/fjCP6
zeta has quit [Quit: WeeChat 2.4]
civodul has joined #nixos
v0|d has joined #nixos
<buckley310> yeah i can live with compiling the small set of personal stuff, but compiling the kernel on my laptop is not something i want to bake into my workflow again xD
nschoe has joined #nixos
<ar1a> faulty mouse?
<ar1a> or dodgy port
<nschoe> Hi everyone, is there a way to tweak the .bashrc of the bash when we enter a shell with nix-shell?
<makefu> linarcx:dmesg looks fine to me, the only hint to wifi is "[ 3764.823434] wlp3s0: deauthenticating from 4c:9e:ff:9f:83:38 by local choice (Reason: 3=DEAUTH_LEAVING)" which is normally fine
<linarcx> makefu: hmm... its fine right now.. i don't know why soemtimes this issue arise. so, anyway.. thank you.
<nschoe> For instance, I'm always searching through my ENV variables for the packages inside my buildInputs, but `grep` returns the entire lines of course, so I have to manually add --color=auto, but I'd like that automatically when I enter a nix-shell.
judson__ has joined #nixos
<linarcx> Guys, please help me to create package for lantern: https://www.reddit.com/r/NixOS/comments/bmisid/how_to_add_npm_and_gulp_dependencies/
<{^_^}> [nixpkgs] @tobim opened pull request #61250 → coreutils: fix musl cross compilation → https://git.io/fjCPH
judson has quit [Ping timeout: 246 seconds]
ambro718 has joined #nixos
mexisme has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @veprbl closed pull request #61247 → virtualbox: Fetch patches from the bug tracker. → https://git.io/fjC6g
Plotinus_ has joined #nixos
waleee has quit [Quit: WeeChat 2.4]
adfaure has joined #nixos
Plotinus has quit [Ping timeout: 245 seconds]
<adfaure> Hello, I wonder if it exists a way to de-nixify a package. In a way, that I could bundle a dep (or a set of dep) and run it on a debian for example.
zeta has joined #nixos
eraserhd has quit [Ping timeout: 246 seconds]
<buckley310> adfaure: have you considered installing nix on the destination computer?
ixxie has quit [Ping timeout: 248 seconds]
<buckley310> because nix is completely self-contained, im not really sure what a de-nixified set of nix packages would look like
eraserhd has joined #nixos
<adfaure> buckley310: not really as it is not a direct need, but I thin it would be usefull/interesstinh
<adfaure> buckley310: In fact, you are righ, de-nixify is not appropriates
<adfaure> I would rather mean, sort of nix-budling.
pie__ has joined #nixos
<adfaure> you do, nix-export hello
<ben> depending on use case it might be appropriate to use nix to generate a docker image and run that on the destination computer
<adfaure> and I pull the whole three, updates the path
<tilpner> ,nix-bundle adfaure
Guest92 has quit [Ping timeout: 255 seconds]
<tilpner> ,nix-bundle = Bundle Nix derivations to run anywhere! https://github.com/matthewbauer/nix-bundle
<{^_^}> nix-bundle defined
<tilpner> ,nix-bundle adfaure
<{^_^}> adfaure: Bundle Nix derivations to run anywhere! https://github.com/matthewbauer/nix-bundle
<adfaure> tilpner: than you
linarcx has quit [Ping timeout: 252 seconds]
<zeta> i am trying to change the `permissions` section using the `recommended` option of `xmonad-brightness` using `udev rules`, does my configuration.nix(udev rules) look correct? https://hastebin.com/loqideleqi.bash https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/light/default.nix https://github.com/giovanifss/xmonad-brightness https://nixos.org/nixos/options.html#services.udev
<tilpner> adfaure: This might still require user namespaces, which might still be off-by-default on Debian
<zeta> is this correct?
<tilpner> No, that doesn't look correct
<zeta> what's wrong?
<tilpner> udev.extraRules takes udev rules, not bash snippets
<tilpner> E.g. KERNEL=="eth*", ATTR{address}=="00:1D:60:B9:6D:4F", NAME="my_fast_network_card"
<adfaure> tilpner: Hmm, ok. Ill try to understand the project.
pxc has joined #nixos
delan has quit [Ping timeout: 276 seconds]
<adfaure> It requires user namespace to "simulate" a /nix/store ?
<zeta> tilpner: so what is the correct syntax then?
wfranzini has joined #nixos
<tilpner> zeta: This isn't about syntax yet, you just put the wrong thing in there
<tilpner> The syntax wasn't wrong, it was the wrong kind of syntax
<xorAxAx> zeta, you dont need to
<xorAxAx> zeta, just copy the line of the light.nix that activates the rules
<tilpner> adfaure: Yes, everything relies on that location, so it probably uses mount namespaces to bind things into the right place
<zeta> xorAxAx: which line?
brandonhamilton has joined #nixos
<tilpner> zeta: You can try services.udev.packages = [ pkgs.light ];
<xorAxAx> zeta, 25
delan has joined #nixos
delan has joined #nixos
delan has quit [Changing host]
<tilpner> zeta: That should give the video group access to the brightness file
<tilpner> zeta: If your user is in that group, everything should work
brandonhamilton has quit [Client Quit]
erasmas has joined #nixos
slowz has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #61240 → shades-of-gray-theme: 1.1.6 -> 1.1.7 → https://git.io/fjCrJ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjCXc
<zeta> tilpner: i am not using `light` package i am using `xmonad-brightness` package. so i am not sure if that will work for me.
<tilpner> zeta: Please try it anyway
ixxie has joined #nixos
<zeta> xorAxAx: line 25? isn't that a description?
<zeta> tilpner: if i can't get the brightness to work with xmonad then i'll use light.
<tilpner> zeta: 1. You can probably use xmonad with light
<tilpner> zeta: 2. lights udev rules should work for the project you linked too
<tilpner> zeta: So just try it
<tilpner> Add them, add your user to the video group, and reboot
<zeta> before i try that i want to know what xorAxAx meant by line 25?
<kuznero[m]> Can somebody help me please. I am trying to install node2nix from a fork. How can I do it? Releasing in the fork and chaning generated node-modules files seems a bit too much. Is there any better way?
<zeta> tilpner: what did xorAxAx mean by that?
<tilpner> zeta: I don't know
callahad has quit [Quit: Ping timeout (120 seconds)]
nixy7 has quit [Quit: Ping timeout (120 seconds)]
nixy7 has joined #nixos
callahad has joined #nixos
noam_ has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #61164 → nvidia_x11: 418.56 -> 418.74 → https://git.io/fjcAa
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/fjCXR
shibboleth has quit [Quit: shibboleth]
ddellacosta has joined #nixos
<yuken> Hmm. Quickly compiling software seems annoying under Nix.
lovesegfault has joined #nixos
<zeta> tilpner: ok, i'll try your option, but how will i know if `xmonad-brightness` package is controlling the brightness or `lights` package is?
noam__ has quit [Ping timeout: 268 seconds]
<tilpner> yuken: It definitely is
<tilpner> zeta: The lights package shouldn't be installed by that line
<tilpner> (It will be downloaded, but not added to your PATH)
<yuken> Guess it's time for me to actually figure out how Nix works, then.
<yuken> I still haven't done that.
<tilpner> Unfortunately, Nix works a lot better if you go all-in, and you don't really have that choice on NixOS
<bsima> is there a way to replace an entire file with another one during the patch stage?
<yuken> tilpner, I still haven't learned how the nix language works.
<xorAxAx> zeta, the line that tilpner posted
wfranzini has quit [Remote host closed the connection]
<tilpner> bsima: cp ${./your-file} ./your-file
<xorAxAx> zeta, you asked for the line
<tilpner> yuken: ack
wfranzini has joined #nixos
<yuken> surely you mean grep :p
<ambro718> Any opinions how to proceed with fixing this https://github.com/NixOS/nixpkgs/issues/59929 ?
<{^_^}> #59929 (by nh2, 2 weeks ago, open): Adding pkgconfig as described in manual breaks kernel compilation with make
<tilpner> No, as in acknowledged. You already said that, and it wasn't a question
<yuken> ah
<zeta> xorAxAx: are you talking about: services.udev.packages = [ pkgs.light ];
<zeta> xorAxAx: ?
<zeta> xorAxAx: was that the line 25 you were talking about?
<xorAxAx> zeta, yes
<bsima> tilpner: thanks, that works :)
<etu> zeta: That line will only lead the udev rules from that package
<yuken> Huh. I read chapter 14 of the Nix manual, and that makes it seem... infinitely easier than what I thought it was.
<{^_^}> [nixpkgs] @ryantm merged pull request #59184 → nodePackages: add language-server for bash, vue, html and css → https://git.io/fjt2G
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjCXo
<yuken> That's not hard at all to understand.
<zeta> etu: so i can the rules generated from that line for xmonad-brightness? https://github.com/giovanifss/xmonad-brightness
jasongrossman has quit [Ping timeout: 246 seconds]
<zeta> tilpner: ok i'll try it out, i will let you guys know if it works or not
Guest45012 has quit [Quit: WeeChat 2.4]
<etu> zeta: I don't find that as a package so I don't know.
jasongrossman has joined #nixos
<zeta> etu: it is a part of `xmonad-extras` package: https://hastebin.com/oyawazadaw.rb
robstr has quit [Ping timeout: 256 seconds]
<zeta> ok, lets see if it works
sigmundv has quit [Ping timeout: 246 seconds]
zeta has quit [Quit: WeeChat 2.4]
kisonecat has quit [Ping timeout: 245 seconds]
talqu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dtzWill merged pull request #61223 → man-pages: 5.00 -> 5.01 → https://git.io/fjCld
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fjCXb
<{^_^}> [nixpkgs] @dywedir merged pull request #61243 → docker-ls: 0.3.1 -> 0.3.2 → https://git.io/fjCKB
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fjCXN
Anton-Latukha has quit [Quit: Leaving.]
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.2)]
<{^_^}> #56199 (by eadwu, 11 weeks ago, open): mesa: build with meson
<{^_^}> #57773 (by colemickens, 7 weeks ago, open): libdrm: build with meson
<{^_^}> [nixpkgs] @mkgvt opened pull request #61251 → py-radix: init at version 0.10.0 → https://git.io/fjC1e
Ariakenom has joined #nixos
noam__ has joined #nixos
selfsymmetric-pa has joined #nixos
<selfsymmetric-pa> ryantm: Thanks for merging those `nodePackages` PRs. I'm regenerating `nodePackages` locally and should have a PR up soon with the nix changes.
camsbury has quit [Ping timeout: 248 seconds]
nervengift has joined #nixos
noam_ has quit [Ping timeout: 268 seconds]
<selfsymmetric-pa> And this time I'm on a gigabit network so it's going to be a lot easier to download all the registries...
<{^_^}> [nixpkgs] @aanderse closed pull request #58145 → Py-radix: init at v0.10.0 → https://git.io/fjJsP
<kuznero[m]> Since there is a problem with node2nix, is it possible to replace it with yarn2nix?
Synthetica has quit [Quit: Connection closed for inactivity]
raduom has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #61252 → iproute: 5.0.0 -> 5.1.0 → https://git.io/fjC1l
<{^_^}> [nixpkgs] @tbenst opened pull request #61253 → pythonPackages.deeplabcut: init at 2.0.5 → https://git.io/fjC1B
dbmikus_ has quit [Ping timeout: 246 seconds]
jabranham has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
<{^_^}> [nixpkgs] @matthew-piziak opened pull request #61254 → regenerate `nodePackages` → https://git.io/fjC1o
<ryantm> selfsymmetric-pa: okay!
<selfsymmetric-pa> ryantm: Here it is! https://github.com/NixOS/nixpkgs/pull/61254
<{^_^}> #61254 (by matthew-piziak, 15 seconds ago, open): regenerate `nodePackages`
<ryantm> selfsymmetric-pa: Can you change the commit message to be nodePackages: regenerate ?
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: 1.6.7 -> 1.7.0 »: https://git.io/fjC1M
<selfsymmetric-pa> ryantm: done
<{^_^}> [nixpkgs] @basvandijk opened pull request #61255 → elk5: 5.6.9 -> 5.6.16 & elk6: 6.7.1 -> 6.7.2 → https://git.io/fjC1S
<ryantm> selfsymmetric-pa: I told OfBorg to at least build the ones we know that we merged.
ddellacosta has quit [Ping timeout: 245 seconds]
romildo has joined #nixos
mkoenig has quit [Remote host closed the connection]
Plotinus_ has quit [Quit: night]
toppler` has quit [Ping timeout: 245 seconds]
toppler` has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #61255 → elk5: 5.6.9 -> 5.6.16 & elk6: 6.7.1 -> 6.7.2 → https://git.io/fjC1S
<{^_^}> [nixpkgs] @basvandijk pushed 3 commits to master: https://git.io/fjC1p
chaoflow has quit [Quit: WeeChat 2.2]
chaoflow has joined #nixos
<selfsymmetric-pa> ryantm: Thank you!
selfsymmetric-pa has quit [Remote host closed the connection]
chaoflow has quit [Client Quit]
<{^_^}> [nixpkgs] @c0bw3b pushed to master « leptonica: enable check phase »: https://git.io/fjCMe
chaoflow has joined #nixos
drakonis has quit [Ping timeout: 255 seconds]
kisonecat has joined #nixos
<xorAxAx> can i get the current filename, like __file__ in python?
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #60343 → luarocks-nix,luaPackages: formatting and additions; awesome: docs! → https://git.io/fjGtD
<{^_^}> [nixpkgs] @dtzWill pushed 9 commits to master: https://git.io/fjCMf
chaoflow has quit [Quit: WeeChat 2.2]
chaoflow has joined #nixos
<ryantm> xorAxAx: Not the same, but you can do "path = ./whatever.nix"
endforma1 has joined #nixos
chaoflow has quit [Client Quit]
<{^_^}> [nixpkgs] @astro opened pull request #61256 → python3Packages.pyftdi: init at 0.29.4 → https://git.io/fjCMq
chaoflow has joined #nixos
<xorAxAx> ryantm, ah, but i need my path :)
chaoflow has quit [Client Quit]
<xorAxAx> the one i am currently evaluated in
endformationage has quit [Ping timeout: 246 seconds]
chaoflow has joined #nixos
<pie__> i keep wanting something approximating [imperative profile] management with nix. guess i should write a library for it
<pie__> rycee, i dont suppose you have anything like that ^
<{^_^}> [nixpkgs] @matthewbauer opened pull request #61257 → nixos/binfmt: handle emulatedSystems → https://git.io/fjCMY
ixxie has quit [Ping timeout: 248 seconds]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #61218 → slack: add libappindicator-gtk3 to rpath → https://git.io/fjCCa
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjCMc
drakonis_ has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
freeman42x has quit [Ping timeout: 248 seconds]
geosmin has left #nixos ["WeeChat 2.4"]
<infinisil> ,pointers = 0x3A28213A 0x6339392C, 0x7363682E.
<{^_^}> pointers defined
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<samueldr> https://xkcd.com/138/ for anyone confused
<infinisil> In case somebody asks that in the future :P
ayerhart has quit [Read error: Connection reset by peer]
ayerhart has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
<{^_^}> [nix] @grahamc opened pull request #2798 → build: run diff-hook under --check and document diff-hook → https://git.io/fjCM8
<gchristensen> ^ docs can be mind-bendingly hard to write
__monty__ has quit [Quit: leaving]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
erasmas has quit [Quit: leaving]
ambro718 has quit [Quit: Konversation terminated!]
slowz has joined #nixos
slowz has joined #nixos
slowz has quit [Changing host]
romildo has quit [Quit: Leaving]
MmeQuignon has quit [Ping timeout: 246 seconds]
hamishmack has joined #nixos
ixxie has joined #nixos
ottidmes has quit [Ping timeout: 248 seconds]
nschoe has quit [Ping timeout: 257 seconds]
zeta has joined #nixos
<{^_^}> [hydra] @edolstra pushed 14 commits to flake: https://git.io/fjCDJ
pxc has quit [Ping timeout: 246 seconds]
fendor has quit [Read error: Connection reset by peer]
thomashoneyman has joined #nixos
drakonis has quit [Quit: Leaving]
lemonpie has joined #nixos
drakonis_ has quit [Ping timeout: 258 seconds]
Ariakenom has quit [Read error: Connection reset by peer]
<zeta> do the udev rules look correct, i am not sure?
josiah_sama has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mbrgm_ has joined #nixos
mbrgm_ is now known as mbrgm
mbrgm has quit [Ping timeout: 248 seconds]
thomashoneyman has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #61254 → regenerate `nodePackages` → https://git.io/fjC1o
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjCD0
MmeQuignon has joined #nixos
lovesegfault has quit [Ping timeout: 258 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6be6a88e293 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
lovesegfault has joined #nixos
<zeta> i already set my user as a member of video group, i am just not sure if these udev rules are correct? https://hastebin.com/oqaqesifec.pl https://github.com/giovanifss/xmonad-brightness https://hastebin.com/uquzuvupeh.rb
dansho has joined #nixos
<zeta> does the udev rules look correct?
wfranzini has quit [Remote host closed the connection]
zeta has quit [Quit: WeeChat 2.4]
wfranzini has joined #nixos
kisonecat has quit [Ping timeout: 252 seconds]
thomashoneyman has joined #nixos
i1nfusion has joined #nixos
ixxie has quit [Ping timeout: 252 seconds]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]