<ndowens08> Anyone get error that package Agda-Sheaves is marked as broken in local pkg tree to try and package apps?
ambro718 has quit [(Ping timeout: 240 seconds)]
digitus has quit [(Quit: digitus)]
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #22575: top-level: Allow nixpkgs to take localSystem directly (master...localSystem) https://git.io/vDEMW
ryanartecona has quit [(Quit: ryanartecona)]
<ndowens08> so how can i see if something builds if git clone of the nixpkgs are marked broken?
raiden_0x71 has quit [(Ping timeout: 258 seconds)]
myheadhurts_ has quit [(Quit: Connection closed for inactivity)]
markus1189 has joined #nixos
markus1199 has joined #nixos
<drakonis> when's nix shepherd
markus1209 has quit [(Ping timeout: 240 seconds)]
Wizek_ has quit [(Ping timeout: 260 seconds)]
Wizek has quit [(Ping timeout: 276 seconds)]
markus1219 has quit [(Ping timeout: 276 seconds)]
athan has joined #nixos
<NixOS_GitHub> [nixpkgs] andrewthad opened pull request #22576: set elasticsearch classpath to nix store (master...elasticsearch_2_classpath) https://git.io/vDEDh
sigmundv has quit [(Ping timeout: 240 seconds)]
<gchristensen> ndowens08: sorry?
erasmas has quit [(Quit: leaving)]
<drakonis> how would i go with packaging a desktop environment module
<ndowens08> gchristensen: i am trying to see if I can successfuly make a package in nix, as never done it before, but trying to use nix-build -f LOCALNIXPATH default.nix gives certain adga packages are marked as broken
raiden_0x71 has joined #nixos
setgid has quit [(Quit: leaving)]
civodul has quit [(Quit: ERC (IRC client for Emacs 25.1.1))]
<gchristensen> ndowens08: oh! it is because that command is trying to build _all_ of nixpkgs,
<gchristensen> try doing nix-build ./path/to/your/nixpkgs -A yourprogramname, where yourprogramname is what you called it in all-packages.nix
<pikajude> yeah, building all of nixpkgs takes at least an hour
<gchristensen> using cache?
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/vDEQR
<NixOS_GitHub> nixpkgs/master 05605b4 Tuomas Tynkkynen: autofs: Some cleanup...
kampfschlaefer has quit [(Ping timeout: 256 seconds)]
<ndowens08> error: cannot auto-call a function that has an argument without a default value (‘stdenv’)
<NixOS_GitHub> [nixpkgs] grahamc closed pull request #22573: rabbitmq: 3.5.8 -> 3.6.6 (master...master) https://git.io/vDEKP
Shou has quit [(Ping timeout: 255 seconds)]
Shou has joined #nixos
johnsonav has joined #nixos
athan has quit [(Remote host closed the connection)]
athan has joined #nixos
Shou has quit [(Ping timeout: 245 seconds)]
<ndowens08> Not sure how to fix that error; googling isnt helping me
<ndowens08> also put in entry in the allpackages.nix file too
DarcsAurelius has joined #nixos
<DarcsAurelius> Hello. Is NixOps not intended to provision development environments to be used interactively? I've been playing around with one to deploy a VirtualBox instance on a Mac OS host, but I've run into some issues -- for example, there's no default channel added (and possibly other things resulting in me not being able to use nix-env for much), nothing in /etc/nixos/, and a few other little things. If it's intended just
<DarcsAurelius> test deployments, I can just switch to vagrant, but I'm curious whether anyone uses NixOps for this purpose.
pareidolia has quit [(Ping timeout: 240 seconds)]
<gchristensen> DarcsAurelius: it is because nixops is managing the whole system configuration.
Shou has joined #nixos
pareidolia has joined #nixos
<DarcsAurelius> I see. It does make sense for the test/production environment use case. I was hoping to use one ecosystem for everything instead of mixing in Vagrant as well, but at least Vagrant is only there to bring up a NixOS box.
<gchristensen> you could use nixops to make the VM no problem
<gchristensen> like make a custom systemd unit to setup your channel
<gchristensen> or make system changes via nixops
uiop23 has joined #nixos
<DarcsAurelius> I have been using nixops to make system changes, but just recently ran into not being able to use nix-env. Hmm, I looked for an option to setup a channel in my configuration but didn't see what you just mentioned. Is there an example somewhere? I'll take another look. (I'm relatively new to Nix)
<uiop23> does nixos autoenable a firewall?
<ndowens08> hmm trying to set what package needs to install to unpack the source, using: buildInputs = [ unzip ]; and get undefinded variable 'unzip'
<gchristensen> yeah, uiop23
<Ralith> uiop23: `man configuration.nix`, search for `networking.firewall.enable`, see `Default: true`
<gchristensen> !m Ralith l
<[0__0]> You're doing good work, Ralith l!
<Ralith> note that the openssh module automatically adds an open port for itself but others generally do not
<uiop23> Ralith, gchristensen : ok, thanks.
<Ralith> presumably the thinking there was to make it as hard as possible to accidentally firewall yourself out of a remote system
chpatrick has left #nixos []
athan has quit [(Quit: leaving)]
<gchristensen> ndowens08: you need to add unzip as an argument to the function at the top { stdenv, ... unzip }:
<ndowens08> doh! lol
<ndowens08> thx fo rthe help, g2g, storm
ndowens08 has quit [(Quit: WeeChat 1.7)]
takle has quit [(Remote host closed the connection)]
<uiop23> and tha brings me to another problem. How do I tell nixos-rebuild to use a specific version of unstable? I had ran --upgrade earlier without finishing and I don't want to wait a 2GB download for the upgrade so I can disable the firewall. Is it one of the --option or a env flag or?
<drakonis> unstable is very unstable
<drakonis> jokses on me for using nvidia drivers on unstable
<gchristensen> uiop23: you can do nix-channel --rollback
DarcsAurelius has quit [(Ping timeout: 240 seconds)]
Rotaerk has joined #nixos
<uiop23> gchristensen: thanks
<Sonarpulse> anybody know about lib/systems.nix
<Sonarpulse> seems potentially quite usefu
<Sonarpulse> but also very out of date
eacamero_ has joined #nixos
Kingsquee has joined #nixos
<uiop23> and I still need to ask, why isn't newStdcpp = true default in steam? Took me 2 days to remember about that.
<gchristensen> http://faqomatic.sourceforge.net/fom-serve/cache/1.html this is awesome, classic software
drakonis has quit [(Ping timeout: 240 seconds)]
eacameron has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
derjohn_mob has quit [(Ping timeout: 258 seconds)]
roconnor_ has joined #nixos
roconnor has quit [(Ping timeout: 240 seconds)]
davidak has quit [(Quit: Leaving.)]
takle has quit [(Ping timeout: 256 seconds)]
<cransom> gchristensen just dropped a link to a time machine.
<gchristensen> haha
<NixOS_GitHub> [nixpkgs] corngood opened pull request #22577: glew: 1.13.0 -> 2.0.0 (master...glew) https://git.io/vDENK
<gchristensen> I found it via openldap: http://www.openldap.org/faq/data/cache/1.html
<cransom> ancient artifact of a previously lost civilization.
Shou has quit [(Ping timeout: 260 seconds)]
<gchristensen> remember when you could use green pink and blue squares to make your website beautiful?
<cransom> oh man. and to make a decent site you only needed 5, maybe 6 tags?
<gchristensen> and <font> and <center> were two of them :D
<cransom> <blink> if you wanted to be edgy.
<gchristensen> so good
<NixOS_GitHub> [nixpkgs] corngood opened pull request #22578: mesa: add enableRadv (master...radv) https://git.io/vDENS
<cransom> i wonder when the construction sign + shovels hit peak fashion.
derjohn_mob has joined #nixos
<gchristensen> too soon, no doubt
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to master: https://git.io/vDEAe
<NixOS_GitHub> nixpkgs/master 379144f Graham Christensen: salt: 2016.3.3 -> 2016.11.2 for multiple CVEs...
roconnor_ has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
s33se has joined #nixos
takle has quit [(Ping timeout: 255 seconds)]
Fare has joined #nixos
s33se_ has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
bennofs1 has quit [(Ping timeout: 258 seconds)]
takle has quit [(Ping timeout: 252 seconds)]
drakonis has joined #nixos
<drakonis> hey, where does nix store its channels?
<sheenobu> /nix/var/nix/profiles/per-user/.../channels
mbrgm has quit [(Ping timeout: 240 seconds)]
uiop23 has quit [(Quit: Page closed)]
drakonis has quit [(Ping timeout: 240 seconds)]
mbrgm has joined #nixos
takle has joined #nixos
jabb_ has joined #nixos
stepcut_ has joined #nixos
sellout-1 has joined #nixos
sellout- has quit [(Ping timeout: 252 seconds)]
danharaj has quit [(Ping timeout: 255 seconds)]
takle has quit [(Ping timeout: 258 seconds)]
olejorgenb has quit [(Ping timeout: 252 seconds)]
jabb has quit [(Ping timeout: 252 seconds)]
olejorgenb has joined #nixos
stepcut has quit [(Ping timeout: 252 seconds)]
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to master: https://git.io/vDExM
<NixOS_GitHub> nixpkgs/master 77e920d Graham Christensen: spice: Patch for CVE-2016-9577, CVE-2016-9578...
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to release-16.09: https://git.io/vDExD
<NixOS_GitHub> nixpkgs/release-16.09 4562b1b Graham Christensen: spice: Patch for CVE-2016-9577, CVE-2016-9578...
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 2 new commits to master: https://git.io/vDExj
<NixOS_GitHub> nixpkgs/master 8cd4c31 John Ericson: top-level: Allow nixpkgs to take localSystem directly...
<NixOS_GitHub> nixpkgs/master e74ec9d John Ericson: Merge pull request #22575 from Ericson2314/localSystem...
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to master: https://git.io/vDEpU
<NixOS_GitHub> nixpkgs/master 19f23d0 Graham Christensen: ntfs3g: patch for CVE-2017-0358...
DarcsAurelius has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to release-16.09: https://git.io/vDEpt
<NixOS_GitHub> nixpkgs/release-16.09 723a563 Graham Christensen: ntfs3g: patch for CVE-2017-0358...
DarcsAurelius has quit [(Ping timeout: 240 seconds)]
eacamero_ has quit [(Remote host closed the connection)]
takle has joined #nixos
eacameron has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
takle has quit [(Ping timeout: 258 seconds)]
eacameron has quit [(Remote host closed the connection)]
sheenobu has quit [(Remote host closed the connection)]
sheenobu has joined #nixos
eacameron has joined #nixos
<tnks> I forget, is there any stylistic push towards camelCase or kabob-case for set attribute names?
<tnks> Nixpkgs is certainly very mixed, but not sure if there's a recommendation.
<Ralith> I think hyphens were once upon a time illegal in names but that got fixed
hexagoxel has quit [(Ping timeout: 258 seconds)]
paperd has joined #nixos
Sonarpulse has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
hexagoxel has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
mguentner has quit [(Quit: WeeChat 1.6)]
m-i has quit [(Remote host closed the connection)]
roconnor_ has joined #nixos
m-i has joined #nixos
takle has joined #nixos
mguentner has joined #nixos
takle has quit [(Ping timeout: 258 seconds)]
takle has joined #nixos
<tippenein> does anyone actually like camelCase?
<benzrf> not me
takle has quit [(Ping timeout: 255 seconds)]
<simpson> I like camelCase.
<NixOS_GitHub> [nixpkgs] paperdigits opened pull request #22579: gimp: 2.8.18 -> 2.8.20 (master...gimp-2.8.20) https://git.io/vDueE
<Ralith> I'm prepared to argue that camel case is objectively less readable
<simpson> I'm prepared to not argue.
<Ralith> but I'm not actually going to because I don't really care
<c74d> oh, not necessarily packages
<c74d> (I don't know, in that case)
takle has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
takle has quit [(Ping timeout: 240 seconds)]
sheenobu has quit [(Changing host)]
sheenobu has joined #nixos
<tnks> c74d: yeah, I looked that up too just now.
<tnks> it's okay, I was mostly curious... not going to stop writing Nix on account of stylistic ambiguity.
<paperd> So I updated a package, pushed to github, created a PR, checked out a new branch, updated another package, pushed to that new branch, and now my new PR has both commits, even though they're on different branches?
<c74d> paperd: I'm guessing your second PR's branch is based on your first PR's branch
<paperd> ah, yes it is
the_ktosiek has joined #nixos
<paperd> is that why that happens
ktosiek has quit [(Ping timeout: 255 seconds)]
<c74d> if your pull request is granted, that means that the branch would be pulled (fetched and merged) into the master branch of the target repository
<c74d> thus, the commits you're asking be merged are the commits in the PR branch and not in the upstream master branch, not the commits in the PR branch and not in the branch it was based on
takle has joined #nixos
<paperd> c74d: thanks that makes sense, I just never put it together
<NixOS_GitHub> [nixpkgs] paperdigits opened pull request #22580: gimpPlugins.gmic: 1.6.5.0 -> 1.7.8 (master...gimp_gmic178) https://git.io/vDufq
hamishmack has joined #nixos
mw has quit [(Ping timeout: 240 seconds)]
takle has quit [(Ping timeout: 260 seconds)]
hamishmack has quit [(Ping timeout: 255 seconds)]
mw has joined #nixos
mguentner2 has joined #nixos
mguentner has quit [(Ping timeout: 255 seconds)]
<tippenein> Ralith: someone already did the arguing for you in a study: http://www.cs.kent.edu/~jmaletic/papers/ICPC2010-CamelCaseUnderScoreClouds.pdf
DarcsAurelius has joined #nixos
<Ralith> tippenein: that was indeed the substance of my preparation
defel has quit [(Ping timeout: 240 seconds)]
DarcsAurelius has quit [(Ping timeout: 240 seconds)]
athan has joined #nixos
<canndrew> any rust users here hava an opinion on this PR?: https://github.com/rust-lang/rust/pull/39578#issuecomment-278414692
takle has joined #nixos
<canndrew> *have
<puffnfresh> anybody started packaging the new Keybase client?
paperd has quit [(Ping timeout: 240 seconds)]
systemfault has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
MP2E has quit [(Quit: be back later!)]
m-i has quit [(Remote host closed the connection)]
m-i has joined #nixos
Fare has quit [(Quit: Leaving)]
takle has joined #nixos
dramforever has joined #nixos
hamishmack has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
m-i has left #nixos []
takle has joined #nixos
takle has quit [(Ping timeout: 260 seconds)]
indi_ has joined #nixos
eacameron has quit [(Remote host closed the connection)]
layus__ has joined #nixos
arianvp2 has quit [(Ping timeout: 252 seconds)]
eacameron has joined #nixos
arianvp2 has joined #nixos
systemfault has quit [(Quit: Bye!)]
layus_ has quit [(Ping timeout: 240 seconds)]
eacameron has quit [(Ping timeout: 276 seconds)]
georges-duperon has joined #nixos
eacameron has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
<tnks> something caught me offguard: what would you expect this to be? doHaddock(dontHaddock(someHaskellPackage))
<tnks> I thought it would be a package that did Haddock (where the outer override... did an override)
<tnks> but it's working that way (in my test application, at least)
nmattia_ has quit [(Ping timeout: 240 seconds)]
the_ktosiek has quit [(Quit: No Ping reply in 180 seconds.)]
ktosiek has joined #nixos
kampfschlaefer has joined #nixos
nmattia has joined #nixos
ryanartecona has joined #nixos
<NixOS_GitHub> [nixpkgs] rongcuid opened pull request #22581: Fix/stlink update (master...fix/stlink-update) https://git.io/vDukA
takle has joined #nixos
<tnks> looking at the implementation of overrideCabal, but it's not making sense yet: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix
takle has quit [(Ping timeout: 258 seconds)]
<tnks> the code is still convincing me that I can "un"-override and override.
sheenobu_ has joined #nixos
stepcut has joined #nixos
jabb has joined #nixos
BramD_ has joined #nixos
ericbmerritt__ has joined #nixos
dvim_ has joined #nixos
benzrf_ has joined #nixos
markus1209 has joined #nixos
athan_ has joined #nixos
suvash_away has quit [(Ping timeout: 240 seconds)]
jabb_ has quit [(Ping timeout: 240 seconds)]
dvim has quit [(Ping timeout: 240 seconds)]
stepcut_ has quit [(Ping timeout: 240 seconds)]
ericbmerritt_ has quit [(Ping timeout: 240 seconds)]
BramD has quit [(Ping timeout: 240 seconds)]
athan has quit [(Ping timeout: 240 seconds)]
sheenobu has quit [(Ping timeout: 240 seconds)]
markus1189 has quit [(Ping timeout: 240 seconds)]
ertes has quit [(Ping timeout: 240 seconds)]
benzrf has quit [(Ping timeout: 240 seconds)]
benzrf_ is now known as benzrf
BramD_ is now known as BramD
ericbmerritt__ is now known as ericbmerritt_
suvash_away has joined #nixos
ertes has joined #nixos
dvim_ is now known as dvim
calvinx has joined #nixos
athan_ is now known as athan
ok2 has quit [(Ping timeout: 258 seconds)]
ok2` has joined #nixos
takle has joined #nixos
flemming has joined #nixos
dramforever has quit [(Quit: Leaving)]
takle has quit [(Ping timeout: 240 seconds)]
Mercuria1Alchemi has joined #nixos
takle has joined #nixos
takle has quit [(Ping timeout: 255 seconds)]
kampfschlaefer has quit [(Ping timeout: 256 seconds)]
indi_ has quit [(Remote host closed the connection)]
indi_ has joined #nixos
takle has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
indi_ has quit [(Ping timeout: 240 seconds)]
takle has quit [(Ping timeout: 240 seconds)]
hamishmack has joined #nixos
takle has joined #nixos
takle has quit [(Ping timeout: 258 seconds)]
DarcsAurelius has joined #nixos
rmeis has joined #nixos
marcinkuzminski has quit [(Max SendQ exceeded)]
marcinkuzminski has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 2 new commits to master: https://git.io/vDuqO
<NixOS_GitHub> nixpkgs/master 4ab604b David McFarland: mesa: add enableRadv
<NixOS_GitHub> nixpkgs/master 4bf9f8a Vladimír Čunát: Merge #22578: mesa: add enableRadv ? false...
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #22578: mesa: add enableRadv (master...radv) https://git.io/vDENS
DarcsAurelius has quit [(Ping timeout: 260 seconds)]
takle has joined #nixos
rmeis has quit [(Ping timeout: 245 seconds)]
takle has quit [(Ping timeout: 245 seconds)]
eacameron has joined #nixos
<NixOS_GitHub> [nixpkgs] DerTim1 opened pull request #22583: asterisk: 14.1.2 -> 14.2.1, add speex (master...asterisk) https://git.io/vDumz
rmeis has joined #nixos
proteus-guy has joined #nixos
proteusguy has quit [(Ping timeout: 276 seconds)]
eacameron has quit [(Ping timeout: 256 seconds)]
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/vDumQ
<NixOS_GitHub> nixpkgs/master 386ecdc Michael Raskin: rtmpdump: 2015-01-15 -> 2015-12-30
rmeis_ has joined #nixos
rmeis has quit [(Ping timeout: 256 seconds)]
paperd has joined #nixos
reinzelmann has joined #nixos
takle has joined #nixos
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to release-16.09: https://git.io/vDuY4
<NixOS_GitHub> nixpkgs/release-16.09 fc30b42 Michael Raskin: rtmpdump: 2015-01-15 -> 2015-12-30...
ryanartecona has quit [(Quit: ryanartecona)]
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vDuYB
<NixOS_GitHub> nixpkgs/staging 6bea415 Vladimír Čunát: Merge branch 'master' into staging
takle has quit [(Ping timeout: 240 seconds)]
<musicmatze> what is the preffered way to override compileflags for a package (or some packages)?
MoreTea has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/vDuOn
<NixOS_GitHub> nixpkgs/staging 5efc5a4 Vladimír Čunát: pydb, libclc: fixup eval after pinning to python2
indi_ has joined #nixos
indi_ has quit [(Remote host closed the connection)]
indi_ has joined #nixos
<NixOS_GitHub> [nixpkgs] pradeepchhetri opened pull request #22584: terraform: 0.8.5 -> 0.8.6 (master...terraform) https://git.io/vDuOp
takle has joined #nixos
reinzelmann has quit [(Read error: Connection reset by peer)]
indi_ has quit [(Ping timeout: 258 seconds)]
reinzelmann has joined #nixos
paperd has quit [(Quit: WeeChat 1.5)]
<NixOS_GitHub> [nixpkgs] FRidh force-pushed python3 from 89a60ea to e98efc2: https://git.io/vPPX6
<NixOS_GitHub> nixpkgs/python3 e98efc2 Frederik Rietdijk: Python: change default version: python = python3;
takle has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
FRidh has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
<NixOS_GitHub> [nixpkgs] pSub pushed 1 new commit to master: https://git.io/vDu3F
<NixOS_GitHub> nixpkgs/master b6cc6bd Pascal Wittmann: yodl: 3.08.01 -> 3.08.02
hotfuzz_ has joined #nixos
hotfuzz has quit [(Ping timeout: 255 seconds)]
<NixOS_GitHub> [nixpkgs] pSub pushed 1 new commit to master: https://git.io/vDusE
<NixOS_GitHub> nixpkgs/master 5de04f6 Pascal Wittmann: Revert "ocaml-lablgl: use camlp5"...
ebzzry has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
nschoe has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
<tnks> I suppose I could submit this problem as a Nixpkgs issue, but maybe someone can answer it faster here (save the issue-tracking churn)
takle has joined #nixos
<tnks> I wrote up my problem in this gist: https://gist.github.com/shajra/15ef77cdd4e83a823857ffe8a6c11df9
thc202 has joined #nixos
takle has quit [(Ping timeout: 264 seconds)]
Kingsquee has quit [(Ping timeout: 255 seconds)]
fritschy has joined #nixos
takle has joined #nixos
rmeis_ has quit [(Ping timeout: 240 seconds)]
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/vDuZm
<NixOS_GitHub> nixpkgs/master 333e36e Vladimír Čunát: pythonPackages.gst-python: fix hash after afd59811a1f...
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to release-16.09: https://git.io/vDuZG
<NixOS_GitHub> nixpkgs/release-16.09 be79c4c Vladimír Čunát: pythonPackages.gst-python: fix hash after afd59811a1f...
takle has quit [(Ping timeout: 245 seconds)]
teknico has joined #nixos
takle has joined #nixos
goibhniu has joined #nixos
takle has quit [(Ping timeout: 240 seconds)]
Kingsquee has joined #nixos
Zoom__ has joined #nixos
ZoomZoomZoom has quit [(Read error: Connection reset by peer)]
Piece_Maker has joined #nixos
Wizek has joined #nixos
Wizek_ has joined #nixos
Acou_Bass has quit [(Ping timeout: 245 seconds)]
Piece_Maker is now known as Acou_Bass
derjohn_mob has quit [(Ping timeout: 276 seconds)]
Itkovian has joined #nixos
ThatDocsLady has joined #nixos
takle has joined #nixos
indi_ has joined #nixos
MoreTea has quit [(Remote host closed the connection)]
ixxie has joined #nixos
takle has quit [(Ping timeout: 258 seconds)]
indi_ has quit [(Ping timeout: 255 seconds)]
DarcsAurelius has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh opened pull request #22585: Python: deterministic interpreters - WIP (master...repr) https://git.io/vDuCT
m-i has joined #nixos
takle has joined #nixos
pi3r has joined #nixos
panostimos has joined #nixos
DarcsAurelius has quit [(Ping timeout: 276 seconds)]
takle has quit [(Ping timeout: 240 seconds)]
civodul has joined #nixos
Itkovian has quit [(Quit: Textual IRC Client signing off)]
takle has joined #nixos
jgertm has joined #nixos
Itkovian has joined #nixos
<NixOS_GitHub> [nixpkgs] vbgl pushed 1 new commit to master: https://git.io/vDuWE
<NixOS_GitHub> nixpkgs/master c06b6d9 Mica Semrick: gimp: 2.8.18 -> 2.8.20
pi3r has quit [(Quit: Nettalk6 - www.ntalk.de)]
derjohn_mob has joined #nixos
flemming has quit [(Quit: WeeChat 1.5)]
rmeis has joined #nixos
takle has quit [(Remote host closed the connection)]
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDu8s
<NixOS_GitHub> nixpkgs/master da5eaa3 Franz Pletz: bind: 9.10.4-P5 -> 9.10.4-P6 for CVE-2017-3135...
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to release-16.09: https://git.io/vDu8E
<NixOS_GitHub> nixpkgs/release-16.09 8e86250 Franz Pletz: bind: 9.10.4-P5 -> 9.10.4-P6 for CVE-2017-3135...
<NixOS_GitHub> [nixpkgs] P-E-Meunier opened pull request #22586: Finer-grained firewall: allow specific hosts, in particular to SSH (master...master) https://git.io/vDu4j
roconnor_ has quit [(Ping timeout: 255 seconds)]
takle has joined #nixos
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
sitedyno has quit [(Ping timeout: 255 seconds)]
rly has joined #nixos
<rly> Is it possible to build an executable jar which runs on Windows and Linux? Specifically, one which can be executed *without* having to use "java -jar".
<NixOS_GitHub> [nixpkgs] pradeepchhetri opened pull request #22587: wuzz: 2017-02-05 -> 2017-02-09 (master...wuzz-2017-02-09) https://git.io/vDuBh
<NixOS_GitHub> [nixpkgs] peti pushed 1 new commit to master: https://git.io/vDu0Y
<NixOS_GitHub> nixpkgs/master 055ab6b Peter Simons: Merge pull request #21589 from NixOS/ghc-split-sections...
sitedyno has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDu0r
<NixOS_GitHub> nixpkgs/master a4d9521 Rahul Gopinath: mlterm: 3.7.2 -> 3.8.0
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #22583: asterisk: 14.1.2 -> 14.2.1, add speex (master...asterisk) https://git.io/vDumz
Ivanych has quit [(Ping timeout: 245 seconds)]
<NixOS_GitHub> [nixpkgs] zimbatm closed pull request #22584: terraform: 0.8.5 -> 0.8.6 (master...terraform) https://git.io/vDuOp
Ivanych has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #22576: set elasticsearch classpath to nix store (master...elasticsearch_2_classpath) https://git.io/vDEDh
DarcsAurelius has joined #nixos
<arianvp2> hey
ThatDocsLady has quit [(Quit: Arma-geddin-outta-here!)]
ThatDocsLady has joined #nixos
DarcsAurelius has quit [(Ping timeout: 240 seconds)]
phreedom has joined #nixos
wizeman has joined #nixos
hamishmack has quit [(Ping timeout: 255 seconds)]
Kingsqueee has joined #nixos
hamishmack has joined #nixos
Kingsquee has quit [(Ping timeout: 240 seconds)]
<ixxie> there seem to be similar things in windows
Ivanych has quit [(Ping timeout: 240 seconds)]
Ivanych has joined #nixos
Shou has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #22572: dwarfdump: init at 20161124 (master...dwarfdump) https://git.io/vDEnv
rmeis has quit [(Ping timeout: 240 seconds)]
Ivanych has quit [(Ping timeout: 255 seconds)]
Ivanych has joined #nixos
fritschy has quit [(Remote host closed the connection)]
m-i has quit [(Remote host closed the connection)]
Ivanych has quit [(Ping timeout: 255 seconds)]
m-i has joined #nixos
k2s has joined #nixos
Shou has quit [(Ping timeout: 255 seconds)]
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDuaP
<NixOS_GitHub> nixpkgs/master bfee52a Franz Pletz: epiphany: 3.22.5 -> 3.22.6 for security issue...
romildo has joined #nixos
fritschy has joined #nixos
Shou has joined #nixos
<romildo> I am trying to log in the console and switch to graphics mode when needed with the startx command. For that I have set services.xserver.autorun = false on my NixOS system configuration. I am launching X11 with the command "startx /run/current-system/sw/bin/fluxbox". It works except by keyboard and mouse, which are non responsive. I had to do hard reboot to get back my system. Any clues?
Somelauw has joined #nixos
<romildo> Without services.xserver.autorun = false X11 is launched automatically without problems.
<Somelauw> I'm using the nix package manager on Debian. I installed qutebrowser, but noticed some fonts are missing. How can I install all the common fonts in one go?
Wizek_ has quit [(Ping timeout: 256 seconds)]
Ivanych has joined #nixos
Shou has quit [(Ping timeout: 240 seconds)]
pi3r has joined #nixos
m-i has quit [(Remote host closed the connection)]
m-i has joined #nixos
defel has joined #nixos
DarcsAurelius has joined #nixos
Shou has joined #nixos
OJFord has joined #nixos
k2s has quit [(Ping timeout: 276 seconds)]
Kingsqueee has quit [(Quit: https://i.imgur.com/qicT3GK.gif)]
Shou has quit [(Ping timeout: 245 seconds)]
indi_ has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.1.1))]
ertesx has joined #nixos
<rly> ixxie: that's not actually an answer to my question.
fhoffmeyer has joined #nixos
asymmetr| has quit [(Quit: ZNC - http://znc.in)]
ixxie has quit [(Ping timeout: 260 seconds)]
ertes has quit [(Ping timeout: 258 seconds)]
ertesx is now known as ertes
<Somelauw> Fonts are working in firefox installed using apt-get, but not in qutebrowser installed using the nix package manager. Any idea why?
iyzsong has joined #nixos
indi_ has quit [(Ping timeout: 276 seconds)]
asymmetric_ has joined #nixos
Entroacceptor has joined #nixos
<Entroacceptor> hey, I'm trying to do a nix-install through a proxy, and curl times out while getting curl ;) I've set the proxies from https://nixos.org/wiki/Proxies as environment variable and as default proxy in /mnt/etc/..., but that doesn't seem to be enough.
cpennington has joined #nixos
romildo has quit [(Quit: Leaving)]
<Entroacceptor> mh, additionally setting https_proxy appears to have fixed it. That's an documentation bug, then?
<gchristensen> Entroacceptor: does your curl usually fail to access https sites?
<Entroacceptor> no, not if I set the proxy correctly ;)
<Entroacceptor> so for nixos-install NIX_CURL_FLAGS="-x $http_proxy"
<Entroacceptor> isn't honored?
Wizek_ has joined #nixos
<FRidh> ohh, Python 3 uses sets a lot in its implementation. Sets don't maintain order, so when bytecode is generated the generated bytecode won't be deterministic.
m-i has quit [(Remote host closed the connection)]
calvinx has quit [(Quit: calvinx)]
<Dezgeg> I guess we can set the variable to set a non-random hash seed?
<Dezgeg> PYTHONHASHSEED
m-i has joined #nixos
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to master: https://git.io/vDu6t
<NixOS_GitHub> nixpkgs/master 4b6692a Graham Christensen: graphicsmagick: patch for CVE-2016-9830
<NixOS_GitHub> [nixpkgs] grahamc pushed 1 new commit to release-16.09: https://git.io/vDu6m
<NixOS_GitHub> nixpkgs/release-16.09 e1e3ef7 Graham Christensen: graphicsmagick: patch for CVE-2016-9830...
<gchristensen> fpletz: ^ I applied the remaining patches debian has that we don't, I'm going to call graphicsmagick good.
<fpletz> gchristensen: yeah :)
<gchristensen> the last two, and both didn't seem so easy to patch :)
<FRidh> Dezgeg: good idea
<FRidh> Dezgeg: doesn't affect sets though.
<Dezgeg> really?
<Dezgeg> sounds weird
<gchristensen> fpletz: https://wiki.gnome.org/Apps/Geary/ReleasePlanning according to this they're planning on moving to 2.10 first :|
<samae> I have a collision between two packages:
<samae> collision between ‘/nix/store/qil40lxaq58ylai52n1rlj69464sjywm-virtualbox-5.1.8-modsrc/Makefile’ and ‘/nix/store/3p589ya4jn8yglffg1gcrvdk8dryifgj-cudatoolkit-8.0.44-sdk/Makefile’; use ‘nix-env --set-flag priority NUMBER PKGNAME’ to change the priority of one of the conflicting packages
<domenkozar> Dezgeg: that introduces back hashdos attack
<samae> but doing a: nix-env --set-flag priority 10 'cudatoolkit'
<Dezgeg> but that shouldn't matter in nix builds
<samae> yields: selector matches no derivation…
<gchristensen> domenkozar: did you get the new xps 13?
<domenkozar> xps 15
<domenkozar> not yet
<Dezgeg> but yeah, it should'nt be set in nix-shells
<goibhniu> samae: you have to do it for virtualbox, you can only set the priority on stuff you've got installed
<domenkozar> 2 more weeks :(
<gchristensen> domenkozar: let me know when you do :)
<samae> uh
<samae> ok
<domenkozar> gchristensen: roger
<samae> goibhniu: thx, it installs
<samae> I set priority 0, hope it's not toot much
mkoenig has joined #nixos
<goibhniu> samae: great!
DarcsAurelius has quit [(Quit: ERC (IRC client for Emacs 25.1.1))]
<gchristensen> fpletz: re libplist I think we're getting to the point where we should document what CVEs we are vulnerable to.
msd has joined #nixos
<msd> Hey all - could I please get a quick check on a PR that just opened? It primarily concerns the hash of a specific package
<fpletz> gchristensen: yeah, debian also has a list of packages for which they don't provide security updates (like webkitgtk)
<domenkozar> webkitgtk :D
* domenkozar cries
<gchristensen> oh wow, I didn't realize
<fpletz> msd: do you mean due to the shorter hash? you can either use the full sha256 hash or a base32 representation (which is the default in nix)
<gchristensen> domenkozar: oh yeah. fpletz says Fedora is getting rid of 2.4 later this year, so we'll do the same
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #22564: cudnn51_cudatoolkit80: hash change (master...cudnn_hash_fix) https://git.io/vD0ry
<FRidh> ohh
<msd> ^^One line changed -- primarily the hash. For some reason, the package maintainers had changed the package contents
<msd> @fpletz ^^
<fpletz> msd: happens unfortunately :/
<fpletz> but note that it could also be a sign of a server compromise, maybe malware was added to the source or binary
<fpletz> if upstream signs their releases you should check the signature at least and check the diff
<msd> @fpletz this is being pulled straight from NVidia's servers. I doubt this is corruption; instead, I'd suspect the maintainers of the software changed contents without releasing a new version
<gchristensen> well
<gchristensen> it is and it isn't, it is using HTTP
<domenkozar> gchristensen: how? lots of software depends on it
<gchristensen> domenkozar: dunno, mark as broken maybe
<domenkozar> maybe they port the software since lots of gnome3 stuff depends on it
<fpletz> domenkozar: "We’ve agreed to remove WebKitGTK+ 2.4 and its dependencies from Fedora rawhide right after Fedora 26 is branched next month, so they will no longer be present in Fedora 27 (targeted for release in November)."
<fpletz> so I guess this will motiviate some upstream maintainers will finally port their software :)
eacameron has joined #nixos
<fpletz> domenkozar: do you want to remove 2.4 in 17.03?
<domenkozar> I had plans for 16.09 already, but it depends on too many software (emacs?!)
<fpletz> I think most software can be built without support for webkit because it's optional
<fpletz> globin? :)
iyzsong has quit [(Quit: bye.)]
<domenkozar> I certainly won't have time for this, I can help remove a package or two
<domenkozar> so if we have enough folks interested with joint efforts, let's do it! :)
<fpletz> yeah, I was just interested in your opinion :)
<domenkozar> the sooner we get rid of this beats the better
<domenkozar> I was more interested because we can't build it in parallel
eacameron has quit [(Ping timeout: 276 seconds)]
<domenkozar> so on EC2 machines it takes 9h to build
<domenkozar> the longest build we have :)
<gchristensen> if we wait though we'll break fewer people's stuff, with fedora pushing the charge
* gchristensen plays devil's advocate
<domenkozar> !m gchristensen
<[0__0]> You're doing good work, gchristensen!
fre has quit [(Ping timeout: 276 seconds)]
<domenkozar> I say we remove stuff we can now
<domenkozar> and see how far we get
<domenkozar> maybe emacs already support newer webkit, etc
<gchristensen> I don't think it even needs webkit? heh
<domenkozar> at least having a list of what's the status of webkit dependency would be a great start
<domenkozar> 1) can be upgraded to newer webkit
<domenkozar> 2) patch *somewhere* then we can upgrade
<domenkozar> 3) we'll have to mark it as broken
<domenkozar> etc
<gchristensen> yeah, emacs can drop xwidgets which removes the 2.4 dep
<domenkozar> a few dozen users of geary for example can just use old nixpkgs
<fpletz> I started that effort in #22588 before noticting that there's another issue :)
<domenkozar> which reminds me, we still need to finally! finish https://github.com/NixOS/nixpkgs/issues/4491
<gchristensen> ~6 things + libreoffice use md5
<domenkozar> libreoffice uses md5 just for filenames
<domenkozar> and sha256 for hashing
cfricke has joined #nixos
<gchristensen> I made that ticket a blocker, why not
msd_ has joined #nixos
OJFord has quit [(Read error: Connection reset by peer)]
msd has quit [(Ping timeout: 240 seconds)]
eacameron has joined #nixos
romildo has joined #nixos
fre has joined #nixos
eacameron has quit [(Ping timeout: 264 seconds)]
OJFord has joined #nixos
m-i has quit [(Remote host closed the connection)]
m-i has joined #nixos
<gchristensen> fpletz: changes from libplist to their `master`: https://github.com/libimobiledevice/libplist/compare/1.12...master
<gchristensen> fpletz: scroll to 2017 at least
<OJFord> Any idea how I can set the keyboard mode to `K_UNICODE`? systemd-vconsole-setup.service refuses to start because it isn't since upgrade
<Somelauw> Fonts are working in firefox installed using apt-get, but not in qutebrowser installed using the nix package manager. Any idea of nix needs special taking care of fonts and how to?
mudri has quit [(Ping timeout: 240 seconds)]
<jophish> hi all
<NixOS_GitHub> [nixpkgs] stesie opened pull request #22589: tomboy: init at 1.15.7 (master...tomboy) https://git.io/vDuDu
romildo has quit [(Ping timeout: 255 seconds)]
mkoenig has quit [(Remote host closed the connection)]
<ikwildrpepper> garbas: is pypi2nix supposed to work with 16.09?
athan has quit [(Remote host closed the connection)]
indi_ has joined #nixos
<garbas> ikwildrpepper: directly not, since arguments for python-packages.nix changed few times
<garbas> ikwildrpepper: but could be fixed for your project with one line
<ikwildrpepper> yeah, figured that out already
<ikwildrpepper> garbas: you could add the self argument conditionally, based on nixpkgs version
<garbas> ikwildrpepper: yeah, it was changing also in master few times, gave up
<garbas> ikwildrpepper: in next releases i'm going to copy all of the boostrapping i need from python-packaging.nix and ignore it
<garbas> s/it/nixpkgs/
<ikwildrpepper> yeah, selfcontained generated code seems best
<ikwildrpepper> had same sort of issues with node packages
<garbas> yeah, i liked that node2nix copies node-env.nix
<ikwildrpepper> would have been nicer if node-env.nix was just part of the generated file
<ikwildrpepper> rather have smaller number of generated files, ideally just 1
<garbas> yup, i will do the same with pypi2nix tool
<garbas> ikwildrpepper: and please report what goes wrong with pypi2nix. this is the only way i can fix stuff
indi_ has quit [(Remote host closed the connection)]
roconnor_ has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #22587: wuzz: 2017-02-05 -> 2017-02-09 (master...wuzz-2017-02-09) https://git.io/vDuBh
sellout-1 has quit [(Quit: Leaving.)]
indi_ has joined #nixos
<fpletz> gchristensen: oh :( that one desparately needs an update, but picking commits is too much work
<fpletz> gchristensen: I'd go for packaging the master if there is no breakage to the api
<ikwildrpepper> garbas: do you know if it is easy to override a python package in python-packages.nix ?
<gchristensen> fpletz: I just asked about issuing a release https://github.com/libimobiledevice/libplist/issues/96
<fpletz> !m gchristensen
<[0__0]> You're doing good work, gchristensen!
<garbas> ikwildrpepper: in nixpkgs?
<ikwildrpepper> yeah
<gchristensen> fpletz: I'm _sure_ there will be a whole mess of CVEs to come out of it :D
indi_ has quit [(Remote host closed the connection)]
phreedom has quit [(Remote host closed the connection)]
<garbas> ikwildrpepper: no idea, i stopped using python-package.nix a year ago. FRidh should know. i think there is an "overlay" mechanism
<gchristensen> haha joachifm: finally, emacs (the decent OS) got a decent editor: https://www.emacswiki.org/pics/static/EmacsXembedScreenshot.png
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #22559: astroid: fix crash due to missing icons (master...fix-astroid-icon-crash) https://git.io/vD00O
<FRidh> gchristensen: I saw yesterday there have been a lot of people asking for a release...
<gchristensen> oh?
<FRidh> judging from the issue tracker
OJFord has quit [(Quit: My MacBook Air has gone to sleep. ZZZzzz…)]
<FRidh> ikwildrpepper: if I am correct the nixpkgs manual in master shows how overriding a package is done.
<ikwildrpepper> FRidh: do you know if it is possible (in 16.09) to override a python package?
<ikwildrpepper> ah
<ikwildrpepper> thnx
<ikwildrpepper> didn't know there was a section about that for python packages
<FRidh> in 16.09 it was done differently, but that the 16.09 manual also describes
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDu9f
<NixOS_GitHub> nixpkgs/master 92d2d74 Franz Pletz: astroid: 0.6 -> 0.7, use wrapGAppsHook...
sellout- has joined #nixos
hotfuzz_ is now known as hotfuzz
mudri has joined #nixos
romildo has joined #nixos
pi3r has quit [(Ping timeout: 245 seconds)]
romildo has quit [(Client Quit)]
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDu95
<NixOS_GitHub> nixpkgs/master 60cae1c Peter Hoeg: syncthing: 0.14.21 -> 0.14.23
fre has quit [(Read error: Connection reset by peer)]
sellout- has quit [(Quit: Leaving.)]
<Somelauw> Fonts are working in firefox installed using apt-get, but not in qutebrowser installed using the nix package manager. Any idea of nix needs special taking care of fonts and how to?
<Myrl-saki> Somelauw: Nix or NixOS?
fre has joined #nixos
<Somelauw> Myrl-saki: Nix on Debian
<Myrl-saki> Oh. No idea, sorry.
<Somelauw> Here is some info about qutebrowser and system: https://paste.debian.net/913548/
<NixOS_GitHub> [nixpkgs] 7c6f434c pushed 1 new commit to master: https://git.io/vDuHx
<NixOS_GitHub> nixpkgs/master 5f3fa24 Michael Raskin: cygwin-iso: fix the most obvious parts of bit rot...
rmeis has joined #nixos
<samae> I successfully packaged my (opencl) application by writing a nix expression, I ran nix-build and it successfully produces an executable
Shou has joined #nixos
<samae> I'm using nix on archlinux, and my newly built executable cannot find my preinstalled opencl implementation (nvidia)
<samae> instead of looking in /etc/OpenCL/vendors, it looks in /run/opengl-drivers/etc/OpenCL/vendors
<samae> I symlinked etc in /run/opencl-drivers
<samae> but while it detected that I have an nvidia.icd present, it cannot load libnvidia-opencl.so.1
montag451_ has joined #nixos
<samae> it's not looking in the right paths: it checks only /opt/opencascade/… and /nix/store/...-glibc*/
fre has quit [(Ping timeout: 252 seconds)]
<gchristensen> jophish: hehe
<gchristensen> jophish: what I'm doing is a huge freaking hack
mkoenig has joined #nixos
<jophish> gchristensen: My haskell version is coming along well :) I'm able to evaluate expressions, and get the required derivations (for IFD) along the way
<gchristensen> who!
<gchristensen> whoa*
<jophish> very many thanks to you for the initial version!
<gchristensen> you're welcome, heh :P
<jophish> Hopefully I'll get building done this weekend
<jophish> I'm planning for it to be a haskell package which emulates nix-build, but with far better capabilities for machine inspection of the build's progress and products
<jophish> At the moment you call 'evaluate' with a nix expression and you get back a future for the derivations in the expression, as well as an action which when run gives the list of derivations needed for IFD
<NixOS_GitHub> [nixpkgs] zimbatm closed pull request #22589: tomboy: init at 1.15.7 (master...tomboy) https://git.io/vDuDu
<jophish> annoyingly it needs to have access to the store for NIX_BUILD_HOOK to be used, but I've opened a bug about that
<jophish> issue*
rmeis has quit [(Ping timeout: 256 seconds)]
ixxie has joined #nixos
cfricke has quit [(Ping timeout: 240 seconds)]
mkoenig has quit [(Ping timeout: 258 seconds)]
mkoenig has joined #nixos
<gchristensen> niksnut: re: nix#1221, I created this horrible hack where I use a bogus NIX_BUILD_HOOK which "postpones" all the builds, but feeds the derivations back through a fifo to a secondary process which `nix-build`s them, one at a time, so I can make prettier output and a summary at the end. the goal here was to make a nix-build that works nicer in a CI system that isn't hydra:
<NixOS_GitHub> [nixpkgs] peti pushed 1 new commit to master: https://git.io/vDu5C
<NixOS_GitHub> nixpkgs/master 768c970 Peter Simons: python-requests2: use system-wide CA bundle rather than our own...
* gchristensen waits for his commit-privileges to be revoked for that
<tnks> my question may be lost in the backlog, reposting: https://gist.github.com/shajra/15ef77cdd4e83a823857ffe8a6c11df9
<gchristensen> tnks: you need someone familiar with haskell packaging
<domenkozar> probably a bug
<domenkozar> let me check
Shou has quit [(Ping timeout: 240 seconds)]
<domenkozar> tnks: what version of nixpkgs?
<LnL> gchristensen: oh, you got it working with s build hook
<gchristensen> LnL: in, like, the worst way possible :D yeah
<gchristensen> I'm excited for jophish to have a decent version. I tried to add a feature to mine and got bogged down in bugs.
<jophish> gchristensen: I'll be sure to let you know when it's at feature parity with yours
<FRidh> if I pass an env var to mkDerivation, will it also be used in the make process, or will it depend on whether make 'passes' it?
<kier> samae: I wouldn't expect opencl to work particularly well on non-nixos systems
<kier> at least, I don't think it's supported right now
<domenkozar> FRidh: make has explicit vars
<domenkozar> it's not bash :0
<kier> however, you can override the search path for icd files using an environment variable
<Dezgeg> but make vars default to environment vars if the makefile doesn't override them
<kier> I think it's OPENCL_VENDOR_PATH but not sure. Check the ocl-icd docs
takle has quit [(Remote host closed the connection)]
<kier> As long as ocl-icd finds the icd file, and the icd file points to a valid .so, then you should be good to go
<domenkozar> peti: tnks we should probably user overrideAttrs there
<samae> well it finds it when I do the symlink
<samae> but that's it, after that it doesn't know where to look for the file
<samae> OK, for the PATH
<kier> the contents of the icd should be the absolute pathname of a shared library. Does that path exist on your system?
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #22545: dropbox: 18.4.32 -> 19.4.13 (master...u/db) https://git.io/vDRG9
<samae> well no, in my nvidia.icd I have just the file name
<peti> domenkozar: Maybe ... I haven't thought much about this issue. Having nested overrideCabal calls tha revert each other is not something I have ever needed, hence this issue has received little attention from me.
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #22546: dropbox: 18.4.32 -> 19.4.13 (release-16.09...u/db_stable) https://git.io/vDRGN
<kier> hmm. try adding the directory containing the shared library (probably /usr/lib) to your LD_LIBRARY_PATH?
<FRidh> domenkozar: Dezgeg: ok, so I might have to explicitly include that var in the makefile to be sure its passed on?
<samae> oh, you are right
<tnks> domenkozar: it's pretty recent, I'd need to jump on another computer to double check.
sellout- has joined #nixos
<samae> kier: it works with LD_LIBRARY_PATH
<samae> damn those environment variables
<tnks> peti: oh. I see your link to the issue now.
<Dezgeg> you can pass it as a command line to make: make CFLAGS=foo
<tnks> that is exactly my problem.
<kier> I imagine you can run makeWrapper over your application in its derivation, so you don't have to pass those variables every time you run it
<NixOS_GitHub> [nixpkgs] joachifm pushed 1 new commit to master: https://git.io/vDuFz
<NixOS_GitHub> nixpkgs/master c86b781 mingchuan: opencc: 1.0.4 -> 1.0.5 (#22516)
<samae> kier: I have to learn how that works : )
<samae> kier: and thanks!
Shou has joined #nixos
<kier> there's a wiki page that can explain it better then I can :)
<samae> already on it
ixxie has quit [(Ping timeout: 255 seconds)]
<domenkozar> tnks: this patch fixes the issue, can you verify?
<domenkozar> (of course we'd have to apply it to the rest of the combinators)
<jophish> was just about to say that
msd_ has quit [(Remote host closed the connection)]
Zoom__ has quit [(Read error: Connection reset by peer)]
ZoomZoomZoom has joined #nixos
panostimos has quit [(Ping timeout: 256 seconds)]
dbmikus has joined #nixos
<NixOS_GitHub> [nixpkgs] ehmry pushed 1 new commit to master: https://git.io/vDuby
<NixOS_GitHub> nixpkgs/master 9cd3e57 Emery Hemingway: obname: 1.20.2 -> 1.21
<tnks> domenkozar: cool, just getting up properly, let me try that patch.
<tnks> also, it's good to see things convering on overrideAttrs... I get lost in which substitutions are equal, and which ones are improvements.
<tnks> too many ideas still in play.
msd has joined #nixos
<domenkozar> indeed :)
<domenkozar> we have a sea of override functions now
<NixOS_GitHub> [nixpkgs] fpletz closed pull request #22556: dropbox: works with qt 5.6 (master...f/db) https://git.io/vD0JQ
Rotaerk has quit [(Quit: Leaving)]
<tnks> domenkozar: you probably know... is overrideDerivation a broken overrideAttrs? or is it different and still have a place?
rmeis has joined #nixos
<domenkozar> the former
<tnks> okay, so it seems overrideAttrs replaces both overrideCabal /and/ overrideDerivation?
<domenkozar> correct
<tnks> that certainly makes it more simple for me.
<domenkozar> tnks: if you have time to prepare a proper patch I'd be happy to review
<LnL> I think overrideCabal was introduced because overrideDerivation doesn't work properly
<LnL> having overlays and overrideAttrs in 17.03 will be nice :)
Fare has joined #nixos
sellout- has quit [(Read error: Connection reset by peer)]
takle has joined #nixos
sellout- has joined #nixos
ttuegel has joined #nixos
eacameron has joined #nixos
<ttuegel> Does anybody know what happened to #! support in nix-shell?
<LnL> it's broken?
mkoenig has quit [(Ping timeout: 264 seconds)]
<ttuegel> Yeah, trying to run a nix-shell shebang script just takes me to the nix-shell man page :/
<ttuegel> Or sometimes it complains about "not an absolute path".
mkoenig has joined #nixos
<LnL> just tested an example an it seems to work fine
<gchristensen> what version, ttuegel?
<LnL> yeah I wonder if you're running into the 1.11.5 bug
<LnL> that was an issue with nix-shell right?
<ttuegel> nix-shell (Nix) 1.12pre4911_b30d1e7
Mercuria1Alchemi has quit [(Ping timeout: 240 seconds)]
<gchristensen> ttuegel: I have a test case for you, one moment
<ttuegel> Might be user error. Don't care. Manpage examples not working ISABUG.
rly has quit [(Ping timeout: 255 seconds)]
sellout- has quit [(Read error: Connection reset by peer)]
sellout- has joined #nixos
rmeis_ has joined #nixos
<gchristensen> ttuegel: can you test https://github.com/NixOS/nix/issues/1186
phreedom has joined #nixos
<Dezgeg> it's fixed in nix master but probably not in nixUnstable
<tnks> is pkgs.stdenv.lib the same as pkgs.lib?
<tnks> maybe the former is extended.
rmeis has quit [(Ping timeout: 240 seconds)]
<ttuegel> gchristensen: I do not get the same error as 1186.
<ttuegel> I get the same error I always get; "not an absolute path".
<LnL> tnks: those are the same afaik
takle has quit [(Remote host closed the connection)]
sellout- has quit [(Read error: Connection reset by peer)]
sellout- has joined #nixos
erasmas has joined #nixos
<gchristensen> ttuegel: I don't know, then, I'm glad, though, that it isn't the same bug :| I think it is less bad.
<gchristensen> (not good, just less bad)
pombreda has quit [(Ping timeout: 276 seconds)]
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDzeG
<NixOS_GitHub> nixpkgs/master ae33b46 Herwig Hochleitner: wine: 1.8.6 -> 2.0
rly has joined #nixos
<rly> I have a really weird problem.
<rly> My tabs do not display as spaced elements in *any* terminal emulator.
<rly> I haven't checked my vtty yet.
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to release-16.09: https://git.io/vDzvq
<NixOS_GitHub> nixpkgs/release-16.09 b29aa49 Benjamin Staffin: zfs: 0.6.5.8 -> 0.6.5.9
<NixOS_GitHub> nixpkgs/release-16.09 23b1a31 Benjamin Staffin: spl: 0.6.5.8 -> 0.6.5.9
<rly> echo <something with literal tabs in it> | xxd shows there are tabs.
<rly> But when I remove the | xxd no tabs are displayed.
<NixOS_GitHub> [nixpkgs] joachifm pushed 3 new commits to master: https://git.io/vDzvo
<NixOS_GitHub> nixpkgs/master a9c347b Joachim Fasting: tinycc: 20160525 -> 20170108...
<NixOS_GitHub> nixpkgs/master 28b5cc7 Joachim Fasting: grsecurity test: adapt to changes in tinycc outputs
<NixOS_GitHub> nixpkgs/master 3d90176 Joachim Fasting: grsecurity: overrideDerivation -> overrideAttrs
<rly> Hmm, it's actually more complicated.
sellout- has quit [(Read error: Connection reset by peer)]
sellout- has joined #nixos
fhoffmeyer has quit [(Ping timeout: 264 seconds)]
<tnks> domenkozar: for this patch, just double-checking... you're just talking about fixing pkgs/development/haskell-modules/lib.nix, right?
<tnks> that's simple enough, I think.
<tnks> and it does appear to be working for me.
<tnks> I didn't, though check that it works for every attribute.
<rly> If I copy paste from Emacs into Kate5, it works. If I copy paste from Emacs into Konsole or gnome-terminal emulator it does not.
cfricke has joined #nixos
Shou has quit [(Ping timeout: 255 seconds)]
sellout- has quit [(Read error: Connection reset by peer)]
cfricke has quit [(Client Quit)]
sellout- has joined #nixos
OJFord has joined #nixos
mkoenig has quit [(Ping timeout: 245 seconds)]
bennofs has joined #nixos
tvon has quit [(Quit: System is sleeping...)]
sellout- has quit [(Read error: Connection reset by peer)]
sellout- has joined #nixos
mkoenig has joined #nixos
<NixOS_GitHub> [nixpkgs] fpletz pushed 2 new commits to master: https://git.io/vDzJH
<NixOS_GitHub> nixpkgs/master 9d82485 Franz Pletz: linux: 4.4.47 -> 4.4.48
<NixOS_GitHub> nixpkgs/master 9dec33d Franz Pletz: linux: 4.9.8 -> 4.9.9
<NixOS_GitHub> [nixpkgs] fpletz pushed 3 new commits to release-16.09: https://git.io/vDzJb
<NixOS_GitHub> nixpkgs/release-16.09 ddfc6a6 Franz Pletz: linux: 3.18.47 -> 3.18.48
<NixOS_GitHub> nixpkgs/release-16.09 382a97b Franz Pletz: linux: 4.4.47 -> 4.4.48...
<NixOS_GitHub> nixpkgs/release-16.09 f6169b1 Franz Pletz: linux: 4.9.8 -> 4.9.9...
<gchristensen> !m fpletz
<[0__0]> You're doing good work, fpletz!
pombreda has joined #nixos
ChrisWarrick has joined #nixos
ChrisWarrick has left #nixos []
<rly> I found a bug in Emacs. Do I get a cookie?
<rly> Rectangular selection doesn't work with TAB characters.
<gchristensen> sure
<gchristensen> redeem in #emacs
pi3r has joined #nixos
ttuegel has quit [(Remote host closed the connection)]
takle has joined #nixos
mkoenig has quit [(Remote host closed the connection)]
msd has quit [(Remote host closed the connection)]
panostimos has joined #nixos
sellout- has quit [(Read error: Connection reset by peer)]
<rly> gchristensen: do we have a working implementation of M-x report-bug on NixOS?
<gchristensen> not a clue
sellout- has joined #nixos
tvon has joined #nixos
<gchristensen> I've wanted to test it, but, well, don't have a bug to report.
phreedom has quit [(Quit: No Ping reply in 180 seconds.)]
<rly> gchristensen: they should have a test environment for that.
<rly> Best joke I made today.
sellout- has quit [(Ping timeout: 255 seconds)]
fre has joined #nixos
<tnks> domenkozar: my agressive patch to overrideAttrs creates an infinite recursion in my test case.
sellout- has joined #nixos
phreedom has joined #nixos
<tnks> trying to back away from converting both overrideCabal /and/ overrideDerivation.
<tnks> yeah, even then, infinite recursion.
reinzelmann has quit [(Quit: Leaving)]
sellout- has quit [(Ping timeout: 255 seconds)]
mizu_no_oto has joined #nixos
<gchristensen> domenkozar: I feel 99d's work frequently looks bad :(
ryanartecona has joined #nixos
<NixOS_GitHub> [nixpkgs] afranchuk opened pull request #22591: libreswan: make EnvironmentFile optional in ipsec service. (master...master) https://git.io/vDztl
mizu_no_oto has quit [(Ping timeout: 240 seconds)]
civodul has joined #nixos
<eacameron> How does one clear out old generations of nixos-rebuild
<gchristensen> check the manpage for nix-collect-garbage
<eacameron> gchristensen: Ah ok. So that will do it for *all* profiles.
k0001 has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin pushed 4 new commits to master: https://git.io/vDzmy
<NixOS_GitHub> nixpkgs/master 34b5c9a Fernando J Pando: buildbot: 0.9.0.post1 -> 0.9.3...
<NixOS_GitHub> nixpkgs/master 4872296 Fernando J Pando: incremental: init 16.10.1...
<NixOS_GitHub> nixpkgs/master 6fc34fd Fernando J Pando: treq: init 16.12.1...
anelson has joined #nixos
<k0001> Is there a `nixos/modules/misc/nix-daemon.nix` replacement somewhere that works with the most recent `nix` version? Just trying out some stuff, not planning to run this on my computer :)
<anelson> hey guys, does anyone know if there's a nix package that provides `ifconfig` on Darwin? `pkgs.nettools` does this on linux but it doesn't build on OSX
ThatDocsLady has quit [(Read error: Connection reset by peer)]
iMatejC has quit [(Ping timeout: 240 seconds)]
Mic92 has quit [(Ping timeout: 255 seconds)]
pSub has quit [(Ping timeout: 258 seconds)]
madonius has quit [(Ping timeout: 260 seconds)]
Itkovian has quit [(Ping timeout: 256 seconds)]
<NixOS_GitHub> [nixpkgs] Ericson2314 opened pull request #22592: top-level: Hack around Nix's --arg logic not handling unnamed params (master...localSystem-fix) https://git.io/vDzOZ
iMatejC has joined #nixos
madonius has joined #nixos
pSub has joined #nixos
pSub has quit [(Changing host)]
pSub has joined #nixos
Mic92 has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/vDzO1
<NixOS_GitHub> nixpkgs/master 4d18d3b Vladimír Čunát: Revert "python-requests2: use system-wide CA bundle"...
olejorgenb has quit [(Remote host closed the connection)]
<tnks> okay, I have an idea for something to try out... but I need some breakfast tacos before tackling recursion in nixpkgs.
<tnks> and coffee.
k0001 has quit [(Disconnected by services)]
k0001 has joined #nixos
m-i has quit [(Remote host closed the connection)]
<HappyEnte> Hey i am at a little loss here, i try to build scribus 1.5.2 and for this I have to modify some cmake modules so a dependency (lcms2) can be found through pkg. Problem being that the cmake pkg config module can't find the package, although i can find it manually through pkg-config when its in my path
m-i has joined #nixos
k0001 has quit [(Client Quit)]
Shou has joined #nixos
<NixOS_GitHub> [nix] k0001 opened pull request #1228: nix.conf: add build-hook-use-substitutes (master...rem-subs) https://git.io/vDzsw
bennofs has quit [(Ping timeout: 258 seconds)]
<tvon> I'm not sure where to look for this. I'm trying to build a minikube-iso which uses buildroot and wants multilib support to be available. Where can I find info on how to setup a nix env for this?
ixxie has joined #nixos
luigy_ has left #nixos []
msd has joined #nixos
Itkovian has joined #nixos
msd has quit [(Client Quit)]
teknico has left #nixos []
Itkovian has quit [(Max SendQ exceeded)]
<gchristensen> anyone know ( niksnut ) if I can somehow get a shell inside a nixos test?
Itkovian has joined #nixos
<pierron_> gchristensen: looking at the website given by domenkozar, I can see that they do some "packaging design", maybe we should ask them on how to refactor nixpkgs :P
<gchristensen> haha
<pierron_> I wonder if this is inspired byy 99 bottles of beers
OJFord has quit [(Quit: Textual IRC Client: www.textualapp.com)]
<gchristensen> last time I used 99designs I got dozens of submissions where all they did was typed the name in to microsoft word under every font
<gchristensen> I ... was not impressed ...
Wizek_ has quit [(Ping timeout: 255 seconds)]
rly has quit [(Ping timeout: 264 seconds)]
rly has joined #nixos
bennofs has joined #nixos
<NixOS_GitHub> [nixpkgs] teh opened pull request #22593: Update scrapy & dependencies (master...master) https://git.io/vDzlW
civodul has quit [(Quit: ERC (IRC client for Emacs 25.1.1))]
ryanartecona has quit [(Quit: ryanartecona)]
kampfschlaefer has joined #nixos
phreedom has quit [(Ping timeout: 240 seconds)]
rly has quit [(Ping timeout: 258 seconds)]
Itkovian has quit [(Ping timeout: 255 seconds)]
t7 has joined #nixos
ambro718 has joined #nixos
phreedom has joined #nixos
<gchristensen> guh "To just start and experiment with the VMs, run: nix-build nixos/tests/login.nix -A driver"
<gchristensen> then ./result/bin/nixos-run-vms ... what does it mean to experiment with the VMs? there seems to be no way to get in to it
digitus has joined #nixos
rmeis_ has quit [(Ping timeout: 256 seconds)]
iMatejC has quit [(Remote host closed the connection)]
iMatejC has joined #nixos
morsicus has joined #nixos
<NixOS_GitHub> [nixops] hschaeidt opened pull request #602: virtualbox: add to sharedFolders a configuration flag to specify targ… (master...master) https://git.io/vDzuX
ryanartecona has joined #nixos
goibhniu has quit [(Ping timeout: 276 seconds)]
<NixOS_GitHub> [nixpkgs] vcunat pushed 5 new commits to master: https://git.io/vDzzL
<NixOS_GitHub> nixpkgs/master 4b5a230 Matthias Beyer: Add documentation for XFCE
<NixOS_GitHub> nixpkgs/master bf56d17 Matthias Beyer: fixup! Add documentation for XFCE
<NixOS_GitHub> nixpkgs/master de59248 Matthias Beyer: Add xfce documentation
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #22491: Add documentation for XFCE (master...doc-xfce) https://git.io/vDCFz
anelson has left #nixos ["Using Circe, the loveliest of all IRC clients"]
Sonarpulse has joined #nixos
m-i has quit [(Remote host closed the connection)]
m-i has joined #nixos
pi3r has quit [(Ping timeout: 255 seconds)]
derjohn_mob has quit [(Ping timeout: 240 seconds)]
davidak has joined #nixos
alx741_ has quit [(Quit: alx741_)]
alx741 has joined #nixos
ambro718 has quit [(Ping timeout: 256 seconds)]
ixxie has quit [(Ping timeout: 240 seconds)]
pi3r has joined #nixos
fritschy has quit [(Quit: Leaving.)]
Shou has quit [(Ping timeout: 258 seconds)]
mudri has quit [(Ping timeout: 240 seconds)]
danharaj has joined #nixos
drakonis has joined #nixos
pi3r has quit [(Ping timeout: 255 seconds)]
morsicus has quit [(Quit: Leaving.)]
jgertm has quit [(Ping timeout: 255 seconds)]
rmeis has joined #nixos
nschoe has quit [(Quit: Program. Terminated.)]
k0001 has joined #nixos
simendsjo has joined #nixos
<k0001> `nix-shell -p foo` always selects `nixos.foo` from my available channels. What if I want it to select `nixpkgs-unstable.foo`? Is there a quick command line switch for that?
<dtzWill> i wish, but don't think so. Best I know of is to kludge your NIX_PATH so nix-shell thinks nixpkgs is nixpkgs-unstable :/
seagreen has quit [(Quit: WeeChat 1.6)]
<makefu> k0001: nix-shell -f ~/path/to/some/other/nxipkgs
k0001 has quit [(Quit: WeeChat 1.5)]
k0001 has joined #nixos
<k0001> dtzWill makefu thanks. I was expecting for something like `nix-shell --channel nixpkgs-unstable -p foo`, but it looks like this feature is not there yet.
rmeis has quit [(Ping timeout: 264 seconds)]
pi3r has joined #nixos
<dtzWill> makefu: I don't think that works, at least not for me...
hopio3151 has joined #nixos
<dtzWill> (similar works for nix-env, though, which I use frequently)
rmeis has joined #nixos
<qknight_> how to print a set into a string?
<qknight_> attribute set
<hopio3151> nixos-rebuild switch is failing at the vconsole-setup with "Virtual console /dev/tty0 is not in K_XLATE or K_UNICODE." is /dev/tty0 the virtual console from the ctrl-alt-fX or the one from the X11 terminal I'm typing the command in?
mudri has joined #nixos
drakonis has quit [(Quit: Leaving)]
Shou has joined #nixos
<FRidh> that should be nix-shell -p foo -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz
<gchristensen> !!! I cracked the code on how to ssh in to a nixos test
iMatejC has quit [(Ping timeout: 258 seconds)]
rmeis has quit [(Read error: No route to host)]
rmeis has joined #nixos
iMatejC has joined #nixos
m-i has quit [(Remote host closed the connection)]
georges-duperon has quit [(Ping timeout: 252 seconds)]
ryanartecona has quit [(Quit: ryanartecona)]
pi3r has quit [(Ping timeout: 260 seconds)]
mindB has joined #nixos
rmeis has quit [(Ping timeout: 240 seconds)]
danharaj has quit [(Ping timeout: 252 seconds)]
ryanartecona has joined #nixos
olejorgenb has joined #nixos
georges-duperon has joined #nixos
simendsjo has quit [(Quit: ERC (IRC client for Emacs 24.5.2))]
<NixOS_GitHub> [nixpkgs] non-Jedi opened pull request #22596: olm: init at 2.2.1 (master...olm-init) https://git.io/vDz5s
pi3r has joined #nixos
simendsjo has joined #nixos
<NixOS_GitHub> [nixpkgs] knedlsepp opened pull request #22597: armadillo: 7.200.2 -> 7.700.0 (master...bump-armadillo) https://git.io/vDzF3
lsix has joined #nixos
johnsonav has quit [(Ping timeout: 255 seconds)]
<gchristensen> I have not cracked the code, yet. somehow, someway, it isn't allowing me to log in :|
GiGa has joined #nixos
<GiGa> Evening all
<GiGa> I've done "sudo nix-channel --update" but I'm not finding the packages I updated offering their updated versions
<GiGa> any advice please?
GiGa has left #nixos []
GiGa has joined #nixos
<GiGa> sudo nixos-channel --list gives "nixos https://nixos.org/channels/nixos-16.09"
cpennington has quit [(Remote host closed the connection)]
<cransom> did your updates to into 16.09 or into the master/unstable tree?
tvon has quit [(Quit: System is sleeping...)]
<GiGa> master I think
<GiGa> how would I check?
hopio3151 has quit [(Remote host closed the connection)]
ryanartecona has quit [(Quit: ryanartecona)]
<NixOS_GitHub> [nixpkgs] edwtjo pushed 2 new commits to master: https://git.io/vDzhG
<NixOS_GitHub> nixpkgs/master 3c9d73f Edward Tjörnhammar: nixos, doc: named nylons
<NixOS_GitHub> nixpkgs/master 7d8a6ef Edward Tjörnhammar: kodiPlugins.exodus: 2.0.12 -> 3.0.5
<GiGa> Ah, it went to nixos:master
derjohn_mob has joined #nixos
<GiGa> How would I get that pulled into 16.09?
<GiGa> As presumably things must move from master into 16.09?
<GiGa> Or do I need to check out 16.09, make my change, and then submit a pull request for that?
derjohn_mob has quit [(Ping timeout: 252 seconds)]
Shou has quit [(Ping timeout: 258 seconds)]
RchrdB has joined #nixos
<cransom> i believe you'd need to throw in an additional pull request to get it into 16.09, but someone else might have input there as i haven't ever tried to get a change into -release.
<ertes> i'd like to add an expression for zdbsp, zdoom's BSP builder, which is technically a tool for map authors… where is the best place to add it? pkgs/games/zdoom/zdbsp.nix? pkgs/games/zdbsp/default.nix? somewhere below pkgs/tools?
<gchristensen> usually we only backport updates if they're security related, or fixing a major bug, cransom
Sibi__ has joined #nixos
<cransom> GiGa: ^ there you go. make sure the thing you want to patch has a very hairy security vulnerability :)
<NixOS_GitHub> [nixpkgs] edwtjo pushed 2 new commits to master: https://git.io/vDgvC
<NixOS_GitHub> nixpkgs/master ce1a3e3 Josef Kemetmueller: armadillo: 7.200.2 -> 7.700.0...
<NixOS_GitHub> nixpkgs/master b1e254a Edward Tjörnhammar: Merge pull request #22597 from knedlsepp/bump-armadillo...
<gchristensen> GiGa: what was the change?
<NixOS_GitHub> [nixpkgs] Ericson2314 pushed 2 new commits to master: https://git.io/vDgv5
<NixOS_GitHub> nixpkgs/master d680f54 John Ericson: top-level: Hack around Nix's --arg logic not handling unnamed params
<NixOS_GitHub> nixpkgs/master 18da9bc John Ericson: Merge pull request #22592 from Ericson2314/localSystem-fix...
RchrdB has quit [(Quit: Leaving)]
<NixOS_GitHub> [nixpkgs] xwvvvvwx opened pull request #22598: vscode: 1.9.0 -> 1.9.1 (master...update-vscode) https://git.io/vDgvN
RchrdB has joined #nixos
<GiGa> gchristensen, this was the Idea IDEs
<dmj`> anyone know where the source of patchShebangs is
* GiGa has never heard of that
<dmj`> it’s all over nixpkgs
<dmj`> I think it modifies the first line of a lot of bash scripts
<dmj`> my derivation was broken until I found it
xwvvvvwx has joined #nixos
<xwvvvvwx> Hey :)
<xwvvvvwx> So I get an error when I run nox-review against a PR
<xwvvvvwx> but I don't understand what the error means
<xwvvvvwx> I think it's unrelated to my change
<xwvvvvwx> Does anyone know whats up?
mguentner2 is now known as mguentner
<GiGa> xwvvvvwx, I'm no expert (at all) but on line 7 of /home/david/.nox/nixpkgs/pkgs/os-specific/linux/phc-intel/default.nix you need to define "features"
<xwvvvvwx> but I didn't touch this file at all in my PR?
<xwvvvvwx> I just bumped the version for visual studio code
<xwvvvvwx> and vscode builds and runs fine after my change
<xwvvvvwx> what exactly is nox-review doing?
<xwvvvvwx> I thought it built all the stuff that depends on my package?
<GiGa> sorry, that's the limit of my knowledge. I'm only experimenting myself
<GiGa> I would expect it to do that also
<xwvvvvwx> ¯\_(ツ)_/¯
<xwvvvvwx> thanks for taking a look :)
<xwvvvvwx> I'll ask in the PR
<GiGa> if you compare that file with NixPkgs master, is it the same?
<Sonarpulse> pierron_: I say some beautiful dead code of yours :)
Fare has quit [(Quit: Leaving)]
<Sonarpulse> lib/system.nix
<Sonarpulse> *saw
<xwvvvvwx> GiGa: yes they are the same
<Sonarpulse> pierron_: will soon make a PR trying to use it
<Sonarpulse> so stay tuned!
jgertm has joined #nixos
Itkovian has joined #nixos
ambro718 has joined #nixos
<GiGa> xwvvvvwx, why is vscode using libXscreensaver?
derjohn_mob has joined #nixos
<pierron_> Sonarpulse: which one?
<Sonarpulse> lib/system.nix
<Sonarpulse> parsing x86_64-linux and x86_64-unknown-linux-gnu
<NixOS_GitHub> [nixpkgs] gebner closed pull request #22598: vscode: 1.9.0 -> 1.9.1 (master...update-vscode) https://git.io/vDgvN
<Sonarpulse> now that I have localSystem
<Sonarpulse> I want it to have the same fields as crossSystem
<Sonarpulse> and thus if either *System.{config,system} is provided (i.e. 2-tuple or 4-tuple) the other is provided
<Sonarpulse> *other is inferred
slyfox has quit [(Read error: Connection reset by peer)]
slyfox has joined #nixos
<Sonarpulse> WIP
<pierron_> Whoa, such an impressive dead code indeed.
<pierron_> 7 years old :P
<Sonarpulse> my concern is the parsing and conversion should work
<Sonarpulse> even if the component is not recognized
<Sonarpulse> there is some types.or myEnum string that could be used for this?
<Sonarpulse> pierron_: also I want to rewrite systems (nee platforms)
<pierron_> Sonarpulse: after 7 years, and now that you are going to use it, I think this code might deserve some test cases ;)
<Sonarpulse> in terms of this
<Sonarpulse> well sure
<Sonarpulse> anyways I don't know the nixos module system well at all
<Sonarpulse> if you wanna take a stab at that :D:D:D
<pierron_> Sonarpulse: not in a near future, but you can have a brief look at lib/tests/*
<Sonarpulse> ok
<Sonarpulse> there is module system tests in there?
<pierron_> yes, only module system tests, but you can basically test anything.
<Sonarpulse> cool
<pierron_> the module system tests are mostly nix-instantiate commands.
<Sonarpulse> ok hmm
<Sonarpulse> someday I want to redo such things with import from derivation :D
<pierron_> zimbatm[m] and peti were talking about "import from derivation" at the FOSDEM.
<NixOS_GitHub> [nixpkgs] SuprDewd opened pull request #22600: keybase: 1.0.18 -> 20170209.17b641d (master...update-keybase) https://git.io/vDgtA
<Sonarpulse> oh good!
<NixOS_GitHub> [nixpkgs] SuprDewd opened pull request #22601: kbfs: 1.0.2 -> 20170209.d1db463 (master...update-kbfs) https://git.io/vDgtx
<Sonarpulse> really want it to be hydra-kosher
<pierron_> Also, I will note that I have strong opignion against import from derivation being used anywhere near Nixpkgs.
<NixOS_GitHub> [nixpkgs] edwtjo pushed 1 new commit to master: https://git.io/vDgqn
<pierron_> ^ and NixOS
<NixOS_GitHub> nixpkgs/master 2f5fdae Edward Tjörnhammar: nixos, doc: dictd dbs move
<Sonarpulse> pierron_: well yes dynamism is always bad
<Sonarpulse> when static (staticism?) will do
<pierron_> it is not always bad, but in this case, it is bad as it goes against determinism
<Sonarpulse> but I think ifd is strictly better than recursive nix
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vDgqB
<NixOS_GitHub> nixpkgs/master 3455bd6 Jörg Thalheim: android-udev-rules: 20170202 -> 20170208
<Sonarpulse> we already assume that derivations are deterministc?
<gchristensen> what does ifd mean?
<pierron_> Sonarpulse: no
<Sonarpulse> import from derivation --- sorry for acronym soup but I'm not the first to do that one
djwhitt has joined #nixos
<GiGa> gchristensen, will those Idea changes eventually make it to 16.09 or do I need to do something special?
<Sonarpulse> (in the case of hydra tests, actually we probably don't even need IFD, just a saner way to deal with deval failures)
<gchristensen> GiGa: brb
<Sonarpulse> if bool then else <succeeding drv> else <failing drv>
<Sonarpulse> would probably do
<GiGa> righto
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
Itkovian has joined #nixos
<NixOS_GitHub> [nixpkgs] basvandijk opened pull request #22602: postgresql: upgrades (master...postgresql-upgrades) https://git.io/vDgO2
FRidh has quit [(Remote host closed the connection)]
seagreen has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 3 new commits to master: https://git.io/vDgOF
<NixOS_GitHub> nixpkgs/master 68a609b Léo Gaspard: redsocks: init at 0.5
<NixOS_GitHub> nixpkgs/master 7a32b96 Léo Gaspard: redsocks module: initialize...
<NixOS_GitHub> nixpkgs/master ca8fb93 Joachim F: Merge pull request #22356 from Ekleog/redsocks...
simendsjo has quit [(Quit: ERC (IRC client for Emacs 24.5.2))]
<NixOS_GitHub> [nixpkgs] esoeylemez opened pull request #22604: Add zdbsp 1.19 (master...add-zdbsp) https://git.io/vDg3n
lsix has quit [(Quit: Konversation terminated!)]
ekleog has joined #nixos
justan0theruser has quit [(Ping timeout: 240 seconds)]
eacamero_ has joined #nixos
pi3r has quit [(Ping timeout: 260 seconds)]
mkoenig has joined #nixos
pombreda has quit [(Ping timeout: 240 seconds)]
eacameron has quit [(Ping timeout: 240 seconds)]
hiratara has quit [(Ping timeout: 255 seconds)]
eacamero_ has quit [(Ping timeout: 245 seconds)]
hiratara has joined #nixos
eacameron has joined #nixos
danharaj has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
bennofs has quit [(Ping timeout: 258 seconds)]
johnsonav has joined #nixos
pi3r has joined #nixos
JustBerry has joined #nixos
pombreda has joined #nixos
<gchristensen> ok, JustBerry
<JustBerry> gchristensen: thanks
<gchristensen> uhhh those are definitely out of date :/
<JustBerry> gchristensen: okay
bennofs1 has joined #nixos
ndowens08 has joined #nixos
<GiGa> JustBerry, the wiki is slowly being decommissioned into the main manual I believe
<JustBerry> GiGa: okay...
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #22553: syncthing: 0.14.17 -> 0.14.23 (release-16.09...u/st_stable) https://git.io/vD0eF
<JustBerry> GiGa: I can't use this though: curl https://nixos.org/nix/install | sh
<JustBerry> GiGa: because it requires sudo
<JustBerry> "directory /nix does not exist; creating it by running ‘mkdir -m 0755 /nix && chown user /nix’ using sudo"
<JustBerry> gchristensen: know of any alternative instructions then?
<JustBerry> those seem to be from the main page https://nixos.org/nix/
<GiGa> JustBerry, I can see that being an issue. Do you have the ability to create a virtual machine on the computer you're using?
<gchristensen> JustBerry: you can't use sudo to create that directory?
<GiGa> That way you could play with NixOS in isolation
<GiGa> gchristensen, I'm assuming he doesn't have sudo rights
<JustBerry> gchristensen: I can't use sudo or apt-get (needs sudo)
<JustBerry> GiGa: only have command line
<GiGa> poo
<GiGa> that could be a limitation on the VM idea
<JustBerry> GiGa: yeah
<GiGa> what are you trying to achieve JustBerry
<GiGa> ?
<JustBerry> GiGa: good question. I'm trying to resolve this error (making a pastebin)
<JustBerry> made basemap already
Sonarpulse has quit [(Remote host closed the connection)]
<JustBerry> GiGa: I used this more or less: http://matplotlib.org/basemap/users/installing.html
<GiGa> hmm, don't know enough about your situation. Why do you think installing Nix will help youL
<GiGa> *?
<JustBerry> GiGa: _habnabit recommended I may want to look into it for package management
<GiGa> JustBerry, it's certainly useful
<JustBerry> because I'm trying to install icu too
* GiGa recent convert, very much a noob
<JustBerry> which is a system type lib
<JustBerry> and looks like any type of canned installer's going to be tough
<GiGa> do you know the path python is using?
ndowens08 has quit [(Quit: WeeChat 1.7)]
<JustBerry> GiGa: ~/venv/bin/python
<GiGa> Found this if it helps "You will want to see where the path is to the version of Python you are using, and where it is looking for the package, as you may need to add that directory to the python PATH"
<JustBerry> it's a venv
<GiGa> hmm, sorry, don't think I'm the right person to help you
ndowens08 has joined #nixos
MichaelRaskin has joined #nixos
mkoenig has quit [(Ping timeout: 256 seconds)]
<ndowens08> any clue why copycat's theme rc.lua file that works on awesome 4.0 in arch but not on nixos?
mkoenig has joined #nixos
ambro718 has quit [(Ping timeout: 245 seconds)]
hiratara has quit [(Quit: ZNC - http://znc.in)]
<makefu> ndowens08: migrating from awesome3.5 to awesome4 was a pretty shitt experience, at least for me ... i think it is a pity that awesome does not provide some kind of "default config" which you can customize in a separate file but instead you have to add your customizations directly in between the default config ....
hiratara has joined #nixos
drakonis has joined #nixos
phreedom has quit [(Ping timeout: 256 seconds)]
k2s has joined #nixos
jgertm has quit [(Ping timeout: 245 seconds)]
indi_ has joined #nixos
indi_ has quit [(Remote host closed the connection)]
indi_ has joined #nixos
Shou has joined #nixos
phreedom has joined #nixos
<ndowens08> another unrelated question to awesome, i am trying to build a local pkg I created, and put buildInputs = [ "unzip" ]; and running nix-build on it gives build input unzip does not exist
ebzzry has joined #nixos
drakonis has quit [(Remote host closed the connection)]
wizeman has quit [(Quit: Connection closed for inactivity)]
phreedom has quit [(Ping timeout: 240 seconds)]
<NixOS_GitHub> [nixpkgs] terretta opened pull request #22605: awscli: 1.11.35 -> 1.11.45, botocore: 1.4.92 -> 1.5.8 (master...master) https://git.io/vDgBD
raiden_0x71 has quit [(Ping timeout: 240 seconds)]
_sagitaire has joined #nixos
<NixOS_GitHub> [nixpkgs] copumpkin closed pull request #22605: awscli: 1.11.35 -> 1.11.45, botocore: 1.4.92 -> 1.5.8 (master...master) https://git.io/vDgBD
pombreda has quit [(Ping timeout: 240 seconds)]
GiGa has quit [(Quit: Leaving)]
viric_ has joined #nixos
alx741 has quit [(Ping timeout: 255 seconds)]
viric has quit [(Ping timeout: 245 seconds)]
alx741 has joined #nixos
phreedom has joined #nixos
Rotaerk has joined #nixos
<Ralith> ndowens08: buildInputs is a list of packages, not strings
<ndowens08> hmm weird, every example of it shows like for example:
<ndowens08> buildInputs = [ deepseq scientific text]; and so on
<ndowens08> so figured mine would be buildInputs = [ unzip gnumake ]
djwhitt has quit [(Quit: Leaving)]
pi3r has quit [(Quit: Nettalk6 - www.ntalk.de)]
k2s has quit [(Ping timeout: 258 seconds)]
<ndowens08> if i dont put the package name in " " it gives undefined variable, with the package name
phreedom has quit [(Ping timeout: 245 seconds)]
thc202 has quit [(Ping timeout: 260 seconds)]
<DavidEGrayson> ndowens08: Add unzip and gnumake as arguments to the function that makes your package, at the top
<ndowens08> in { stdenv, fetchurl } ?
<ndowens08> if I put it there, gives do not know hot to unpack the source file
roconnor__ has joined #nixos
roconnor_ has quit [(Ping timeout: 276 seconds)]
<NixOS_GitHub> [nixpkgs] luispedro opened pull request #22606: pythonPackages.jug: 1.3.0 -> 1.4.0 (master...jug_update_140) https://git.io/vDguU
pombreda has joined #nixos
taeradan has quit [(Ping timeout: 240 seconds)]
georges-duperon has quit [(Ping timeout: 252 seconds)]
thaega has quit [(Ping timeout: 252 seconds)]
esmiurium has joined #nixos
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
xwvvvvwx has quit [(Ping timeout: 258 seconds)]
taeradan has joined #nixos
ryanartecona has joined #nixos
systemfault has joined #nixos
systemfault has quit [(Client Quit)]
georges-duperon has joined #nixos
viric_ has quit [(Quit: Reconnecting)]
viric has joined #nixos
Wizek has quit [(Ping timeout: 276 seconds)]
<NixOS_GitHub> [nixpkgs] NeQuissimus opened pull request #22608: atom: 1.13.1 -> 1.14.1 (master...atom_1_14_1) https://git.io/vDgg0
<NixOS_GitHub> [nixpkgs] NeQuissimus closed pull request #22608: atom: 1.13.1 -> 1.14.1 (master...atom_1_14_1) https://git.io/vDgg0
<ndowens08> looking at several of the nix files for packages on the site and nothing helps
<HappyEnte> ndowens08, could you post the expression you try to build?
<ndowens08> in pastebin or here?
<HappyEnte> ndowens08, preferable pastebin :)
<ndowens08> HappyEnte: k one sec
<ndowens08> http://pastebin.com/u96KzFNr HappyEnte
Acou_Bass has quit [(Quit: ZNC - http://znc.in)]
<HappyEnte> ndowens08, alright one problem so far is already that you are missing a curlybracket for fetchurl. buildInputs shouldn't be in the same block as the url and sha256.
<HappyEnte> ndowens08, also how do you try to install this? with nix-build?
<ndowens08> yup with nix
<ndowens08> and if I take it out of fetchurl bracket, it gives undefined variable unzip lol
<HappyEnte> ndowens08, the thing is that the expression really is just a function returning a path of the package and the things you wrote above in { stdenv, fetchur, ... etc. } are your arguments to this function
AtnNn has quit [(Ping timeout: 240 seconds)]
<HappyEnte> ndowens08, so they could be named like anything e.g. hans peter stoffel
<HappyEnte> ndowens08, nix really doesn't know that you mean the package python2 since its just a name
AtnNn has joined #nixos
<ndowens08> hey almost got it!
<ndowens08> :)
<gchristensen> fpletz, globin: hi, having some more firm dates for this summer soon would be helpful :)
<HappyEnte> ndowens08, so you still have to plug in some value (e.g. your package (or a path to be specific)) :)
<HappyEnte> ndowens08, because of this it depends how you want to install the package
<HappyEnte> ndowens08, so i guess you just use nix?
<ndowens08> hmm what ya mean i just use nix?
Acou_Bass has joined #nixos
<HappyEnte> ndowens08, i mean you just use want to us the nix package manager, and not nixos (nixos-rebuild and similar) (so you are not importing this expression somewhere into your system configuration)
georges-duperon has quit [(Ping timeout: 252 seconds)]
<HappyEnte> ndowens08, e.g. you want to use nix-build to build, or nix-env to install into your user environment?
<ndowens08> ah, yea i am using nix-build
georges-duperon has joined #nixos
Piece_Maker has joined #nixos
<HappyEnte> ndowens08, all right :) so in this case you might want to change the expression a little bit, there are really multiple ways you can write your expression.
Acou_Bass has quit [(Ping timeout: 240 seconds)]
Piece_Maker is now known as Acou_Bass
<ndowens08> ah, just want easy. I am new to the concept of nixos anyway
justanotheruser has joined #nixos
<HappyEnte> ndowens08, one is not harder than the other :), its just that you can write your functions (packages) in (obviously) different ways
<HappyEnte> ndowens08, the first thing you really have to do only with your expression is saying where the nix package set relies
sziszi has quit [(Ping timeout: 240 seconds)]
<HappyEnte> ndowens08, you can do this either by having some argument in your function head { pkgs }: that you afterwards pass the path of the package set from the command line
<HappyEnte> ndowens08, or you can also write something like "let pkgs = import <nixos> {}" whereby <nixos> would be the name of the respective nix channel you have on your system (nix-channel --list) should be nixos by default
sziszi has joined #nixos
mkoenig has quit [(Read error: Connection reset by peer)]
<ndowens08> I am so use to so rta conventional methods on packaging; I have done fedora and debian packaging, on side note i find fedora packaging easier, but to me the easiest is PKGBUILD in arch
<HappyEnte> ndowens08, the nix package set (pkgs) is like the name implies the set of all packages, libraries ... and so on. so every build input you want to use in your expression is a element from this package set
<HappyEnte> ndowens08, :) no worries its actually a whole lot easier when you understood it
<HappyEnte> ndowens08, if you can't follow with one step just ask by the way, i might not be able to explain all the best but I try my best
<ndowens08> HappyEnte: lol well i may never understand it, but want to play with it and maybe it could be used by others
georges-duperon has quit [(Ping timeout: 252 seconds)]
<NixOS_GitHub> [nixpkgs] fpletz pushed 1 new commit to master: https://git.io/vDgrR
<NixOS_GitHub> nixpkgs/master a5e041a afranchuk: libreswan service: make EnvironmentFile optional (#22591)...
<HappyEnte> ndowens08, im sure you can :). So to keep it short than whats missing from your expression, is that you haven't told nix in any way the by unzip and gnumake you mean pkgs.unzip pkgs.gnumake
mkoenig has joined #nixos
viric has quit [(Ping timeout: 256 seconds)]
<HappyEnte> ndowens08, so an possible fix could be this for instance http://pastebin.com/Z73d5Bm0
pie__ has joined #nixos
<HappyEnte> ndowens08, albeit i missed two things. stdenv.mkDerivation would than have to be pkgs.stdenv.mkDeriviation and fetchurl pkgs.fetchurl sorry about that
<ndowens08> heh it's ok
viric has joined #nixos