<samueldr> I was looking at unstable-aarch64
<samueldr> it's now built under staging
_ris has quit [(Ping timeout: 240 seconds)]
<samueldr> or trunk?
<samueldr> or I'm still confused
<samueldr> (looked at the machine page in hydra)
<samueldr> (it's nixpkgs and not nixos)
<Infinisil> Okay I give up
<Infinisil> I can't even get an `echo HELLO THERE` in patchPhase to print for whatever reason
acarrico has joined #nixos
<Mic92> Infinisil: you must use different hooks for rust
<Mic92> Infinisil: I look for an example
<Mic92> Infinisil: pkgs/tools/misc/exa/default.nix
<Mic92> Infinisil: now you might understand why I don't like buildRustPackage
<Infinisil> Mic92: I see..
<Infinisil> thanks for the example
<Mic92> this fixed-derivation stuff is tricky
<Infinisil> Funnily I just started using exa instead of ls yesterday
<Mic92> I also did some time ago
<Mic92> along with fd, fzf and ripgrep
<Mic92> fancy new shell tools
* Infinisil has a look at fd and fzf
<Infinisil> using ripgrep too
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/883ea76934 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
griff_ has quit [(Quit: griff_)]
Lisanna has quit [(Ping timeout: 260 seconds)]
acowley_away is now known as acowley
<Infinisil> Oh my god, I'm actually giving up now
oida has joined #nixos
<Infinisil> "sed: -e expression #1, char 41: unknown option to `s'"
<Infinisil> But it works when I do it manually
oida_ has quit [(Ping timeout: 240 seconds)]
elurin` has joined #nixos
pxc has quit [(Ping timeout: 248 seconds)]
<Infinisil> I actually wanted to 'prove' how easy it would be to override the source of a package to a fork instead and build that
<Infinisil> but here I am, a few hours later, frustrated
elurin has quit [(Ping timeout: 240 seconds)]
darlan has joined #nixos
darlan has quit [(Client Quit)]
<Infinisil> Here is my current state if anybody else wants to have a try: https://git.io/v5j8X
<Infinisil> I'm gonna go to bed now though, probably
Shados has quit [(Remote host closed the connection)]
Shados has joined #nixos
thc202 has quit [(Ping timeout: 255 seconds)]
Wizek_ has quit [(Ping timeout: 240 seconds)]
<samueldr> Infinisil:
<samueldr> your sed invocation
<samueldr> owned_slice is a path
<samueldr> an absolute path
<samueldr> a path having slashes
<samueldr> sed sees those slashes and at /nix/_s_tore that s it throws up
<clever> sed -i 's|'$fileWithPath'|HAHA|g' file
simpson has left #nixos ["WeeChat 1.0.1"]
<clever> from a random stackoverflow
<samueldr> if you use an alternative symbol, like ';', the invocation works
<samueldr> or that :)
<clever> sed -i "s|my/path|my/other/path|g" myFileOfPaths.txt
<clever> double quote is safe against spaces
<clever> the single quote varaint isnt
<clever> variant
<samueldr> why wouldn't the single quote variant be safe?
<clever> $foo doesnt work inside single-quotes, so that variant used 'foo'$bar'baz'
<samueldr> oh, sure
<clever> and now the variable itself is unquoted
sellout- has quit [(Quit: Leaving.)]
<samueldr> wouldn't the variable be filled-in by nix?
<clever> ah yeah, if you use ${foo} in nix level, the single quotes dont matter
<samueldr> :)
<clever> then '${foo}' works
takle has quit [(Remote host closed the connection)]
acarrico has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
acarrico has joined #nixos
Lisanna has joined #nixos
hamishmack has joined #nixos
takle has quit [(Ping timeout: 248 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/00ca2b3a6c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
Infinisi1 has joined #nixos
<Infinisi1> Ohhh
<Infinisi1> damnit
<samueldr> :)
<samueldr> there's another issue later on, but I don't know anything about rust things
<Infinisi1> Me neither
<Infinisi1> "basename: missing operand"?
Infinisil has quit [(Ping timeout: 264 seconds)]
koserge has quit [(Ping timeout: 240 seconds)]
<samueldr> the error when no argument is given to basename
<Havvy> Hi. I sort of know Rust things.
mkoenig_ has quit [(Ping timeout: 240 seconds)]
<Infinisi1> Who would've thought, stringly typed stuff making hard-to-read runtime errors
<samueldr> me
<Infinisi1> Well same, but I'm annoyed over it
<samueldr> I know the feeling
<Infinisi1> Okay now I should actually sleep, I can't think clearly anymore
Supersonic112 has quit [(Disconnected by services)]
<samueldr> 'night
<Infinisi1> I updated the gist (https://git.io/v5j8X) <-- Havvy if you wanna have a try
Supersonic112_ has joined #nixos
koserge has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #29625: glibc: Grab the right linux headers when build != host (master...linuxHeadersCross) https://git.io/v5jBC
NixOS_GitHub has left #nixos []
Supersonic112_ is now known as Supersonic112
<Havvy> Infinisi1: What are you trying to do?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 2 new commits to master: https://git.io/v5jBB
<NixOS_GitHub> nixpkgs/master 8bfb247 John Ericson: glibc: Grab the right linux headers when build != host...
<NixOS_GitHub> nixpkgs/master df0c265 John Ericson: Merge pull request #29625 from obsidiansystems/linuxHeadersCross...
NixOS_GitHub has left #nixos []
<samueldr> [20:32:50] <Infinisil> I actually wanted to 'prove' how easy it would be to override the source of a package to a fork instead and build that
<samueldr> I have no idea otherwise
<Havvy> Infinisi1: Eh, doing other things more useful at the moment.
mbrgm has quit [(Ping timeout: 260 seconds)]
mbrgm has joined #nixos
eacameron has quit [(Remote host closed the connection)]
ryanartecona has joined #nixos
jellowj has quit [(Ping timeout: 248 seconds)]
<azdle> I'm trying to figure out an issue w/ firefox. It seems to not have permissions to do *anything*. I get this error when I try to download something: https://i.imgur.com/oqOx9N1.jpg
pknopf has joined #nixos
<azdle> I also can't install extensions, which fails with another error about not being able to modify files.
<pknopf> I have a few questions, if someone could help. I'd look through the documentation, but it wasn't clear.
<pknopf> The nixstore is read only, but what about the booted rootfs?
<pknopf> What happens if I "echo test > /test.txt"?
<pknopf> Does it get preserved?
<samueldr> on an installed nixos, it would, I believe
<fearlessKim[m]> where is the "dev-shell" script in nix repo on master (following tutorial https://nixos.org/nix/manual/#chap-hacking) ?
<pknopf> Maybe overlay tempfs on / ?
<pknopf> I'm thinking of potentially using NixOS as my main development environment. I have multiple machines, from for gaming, some dev, some leisure. Can I create common profiles to inherit from?
<pknopf> A default profile with my common stuff, an intel profile for intel drivers/configuration that inherits from default, and etc. Think of inheritance in OOP.
<pknopf> I'd like to be able to change profiles, reboot my machine, to switch between gaming/development/etc.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] res0nat0r opened pull request #29626: salt: 2016.11.5 -> 2017.7.1 (master...salt-2017.7.1) https://git.io/v5j0f
NixOS_GitHub has left #nixos []
leat has joined #nixos
jellowj has joined #nixos
<azdle> pknopf, AFAIK (I'm still new to this) you can do something like that. Not inheratance exactly, but you can use multiple config files, one for each "topic", where you can combine them differently on each machine.
<azdle> Not sure about an easy way to change 'profiles' on a single machine and reboot.
<azdle> Anyone have any thoughts on what is causing the permissions with firefox I mentioned above?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aszlig pushed 1 new commit to master: https://git.io/v5j0K
<NixOS_GitHub> nixpkgs/master a752659 aszlig: nixos/tests/virtualbox: Fix netcat invocation...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aszlig pushed 1 new commit to release-17.09: https://git.io/v5j0P
<NixOS_GitHub> nixpkgs/release-17.09 5f5eb7f aszlig: nixos/tests/virtualbox: Fix netcat invocation...
NixOS_GitHub has left #nixos []
hamishmack has quit [(Ping timeout: 240 seconds)]
statusbot has quit [(Ping timeout: 252 seconds)]
statusbot has joined #nixos
jellowj has quit [(Ping timeout: 252 seconds)]
endformationage has quit [(Ping timeout: 252 seconds)]
zraexy has quit [(Ping timeout: 252 seconds)]
acowley is now known as acowley_away
zraexy has joined #nixos
endformationage has joined #nixos
hamishmack has joined #nixos
pie_ has quit [(Ping timeout: 240 seconds)]
lambdamu_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/v5jEt
<NixOS_GitHub> nixpkgs/master 6558f81 Peter Hoeg: kmscon: reset ExecStart to allow override...
NixOS_GitHub has left #nixos []
srhb has quit [(Ping timeout: 246 seconds)]
lambdamu has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to release-17.09: https://git.io/v5jEY
<NixOS_GitHub> nixpkgs/release-17.09 34efc5b Peter Hoeg: kmscon: reset ExecStart to allow override...
NixOS_GitHub has left #nixos []
cpennington has quit [(Remote host closed the connection)]
srhb has joined #nixos
drakonis has joined #nixos
sigmundv has quit [(Ping timeout: 240 seconds)]
justanotheruser has joined #nixos
acarrico has quit [(Ping timeout: 240 seconds)]
drakonis has quit [(Remote host closed the connection)]
drakonis has joined #nixos
sellout- has joined #nixos
<fearlessKim[m]> isn't nixpkgs-unstable broken ? can't nix-env -qaP even from channels/nixpkgs-unstable
<fearlessKim[m]> error: attribute ‘callPackage’ missing, at /home/teto/nixpkgsbis/pkgs/applications/altcoins/default.nix:46:12
Mateon3 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nix] teto opened pull request #1571: Improve error message for conflicting priorities (master...improve_priority_msg) https://git.io/v5jur
NixOS_GitHub has left #nixos []
Mateon1 has quit [(Ping timeout: 240 seconds)]
Mateon3 is now known as Mateon1
<fearlessKim[m]> nope, it was an haskell overlay override (dunno how it could provoke that kind of error though xD)
pxc has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/34efc5b056 (from 52 minutes ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
Neo-- has quit [(Ping timeout: 240 seconds)]
sellout- has quit [(Quit: Leaving.)]
pxc has quit [(Ping timeout: 248 seconds)]
Wizek has quit [(Quit: Connection closed for inactivity)]
mkoenig has joined #nixos
drakonis has quit [(Read error: Connection reset by peer)]
pknopf has quit [(Quit: Page closed)]
jsgrant has joined #nixos
eacameron has joined #nixos
eacameron has quit [(Ping timeout: 248 seconds)]
justanotheruser has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] gabesoft opened pull request #29627: Bcolz init at 1.1.2 (master...bcolz-package) https://git.io/v5jgH
NixOS_GitHub has left #nixos []
leat has quit [(Ping timeout: 240 seconds)]
koserge has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
justanotheruser has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/bed076cdfb (from 2 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
koserge has joined #nixos
schoppenhauer has quit [(Ping timeout: 240 seconds)]
schoppenhauer has joined #nixos
Wharncliffe has quit [(Quit: Lost terminal)]
zzamboni has joined #nixos
zzamboni has quit [(Client Quit)]
zzamboni has joined #nixos
zzamboni has quit [(Client Quit)]
sellout- has joined #nixos
ryanartecona_ has joined #nixos
sellout- has quit [(Ping timeout: 252 seconds)]
Neo-- has joined #nixos
Sonarpulse has quit [(Ping timeout: 240 seconds)]
zzamboni has joined #nixos
sellout- has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
stepcut has quit [(Remote host closed the connection)]
uralbash has joined #nixos
uralbash has left #nixos []
cyberwolf[m] has joined #nixos
Sonarpulse has joined #nixos
ryanartecona has quit [(Quit: ryanartecona)]
ryanartecona_ is now known as ryanartecona
JosW has joined #nixos
eacameron has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
pxc has joined #nixos
Nobabs27 has quit [(Quit: Leaving)]
reinzelmann has joined #nixos
eacameron has quit [(Ping timeout: 255 seconds)]
pxc has quit [(Ping timeout: 248 seconds)]
proteusguy has quit [(Remote host closed the connection)]
pie_ has joined #nixos
elurin` has quit [(Remote host closed the connection)]
pie_ has quit [(Ping timeout: 248 seconds)]
marusich has quit [(Quit: Leaving)]
MercurialAlchemi has joined #nixos
pie_ has joined #nixos
proteusguy has joined #nixos
jsgrant has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] puffnfresh opened pull request #29628: linuxkit-builder (master...feature/linuxkit-builder) https://git.io/v5jKq
NixOS_GitHub has left #nixos []
jsgrant has joined #nixos
hamishmack has joined #nixos
chakerbenhamed has joined #nixos
ebzzry has quit [(Ping timeout: 240 seconds)]
pie_ has quit [(Ping timeout: 252 seconds)]
zzamboni has joined #nixos
zzamboni has quit [(Client Quit)]
zzamboni has joined #nixos
leat has joined #nixos
phdoerfler has joined #nixos
phreedom has joined #nixos
leat has quit [(Quit: WeeChat 1.9)]
<ij> How do I evaluate a nix expression without making a derivation? (eval via nix-build -E requires one) I just want to play with the language a bit.
<rotaerk> IIRC: nix-instantiate -E --eval
odi has joined #nixos
<rotaerk> well, I mean, you can have a file containing a nix expression that's not a derivation
<rotaerk> not really clear on what you're asking for
Ivanych has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] nicknovitski opened pull request #29629: gemconfig: add curb (master...patch-1) https://git.io/v5jit
NixOS_GitHub has left #nixos []
mudri has joined #nixos
<pikajude> ok, i forget
<pikajude> how do i debug why nix isn't trying to do remote builds
ixxie has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9)]
<ixxie> rycee are you here?
phreedom has quit [(Quit: No Ping reply in 180 seconds.)]
<fearlessKim[m]> how can i configure my preUnpack hook ?
phreedom has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] florianjacob opened pull request #29630: piwik: 3.1.0 -> 3.1.1 (master...piwik-3.1.1) https://git.io/v5jix
NixOS_GitHub has left #nixos []
<ij> rotaerk, Yeah, that's it! Thanks.
chakerbenhamed has quit [(Quit: WeeChat 0.4.2)]
<fearlessKim[m]> nevermind found it but it proved useless anyway, the __qt5__ folder is created before the preUnpack hook :'(
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/a75265924f (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
zarelit has left #nixos []
elurin has joined #nixos
eacameron has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
goibhniu has joined #nixos
pie_ has joined #nixos
silver_hook has joined #nixos
ertes has quit [(Ping timeout: 240 seconds)]
pie_ has quit [(Ping timeout: 255 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5j1B
<NixOS_GitHub> nixpkgs/master 5ddfcc7 Nick Novitski: gemconfig: add curb
<NixOS_GitHub> nixpkgs/master 4eb5731 Jörg Thalheim: Merge pull request #29629 from nicknovitski/patch-1...
NixOS_GitHub has left #nixos []
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29609: impressive: fixes and improvements (master...impressive-fixes) https://git.io/v5hy7
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v5j11
<NixOS_GitHub> nixpkgs/release-17.09 4a17dea Linus Heckemann: impressive: fixes and improvements...
NixOS_GitHub has left #nixos []
takle has quit [(Ping timeout: 240 seconds)]
rauno has joined #nixos
<rauno> Hi
jensens has joined #nixos
<ij> tere
<ij> There was a reason why «nix-env -i package» takes forever and I had to specify that it doesn't have to do a deep search or something. May anyone remind me how, exactly?
<nixy> I believe the reason is that with `-i` it has to evaluate all of nixpkgs to find the package that matches the symbolic name
<nixy> When you use `-iA` with attribute names it can do the lookup near instantly if I understand things right
ertes-w has joined #nixos
pie_ has joined #nixos
<sphalerite> Thanks Mic92 :)
mkoenig has quit [(Ping timeout: 240 seconds)]
<ij> nixy, I don't get why this makes sense though.
mudri has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29613: nifticlib: init at 2.0.0 (master...nifti) https://git.io/v5jJZ
NixOS_GitHub has left #nixos []
mkoenig has joined #nixos
<nixy> ij: Not sure I am the right person to answer the "why" on this. I don't even understand why there are symbolic _and_ attribute names
<nixy> Seems to be how Nix itself works though, you may be able to find some answers in the issues/code of Nix
<nixy> Paragraph after the first code example kind of explains it
<nixy> Since there can be more than one package with the same symbolic name it has to evaluate everything to ensure there are no conflicts (i think)
phreedom has quit [(Remote host closed the connection)]
kuznero has joined #nixos
__Sander__ has joined #nixos
<kuznero> Hi All
<nixy> Heya
mortum5 has joined #nixos
FRidh has joined #nixos
takle has joined #nixos
<kuznero> My `nix-build docker.nix` fails with "Unpacking base image... /tmp/nix-build-docker-image-monitor.tar.gz.drv-0/.attr-0: line 24: image/repositories: No such file or directory" Will somebody be able to help figure out what is wrong with it?
pie_ has quit [(Ping timeout: 240 seconds)]
bennofs has joined #nixos
phreedom has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] lheckemann opened pull request #29632: oil: 0.0.0 -> 0.1.0 (master...oil-update) https://git.io/v5jyo
NixOS_GitHub has left #nixos []
<kuznero> I am running 17.09 (it works in 17.03). Also just pulling a base image is working fine, but something breaks further down...
<ij> nixy, So maybe the "pkgs" set is created by gathering up all directory names in the repo?
<lewo`> kuznero: I zqs not able to reproduce your issue and it seems your image is old. Could you use a newer alpine image ?
<lewo`> s/zqs/was/
<kuznero> lewo`, I will try it right now.
<lewo`> kuznero: Moreover, I tryied with the same alpine tag than you and it worked. But the sha of the image is not the same than you. so, it seems they upgraded their image. And maybe they added the repositorie file!
<kuznero> lewo`, same again, doing `nix-build -E 'with import <nixpkgs> {}; pkgs.dockerTools.pullImage { imageName = "alpine"; imageTag = "3.6"; sha256 = "120lvxx285f0xmrsq4v3p2ny6ln32nm35n78rz21p3ybqr454grg";}'` worked great, but when `nix-build docker.nix` it fails to unpack base image...
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vaibhavsagar opened pull request #29633: nginxModules.echo: v0.57 -> v0.61 (master...update-nginx-echo-module) https://git.io/v5jSW
NixOS_GitHub has left #nixos []
<kuznero> lewo`, have you by chance tried running `nix-build docker.nix` on https://github.com/kuznero/monitor/tree/267ae50d881b700a557fd8e10b0b992e1bea5e7e ?
<lewo`> kuznero: I think the image you are using is the old one. Since it is in your cache, the new one is not pulled. To force this, you have to force the rebuild by passing the --check arguement to your nix-build command.
<lewo`> kuznero: Can you run the same nix-build command with --check argument ?
<kuznero> lewo`, doing it...
aloiscochard has joined #nixos
<kuznero> lewo`, strange that one fails without even starting - 4th line is "error: some outputs of ‘/nix/store/vrgdk6avzw8aqi80pd7a4rgl8ay9hdzv-docker-image-monitor.tar.gz.drv’ are not valid, so checking is not possible"
thc202 has joined #nixos
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<kuznero> lewo`, I mean it does not even get to the point when it pull an image. I also tried calling `sudo nix-collect-garbage -d` and after that trying again - same effect
erictapen has joined #nixos
<kuznero> Interesting thing is that it actually works in 17.03
<lewo`> kuznero: this doesn't work for me : nix-build -E 'with import <nixpkgs> {}; pkgs.dockerTools.pullImage { imageName = "alpine"; imageTag = "3.6"; sha256 = "120lvxx285f0xmrsq4v3p2ny6ln32nm35n78rz21p3ybqr454grg";}'.
<lewo`> kuznero: could you run ix-build -E 'with import
<lewo`> <nixpkgs> {}; pkgs.dockerTools.pullImage { imageName = "alpine";
<lewo`> imageTag = "3.6"; sha256 =
<lewo`> arf, sorry
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] edwtjo opened pull request #29634: jetbrains-jdk (master...jbjdk) https://git.io/v5jHB
NixOS_GitHub has left #nixos []
pie_ has joined #nixos
stepcut has joined #nixos
sigmundv has joined #nixos
stepcut has quit [(Ping timeout: 248 seconds)]
uralbash has joined #nixos
<rycee> ixxie: Yeah, what's up?
Itkovian has joined #nixos
leat has joined #nixos
<ixxie> hey rycee - something weird is happening with my home manager dotfile building; multi-term is getting a 'output path '/nix/store/<hash>-multi-term.el has sha256 hash <hash-a> when <hash-b> was expected.'
mortum5 has quit [(Read error: Connection reset by peer)]
<ixxie> the weird part is that the very same files work just fine in the office centos machine but fail to build on the home nixos machine
mortum5 has joined #nixos
pie_ has quit [(Ping timeout: 252 seconds)]
<rycee> ixxie: You have multi-term in programs.emacs.extraPackages?
<ixxie> yep
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/4a17dea467 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
<ixxie> the nixos machine has emacs25-nox in the configuration.nix but I don't think that should be an issue right?
nix-gsc-io`bot has quit [(Client Quit)]
<rycee> I think multi-term.el has changed upstream.
zarelit has joined #nixos
<rycee> Just doing nix-build -A emacsPackagesNg.multi-term will give the same error.
<ixxie> thats what I figured, but then how come I can still rebuild on the centos machine but not the nixos machine
eacameron has joined #nixos
<ixxie> hmmm
<ixxie> channels?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] andir opened pull request #29635: afew: git-2017-02-8 -> 1.2.0 (master...update-afew-to-1.2.0) https://git.io/v5jdx
NixOS_GitHub has left #nixos []
<ixxie> the nixos machine is on stable while the centos one is unstable
<ixxie> thats probably it
pxc has joined #nixos
Infinisi1 has quit [(Ping timeout: 248 seconds)]
<ixxie> rycee: does HM simply use whichever channel the user is using in NixOS?
pie_ has joined #nixos
ThatDocsLady has joined #nixos
rauno has quit [(Ping timeout: 240 seconds)]
hamishmack has quit [(Quit: hamishmack)]
<rycee> ixxie: Yes, unless you tell it otherwise it will use `<nixpkgs>`.
<rycee> You can use the `-I` option to change it. E.g., `home-manager -I nixpkgs=/blah/blah/custom-nixpkgs`.
eacameron has quit [(Ping timeout: 248 seconds)]
pxc has quit [(Ping timeout: 248 seconds)]
phinxy has joined #nixos
orivej has quit [(Ping timeout: 240 seconds)]
<ixxie> hmm rycee - so I switched my only user channel from stable to unstable, update the channels and tried again and no
<ixxie> it yields the same error
jacob has joined #nixos
orivej has joined #nixos
arianvp2 has joined #nixos
jacob is now known as Guest14009
uralbash has quit [(Quit: Leaving.)]
zarelit has left #nixos []
hamishmack has joined #nixos
uralbash has joined #nixos
Taneb has quit [(Ping timeout: 240 seconds)]
leat has quit [(Ping timeout: 252 seconds)]
arianvp2 has quit [(Quit: arianvp2)]
leat has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 1 new commit to release-17.03: https://git.io/v5jNg
<NixOS_GitHub> nixpkgs/release-17.03 ecc3eda Robert Helgesson: emacsPackagesNg.multi-term: fix broken download
NixOS_GitHub has left #nixos []
Taneb has joined #nixos
Ivanych has quit [(Ping timeout: 240 seconds)]
Wizek has joined #nixos
<rycee> ixxie: What does `echo $NIX_PATH` say?
<rycee> ixxie: And I guess `nix-build -A emacsPackagesNg.multi-term` gives the same error?
mortum5 has quit [(Ping timeout: 255 seconds)]
arianvp2 has joined #nixos
simukis has joined #nixos
proteusguy has quit [(Remote host closed the connection)]
<rycee> Btw, the next 17.03 channel should have a fixed multi-term download.
<ixxie> rycee: nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
<ixxie> I named the unstable channel nixos
<ixxie> so it looks alright
<ixxie> rycee: that build command doesn't run standalone; what should I do in addition?
<rycee> nix-build '<nixpkgs>' -A emacsPackagesNg.multi-term
hamishmack has quit [(Quit: hamishmack)]
zzamboni has quit [(Quit: Leaving.)]
<ixxie> yeah same error
<rycee> Ok, and what does `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion` say?
hamishmack has joined #nixos
arianvp2 has quit [(Quit: arianvp2)]
<ixxie> 17.03.1811.8ed299faac
<ixxie> that checks the exact commit my channel is on?
<rycee> Ya. So you are still on an older version.
<ixxie> hmmm
<ixxie> nix-channel --update wasnt enough it seems
zzamboni has joined #nixos
<rycee> Should be enough I think. Did you run it as root?
<ixxie> no
<ixxie> I was careful to do all this stuff as user
zzamboni has quit [(Client Quit)]
zzamboni has joined #nixos
pie_ has quit [(Remote host closed the connection)]
jtojnar has quit [(Quit: jtojnar)]
pie_ has joined #nixos
longrin has joined #nixos
zzamboni has quit [(Quit: Leaving.)]
<ixxie> rycee - when I do a nix-channel --update it is download 18.03pre116054.a75265924f
<ixxie> downloading*
<ixxie> which is the right one right?
<ixxie> it unpacks and gives no error and yet the instantiate doesn't move beyond 17.03
<rycee> I'm guessing that since NIX_PATH points to /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs it'll not look for the channel in your home directory.
pie_ has quit [(Ping timeout: 240 seconds)]
MrCoffee has joined #nixos
<ixxie> wait,- is NIX_PATH global?
<rycee> Ya, it'll be set by /etc/profile
<ixxie> so its not per user
<ixxie> is there some per-user analogue to that?
tmaekawa has joined #nixos
zzamboni has joined #nixos
<rycee> I'm not sure what is the recommended way to have per-user channels under NixOS. Sourcing ~/.nix-profile/etc/profile.d/nix.sh doesn't work since it appears to put the nixpkgs entry at the end of NIX_PATH.
erictapen has quit [(Ping timeout: 248 seconds)]
<ixxie> then how does Nix distinguish between different users' channels?
<sphalerite> clever: any reason your qemu-user package isn't in nixpkgs?
zzamboni has quit [(Ping timeout: 248 seconds)]
erictapen has joined #nixos
MP2E has quit [(Quit: sleep)]
zzamboni has joined #nixos
orivej has quit [(Ping timeout: 240 seconds)]
zzamboni has quit [(Client Quit)]
zzamboni has joined #nixos
zzamboni1 has joined #nixos
zzamboni has quit [(Remote host closed the connection)]
pie_ has joined #nixos
phinxy has quit [(Quit: Leaving)]
zzamboni1 has quit [(Client Quit)]
zzamboni has joined #nixos
<mpickering> Is there a way to query *why* a certain derivation is being built?
Lisanna has quit [(Ping timeout: 240 seconds)]
<mpickering> Somewhere I am using the wrong package set but can't find where
Lisanna has joined #nixos
pie_ has quit [(Ping timeout: 252 seconds)]
jellowj has joined #nixos
kuznero has quit [(Remote host closed the connection)]
rauno has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/34efc5b056 (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29635: afew: git-2017-02-8 -> 1.2.0 (master...update-afew-to-1.2.0) https://git.io/v5jdx
NixOS_GitHub has left #nixos []
peacememories has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
Myrl-saki has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vdevm
<NixOS_GitHub> nixpkgs/master dea2aff Vaibhav Sagar: nginxModules.echo: 0.57 -> 0.61...
<NixOS_GitHub> nixpkgs/master 49d18cd Jörg Thalheim: Merge pull request #29633 from vaibhavsagar/update-nginx-echo-module...
NixOS_GitHub has left #nixos []
uralbash has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/vdev3
<NixOS_GitHub> nixpkgs/release-17.09 3f44159 Vaibhav Sagar: nginxModules.echo: 0.57 -> 0.61...
NixOS_GitHub has left #nixos []
iyzsong has joined #nixos
jellowj has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vdevV
<NixOS_GitHub> nixpkgs/master 50d52ac Robert Schütz: texworks: init at 0.6.2
<NixOS_GitHub> nixpkgs/master a3ed686 Jörg Thalheim: Merge pull request #29545 from dotlambda/texworks...
NixOS_GitHub has left #nixos []
ixxie has quit [(Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)]
tmaekawa has quit [(Quit: tmaekawa)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 1 new commit to master: https://git.io/vdevA
<NixOS_GitHub> nixpkgs/master b0deb1e Thomas Tuegel: dropbox: 34.4.22 -> 35.4.20
NixOS_GitHub has left #nixos []
<pmeunier> Hi! Is there a way to automatically garbage-collect old generations? I have the automatic GC enabled, but that's not enough. My disk got full, and I only noticed this after 50 generations.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 2 new commits to release-17.03: https://git.io/vdefT
<NixOS_GitHub> nixpkgs/release-17.03 0b1a5f2 Peter Hoeg: dropbox: 34.4.20 -> 34.4.22...
<NixOS_GitHub> nixpkgs/release-17.03 b7e4857 Thomas Tuegel: dropbox: 34.4.22 -> 35.4.20...
NixOS_GitHub has left #nixos []
nh2 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 1 new commit to release-17.09: https://git.io/vdeft
<NixOS_GitHub> nixpkgs/release-17.09 811f153 Thomas Tuegel: dropbox: 34.4.22 -> 35.4.20...
NixOS_GitHub has left #nixos []
<hyper_ch> pmeunier: I use this script to remove everything but current generation https://paste.simplylinux.ch/view/ed217a5e
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vdefm
<NixOS_GitHub> nixpkgs/master 6988537 Linus Heckemann: oil: 0.0.0 -> 0.1.0
<NixOS_GitHub> nixpkgs/master 6bdabc7 Jörg Thalheim: Merge pull request #29632 from lheckemann/oil-update...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vdefs
<NixOS_GitHub> nixpkgs/master 595d92e José Romildo Malaquias: ocamlfuse: 2.7-3 -> 2.7.1_cvs5 (#29606)
NixOS_GitHub has left #nixos []
kuznero has joined #nixos
<hyper_ch> pmeunier: well, seems you need to run nix-env --delete-generations xxx$
<hyper_ch> unfortunately there doesn't seem to be a way to keep the last xx generations but only keep generations newer than xx days
<pmeunier> hyper_ch: sure, but I wanted it done automatically in /etc/nixos/configuration.nix sometimes. Maybe a systemd timer would do, but I was wondering about existing things in nixpkgs
<hyper_ch> pmeunier: run cron
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29587: elvish: 0.9 -> 0.10 and fix darwin build (master...elvish-darwin) https://git.io/v5pwL
NixOS_GitHub has left #nixos []
<hyper_ch> I'd really love a feature delete generations except the last 20 generations....
erictapen has quit [(Ping timeout: 240 seconds)]
<bennofs> doesn't nix-collect-garbage have an argument for thatß
<hyper_ch> 30d --> delete older than 30 days
<bennofs> hmm right
<hyper_ch> still don't really get what nix-env --delete-generations and nix-collect-garbate do differently
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/9e228fc2d8 (from 24 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
<hyper_ch> every once in a while I just run https://paste.simplylinux.ch/view/ed217a5e and it cleans out everything but current generation :9
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc closed pull request #27394: nixpkgs: poor mans doc blocks wip / rfc / etc (master...fake-doc-blocks) https://git.io/vQdJe
NixOS_GitHub has left #nixos []
<etu> hyper_ch: If you run systemd-boot, it doesn't clean boot entries :/
<hyper_ch> I like grub2
arianvp2 has joined #nixos
eacameron has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6558f81bc9 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<BlessJah> nixos-17.03-small is finally advancing!
<hyper_ch> not using unstable? :)
<ij> 1. Can nix do partial builds of a haskell project while developing or that works only with cabal within nix-shell? 2. Is there any use for stack when using nix?
arianvp2 has quit [(Quit: arianvp2)]
<gchristensen> etu: systemd-boot does clean entries for me
eacameron has quit [(Ping timeout: 260 seconds)]
<BlessJah> hyper_ch: mix of 17.03 for system and 17.03-small for personal profiles
<BlessJah> hyper_ch: 17.03-small was stuck or downgraded to 17.03.1817.694529e45d over week ago, it just moved today
goibhniu has quit [(Ping timeout: 252 seconds)]
<hyper_ch> only one week no updates? oO
<BlessJah> Keep in mind we're talking about 17.03-small. Regular 17.03 was updated every other day.
<etu> gchristensen: Then I assume that you invoke it in some way? Because garbagae collecting generations doesn't clean boot entries for me
<gchristensen> etu: ah, nixos-rebuild switch is where the cleanup happenss
arianvp2 has joined #nixos
<nixy> Is there a way to query package priority set via `nix-env --set-flag`?
<nixy> I think I have it set for something, but not sure how to check
<BlessJah> BTW, won't gc render some boot entries unbootable?
arianvp2 has quit [(Client Quit)]
<gchristensen> yeah :( it is a bug
<etu> BlessJah: yep, but nix-collect-garbage and nix-env are nix-tools, not nixos-tools. I think that's the issue :/
<BlessJah> btw, what was going on with nixos-17.03-small during last week?
arianvp2 has joined #nixos
arianvp2 has quit [(Client Quit)]
aanderse has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vdeTR
<NixOS_GitHub> nixpkgs/master e76c2c1 Théophane Hufschmitt: pythonPackages.pafy: 0.5.2 -> 0.5.3.1 (#29588)...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/vdeTK
<NixOS_GitHub> nixpkgs/release-17.09 6052d2b Théophane Hufschmitt: pythonPackages.pafy: 0.5.2 -> 0.5.3.1 (#29588)...
NixOS_GitHub has left #nixos []
<gchristensen> BlessJah: seems the updater was just hung
<disasm> BlessJah: per nix-devel list: The update script was hanging for some reason. I've restarted it and now it seems to work
<disasm> yeah, what gchristensen said :)
<BlessJah> I've tried to get in touch with you with this issue :)
jellowj has quit [(Ping timeout: 240 seconds)]
takle has quit [(Remote host closed the connection)]
<gchristensen> I have no power here, BlessJah. maybe next time can you mail the email list?
erictapen has joined #nixos
takle has joined #nixos
<BlessJah> I guess that'd be faster.
<disasm> gchristensen: no power? you on a generator?
takle has quit [(Remote host closed the connection)]
<gchristensen> power to fix it I mean :)
<disasm> oh, lol :)
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/vdekn
<NixOS_GitHub> nixpkgs/master d697403 Matthias Beyer: khal: 0.9.5 -> 0.9.7
<NixOS_GitHub> nixpkgs/master d5b46fd Jörg Thalheim: khal: use fetchPypi
<NixOS_GitHub> nixpkgs/master 521a801 Jörg Thalheim: Merge pull request #29590 from matthiasbeyer/update-khal...
NixOS_GitHub has left #nixos []
<hyper_ch> unstable is downloading lots of packages and stuff... I wonder what's going on :)
ShalokShalom_ has joined #nixos
<BlessJah> gchristensen: Reward for good work is more work ;) You've helped when I noticed some channel downgrades (script failed to prevent some race condition between subsequent commits)
<gchristensen> haha, isn't that the truth!
jellowj has joined #nixos
arianvp2 has joined #nixos
arianvp2 has quit [(Client Quit)]
ShalokShalom has quit [(Ping timeout: 240 seconds)]
MrCoffee has quit [(Quit: Lost terminal)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #29639: gradle: 4.1 -> 4.2 (master...gradle_4_2) https://git.io/vdeIL
NixOS_GitHub has left #nixos []
glenn has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 2 new commits to master: https://git.io/vdeIl
<NixOS_GitHub> nixpkgs/master 4d7dd81 Neil Mayhew: spideroak: fix crash due to zlib version mismatch...
<NixOS_GitHub> nixpkgs/master a800676 Tim Steinbach: Merge pull request #29481 from neilmayhew/fix/spideroak...
NixOS_GitHub has left #nixos []
Wizek_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus closed pull request #29591: Update jetbrains packages (master...update-jetbrains) https://git.io/v5pHo
NixOS_GitHub has left #nixos []
<hyper_ch> hmmm, if you run nixos-rebuild, would it be hard to add a counter on how many packages to download?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus closed pull request #29473: idea-community: 2017.2.2 -> 2017.2.4 (master...jd_idea-community) https://git.io/v5dJ4
NixOS_GitHub has left #nixos []
zzamboni has quit [(Quit: Leaving.)]
zzamboni has joined #nixos
corpix has quit [(Read error: Connection reset by peer)]
<zzamboni> Hi everyone, one question, and apologies if this is due to a misunderstanding of how channels work: I just saw that https://github.com/NixOS/nixpkgs/pull/29587 has been merged. When/how will I be able to see the update on my machine? I have https://nixos.org/channels/nixpkgs-unstable as a channel, but even after running 'nix-channel —update', nix-env -qa does not see the package. Do I have to do something else, or just wait for the cha
<zzamboni> nge to propagate?
mattcode has joined #nixos
<nixy> Just gotta wait
<disasm> zzamboni: you need to wait for the channel to advance, or clone it down and run -I nixpkgs=/path/to/nixpkgs (but that may result in a lot of compiling)
<zzamboni> OK - that's what I thought :)
<zzamboni> thanks
erictapen has quit [(Ping timeout: 255 seconds)]
<VLetrmx> nice nick nixy
<nixy> :P
erictapen has joined #nixos
arianvp2 has joined #nixos
<Unode> hi all, if I want to suggest a change on https://nixos.org/nixos/packages.html where should this go?
<gchristensen> Unode: what do you want to change?
<Unode> Suggestion is to put the buttons on the top of the page instead of bottom. When paging through the buttons keep moving up and down depending on how much content is shown on page. It's annoying.
<Unode> gchristensen: thanks
<gchristensen> you're welcome!
jellowj has quit [(Ping timeout: 252 seconds)]
pie_ has joined #nixos
pxc has joined #nixos
<ij> What is the "hello" of "nix-env -iA hello"? How is the set that the hello is a part of created? From the directory names that have a default.nix in them?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] michalrus opened pull request #29640: Use patchelfUnstable in chromium/plugins.nix (master...chromium-patchelfUnstable) https://git.io/vdetp
NixOS_GitHub has left #nixos []
<gchristensen> ij: in pkgs/top-level/all-packages.nix is hello = callPackage ../applications/misc/hello { };
jellowj has joined #nixos
aexoxea has joined #nixos
pxc has quit [(Ping timeout: 248 seconds)]
arianvp2 has quit [(Quit: arianvp2)]
<ij> and all-packages.nix is imported somewhere from nixpkgs/default.nix or its imports?
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
Myrl-saki has quit [(Ping timeout: 255 seconds)]
<gchristensen> ij: yeah, it is a bit complex from nixpkgs/default.nix -> all-packages.nix but yes :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 3 new commits to master: https://git.io/vdemm
<NixOS_GitHub> nixpkgs/master 53337c0 Aleksey Kladov: jetbrains.jdk: init at 152b970.2
<NixOS_GitHub> nixpkgs/master 85cd648 Edward Tjörnhammar: jetbrains.jdk: style fixes, platform restriction
<NixOS_GitHub> nixpkgs/master 182dd6a Tim Steinbach: Merge pull request #29634 from edwtjo/jbjdk...
NixOS_GitHub has left #nixos []
<ij> Amazing! I also found how the haskell package's via haskell-modules/' callPackage work, roughly.
<ij> Very cool.
corpix has joined #nixos
jtojnar has joined #nixos
<hyper_ch> zzamboni: I check https://howoldis.herokuapp.com/ but it's currently down
<hyper_ch> oh, it's up again :)
odi has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/4a17dea467 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
Myrl-saki has joined #nixos
jtojnar_ has joined #nixos
jtojnar has quit [(Ping timeout: 255 seconds)]
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ecc3eda7fe (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
eacameron has joined #nixos
wilornel has quit [(Ping timeout: 240 seconds)]
ShalokShalom_ is now known as ShalokShalom
proteusguy has joined #nixos
<Unode> gchristensen: https://github.com/NixOS/nixos-homepage/pull/163 that should do it. Cheers
<gchristensen> thank you!
<ij> I found a file that builds a container by importing just nixos/modules/profiles/minimal.nix and nixos/lib/eval-config.nix. It has a lot of packages inside, how does it generate the list
<ij> s/$/?
jtojnar has joined #nixos
jtojnar_ has quit [(Ping timeout: 264 seconds)]
lsix has joined #nixos
jellowj has joined #nixos
<gchristensen> what do you mean, generate the list?
<ij> Probably via eval-config's input "baseModules ? import ../modules/module-list.nix".
<gchristensen> I don't know what list you're referring to
<ij> List of things that will be added to the resulting container tarball.
<Mic92> ij: you can print the dependency closure of this tarball. The following will print the closure of your system: nix-store -q --tree /nix/var/nix/profiles/system
<gchristensen> in case we have people connected to Puerto Rico: Puerto Rico is 100% without Electricity. The Emergency Management Antenna and the NOAA NWS National Hurricane Center have collapsed. Some cell towers have fallen and many radio stations are off the air. If anyone knows of any person who needs help, they can call (787) 777-0940 WIPR radio, they are receiving emergency calls.
<hyper_ch> if it's without electricity, how can you be connected?
<gchristensen> please don't troll about this, hyper_ch
<hyper_ch> it's no trolling... I'm curious
<Mic92> hyper_ch: generators?
<gchristensen> hyper_ch: perhaps you, a person not in P.R., knows somebody in P.R., and you know they need help, you can call. or: if you know someone in P.R. who is connected to the rest of the world, please relay the message to them.
<hyper_ch> I don't know anyone there
<hyper_ch> well, nobody personally.... IIRC Ricky Martin is from P.R. but that's about all I know about it
pie_ has quit [(Ping timeout: 240 seconds)]
ebzzry has joined #nixos
jtojnar_ has joined #nixos
jtojnar has quit [(Ping timeout: 260 seconds)]
mortum5 has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3f44159ae1 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
<nix-gsc-io`bot> Channel nixpkgs-17.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6052d2b6cc (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-17.09-darwin)
nix-gsc-io`bot has quit [(Client Quit)]
<gchristensen> ^ I think this is the _first_ time I've ever seen my bot have two messages to send at once :o
mortum5 has quit [(Read error: Connection reset by peer)]
mortum5 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Zimmi48 opened pull request #29642: Update CompCert (master...update-compcert) https://git.io/vdeZF
NixOS_GitHub has left #nixos []
jtojnar_ has quit [(Ping timeout: 240 seconds)]
<silver_hook> Spell checking doesn’t seem to be working in KDE. Do I have do anything special to have it enabled?
jtojnar has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/b7e4857dd9 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
nix-gsc-io`bot has quit [(Client Quit)]
erictapen has quit [(Ping timeout: 240 seconds)]
<Ankhers> bbelixir
<Ankhers> miss...
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rycee pushed 3 new commits to master: https://git.io/vdeCo
<NixOS_GitHub> nixpkgs/master 25a2b4b Robert Helgesson: svtplay-dl: 1.9.4 -> 1.9.6
<NixOS_GitHub> nixpkgs/master 2dae998 Robert Helgesson: perl-File-Slurper: 0.009 -> 0.010
<NixOS_GitHub> nixpkgs/master 41cca29 Robert Helgesson: perl-Scope-Upper: 0.24 -> 0.29
NixOS_GitHub has left #nixos []
reinzelmann has quit [(Quit: Leaving)]
peacememories has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
acarrico has joined #nixos
justanotheruser has quit [(Ping timeout: 248 seconds)]
zzamboni has quit [(Quit: Leaving.)]
zzamboni has joined #nixos
goibhniu has joined #nixos
zzamboni has quit [(Ping timeout: 240 seconds)]
peacememories has joined #nixos
dannyg has joined #nixos
Myrl-saki has quit [(Ping timeout: 248 seconds)]
MercurialAlchemi has quit [(Ping timeout: 240 seconds)]
mortum5 has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dotlambda opened pull request #29643: ttwatch: init at 2017-04-20 (master...ttwatch) https://git.io/vde45
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/vde4d
<NixOS_GitHub> nixpkgs/master e0ef28c Michael Weiss: fim: init at 0.5rc3
NixOS_GitHub has left #nixos []
mortum5 has joined #nixos
ryanarte_ has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/6052d2b6cc (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
ona has quit [(Ping timeout: 252 seconds)]
pie_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] shlevy pushed 1 new commit to release-17.03: https://git.io/vdeRn
<NixOS_GitHub> nixpkgs/release-17.03 f22388e Shea Levy: openldap: Use a global localstatedir...
NixOS_GitHub has left #nixos []
aanderse has joined #nixos
Infinisil has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] shlevy pushed 1 new commit to release-17.09: https://git.io/vdeRo
<NixOS_GitHub> nixpkgs/release-17.09 4a5c1a3 Shea Levy: openldap: Use a global localstatedir...
NixOS_GitHub has left #nixos []
<pie_> do you guys know if there's a package for this?
jtojnar has quit [(Ping timeout: 248 seconds)]
<Infinisil> pie_: A package for what?
<Infinisil> (just joined)
jtojnar has joined #nixos
peacememories has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
peacememories has joined #nixos
peacememories has quit [(Client Quit)]
<pie_> whoops sorry, fail paste :P
<Infinisil> pie_: Doesn't look like it
<pie_> hm ok because i didnt find one :P
peacememories has joined #nixos
<Infinisil> There is a package named 'gle' at nix top-level, but it's something different..
fleaz has joined #nixos
Fendor has joined #nixos
FRidh has quit [(Ping timeout: 240 seconds)]
Infinisil has quit [(Quit: leaving)]
erictapen has joined #nixos
<Unode> Is there any recommended way to have zlib available inside a nix-shell? I'm trying to compile a third party package and it keeps failing on missing zlib.h and -lz
<sphalerite> Unode: nix-shell -p zlib ?
uralbash has joined #nixos
<sphalerite> Unode: or add it to the buildInputs of the derivation that you're shelling into
<Unode> sphalerite: tried that as well as zlib.dev but it still fails to find it.
<sphalerite> Unode: what exactly does your nix-shell invocation look like?
<Unode> sphalerite: I'm not using a derivation. Simply opening a nix-shell and running the ./configure && make in it
jtojnar has quit [(Ping timeout: 240 seconds)]
<Unode> sphalerite: at this point, literally nix-shell -p zlib
<Unode> was planning to play with --pure but I'm still puzzled as why simply -p zlib doesn't work.
uralbash has left #nixos []
<sphalerite> Uh then surely it shouldn't be finding a compiler which would then be unable to find it?
jtojnar has joined #nixos
<sphalerite> try nix-shell -p zlib gcc
<sphalerite> If it's using pkg-config to find it you'll also need that
Fare has joined #nixos
<Unode> sphalerite: sorry the delay, the configure script find the right compiler. At least one inside nix.
<Unode> let me try your suggestion and then paste some output
elurin has quit [(Remote host closed the connection)]
<sphalerite> no, it's very unlikely to be the right compiler
<sphalerite> you shouldn't have a compiler installed, instead getting it through nix-shell
<Unode> I have a nix compiler in my ~/.nix-profile (not running NixOS here)
jtojnar has quit [(Ping timeout: 248 seconds)]
stepcut has joined #nixos
<sphalerite> yes. You shouldn't have one installed, instead getting it through nix-shell
<sphalerite> otherwise it won't be aware of dependencies
<sphalerite> (where "installed" = "in your profile")
<woffs> sphalerite, is that magic eplained somewhere?
<Unode> sphalerite: ok your suggestion actually got across
<Unode> interesting though. I though that simply having a gcc in path would make this work. Guess I was wrong.
<woffs> explained, I mean
<Fare> Hi. How does nix decide what is package name and what is version? If I have gerbil-v0.12-DEV-... it thinks that's all the package name.
<sphalerite> woffs: that… is a good question. I certainly didn't find that knowledge in docs :/
revtintin has joined #nixos
<bfrog> when is the new nix cli program coming?
<bfrog> I like... want to give nix a try again at that point I think
jellowj has joined #nixos
Infinisil has joined #nixos
<Unode> sphalerite: thanks for the pointer. That was helpful
iyzsong has quit [(Ping timeout: 240 seconds)]
<Unode> On another note, is there any way (via config) to have nix-shell default to the nixos channel instead of nixpkgs ?
<sphalerite> bfrog: you can use it now, it's under the name nixUnstable in nixpkgs
<sphalerite> bfrog: as for a stable release, I'm not sure anybody knows yet
<bfrog> nifty
<sphalerite> Unode: you have a nixos channel?
<bfrog> I wish nixops supported linode :(
<Unode> sphalerite: yes
<bfrog> looks like someone started it a long time ago
cyberwolf[m] has left #nixos ["User left"]
<bfrog> I get its not the most popular "cloud" provider but yeah, for the money hard to beat
<Unode> sphalerite: nixpkgs = nixos-unstable ; nixos = nixos-17.09
Neo-- has quit [(Remote host closed the connection)]
<Unode> sphalerite: should be mostly the same but since they compile from source nixpkgs changes a bit too often and I get rebuilds all the time
Neo-- has joined #nixos
<Unode> however it's convenient for fixes when they come out.
<sphalerite> Unode: ah right. I'm not sure it's possible to get it to use something other than <nixpkgs>, so your best bet is to set NIX_PATH in one way or another
<sphalerite> something like aliasing it to nix-shell -I nixpkgs=path/to/nixos-17.09
<Unode> sphalerite: I see. Thanks I'll look into that. The alias is what I was planning to use if all else failed :)
<sphalerite> or changing the env var if you don't mind it affecting stuff other than nix-shell
orivej has joined #nixos
dmi3y has joined #nixos
Mic92 has quit [(Quit: WeeChat 1.9)]
mortum5 has quit [(Ping timeout: 246 seconds)]
Mic92 has joined #nixos
<Infinisil> Asking here too, anybody know why this could happen? https://asciinema.org/a/AGvFD9FoJm9hWzbADUBdqftkU
<Infinisil> pipes.sh randomly clears/semi-clears the screen, which shouldn't happen
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] yegortimoshenko opened pull request #29644: mba6x_bl: update to b96aafd (master...patch-3) https://git.io/vdeVm
NixOS_GitHub has left #nixos []
<Infinisil> Also some other terminal problems such as the bottom irssi bar not extending to the full length
<Infinisil> It happens with bash/zsh and konsole/alacritty/gnome-terminal
<Infinisil> I can't think of what this could be caused by otherwise
erasmas has joined #nixos
elurin has joined #nixos
<sphalerite> Is there a way to watch the build of a derivation when the tool that triggered the build has been called with -Q? bunzip2 doesn't like the incomplete bzip2 file in /nix/var/log/nix/drvs
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
m0rphism has quit [(Quit: WeeChat 1.9)]
dannyg has quit [(Quit: dannyg)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to release-17.09: https://git.io/vdewG
<NixOS_GitHub> nixpkgs/release-17.09 80fea39 rnhmjoj: vapoursynth: R36 -> R38...
<NixOS_GitHub> nixpkgs/release-17.09 1a30721 rnhmjoj: vapoursynth-mvtools: 17 -> 19...
NixOS_GitHub has left #nixos []
takle has quit [(Ping timeout: 240 seconds)]
<Infinisil> Ahh, somebody on #linux suggested it might be ncurses, which lead me to this: https://github.com/NixOS/nixpkgs/issues/29355#issuecomment-330261871
ndash has quit [(Ping timeout: 248 seconds)]
ryanarte_ has quit [(Quit: ryanarte_)]
simendsjo has joined #nixos
<joepie91> what is the current schedule on 17.09 release?
<joepie91> there's a commit that didn't make it back into 17.03 that's needed to make hardware accel and WebGL work in Chromium :/
<joepie91> (plan B is grabbing it from unstable, probably)
longrin has quit [(Remote host closed the connection)]
takle has joined #nixos
ryanarte_ has joined #nixos
Neo-- has quit [(Remote host closed the connection)]
takle has quit [(Remote host closed the connection)]
Neo-- has joined #nixos
takle has joined #nixos
leat has quit [(Quit: WeeChat 1.9)]
takle has quit [(Remote host closed the connection)]
ryanarte_ has quit [(Quit: ryanarte_)]
Neo-- has quit [(Ping timeout: 248 seconds)]
aexoxea has quit [(Quit: Goodbye!)]
ryanarte_ has joined #nixos
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29243: traefik: init at 1.3.8 (master...master) https://git.io/v5XdB
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 4 new commits to master: https://git.io/vde6K
<NixOS_GitHub> nixpkgs/master e0b81b9 Hamish Hutchings: Traefik init at 1.3.8
<NixOS_GitHub> nixpkgs/master 0cc4cb9 Hamish Hutchings: Change to using source files to build traefik
<NixOS_GitHub> nixpkgs/master ad2004a Jörg Thalheim: traefik: link against libc, set build version/codename...
NixOS_GitHub has left #nixos []
peacememories has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
jellowj has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/vde6X
<NixOS_GitHub> nixpkgs/master a127f91 Michael Weiss: fim: Add X11 support and "USE flags"
NixOS_GitHub has left #nixos []
peacememories has joined #nixos
peacememories has quit [(Client Quit)]
endformationage has joined #nixos
digitus has joined #nixos
takle has joined #nixos
jellowj has joined #nixos
<kuznero> Is it a good idea to spin up kubernetes cluster using nixops?
revtintin has quit [(Quit: WeeChat 1.9)]
<kuznero> Or Docker Swarm for that matter...
<kuznero> ?
jensens has quit [(Ping timeout: 240 seconds)]
digitus has quit [(Quit: digitus)]
digitus has joined #nixos
<disasm> I thought I had a link in there, one sec
<disasm> those certs are all throw-away, they aren't used anywhere
ryanarte_ has quit [(Quit: ryanarte_)]
dmi3y has quit [(Quit: dmi3y)]
<kuznero> disasm, excellent! Thanks! I am planning on presenting Nix* ecosystem in my org in a couple of week and these slides will be very much helpful. I hope author wouldn't mind... I will probably need to ask him
<kuznero> disasm, and the github link - this looks like an example of 3-noded kube, right?
<kuznero> disasm, is this for nixops?
dmi3y has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel closed pull request #29616: HPLIP: Fix PostScript printers, installed utilities (master...hplip) https://git.io/v5jmk
NixOS_GitHub has left #nixos []
cfricke has joined #nixos
__Sander__ has quit [(Quit: Konversation terminated!)]
dmi3y has quit [(Quit: dmi3y)]
<kuznero> disasm: thanks a lot! this is a great start for me.
<kuznero> disasm: sorry, just realized that you are the author of these slides.
serhart has joined #nixos
<disasm> That would be me :)
TMVector has joined #nixos
<disasm> and yes, you may use/change the slides in any way you want to convince others to use nix :)
<cransom> if they are not convinced, we will consider it a personal slight from you against the community and you will be ostracized.
goibhniu has quit [(Ping timeout: 240 seconds)]
<disasm> lol :)
<kuznero> disasm: that's the plan :)
<kuznero> thanks
<kuznero> cransom: then I will have to ask for your help before getting into this meeting :) such that you will at least know that I am well equipped :D
<kuznero> disasm: super cool! Now a challenge - how to convince in the best possible way the croud that almost solely Microsoft Windows?
<cransom> kuznero: that is a steep climb if they aren't interested already in changing environments like that.
<disasm> kuznero: also https://util.samleathers.com/nixos.html#1 although that was done before I knew nix, so it might not be the best resource.
grumble has quit [(Read error: Connection reset by peer)]
jellowj has quit [(Ping timeout: 240 seconds)]
nix-gsc-io`bot has joined #nixos
<kuznero> cransom: they are somewhat interested in changing stuff for better, but jumping from Windows to Linux is not possible for all in that org. I will have to try to appeal to as bigger amount of people as possible
<nix-gsc-io`bot> Channel nixos-17.03-small advanced to https://github.com/NixOS/nixpkgs/commit/f22388e986 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.03-small)
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5facacad01 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<disasm> kuznero: you a .net shop by chance?
<kuznero> disasm: thanks again - all is going to be exceptionally helpful!
<kuznero> disasm: yes, and my team is the first to move to mono/F#/Haskell
ebzzry has quit [(Ping timeout: 240 seconds)]
grumble has joined #nixos
<disasm> kuznero: http://sandervanderburg.blogspot.com/2011/10/deploying-net-services-with-disnix.html might be a way to get their feet wet with nix :)
<disasm> disclaimer: I've never done this before :)
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/4a17dea467 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
<kuznero> disasm: I recently went through this article... it sounds a bit too deep for that purpose. My original thinking was to try to show that dependency hell (COM hell) problem dissolves with Nix and play from that book. Then move slowly into NixOS that is built atop Nix with some interesting features as a result. Then move to nixops with a couple of examples of deploying to public clouds (DO,Azure,AWS,etc.)
jellowj has joined #nixos
<kuznero> Plus, developer setup becomes rather attractive (but that is more difficult as most are using Visual Studio)
pie_ has quit [(Ping timeout: 240 seconds)]
lush has joined #nixos
<disasm> cool, let us know how it goes!
<disasm> Are you going to be at NixCon?
<lush> heyyo! Is there someone that is willing to help me build a custom package? Shouldn't be very hard I guess
<kuznero> disasm: I really wanted to go but I really doubt I will be allowed unfortunately
<disasm> lush: whatcha need help with?
<lush> disasm: I want to install "ddnet" (see ddnet.tw)
<lush> It's a patched version of the game teeworlds that is available in the repos
<lush> so I think it should be enough to edit the teeworlds file a little bit
<disasm> lush: so the build systems are actually different for those two
ryanarte_ has joined #nixos
<disasm> so what I would do is run `git grep` in nixpkgs for cmake and copy something similar
<disasm> it also looks like you'll need lua for an input
<disasm> maybe start with the same inputs as teeworld and just add cmake as an input
<disasm> and kill the installPhase part
Itkovian has quit [(Ping timeout: 255 seconds)]
<disasm> and the buildPhase part
<disasm> that's how I'd get started with it. If you get stuck, gist what you got and someone can help you out.
FRidh has quit [(Quit: Konversation terminated!)]
m0rphism has joined #nixos
<lush> I don't really know how to write those files yet tbh, but I'll try. Thank you :)
ryanarte_ has quit [(Client Quit)]
<disasm> you'll also need ddnet = callPackage ../games/ddnet {}; added into pkgs/top-level/all-packages.nix
revtintin has joined #nixos
ryanarte_ has joined #nixos
Neo-- has joined #nixos
lush_ has joined #nixos
silver_hook has quit [(Remote host closed the connection)]
lush has quit [(Ping timeout: 240 seconds)]
silver_hook has joined #nixos
silver_hook has quit [(Client Quit)]
silver_hook has joined #nixos
orivej has quit [(Ping timeout: 240 seconds)]
<lush_> disasm: it tells me "cannot auto call a function that has an argument... (fetchurl)"
<disasm> lush: lush_ so, first I'd use fetchFromGitHub instead of fetchurl, second, you need that part added to top-level I mentioned above and then in the root of nixpkgs, call nix-build -A ddnet
<disasm> you could also run this in that directory: nix-build -K -E 'with import <nixpkgs> { }; callPackage ./default.nix { }'
stanibanani has joined #nixos
<lush_> but I've got the source as .tar.gz from their homepage
cfricke has quit [(Quit: WeeChat 1.9)]
lush_ has quit [(Quit: Konversation terminated!)]
sary has joined #nixos
glenn has joined #nixos
silver_hook has quit [(Ping timeout: 252 seconds)]
Itkovian has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.03 advanced to https://github.com/NixOS/nixpkgs/commit/b7e4857dd9 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-17.03)
nix-gsc-io`bot has quit [(Client Quit)]
kanshazan has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/vde7f
<NixOS_GitHub> nixpkgs/master 3370615 Théo Zimmermann: compcert: 3.0.1 -> 3.1...
<NixOS_GitHub> nixpkgs/master 8fde579 Théo Zimmermann: compcert: fix license...
<NixOS_GitHub> nixpkgs/master e5b97e3 Jörg Thalheim: Merge pull request #29642 from Zimmi48/update-compcert...
NixOS_GitHub has left #nixos []
jellowj has quit [(Ping timeout: 248 seconds)]
silver_hook has joined #nixos
silver_hook has quit [(Changing host)]
silver_hook has joined #nixos
takle has quit [(Remote host closed the connection)]
ertes-w has quit [(Ping timeout: 240 seconds)]
justbeingglad has joined #nixos
simukis has quit [(Quit: simukis)]
longrin has joined #nixos
dejanr has quit [()]
Sonarpulse has quit [(Ping timeout: 264 seconds)]
aloiscochard has quit [(Quit: Connection closed for inactivity)]
longrin has quit [(Remote host closed the connection)]
dejanr has joined #nixos
zarel has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/1a3072133a (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
justbeingglad has left #nixos []
sellout- has quit [(Quit: Leaving.)]
revtintin has quit [(Ping timeout: 240 seconds)]
mkoenig has quit [(Remote host closed the connection)]
hotfuzz has joined #nixos
hotfuzz_ has quit [(Ping timeout: 264 seconds)]
Sonarpulse has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to master: https://git.io/vdexP
<NixOS_GitHub> nixpkgs/master e2822f6 Robin Gloster: gitlab: 9.5.2 -> 9.5.5
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] globin pushed 1 new commit to release-17.09: https://git.io/vdex9
<NixOS_GitHub> nixpkgs/release-17.09 0ca5090 Robin Gloster: gitlab: 9.5.2 -> 9.5.5...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bcdarwin closed pull request #26032: Libminc and minc tools fixes (master...libminc-and-minc-tools-fixes) https://git.io/vHqZM
NixOS_GitHub has left #nixos []
simendsjo has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to release-17.09: https://git.io/vdepi
<NixOS_GitHub> nixpkgs/release-17.09 4f7e6a2 Robert Hensing: arelle: enable only on python 3.4
<NixOS_GitHub> nixpkgs/release-17.09 0c59c5f Jörg Thalheim: Merge pull request #29420 from roberth/release-17.09-arelle...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29451: client-ip-echo: init at 0.1.0.1 (master...client-ip-echo-1709) https://git.io/v55wa
NixOS_GitHub has left #nixos []
leat has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vdeh3
<NixOS_GitHub> nixpkgs/master 7d3d276 Tim Steinbach: linux-copperhead: 4.13.2.a -> 4.13.3.a
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vdehZ
<NixOS_GitHub> nixpkgs/release-17.09 79cc487 Tim Steinbach: linux-copperhead: 4.13.2.a -> 4.13.3.a...
NixOS_GitHub has left #nixos []
<srk> hm, I'm following this guide and I'm unable to nixos-install due to error in grub-install https://nixos.wiki/index.php?title=NixOS_on_ZFS#How_to_install_NixOS_on_a_ZFS_root_filesystem
<srk> grub install error is 'disk 'mduuid/0000000000...000' not found'
<srk> weird, found nicodemus asking the same thing last year on irc but no resolution
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29337: ocamlPackages.merlin: 2.5.4 -> to 3.0.2 (master...merlin-3.0.2) https://git.io/v5Sjt
NixOS_GitHub has left #nixos []
<srk> btw it is possible to set github bot to 'message without join' so it doesn't spam joins/quits
phreedom has quit [(Ping timeout: 240 seconds)]
stanibanani has quit [(Ping timeout: 240 seconds)]
phreedom has joined #nixos
<LnL> it used to post to the channel without joining
tmaekawa has joined #nixos
erictapen has quit [(Ping timeout: 248 seconds)]
<LnL> but I think that's disabled for the channel now because somebody abused it
Slabity has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdeja
<NixOS_GitHub> nixpkgs/master 1ae204d Daiderd Jordan: zroc-ice: cleanup and fix darwin build
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/vdejV
<NixOS_GitHub> nixpkgs/release-17.09 fce9c33 Daiderd Jordan: zroc-ice: cleanup and fix darwin build...
NixOS_GitHub has left #nixos []
bennofs has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 3 new commits to release-17.03: https://git.io/vdveu
<NixOS_GitHub> nixpkgs/release-17.03 e3b483a Thomas Tuegel: hplip: install PPDs where CUPS will find them...
<NixOS_GitHub> nixpkgs/release-17.03 d687d0f Tim Jäger: hplip: introduce nettools dependency (#26439)...
<NixOS_GitHub> nixpkgs/release-17.03 31954b8 Thomas Tuegel: hplip: fix Python wrappers...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ttuegel pushed 2 new commits to release-17.09: https://git.io/vdve6
<NixOS_GitHub> nixpkgs/release-17.09 ae580c8 Thomas Tuegel: hplip: install PPDs where CUPS will find them...
<NixOS_GitHub> nixpkgs/release-17.09 db0b50d Thomas Tuegel: hplip: fix Python wrappers...
NixOS_GitHub has left #nixos []
zarel has quit [(Quit: Leaving)]
civodul has joined #nixos
ryanarte_ has quit [(Quit: ryanarte_)]
simukis has joined #nixos
Slabity has quit [(Quit: Page closed)]
dynamicudpate has joined #nixos
reinzelmann has joined #nixos
rburkholder has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vdvft
<NixOS_GitHub> nixpkgs/staging 4683c37 Vladimír Čunát: Merge branch 'master' into staging...
NixOS_GitHub has left #nixos []
<kuznero> Does anybody have an example of logical setup of docker swarm cluster with nixops?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdvfO
<NixOS_GitHub> nixpkgs/master bafb9c4 Daiderd Jordan: vsqlite: fix darwin build
NixOS_GitHub has left #nixos []
oida_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to staging: https://git.io/vdvf6
<NixOS_GitHub> nixpkgs/staging c41af35 Joachim Fasting: unbound: 1.6.5 -> 1.6.6
<NixOS_GitHub> nixpkgs/staging e151230 Vladimír Čunát: Merge #29612: unbound: 1.6.5 -> 1.6.6
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #29612: unbound: 1.6.5 -> 1.6.6 (staging...pkg/unbound-1_6_6) https://git.io/v5hpT
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peti pushed 2 new commits to master: https://git.io/vdvf7
<NixOS_GitHub> nixpkgs/master c3f6b53 Daiderd Jordan: vaultenv: init at 0.5.0
<NixOS_GitHub> nixpkgs/master a68eea3 Peter Simons: Merge pull request #29089 from LnL7/vaultenv-0.5.0...
NixOS_GitHub has left #nixos []
oida has quit [(Ping timeout: 240 seconds)]
MP2E has joined #nixos
<bachp> I somebody working on updating rust in nixpkgs?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #29646: stdenv cross adapter: Misc changes (master...stdenv-cross-adapter) https://git.io/vdvJ4
NixOS_GitHub has left #nixos []
ryanarte_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to release-17.09: https://git.io/vdvJD
<NixOS_GitHub> nixpkgs/release-17.09 1c6357c Vladimír Čunát: Merge #29612: unbound: 1.6.5 -> 1.6.6...
NixOS_GitHub has left #nixos []
<globin> bachp: I'd check open PRs, I think I might have seen something
sigmundv has quit [(Ping timeout: 264 seconds)]
ryanarte_ has quit [(Quit: ryanarte_)]
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
Itkovian has joined #nixos
loupgaroublond has left #nixos []
bennofs has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdvU5
<NixOS_GitHub> nixpkgs/master ab390ab Daiderd Jordan: erlang: remove erlangR16 and all versioned variants from all-packages...
NixOS_GitHub has left #nixos []
leat has quit [(Ping timeout: 252 seconds)]
sellout- has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdvTc
<NixOS_GitHub> nixpkgs/master ef4c15e Daiderd Jordan: erlang: add R17-R20 back to all-packages
NixOS_GitHub has left #nixos []
phinxy has joined #nixos
phinxy has quit [(Changing host)]
phinxy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 2 new commits to release-17.09: https://git.io/vdvTa
<NixOS_GitHub> nixpkgs/release-17.09 af8d8bf Daiderd Jordan: vsqlite: fix darwin build...
<NixOS_GitHub> nixpkgs/release-17.09 1f60b1e Daiderd Jordan: erlang: remove erlangR16 and all versioned variants from all-packages...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] bachp opened pull request #29647: riot-web: 0.12.3 -> 0.12.4 (master...riot-web-0.12.5) https://git.io/vdvTX
NixOS_GitHub has left #nixos []
ryanarte_ has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
<bachp> LnL: Thanks.
Itkovian has joined #nixos
Itkovian has quit [(Client Quit)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/6558f81bc9 (from 18 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
Itkovian has joined #nixos
<catern> hey #nixos!
<catern> if I want to override some package, such as curl, and have that overriden package be used in the builds of other packages
<catern> how can I do that?
<catern> I'm not sure how to do it with overlays
<sphalerite> yes, it should be possible with overlays
<sphalerite> I believe
sellout- has quit [(Ping timeout: 264 seconds)]
dywedir has joined #nixos
<catern> but, how? do I call self.curl.override, or super.curl.override?
<catern> or what?
<sphalerite> super.curl.override. self.curl.override would result in infinite recursion
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29252: tokei: 6.0.1 -> 6.1.2 (master...tokei) https://git.io/v51R7
NixOS_GitHub has left #nixos []
<LnL> yep, with an overlay or packageOverrides you can change the curl attribute in the pkgs fixpoint
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl closed pull request #29604: google-drive-ocamlfuse: 0.6.17 -> 0.6.21 (master...upd.google-drive-ocamlfuse) https://git.io/v5hmG
NixOS_GitHub has left #nixos []
sellout- has joined #nixos
zzamboni has joined #nixos
reinzelmann has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 closed pull request #29646: stdenv cross adapter: Misc changes (master...stdenv-cross-adapter) https://git.io/vdvJ4
NixOS_GitHub has left #nixos []
<catern> LnL: oh? packageOverrides will rebuild descendent packages??
<LnL> using super: { curl = super.curl.override { ... }; } will yes
<LnL> overlays are very similar, but the extra self argument is very useful
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdvLq
<NixOS_GitHub> nixpkgs/master 7c30c83 Daiderd Jordan: vmmlib: fix darwin frameworks
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/vdvLn
<NixOS_GitHub> nixpkgs/release-17.09 6c34d1d Daiderd Jordan: vmmlib: fix darwin frameworks...
NixOS_GitHub has left #nixos []
JosW has quit [(Quit: Konversation terminated!)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vdvLF
<NixOS_GitHub> nixpkgs/master 4d225b3 Jörg Thalheim: nodePackages.pulp: init at 12.0.1...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29374: nodePackages.pulp : init at 11.0.2 (master...add/nodePackages.pulp) https://git.io/v5HJc
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29285: node-exporter service: fix documentation for enabledCollectors (master...node-exporter-docs) https://git.io/v5DwS
NixOS_GitHub has left #nixos []
zzamboni has quit [(Quit: Leaving.)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/vdvtD
<NixOS_GitHub> nixpkgs/release-17.09 0269045 Pascal Bach: node-exporter service: fix documentation for enabledCollectors...
NixOS_GitHub has left #nixos []
takle has joined #nixos
<catern> wait a second
<catern> do other packages link against "curl" or "curlFull"?
<ryantm> I have a NixOS VM that has two static IP addresses, and when I use NixOps to change the configuration to remove the one that is not set as deployment.TargetHost, the process gets interrupted:
<ryantm> Does that seem like a bug, or am I doing something wrong?
takle has quit [(Ping timeout: 248 seconds)]
orivej has joined #nixos
<Mic92> ryantm: well ssh breaks here I suppose
<Mic92> this is a tricky one
<ryantm> Mic92: Yes, I can no longer SSH into the VM, but I can use the VM manager to directly roll it back.
<ryantm> I mean I can access the virtual terminal via the VM manager, to roll it back.
Guest14009 has quit [(Quit: Lost terminal)]
<Mic92> ryantm: I would open a ticket
<ryantm> Mic92: With nixops or NixOS?
<Mic92> the deployment.TargetHost is a nixops property
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29647: riot-web: 0.12.3 -> 0.12.5 (master...riot-web-0.12.5) https://git.io/vdvTX
NixOS_GitHub has left #nixos []
<ryantm> I should try to narrow it down to an NixOS problem though.
<ryantm> I just thought how to do that easily enough.
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/0ca5090fd8 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
ertes has joined #nixos
ryanarte_ has quit [(Quit: ryanarte_)]
zzamboni has joined #nixos
jensens has joined #nixos
tmaekawa has quit [(Quit: tmaekawa)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] zzamboni opened pull request #29648: assh: init at 2.6.0 (master...assh-2.6.0) https://git.io/vdvmj
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 3 new commits to master: https://git.io/vdvYn
<NixOS_GitHub> nixpkgs/master c68118c Pascal Bach: glusterfs service: add support for TLS communication...
<NixOS_GitHub> nixpkgs/master 8ed7586 Pascal Bach: gluster service: use str instead of path for private key...
<NixOS_GitHub> nixpkgs/master c913f71 Joachim F: Merge pull request #27340 from bachp/glusterfs-tls...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vdvY4
<NixOS_GitHub> nixpkgs/master 3e96cee Joachim Fasting: hydra: 2017-07-27 -> 2017-09-14...
<NixOS_GitHub> nixpkgs/master 82a4b75 Joachim F: Merge pull request #29621 from joachifm/pkg/hydra-git...
NixOS_GitHub has left #nixos []
zzamboni has quit [(Quit: Leaving.)]
jellowj has joined #nixos
erratum has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdvYN
<NixOS_GitHub> nixpkgs/master 62f8e25 Daiderd Jordan: vapoursynth: fix darwin build
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/vdvOI
<NixOS_GitHub> nixpkgs/release-17.09 c2affb9 Daiderd Jordan: vapoursynth: fix darwin build...
NixOS_GitHub has left #nixos []
<swflint> Hey, does anyone have any experience using networking.wireless together with EAP-based networks?
zzamboni has joined #nixos
AluisioASG has quit [(Remote host closed the connection)]
zzamboni has quit [(Client Quit)]
sellout-1 has joined #nixos
AluisioASG has joined #nixos
sellout- has quit [(Ping timeout: 260 seconds)]
<kuznero> Do docker related commands have swarm options in Nix?
<bachp> kuznero: I guess this depends on the Docker version
<bachp> nixos-unstable currently has 17.06.2-ce and there sems to be the `docker swarm` command. Is that what you are looking for?
jellowj has quit [(Ping timeout: 248 seconds)]
<Mic92> swflint: yes
<Mic92> swflint: I mean I manage wpa_supplicant.conf manually
<kuznero> Basically what I am trying to do is to configure swarm cluster after 3 nodes have been provisioned with nixops: https://github.com/kuznero/sandbox/tree/master/NixOps/swarm
<swflint> Mic92: Ah. Darn.
lassulus has quit [(Changing host)]
lassulus has joined #nixos
<Mic92> I just networking.wireless.enable = true;
<Mic92> swflint: but the resulting configuration should not make a difference I guess
<swflint> The problem is, it seems there aren't options for EAP config within networking.wireless.
<Mic92> swflint: networking.supplicant allows raw wpa_supplicant configuration
<swflint> Fair enough, but I'd rather not use that.
leat has joined #nixos
<Mic92> swflint: I would say your use case is simply not covered at the moment: https://github.com/NixOS/nixpkgs/blob/release-17.03/nixos/modules/services/networking/wpa_supplicant.nix#L17
<swflint> Yeah, I see that. Maybe I should try to work on it.
<Mic92> deep rapid hole
<Mic92> wpa_supplicant has way too much options
<ryantm> Mic92: Oops, I just had something wrong in my network configuration. False alarm.
mudri has joined #nixos
jellowj has joined #nixos
pie_ has joined #nixos
<kuznero> bachp: I meant does nixpkgs contains swarm related options...?
<bachp> kuznero: Sorry I missunderstud. I'm not aware of any.
<kuznero> My assumption that there are no additional options for swarm specifically, so my plan then was to make sure that after nixops uploads all closures to remote machines it could run a bunch of scripts - 1) to init swarm manager, and 2) to join from workers
<viaken> Does anyone have Xmonad running successfully? I've tried a few example configs for older NixOS releases and can't seem to get it to work.
<disasm> kuznero: I'd use python fabric for that personally.
sziszi has quit [(Ping timeout: 252 seconds)]
sary has quit [(Ping timeout: 240 seconds)]
sary has joined #nixos
jensens has quit [(Ping timeout: 240 seconds)]
<CrazedProgrammer> is there any way I can load a string from a file in nix? i know i can use `import` to load a nix expression but i'd like to avoid having to wrap the file in ''s
<tilpner> CrazedProgrammer - builtins.readFile
dmi3y has joined #nixos
<CrazedProgrammer> thanks! :)
dywedir has quit [(Remote host closed the connection)]
ryanarte_ has joined #nixos
<swflint> So, is there a way to set an option’s type to be one of a list of strings or null?
ryanarte_ has quit [(Client Quit)]
jtojnar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29649: topydo: 0.9 -> 0.13 (master...topydo) https://git.io/vdvcc
NixOS_GitHub has left #nixos []
simukis has quit [(Ping timeout: 260 seconds)]
<bachp> swflint: Maybe `types.nullOr (types.listOf types.str)`. But I haven't tested
bennofs has quit [(Read error: Connection reset by peer)]
mattcode has quit [(Read error: Connection reset by peer)]
<kuznero> disasm: sounds like an option for such task. Basically I need to init manager (which will produce a TOKEN) and join workers with that token. Do you think that is possible with fabric?
<tilpner> swflint - Do you want null and an empty list to behave differently?
<rnhmjoj[m]> anyone here using luks?
<kuznero> disasm: and if so can fabric part be integrated into logical nix expression for nixops?
<kuznero> disasm: and as far as I understand you don't need such cluster manual configuration with kubernetes, right?
sigmundv has joined #nixos
<rnhmjoj[m]> i noticed something strange: if I set `fileSystems.<name>.encrypted.enable = true;` nix fails to build the systemd with a type error: null while string is expected.
dmi3y has quit [(Quit: dmi3y)]
ona has joined #nixos
griff_ has joined #nixos
<Infinisil> rnhmjoj[m]: add --show-trace
<Infinisil> this should give you some information to find the issue
<Infinisil> I'm pretty sure you should use nixos-generate-config though, which should put the encrypted fs into hardware-configuration.nix, with the correct settings
<Infinisil> I am using luks, although in an unconventional setup, so that I can't use nixos-generate-config for that
<rnhmjoj[m]> I did use nixos-generate-config but it missed something
kuznero has quit [(Remote host closed the connection)]
<Infinisil> rnhmjoj[m]: I just use boot.initrd.luks.devices = { root = { device = "/dev/..."; keyFile = "..."; }; }; maybe try this
<Infinisil> rnhmjoj[m]: Ohh, and seeing the options of the encrypted option, try setting encrypted.label
<rnhmjoj[m]> that's what it generates and seems to work. anyway I found in the manual that there is another interface to set this up `fileSystem.<name>.encrypted` whihc doesn't seem to work
Wizek has quit [(Ping timeout: 252 seconds)]
terrorjack has quit [(Ping timeout: 252 seconds)]
rodarmor has quit [(Ping timeout: 252 seconds)]
moredhel has quit [(Ping timeout: 252 seconds)]
rjsalts has quit [(Ping timeout: 252 seconds)]
civodul` has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
nand0p has quit [(Ping timeout: 252 seconds)]
spacefrogg has quit [(Ping timeout: 252 seconds)]
fingerzam has quit [(Ping timeout: 252 seconds)]
jasom has quit [(Ping timeout: 252 seconds)]
h30 has quit [(Ping timeout: 252 seconds)]
symphorien has quit [(Ping timeout: 252 seconds)]
civodul has quit [(Ping timeout: 252 seconds)]
SOO7 has quit [(Ping timeout: 252 seconds)]
swflint has quit [(Ping timeout: 252 seconds)]
cocreature has quit [(Ping timeout: 252 seconds)]
ericnoan has quit [(Ping timeout: 260 seconds)]
siel has quit [(Ping timeout: 252 seconds)]
indika has quit [(Ping timeout: 252 seconds)]
gleber_ has quit [(Ping timeout: 252 seconds)]
aniketd[m] has quit [(Ping timeout: 252 seconds)]
h30 has joined #nixos
dejanr has quit [(Ping timeout: 240 seconds)]
fingerzam has joined #nixos
kanshazan has quit [(Ping timeout: 260 seconds)]
nand0p has joined #nixos
cybrian has quit [(Ping timeout: 260 seconds)]
bigvalen has quit [(Ping timeout: 260 seconds)]
adamCS has quit [(Ping timeout: 260 seconds)]
adamCS has joined #nixos
hiratara has quit [(Ping timeout: 240 seconds)]
cybrian has joined #nixos
ericnoan has joined #nixos
indika has joined #nixos
bigvalen has joined #nixos
dejanr has joined #nixos
SOO7 has joined #nixos
cocreature has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
swflint has joined #nixos
rjsalts has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29650: opencascade: remove 6.5.5 and 6.6.0 (master...opencascade) https://git.io/vdv4l
NixOS_GitHub has left #nixos []
spacefrogg has joined #nixos
siel has joined #nixos
sellout-1 has quit [(Ping timeout: 240 seconds)]
<rnhmjoj[m]> Infinisil: thank you. it was indeed encrypted.label. it defaults to null, that's what caused the type error.
hiratara has joined #nixos
<Infinisil> This should really be an assertion so you don't get this cryptic (heh) error
<rnhmjoj[m]> definitely, i will make a PR when I have time
<Infinisil> I could do it now
sellout- has joined #nixos
<rnhmjoj[m]> I wonder if encrypted.label is needed at all, can't we use `fileSystems.<name>.label` directly?
<Infinisil> It's the luks label
<rnhmjoj[m]> or at least use that instead of null
<Infinisil> luks puts the decrypted devices at /dev/mapper/<label>
<Infinisil> which you can then use like a regular device
moredhel has joined #nixos
jasom has joined #nixos
terrorjack has joined #nixos
Wizek has joined #nixos
rodarmor has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 2 new commits to master: https://git.io/vdvBm
<NixOS_GitHub> nixpkgs/master 351f5fc Michael Weiss: fuse3: init at 3.1.1...
<NixOS_GitHub> nixpkgs/master 137142a Michael Weiss: sshfs-fuse: 2.10 -> 3.2.0
NixOS_GitHub has left #nixos []
symphorien has joined #nixos
<rnhmjoj[m]> so setting `<name>.label` to the luks label is incorrect?
aniketd[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos closed pull request #28409: fuse3: init at 3.1.1 (master...fuse3) https://git.io/v5vsp
NixOS_GitHub has left #nixos []
<Infinisil> what does the filesystem label influence?
<Infinisil> I've never used this
<Infinisil> What did nixos-generate-config use for the label for you?
<rnhmjoj[m]> I think it should be equivalent to setting `device = "/dev/by-label/<label>"`
Fendor has quit [(Quit: Leaving)]
<Infinisil> Ahh yeah
<Infinisil> but that's something completely orthagonal to luks
<rnhmjoj[m]> nixos-generate-config did not use label at all. it uses uuid
<Infinisil> rnhmjoj[m]: initrd.luks.devices = { <label> = {...}
<Infinisil> the label is the attrname
<Infinisil> or did it not generate that
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/vdvBy
<NixOS_GitHub> nixpkgs/master 334dfc3 Diego Zamboni: assh: init at 2.6.0...
<NixOS_GitHub> nixpkgs/master 81569ec Jörg Thalheim: assh: add openssh to PATH
<NixOS_GitHub> nixpkgs/master 7833062 Jörg Thalheim: Merge pull request #29648 from zzamboni/assh-2.6.0...
NixOS_GitHub has left #nixos []
* rnhmjoj[m] sent a long message: rnhmjoj[m]_2017-09-21_22:07:51.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/mkefUJxTWlTtyjJCRKubYPvE>
<Infinisil> rnhmjoj[m]: What does ls /dev/mapper output?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/vdvRG
<NixOS_GitHub> nixpkgs/master c7bbe47 Ben Darwin: ants: bump version and fix sandboxed build
<NixOS_GitHub> nixpkgs/master 44d2eaa Joachim F: Merge pull request #29538 from bcdarwin/update-and-fix-ANTS...
NixOS_GitHub has left #nixos []
* rnhmjoj[m] sent a long message: rnhmjoj[m]_2017-09-21_22:09:26.txt <https://matrix.org/_matrix/media/v1/download/matrix.org/MgNXzJWeQgnNyxwBvjPjsbfQ>
SusWombat has joined #nixos
<SusWombat> Hey :) Can i use the nix package manager on a "old" ubuntu lts versiobn to get up2date packages?
civodul` has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
<Infinisil> rnhmjoj[m]: Yeah, but do you have any labels for those is what I'm wondering
<Infinisil> SusWombat: Can't think of a reason this wouldn't work :)
<rnhmjoj[m]> yes, I do
<SusWombat> Infinisil: Ah cool thank you that would be a really coll thing
<SusWombat> cool*
<SusWombat> is it hard to uninstall nix and all the packages i installed through it once i dont need it anymore?
<rnhmjoj[m]> are you planing to remove it right after or asking just in case?
glenn has quit [(Remote host closed the connection)]
glenn has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #29469: dmd & ldc: Fix bootstrap dmd to build with sandboxing of nixUnstable and fix dmd to build on Darwin; Disable check phases of dmd and ldc because of sandboxing problem (master...fix-dmd) https://git.io/v55xk
NixOS_GitHub has left #nixos []
sellout- has quit [(Ping timeout: 240 seconds)]
stepcut has quit [(Remote host closed the connection)]
sellout- has joined #nixos
<SusWombat> Thanks a lot!
glenn has quit [(Ping timeout: 260 seconds)]
griff_ has quit [(Quit: griff_)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/vdvEL
<NixOS_GitHub> nixpkgs/master 570c0b3 Daiderd Jordan: transfig: cleanup and fix darwin clang
NixOS_GitHub has left #nixos []
urbain1 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/vdvEm
<NixOS_GitHub> nixpkgs/release-17.09 e536217 Daiderd Jordan: transfig: cleanup and fix darwin clang...
NixOS_GitHub has left #nixos []
pie_ has quit [(Ping timeout: 255 seconds)]
<Infinisil> It's by far the easiest PM to do that
jellowj has quit [(Ping timeout: 252 seconds)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
<disasm> anyone know what magic creates the [nix-shell] above my prompt with prezto? Trying to help a friend that uses zsh but not prezto reproduce that.
hiratara has joined #nixos
mattox has joined #nixos
<SusWombat> The thing is im on a laptop for 1-2 weeks which runs ubuntu 14.04 lts. And this way i could use up2date packages without needing to upgrade or switch distro
<SusWombat> can the packages from the official repos conflict with nix ones?
nh2 has quit [(Ping timeout: 248 seconds)]
<rnhmjoj[m]> SusWombat: they shouldn't. nix install everything inside is own directory. I have never installed nix on another distro though
glenn has joined #nixos
<SusWombat> ok
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c2affb9c90 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Infinisil opened pull request #29651: encrypted devices: add label set assertion (master...encrypted-label-assertion) https://git.io/vdvuZ
NixOS_GitHub has left #nixos []
<Infinisil> SusWombat: ^^
<SusWombat> Infinisil: ?
<Infinisil> Oh I mean rnhmjoj[m]
<Infinisil> sry
<SusWombat> ah
<urbain1> Hi! I use mopidy-mopify on Nixos, and the version of the program in the unstable channel is quite old so there are a few bugs. I was wondering whether there was any way to manually install/specify a more recent version of that package? (Sorry if the answer to my question is trivial, I am quite new to Nix.) Is any else in the same situation? Thank you!
urbain1 is now known as numerobis
leat has quit [(Ping timeout: 248 seconds)]
sellout- has quit [(Ping timeout: 240 seconds)]
<mattox> @urbain1, if there is a package already installed, then usually it's not so hard.
<mattox> Are you able to find the nixpkg repository on github?
<rnhmjoj[m]> Infinisil: can I ask you some more question about luks?
<Infinisil> rnhmjoj[m]: Sure
<mattox> Find the package that contained the old version and make a copy, updating it for the new version.
<mattox> Probably you need to set the version number and update the md5sum.
<Infinisil> numerobis: mattox: You can override it instead, no need to copy the file or so
MrCoffee has joined #nixos
<disasm> SusWombat: I do that all the time on machines I don't want to touch the production packages on.
<rnhmjoj[m]> Infinisil: thanks. are you using grub? uefi?
<SusWombat> disasm: ah great to hear
<disasm> SusWombat: everything installed via nix is installed with it's own *hash* in /nix/store/<hash>-package-version and the nix utilities magically add that to your path
<disasm> SusWombat: although, I have to warn you, using nix can be very addictive, you may end up installing nixos on your laptop after you try it!
<mattox> Infinisil: that would make things easier!
<disasm> there's just something about never having to worry about conflicting dependencies :)
sellout- has joined #nixos
<mattox> As for me, I am trying to get clang++ to work. The compiler compiles, but it cannot find standard libraries like iostream.
<rnhmjoj[m]> > nix can be very addictive
<rnhmjoj[m]> very true
<mattox> g++ works fine though.
<SusWombat> disasm: I wouldnt mind that :) Not on that laptop tho maybe ill try it as soon as i have a non ancient machine
<SusWombat> again
mudri has quit [(Ping timeout: 248 seconds)]
<Infinisil> rnhmjoj[m]: I'm using UEFI and grub
<disasm> SusWombat: yeah, I have nixos on two macbooks and my desktop/server in the office here :) not to mention all the stuff in the cloud I use nixops with.
<SusWombat> ^^
<SusWombat> disasm: I borrowed a ancient laptop since my pc died so i dont want to mess to much with the system. Thats the reason right now to try nix
<rnhmjoj[m]> Infinisil: the thing is have a bios only system and i'm seeing this error https://github.com/NixOS/nixpkgs/issues/11521. the fix is to mount the efi boot partition but I don't have one!
<Infinisil> rnhmjoj[m]: Create one?
<disasm> SusWombat: nice! hope you like it :)
nh2 has joined #nixos
<rnhmjoj[m]> out of curiosity I tried changing the grub version from 2 to 1 and it segfaults during the install
numerobis has quit [(Ping timeout: 240 seconds)]
<Infinisil> No idea about that
<Infinisil> Never used grub1 or BIOS
sary has quit [(Remote host closed the connection)]
<SusWombat> disasm: so besides /nix and ~/.nix-defexpr and ~/.nix-profile nothing on my system is changed by nix right?
sary has joined #nixos
gleber_ has joined #nixos
<disasm> right
<disasm> with a single user install, if you're doing multi-user there's a daemon and it's a little more complex
<disasm> but linux still defaults to single user install
<rnhmjoj[m]> Infinisil: grub actually made the /mnt/boot directory and wrote to it.
<disasm> Mic92: you around?
<Mic92> disasm: yes
jellowj has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29630: piwik: 3.1.0 -> 3.1.1 (master...piwik-3.1.1) https://git.io/v5jix
NixOS_GitHub has left #nixos []
<SusWombat> disasm: thanks man
<disasm> Mic92: re: topydo, I'm guessing I should move the topydo directory as well out, right? like pkgs/applications/misc ?
ThatDocsLady has quit [(Quit: Leaving)]
<Mic92> disasm: yes
takle has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/vdvzd
<NixOS_GitHub> nixpkgs/release-17.09 e6ca475 Florian Jacob: piwik: 3.1.0 -> 3.1.1...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 4 new commits to master: https://git.io/vdvzb
<NixOS_GitHub> nixpkgs/master 54282b9 John Ericson: gcc: Change default of `crossStageStatic` param to false...
<NixOS_GitHub> nixpkgs/master 88a0e55 John Ericson: wrapCC: Alias now does the right thing for cross...
<NixOS_GitHub> nixpkgs/master b9bf90c John Ericson: all-packages: Remove gccCrossStageFinal; any gcc will not work
NixOS_GitHub has left #nixos []
<SusWombat> disasm: sry one more question. where would i store the configs for the packages installed by nix
mudri has joined #nixos
<disasm> SusWombat: so... with nix not on nixos, that's typically going to be specified as an argument to the binary, since you won't have any service scripts for starting things with locations for data set in them.
<disasm> or env vars you set
<SusWombat> disasm: so i would start mpd with for example mpd -c "~/myMpd.conf" (pseudo syntax ofc) ?
silver_hook has quit [(Ping timeout: 246 seconds)]
<disasm> SusWombat: probly want a --no-daemon on that, but yeah
takle has quit [(Ping timeout: 260 seconds)]
<SusWombat> disasm: ah nice thanks.
<SusWombat> Im really fascinated by nix right now :D
sellout- has quit [(Ping timeout: 260 seconds)]
sellout- has joined #nixos
<disasm> when you use nixos, you declare the mpd config in your configuration.nix and it generates a systemd file like so: https://gist.github.com/20c7f25103ceecd624ca47b0ffadf963
glenn has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #29652: zulu: init 9.0.0.15 (master...zulu9) https://git.io/vdvg2
NixOS_GitHub has left #nixos []
<Infinisil> rnhmjoj[m]: /boot can be any filesystem, only /boot/efi needs to be on the Efi system partition and vfat
glenn has joined #nixos
erictapen has joined #nixos
<disasm> Mic92: k, think the latest push does the trick. it builds now with nix-build -A topydo. Not sure if we need to note that change in release notes from python36Packages.topydo.
<SusWombat> disasm: is nix-env slow by default or is my hardware just not good enough for it?
<SusWombat> doesnt do anything since i told it to install a package like a minute ago
<tilpner> It actually is slow by default, searching packages by name instead of looking up by path
<Mic92> SusWombat: nix-env -iA
<tilpner> (Use -iA instead of -i)
<SusWombat> what does A do?
<Mic92> install by attribute
<tilpner> Looks up the package by path instead of checking every package for a matching name
<disasm> specifies to install by attribute name
<disasm> so you'll do -iA nixpkgs.mpd for example
<SusWombat> error: attribute ‘emacs’ in selection path ‘emacs’ not found :/
<SusWombat> aaah
<SusWombat> sex
<SusWombat> sec*
<SusWombat> error: attribute ‘nixos’ in selection path ‘nixos.emacs’ not found :/
<SusWombat> oh wait im stupid
<SusWombat> Now it works thanks
glenn has quit [(Ping timeout: 252 seconds)]
digitus has quit [(Quit: digitus)]
predator217 has joined #nixos
<SusWombat> uhm what did i do wrong?
<disasm> hmm, that nar downloads for me here...
glenn has joined #nixos
<disasm> mattox: if you figure that out let me know what you did... I have about 10 packages that are failing with 17.09 release that all give the same error :(
* disasm doesn't know enough about clang/nix integration to figure that one out
predator117 has quit [(Ping timeout: 240 seconds)]
<SusWombat> btw is it even ok that i ask about only the package manager in the "os" channel?
<SusWombat> Hope i dont "spam" the wrong channel
eqyiel has joined #nixos
<Infinisil> SusWombat: Try just redoing the build
<SusWombat> yeah worked on second tr
<Infinisil> I get that error sometimes when my network is unreliable
<SusWombat> try*
<disasm> yup, this is the place
siel has quit [(Remote host closed the connection)]
* disasm hopes this is the last time he has to build qt doing a nox-review command
siel has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] siddharthist opened pull request #29653: Coq: Homotopy Type Theory (master...hott) https://git.io/vdv2o
NixOS_GitHub has left #nixos []
<SusWombat> Is there a way to do a faster search for packages?
<rnhmjoj[m]> SusWombat: there is nox, which is a bit more user friendly
<SusWombat> hm ok
<Infinisil> I mostly just use ripgrep in a nixpkgs checkout
<SusWombat> Infinisil: so i would clone this repo? https://github.com/NixOS/nixpkgs ?
<tilpner> zsh tab completion and https://nixos.org/nixos/packages.html are quite fast
<MP2E> haha. I use ripgrep in a nixpkgs checkout too :v
<disasm> tilpner: woah, I didn't realize my zsh tab completion did that!
<disasm> and I must be old school, I still just use git grep :)
<disasm> or find ./ -name
<disasm> but usually I'm trying to find the location of a package rather than the package name :)
<Infinisil> disasm: I use `rg '<packageName> = '` which spews out the line where it's defined, often with callPackage, which then shows me the location
<Infinisil> I wish nixpkgs used SCID
<tilpner> Severe combined immunodeficiency?
<Infinisil> Heh no, SourceCode in Database
<Infinisil> Because representing source code as text is logically stupid
<tilpner> What popular systems do that successfully?
<Infinisil> none :P
<Biappi> i don't think that's the job of a distro/package manager tho. a version control, maybe
<mattox> disasm: Thanks.
<Infinisil> Yeah more of the language itself
stepcut has joined #nixos
erasmas has quit [(Quit: leaving)]
<ryantm> With Chef, when you try to converge a machine, you get a kind of diff of what will change on the machine. With nixops, or just NixOS reconfiguration, there isn't something like that by default. Any suggestions for mitigating that downside?
<Infinisil> ryantm: nixos-rebuild dry-build shows you what derivations need to be rebuilt, which is the most similar thing I can think of
<SusWombat> if i install a window manager via nix the display manager wouldnt be able to tell it exists right?
eqyiel has quit [(Remote host closed the connection)]
<ryantm> Infinisil: Yeah, that at least gives you some general idea. If there was a good way to diff an tree of the top level derivation of the deployed OS and the new deploy, that might work.
takle has joined #nixos
justanotheruser has joined #nixos
takle has quit [(Ping timeout: 248 seconds)]
<Infinisil> SusWombat: Probably not, nix-env installs stuff into the user env, which is not on the display managers path because the display manager is what logs in the user
<SusWombat> yeah
<SusWombat> i guess i would need to disable the display manager :/
justanotheruser has quit [(Ping timeout: 264 seconds)]
erictapen has quit [(Ping timeout: 252 seconds)]
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/62f8e255a4 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nix-gsc-io`bot has quit [(Client Quit)]
<Infinisil> SusWombat: Ah, you're not on nixos
<Infinisil> No it can still work
hamishmack has joined #nixos
<Infinisil> you just need to somehow tell the display manager where the window manager lives
<Infinisil> not sure how PATH works there
<Infinisil> you could also use the direct path in the nix store
<Sonarpulse> anyone know a way to rsync a failed build such that make picks right up?
<Sonarpulse> like preserve mode and timestamps and stuff
<Sonarpulse> except for write
<Sonarpulse> cause I recall failed builds become read only for some reason
<Sonarpulse> neverind
<Sonarpulse> no write bit problem
<Infinisil> Sonarpulse: I think -K should do that
<Sonarpulse> thanks, for future reference though
<Sonarpulse> got a flag to look up now :)
<Infinisil> -K
<Infinisil> Specifies that in case of a build failure, the temporary directory (usually in /tmp) in which the build takes
<Infinisil> place should not be deleted.
kkini has joined #nixos