<threepointone>
What does it mean when I write "networking = rec {" in my configuration.nix file? I can't find a reference to the "rec" term in the manual or the options appendix.
<simpson>
threepointone: It means "recursive". Lemme see if there's a spot for it in the manual.
<NixOS_GitHub>
[nixpkgs] adisbladis pushed 1 new commit to master: https://git.io/vN4Uy
<NixOS_GitHub>
nixpkgs/master ca094d7 adisbladis: bind: License changed to MPL 2.0
NixOS_GitHub has left #nixos [#nixos]
<andi->
adisbladis: thanks ;-)
thc202 has quit [Ping timeout: 256 seconds]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] adisbladis pushed 1 new commit to release-17.09: https://git.io/vN4UN
<NixOS_GitHub>
nixpkgs/release-17.09 183eac7 adisbladis: bind: License changed to MPL 2.0...
NixOS_GitHub has left #nixos [#nixos]
<adisbladis>
andi-: I was about to make the same fix as you <3
<adisbladis>
But you had already pushed :)
<andi->
adisbladis: hah, sorry. I usually try to give people a heads up in #nixos-security before I start working on something ;-)
<andi->
(security related)
klntsky has quit [Ping timeout: 272 seconds]
mood has quit [Ping timeout: 256 seconds]
mood has joined #nixos
Rusty1_ has joined #nixos
<tomberek>
how can one go about getting nix onto ARM? While I did find some documentation for NixOS on ARM, i'm trying to see what the right way to proceed is.
<neonfuz>
on gentoo, I loved the -t option with portage to print a dependency graph, is there any way to get a tree of dependencies that is to be built say with nix-env?
<andi->
neonfuz: with nix-store there is --graph --tree and a few other options to show dependencies, dependant packages, …
<tomberek>
Rusty1_: yes, i've come across that. I'm trying to just get Nix. Long story short, this is not for a supported device. So i'd like to bootstrap my way there.
<copumpkin>
anyone know why builds occasionally fail as root inside a nix-shell?
<tilpner>
And what problems are you having with passing in your own pkgs?
<angerman>
well if it's `pkgs`, and I add `inherit pkgs` but the downstream expression has `{ nixpkgs ? <nixpkgs> {}, ... }` and pkgs.system is set to "x86_64-linux", the downstream expression might not evaluate anymore if the host is say x86_64-darwin.
<angerman>
because nixpkgs.system is now "x86_64-darwin" due to the import. And not the system value I set it to.
<angerman>
tilpner: btw do I always need to run `inherit pkgs` or does `callPackage` automatically inherit what's in scope?
<tilpner>
angerman - callPackage does not magically inherit scope, but you shouldn't need inherit pkgs either
<tilpner>
Depending on which callPackage you use, I guess
<angerman>
tilpner: if I don't inherit pkgs; how do I force nixpkgs.system to be set to a given value for all expressions?
<gchristensen>
pass nixpkgs in when you call the file
<gchristensen>
import ./default.nix { nixpkgs = pkgs; }; should be fine
<tilpner>
Yes, make sure to provide a nixpkgs argument to all invocations of that expression
<angerman>
ok, but that's identical to changing `{ nixpkgs ? ... }` to `{ pkgs ? ... }` and setting `inherit pkgs;`, no?
<adisbladis>
gchristensen: What hardware are you running that on?
<gchristensen>
adisbladis: pcengines apu2c4
vidbina_ has joined #nixos
<adisbladis>
gchristensen: Have you done any benchmarking? Can it NAT at 1gbps?
<gchristensen>
no idea
<gchristensen>
tell me how and I can do it tomorrow :)
vidbina has quit [Ping timeout: 268 seconds]
<adisbladis>
gchristensen: Using iperf. You need a server and a client on each side of the NAT:
statusfailed has quit [Remote host closed the connection]
Arcaelyx has joined #nixos
jdrowell_ has joined #nixos
jdrowell has quit [Ping timeout: 276 seconds]
yegortimoshenko has quit [Ping timeout: 272 seconds]
hamishmack has quit [Quit: hamishmack]
<herzmeister[m]>
hello, when i update my configuration, some apps are currently not building for me, which did before. bitcoin, litecoin, etc. neither in stable nor unstable channel. i understand this shouldn't really happen?
<rardiol1>
eed to call the built compiler at "luna/dist/bin/public/luna/luna" with the LUNA_HOME envvar set to the luna/stdlib directory. cc: cheshircat, maybe that interests you?
ssmike has quit [Ping timeout: 256 seconds]
<pie_>
rardiol1, im busy with other tihngs right now so i didnt try too hard
<pie_>
thanks for the info in any case
<pie_>
i suppose it would be neat if there was nix script up somewhere that people could actually find (well, merge to repo i guess luna-beta or somethign?))
<NixOS_GitHub>
[nixpkgs] yegortimoshenko opened pull request #33967: maintainers: remove mornfall from packages (master...20180117.050213/mornfall) https://git.io/vN4se
NixOS_GitHub has left #nixos [#nixos]
gm152 has quit [Ping timeout: 248 seconds]
<sphalerite>
Lisanna: there are options for it though — keep-outputs and keep-derivations
<sphalerite>
if you have both of those it should keep build-time deps around as well
<Lisanna>
okay
ryantrinkle has joined #nixos
Rusty1_ has quit [Quit: Konversation terminated!]
<sphalerite>
you could also push the outputs of the slow builds to a binary cache so that you can be sure you don't have to rebuild them if they accidentally get gc'd
<wavewave>
is cache.nixos.org down now?
<Lisanna>
sphalerite that's kind of my plan. I'm going to have two fields: list of pkgs to include in the binary cache, and list of pkgs to "pin" (keep built, prevent from being GC'd)
<sphalerite>
!cloudfront
<yegortimoshenko>
wavewave: seemingly, no. what country are you trying to access it from?
<Lisanna>
(types.attrsOf (types.str)).check { a = 4; } => true
<wavewave>
yegortimoshenko: from US (west coast). nixops deployment doesn't proceed.
krey has quit [Ping timeout: 256 seconds]
<sphalerite>
Lisanna: `check = isAttrs;` looks like the check isn't very sophisticated
<ryantrinkle>
is --indirect no longer supported in nix 1.12?
<ryantrinkle>
some of the reflex-platform users have reported issues in the last couple days
<sphalerite>
ryantrinkle: I use nixUnstable (better refer to it as unstable or 1.12pre or something, otherwise people think it's already released and there's a problem with their system that stops it from upgrading or something) and I seem to recall using --indirect successfully just the other day
<wavewave>
last curl_test seems to have a connection problem.
<sphalerite>
yeah that should be fine though, you just don't seem to have IPv6
<sphalerite>
cloudfront can be a bit temperamental + nix doesn't handle network issues all that gracefully, maybe just try cancelling and rerunning the nixops deploy
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] peterhoeg opened pull request #33968: wp-cli: use as much memory as possible (master...f/wp) https://git.io/vN4GZ
NixOS_GitHub has left #nixos [#nixos]
<yegortimoshenko>
sphalerite: i saw some effort to use IPFS instead, do you perhaps know the current status?
<fearlessKim[m]>
after a branch goes to staging, to which channel does it go ?
<dhess>
thanks!
kuznero has joined #nixos
<kuznero>
Hi All!
<dhess>
srhb: have you seen 231f434a4d3206d537bf4bdccc734259778c5e3b ?
<kuznero>
Hi do I test changes to nixos/modules on my local computer?
<adisbladis>
kuznero: Is there a test already? Look in nixos/tests
seanparsons has quit [Ping timeout: 256 seconds]
ryanartecona has quit [Quit: ryanartecona]
<kuznero>
adisbladis: no, there are no tests for it. I am trying to upgrade kubernetes-dashboard to 1.8.2 after having PR for upgrading kubernetes.
<adisbladis>
kuznero: Ahh bummer. Maybe you could write a test? :)
<adisbladis>
Imho its by far the easiest way to check module changes
<kuznero>
adisbladis: I can try, never tried before though. Thanks
<yegortimoshenko>
fearlessKim[m]: to no channel until it goes into master
<fearlessKim[m]>
yegortimoshenko: like it waits for hydra to be ready before neing merged into master ?
<adisbladis>
kuznero: Dont hesitate to ping me if you need some help :)
<yegortimoshenko>
fearlessKim[m]: developers merge staging into master whenever they feel to do so, usually it means a) staging should evaluate and build, b) all foreseen big changes were made to staging branch
<adisbladis>
fearlessKim[m]: Merging staging to master is not an automatic process
<kuznero>
adisbladis: thanks, will most likely do :)
seanparsons has joined #nixos
<fearlessKim[m]>
yegortimoshenko: adisbladis so staging is more for dangerous PR like the kernel ones ? (thanks)
<dhess>
adisbladis: hmm that's a lot of work to do all that separate packaging for each Swig binding for Suricata, especially considering I don't use any of them.
<dhess>
If there were proper packages for each language, like in PyPi etc., that would be one thing.
<srhb>
fearlessKim[m]: Or just for things that will cause mass rebuilds (eg. something far down the dependency chain)
Guanin_ has quit [Remote host closed the connection]
pie_ has quit [Ping timeout: 256 seconds]
<srhb>
dhess: Any idea why the metrics jobs stays queued forever in the nixpkgs evaluation? Something you're seeing as well?
Itkovian has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bpa has joined #nixos
<dhess>
srhb: I don't know what that is.
bpa has quit [Remote host closed the connection]
bpa has joined #nixos
periklis has joined #nixos
MADERO has joined #nixos
<MADERO>
ciao
<MADERO>
!list
oida has quit [Ping timeout: 256 seconds]
MADERO has quit [Quit: MiRC 7.38 ITA by Jalina]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] aneeshusa opened pull request #33971: salt: Prefer to load Nix libcrypto (master...salt-prefer-nix-libcrypto) https://git.io/vN4C6
NixOS_GitHub has left #nixos [#nixos]
<dhess>
yegortimoshenko: re: the PYTHONPATH thing for the Suricata PR, literally every other instance of setting PYTHONPATH in nixpkgs does exactly what I did there. Why is this case different than all the others?
pie_ has joined #nixos
atrx has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] aneeshusa opened pull request #33972: python2.7: Return full path from find_library (master...python27-return-full-path-from-find_library) https://git.io/vN4C9
NixOS_GitHub has left #nixos [#nixos]
<dhess>
but yes it looks like I should probably be using wrapPython there anyway
atrx_ has quit [Ping timeout: 255 seconds]
reinhardt has quit [Remote host closed the connection]
alasi has quit [Quit: Connection closed for inactivity]
<manveru>
jmorriss[m]: yeah, though i didn't use nix to install it
<jmorriss[m]>
manveru: what did you do?
<pauldub>
Is there any example setup of a nixos multi-node cluster?
Arcaelyx has quit [Ping timeout: 276 seconds]
<manveru>
jmorriss[m]: clone their config and run emacs
Thra11 has quit [Quit: IRC for Sailfish 0.9]
Arcaelyx has joined #nixos
<jmorriss[m]>
manveru: thanks, that worked
knupfer has quit [Ping timeout: 265 seconds]
Thra11 has joined #nixos
johann__ has joined #nixos
<joko>
pauldub: cluster as in what?
pie_ has joined #nixos
<pie_>
you guys think I can do a RAM upgrade from hibernation?
rogue_koder has quit [Quit: Konversation terminated!]
<pauldub>
I'd like to setup a 5 nodes kubernetes cluster using nixos and nixops, but I could not find any documentation on how it is supposed to work with the nixos kubernetes module. That's why it would be nice to have some kind of example (just like https://github.com/NixOS/nixops/tree/master/examples) otherwise I guess I'll have to do it the hard way :)
<joko>
pie_: Why risk it? Theoritically speaking if you suspend to disk you might be safe (don't know if the total RAM would be available), but I would do a proper shutdown for any hardware upgrade
rogue_koder_ has joined #nixos
<pie_>
:P yeah i guess
Thra11 has quit [Quit: IRC for Sailfish 0.9]
<ij>
Where could I find the unit file for php-fpm?
fragamus has joined #nixos
<clever>
ij: when running, it will be in /etc/systemd/system/ like all other units
asuryawanshi has joined #nixos
randomstrangerb has quit [Ping timeout: 256 seconds]
randomstrangerb has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/vN4oz
<NixOS_GitHub>
nixpkgs/master 67c73b4 Tuomas Tynkkynen: Merge commit '2e56ba' from staging into master
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
nixpkgs/staging 884a167 Tuomas Tynkkynen: Merge remote-tracking branch 'upstream/master' into staging
<NixOS_GitHub>
[nixpkgs] dezgeg pushed 1 new commit to staging: https://git.io/vN4or
Thra11 has joined #nixos
<mpickering>
Is it possible to manage neovim plugins using nixos?
<mpickering>
something like "ghcWithPackages"
NixOS_GitHub has joined #nixos
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
nixpkgs/staging b5fc6b7 Tuomas Tynkkynen: audit: 2.8.1 -> 2.8.2
<NixOS_GitHub>
[nixpkgs] dezgeg pushed 3 new commits to staging: https://git.io/vN4oA
<NixOS_GitHub>
nixpkgs/staging b1c1190 Tuomas Tynkkynen: utillinux: 2.31 -> 2.31.1
<NixOS_GitHub>
nixpkgs/staging 10bcf97 Tuomas Tynkkynen: kmod: 24 -> 25
<ij>
clever: Cool, thanks!
Thra11 has quit [Quit: IRC for Sailfish 0.9]
lukego has joined #nixos
Thra11 has joined #nixos
<lukego>
Is there an easy way to run nix-shell in an isolated chroot, similar to what nix-build would use? I am running an application that is being naughty and looking up hard-coded paths in /usr, etc, and I am trying to prevent it from finding things that it shouldn't (like libs of the wrong version.)
<NixOS_GitHub>
nixpkgs/master 3d4f309 Robin Gloster: firefox: fix clang dependency
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
[nixpkgs] globin pushed 1 new commit to master: https://git.io/vN47R
`_ has joined #nixos
<`_>
I'm having an issue with hydra. I've set up hydra in my configuration.nix, and it appears to be working, however hydra-create-user results in BI Connection failed: DBI connect('dbname=hydra;user=hydra;','',...) failed: FATAL: Peer authentication failed for user "hydra" at /...
mrkgnao has joined #nixos
<`_>
likewise with `hydra-init`
<`_>
I believe this is likely a PEBKAC issue, just wanted to make sure
MP2E has quit [Remote host closed the connection]
leat has quit [Quit: WeeChat 1.9.1]
lonokhov has joined #nixos
<gchristensen>
`_: maybe become root then do it? like via `sudo su -`
<`_>
Let me give that a shot
<hydraz>
sudo -i
<`_>
Closer: DBI Exception: DBD::SQLite::db prepare_cached failed: no such table: Users at /...
<`_>
hydraz: sudo -i to whom?
<`_>
hydra?
<gchristensen>
`_: what did you can when you got that error?
<`_>
can?
<gchristensen>
call*
<`_>
figured
<`_>
I issued sudo hydra-create-user
<gchristensen>
do the same, but with hydra-init maybe
<`_>
Lol
<`_>
ID10T error sorry folks
<gchristensen>
all sorted? :)
<`_>
I think. If hydra-create-user works I'll let you know
<gchristensen>
cool
<`_>
Yep. ID10T error.
<`_>
Thanks for the help, regardless.
<gchristensen>
hydra can be a trick to setup
<gchristensen>
hydraz's suggestion to sudo -i to hydra'd probably have done it too
<`_>
For sure. I had one set up on a VM with 256 MB RAM.
<`_>
It appears 256 RAM isn't enough for anything nowadays
<`_>
So I decided to set it up on my local box just to play around with it
<`_>
However for the other box, I followed the manual instructions and used a standard user to run `hydra-server`.
<`_>
It was only after that that I found it could be enabled via configuration.nix, which ended up bringing me here.
<LnL>
globin: I fixed already firefox and some other stuff on staging
<gchristensen>
ahh gotcha, `_
`_ is now known as ID10T
Thra11 has quit [Ping timeout: 256 seconds]
<ID10T>
:)
<globin>
LnL: ah why wasn't that merged in the staging merge? That was blocking the channel
<gchristensen>
ID10T: meh, no need to be so harsh on yourself about it :)
<ID10T>
How does one learn then, gchristensen?
<Dezgeg>
globin: I did the merge because I thought there wasn't too much problems, but apparently there were
<Dezgeg>
but I guess we can now merge the LnL's fixes now, then?
<LnL>
globin: did that yesterday, when was staging merged?
<gchristensen>
ID10T: do silly things and learn from the mistakes, for sure! I've made a whole career out of that ;)
<Dezgeg>
I merged the state right before you merged the clang stuff
<LnL>
oh
<LnL>
should have put everything except for the cmake fix on master then
<globin>
LnL, Dezgeg: could one of you push them to master? :)
<Dezgeg>
so what do we do now? cherry-pick stuff from staging? wait for the clang commit to be compiled?
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ckauhaus has joined #nixos
<Dezgeg>
it's only ~8.8k jobs if we merge newer staging
<LnL>
can't commit at work
<LnL>
and isn
<LnL>
and isn't the clang change a stdenv rebuild for darwin?
<Dezgeg>
I can do the changes if someone tells me what to do :)
<Dezgeg>
the clang change has been compiling for ~14h
<ID10T>
gchristensen: as have I, my friend.
yegortimoshenko has quit [Remote host closed the connection]
<Dezgeg>
by the "clang change" I mean "clang: patch cmake files for lib output"
<markus1189>
I need libwebkitgtk-1.0.so.0 or libwebkitgtk-3.0.so.0, but I can't find it in any nix package
<markus1189>
webkit provides only libwebkit2gtk-4.0.so
<fearlessKim[m]>
I do love how cloudflare tells me to susbscribe to their service just after explaining that I can't access the website because of a problem on their side (I get access with chrome but not with firefox :s )
<Dezgeg>
I will try the cherry-picks
ssmike has quit [Remote host closed the connection]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] gebner pushed 2 new commits to master: https://git.io/vN4Fu
<ID10T>
So, it seems I can't log in with the user I created. Gave it role `admin`, but when I attempt to log in, it says
<ID10T>
"Bad username or password" (pardon me getting used to this keyboard)
<gchristensen>
ID10T: pressing enter instead of space was a mistake I made a lot when I was getting used to the kinesis advantage. what exactly was the command you ran?
erictapen has quit [Remote host closed the connection]
<yegortimoshenko>
Myrl-saki: final is nixpkgs after all overlays have been applied, and previous is nixpkgs with only previous overlays applied (depends on order of application), i.e. the latter is a lot like reduce
<Myrl-saki>
Just for reference, why is this infinite recursion? (rec {pkgs = import <nixpkgs> {overlays = [ (_: _: pkgs.gcc7) ];};})
<Myrl-saki>
Or why is using previous.gcc7 infinite recursion?
<Myrl-saki>
Err, scratch the super one.
<Myrl-saki>
s/super/previous/
erictapen has joined #nixos
<yegortimoshenko>
this overlay evaluates to a derivation that also happens to be a set, but isn't really structured like an overlay
<yegortimoshenko>
probably some buildInput gets it into infinite recursion
<Myrl-saki>
yegortimoshenko: Ah.
<Myrl-saki>
yegortimoshenko: Thanks!
patrl has quit [Quit: WeeChat 1.9.1]
fyuuri has joined #nixos
<yegortimoshenko>
Myrl-saki: it's also possible to trigger infinite recursion with an overlay, when some attribute in overlay refers to itself, imagine you want to override gtk3 with gtk2 for some package: `import <nixpkgs> { overlays = [ (final: previous: { emacs = final.emacs { gtk3 = gtk2; } }) ] }` will cause infinite recursion, because `final.emacs` refer to the nixpkgs after all overlays, which means the definition refers
<yegortimoshenko>
itself
<yegortimoshenko>
in this case you'll need `previous.emacs` instead
<yegortimoshenko>
s/refer to/refers to/
seequ has joined #nixos
<Myrl-saki>
yegortimoshenko: Makes sense, thanks.
<Myrl-saki>
yegortimoshenko: Does completeness being undecidable also come into play in Nix?
Complete_ID10T has quit [Quit: WeeChat 2.0]
<yegortimoshenko>
Myrl-saki: i don't think so. it's just lazy
<Myrl-saki>
yegortimoshenko: Mkay. Thanks. Just reminded me a bit of Idris and their completeness checker.
`_ has joined #nixos
`_ is now known as Complete_ID10T
__monty__ has joined #nixos
rauno has quit [Ping timeout: 240 seconds]
asuryawanshi has quit [Ping timeout: 256 seconds]
<__monty__>
srhb: Do you remember us talking about hoogle server's --local flag? It stopped working for me recently.
ckauhaus has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
nixpkgs/master 10c4b5b Daiderd Jordan: firefox: use libclang
<NixOS_GitHub>
nixpkgs/master 2807920 Daiderd Jordan: ycmd: use libclang
<NixOS_GitHub>
[nixpkgs] dezgeg pushed 4 new commits to master: https://git.io/vN4xF
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
nixpkgs/master 4c5109b Daiderd Jordan: mily: use libclang
coot____ has quit [Quit: coot____]
xcmw has joined #nixos
<Dezgeg>
LnL, globin: let's hope it works now with the cherry-picks, sorry for the mess
<Myrl-saki>
Hmm
NixOS_GitHub has joined #nixos
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
nixpkgs/master 1d17b48 Tim Steinbach: Merge pull request #31552 from taku0/jdk9-remove-jce...
<sphalerite>
Myrl-saki: it *does* give you the build environment
orivej has quit [Ping timeout: 255 seconds]
ylwghst has joined #nixos
<Myrl-saki>
sphalerite: It gives you the final derivation, doesn't it?
<Myrl-saki>
final/built/
va1entin has joined #nixos
<sphalerite>
Myrl-saki: nope, that's only with -p
<Myrl-saki>
sphalerite: ...wow
<Myrl-saki>
sphalerite: Thanks..
<Myrl-saki>
sphalerite: TIL. Thanks a lot.
<sphalerite>
clever: thought you might appreciate this one. I have an old debian 6.0 system which doesn't want to upgrade to 7.x because of dependency issues. So I've booted into its initramfs to resize the main partition and create a new one and use debootstrap to install a more recent version into it :D
alexteves_ has joined #nixos
<sphalerite>
because booting from USB or optical disks is for boring people!
<va1entin>
Can anyone tell me what this error means? I am trying to build a nix expression for libnacl from nixpkgs: error: anonymous function at default.nix1:1 called without required argument ‘buildPythonPackage’
<va1entin>
the expression is from nixpkgs master
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
leat has joined #nixos
<sphalerite>
va1entin: you're calling it wrong. do nix-build path/to/nixpkgs -A libnacl
xcmw has joined #nixos
<va1entin>
I get the same error with that. My callPackages looks like so: callPackage ../development/python-modules/libnacl { }
<va1entin>
sphalerite:
<sphalerite>
ah right, this should probably be in pkgs/top-level/python-packages.nix rather than all-packages.nix, then it should work by doing -A python[23]Packages.libnacl
<globin>
va1entin: python(3)Packages.callPackage
<sphalerite>
where [23] is either 2 or 3, not literally [23] :)
tpanum has joined #nixos
ckauhaus has quit []
<tpanum>
I cannot seem to add foomatic drivers to CUPS by adding 'foomatic-filter' to the printing drivers. I this a common issue, or just me making some mistake?
<gchristensen>
what is that language simpson is working on?
<sphalerite>
monte?
<sphalerite>
I think?
<gchristensen>
yeah, thanks sphalerite!
reinzelmann has quit [Quit: Leaving]
kreisys has joined #nixos
vidbina_ has quit [Ping timeout: 248 seconds]
<va1entin>
sphalerite: Thx! That cleared things up :)
pkill9 has quit [Read error: Connection reset by peer]
<sphalerite>
Glad I could help :)
pkill9 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/vNBUC
<NixOS_GitHub>
nixpkgs/master f297ddb Leon Schuermann: sudo: define extra rules in Nix language (#33905)
NixOS_GitHub has left #nixos [#nixos]
steshaw has quit [Quit: Connection closed for inactivity]
<evangeline>
The nixos itself is not on the LUN, but is already on the disk in the computer, I would just like to mount the LUN which contains the data, ...
<srhb>
evangeline: Notice that in imports, a module is being brought in
<gchristensen>
woffs, hoverbear: thanks to your diagnostics data, we got in a report. thanks!
<srhb>
evangeline: That module extends the NixOS module system with the options you found in the configuration.nix file. :)
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MercurialAlchemi has quit [Ping timeout: 240 seconds]
<hoverbear>
gchristensen Amazing =D
<gchristensen>
I've collected dozens of reports over the past <long time> and I think this is the only real actionable one we could make, truly a milestone
<Myrl-saki>
LnL: More testing.nix-shell -E '(import ./.) (rec {pkgs = import <nixpkgs> {overlays = [ (this: super: { gcc = super.gcc7.override {stdenv = super.stdenv;};}) ];};})' also doesn't work
<woffs>
gchristensen: :-)
xcmw has joined #nixos
coot____ has joined #nixos
jmeredith has joined #nixos
<evangeline>
srhb: Mic92 yeah I see, the module's using preLVMCommands to run the commands upon booting, but I would like a different setting, basically to mount a LUN when I get the network IP - is there something like network.<eth0>.postIPObtainCommand option, which would be better fitted?
<Myrl-saki>
Well
<Myrl-saki>
This is weird
<Mic92>
evangeline: how do you get your ip?
fyuuri has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
loli has quit [Quit: WeeChat 2.0]
<Mic92>
there is boot.initrd.network.postCommands in case you use udhcp in initrd
erasmas has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 2 new commits to master: https://git.io/vNBkU
<NixOS_GitHub>
nixpkgs/master 416ef9b Tim Steinbach: openjdk: 9.0.1 -> 9.0.4
<NixOS_GitHub>
nixpkgs/master 241e509 Tim Steinbach: openjdk: 8u152 -> 8u162
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vNBkI
<NixOS_GitHub>
nixpkgs/release-17.09 c6a6cbd Tim Steinbach: openjdk: 9.0.1 -> 9.0.4...
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vNBkt
<NixOS_GitHub>
nixpkgs/release-17.09 2b7efda Tim Steinbach: openjdk: 8u152 -> 8u162...
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 2 new commits to release-17.09: https://git.io/vNBkc
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vNBkb
<Mic92>
you have to assign your IP already in initrd, if you want to boot. networking.nat.externalIP will be applied to late.
Myrl-saki has quit [Ping timeout: 256 seconds]
<Myrl-sak1>
What's something like nix-repl, but isn't a repl?
<srhb>
Myrl-sak1: nix-instantiate --eval --expr ?
<Myrl-sak1>
I guess it's more like just rep, without the l.
<Myrl-sak1>
srhb: Thanks.
<srhb>
I feel proud if that's the right answer to the quiz. :-)
<evangeline>
Mic92: no, I have a standard hard local hard driver for nixos ...
<Myrl-sak1>
srhb: It is!
<srhb>
yay
<Phillemann>
sphalerite_: value is a set while an integer was expected at (string):1:1
<Phillemann>
Is it incompatible with the "-i bash" flag maybe?
randomstrangerb has quit [Ping timeout: 276 seconds]
<Mic92>
evangeline: but your ip itself is fixed?
<evangeline>
Mic92: yes
<evangeline>
Mic92: I can also use DHCP, that's no issue at all ...
<evangeline>
Mic92: I would just like a good hook to where the place iscsi commands to get executed once getting an IP...
<evangeline>
s/where the place/where to place
randomstrangerb has joined #nixos
<sphalerite_>
Phillemann: I don't know. Will need to see the default.nix to be able to work out more
ottidmes has joined #nixos
<Mic92>
evangeline: fixed ip is more predictable
oida has quit [Ping timeout: 255 seconds]
<Mic92>
for dhcp, you could use dhcpcd hooks otherwise
<Mic92>
if you have a fixed ip, you can write service that has the network.service as required dependency.
joshuaks has joined #nixos
<evangeline>
Mic92: ok let me find an example, which is easiest to look at ...
<joshuaks>
Ok I'm back. I got something kinda working?
<ottidmes>
I am trying to use --option ssh-substituter-hosts <server_name>, but get a host key verification failed, but when I try ssh <server_name> I can connect without any error or warning. Any idea how to solve this?
iyzsong has quit [Ping timeout: 240 seconds]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
nixpkgs/master c5b5568 Tim Steinbach: kotlin: 1.2.10 -> 1.2.20
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vNBLe
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 4 new commits to release-17.09: https://git.io/vNBLq
<NixOS_GitHub>
nixpkgs/release-17.09 4572f8f Tim Steinbach: kotlin: 1.1.51 -> 1.1.60...
<NixOS_GitHub>
nixpkgs/release-17.09 c5a72ab Tim Steinbach: kotlin: 1.1.50 -> 1.1.51...
<NixOS_GitHub>
nixpkgs/release-17.09 d2e0418 Tim Steinbach: kotlin: 1.1.60-b55 -> 1.2.10...
<NixOS_GitHub>
nixpkgs/master 94d6f39 Tim Steinbach: atom: 1.23.2 -> 1.23.3
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 2 new commits to master: https://git.io/vNBL8
<NixOS_GitHub>
nixpkgs/master 48b451d Tim Steinbach: atom-beta: 1.24.0-beta2 -> 1.24.0-beta3
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vNBLR
<NixOS_GitHub>
nixpkgs/release-17.09 4dd6b2d Tim Steinbach: atom: 1.23.2 -> 1.23.3...
NixOS_GitHub has left #nixos [#nixos]
joshuaks has quit [Quit: WeeChat 1.9.1]
joshuaks has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vNBLg
<NixOS_GitHub>
nixpkgs/master 239606c Tim Steinbach: gradle: 4.4 -> 4.4.1
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
nixpkgs/release-17.09 08623fd Maximilian Bode: gradle: 4.3.1 -> 4.4...
<NixOS_GitHub>
nixpkgs/release-17.09 42054ec Tim Steinbach: gradle: 4.4 -> 4.4.1...
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 2 new commits to release-17.09: https://git.io/vNBLi
NixOS_GitHub has left #nixos [#nixos]
danl1240 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<evangeline>
Mic92: so this is useful if I'm setting a static IP in initrd?
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vNBLj
<NixOS_GitHub>
nixpkgs/master f6c0c86 Tim Steinbach: keybase: 1.0.33 -> 1.0.39
NixOS_GitHub has left #nixos [#nixos]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
nixpkgs/release-17.09 1b81139 Tim Steinbach: keybase: 1.0.33 -> 1.0.39...
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/vNBtf
<ottidmes>
I see I need another option, and that options still has an issue: https://github.com/NixOS/nix/issues/1570, but I am OK with setting that option globally as workaround in my case
<Mic92>
evangeline: then you could configure your network filesystem declarative.
vaibhavsagar has quit [Quit: ZNC 1.6.5 - http://znc.in]
<Mic92>
because is network is up before filesystems are up
va1entin has quit [Quit: WeeChat 1.9.1]
<ottidmes>
Nevermind, do not need another option, just need a workaround, which that issue supplies
<Mic92>
I would still set nofail boot option, otherwise systemd will go into failed state, if your network is down.
ckauhaus has joined #nixos
oida has joined #nixos
<evangeline>
Mic92: ok thanks for the information, what if I want to use DHCP, which option would be best in this case?
<Mic92>
evangeline: if you use networkd or NetworkManager, you can rely on the network-online.target. If you use dhcpcd, you can set networking.dhcpcd.runHook
<Mic92>
evangeline: yes that one.
tpanum has quit [Remote host closed the connection]
Phillemann has left #nixos ["WeeChat 2.0.1"]
vaibhavsagar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vNBq8
<NixOS_GitHub>
nixpkgs/master 2883a86 Daniel Frank: mbuffer: 20170806 -> 20171011
<Mic92>
ertes-w: How do you think this should work in general?
<ertes-w>
Mic92: "this"?
<Mic92>
closure size reduction?
<alexteves_>
ertes-w: yeah confirmed - have dozens of old nixs laying around
coot___ has quit [Ping timeout: 260 seconds]
<ertes-w>
Mic92: one option of course is to use multi-output derivations… for some of the things i build (mostly docker containers) i don't need much of the extra data files of indirect dependencies
ylwghst has quit [Remote host closed the connection]
jb55 has quit [Ping timeout: 256 seconds]
<ertes-w>
Mic92: another is static linking
<Mic92>
ertes-w: the latter one will increase your installation size in general
<ertes-w>
then of course some packages could support being built against smaller core libraries like an alternative libc
<ertes-w>
Mic92: not necessarily, because static linking means that all the other files from the library derivation disappear
<Mic92>
you can override sometimes buildInputs
<Mic92>
with null
<ertes-w>
but yes, it's definitely not a nice solution… i would much prefer a multi-output-based one
asuryawanshi has joined #nixos
asuryawanshi has quit [Remote host closed the connection]
alexteves_ has quit [Ping timeout: 265 seconds]
asuryawanshi has joined #nixos
alexteves_ has joined #nixos
Tucky has quit [Ping timeout: 256 seconds]
<Isorkin_>
Mic92: pr 33885 checked?
simendsjo has joined #nixos
jtojnar has quit [Remote host closed the connection]
<cinimod>
I had `buildDepends = stdenv.lib.optionals stdenv.isDarwin darwin.apple_sdk.frameworks.Accelerate;` but I guess that should be `buildDepends = [ stdenv.lib.optionals stdenv.isDarwin darwin.apple_sdk.frameworks.Accelerate ];`
asuryawanshi has quit [Ping timeout: 256 seconds]
<cinimod>
Ah no it should be `buildDepends = [ (stdenv.lib.optionals stdenv.isDarwin darwin.apple_sdk.frameworks.Accelerate) ];`
i-am-the-slime has quit [Ping timeout: 248 seconds]
<copumpkin>
no
<copumpkin>
optionals takes a list and returns a list
<copumpkin>
which means that you're not passing it what it expects, and it'll do weird stuff if we get stricter about types
<copumpkin>
plus shouldn't it be buildInputs?
<copumpkin>
lib.optional will take a single value and wrap it in a list or return an empty list
<copumpkin>
lib.optionals takes a list and return it or return an empty list
periklis has joined #nixos
jmc has joined #nixos
coot____ has quit [Quit: coot____]
Unode has quit [Ping timeout: 240 seconds]
dash has joined #nixos
bpa has quit [Read error: Connection reset by peer]
Unode has joined #nixos
bpa has joined #nixos
<cinimod>
It actually worked and produced what the user wanted
<cinimod>
I wish nix were typed
ixxie has joined #nixos
asuryawanshi has joined #nixos
<mpickering>
cinimod: So hmatrix builds for you now :P ?
<cinimod>
It does
<cinimod>
But I still have many questions
<cinimod>
And thank you for your help
<cinimod>
I will add what I have so far to the ticket
fuyuuri has quit [Ping timeout: 240 seconds]
jmc has quit [Quit: leaving]
oida has quit [Quit: WeeChat 1.6]
<mpickering>
I don't think it will be easy to use the blas which comes with osx
<dash>
any of y'all experienced with node2nix? i'm trying to package groovebasin and facing some questions
<dash>
in particular, it wants to to run stylus and browserify to generate some web UI stuff, and I don't see a good way to hook into the build process to do that
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] jwiegley pushed 1 new commit to master: https://git.io/vNBue
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
nixpkgs/master 3deeecd John Wiegley: squid, squid4: Allowing build on Darwin
<dash>
is that something i'd do in 'preRebuild'?
swayf_ has quit [Remote host closed the connection]
<ixxie>
How can I refresh my PR? Its been rotting and rebasing means I have to now resolve every conflict between nixpkgs today and nixpkgs last week :/
<ixxie>
git checkout feature; git fetch nixpkgs; git rebase master; aaaaand thats the problem - it shoulda been git rebase nixpkgs/master :))))
<srhb>
ixxie: I just rebased it on master and I saw no problems
<srhb>
Ah
<dtz>
xD okay phew
<dtz>
srhb: oh strange I had conflcits with node-packages, but shrug like I s aid that didn't seem too bad (if a smidge annoying but not much to be done hehe)
<srhb>
dtz: Oh, yes, I didn't mean to imply I didn't get those. Just nothing surprising. :-)
<samae>
Hey, my call to nixos-install fails with `error: path '/nix/store/gy4yv67gv3j6in0lalw37j353zdmfcwm-nix-1.11.16' is not valid`
<samae>
I don't really get what the problem is. I've already run a nix-store --verify --check-contents --repair
<samae>
Path exists
hakujin1 has joined #nixos
<dtz>
o_O. Just for sanity--can you.. 'ls' that directory? it exists, right?
<dtz>
and if you have network it should happily get it from the binary cache if you don't
<dtz>
:(
<dtz>
(that's probably the current nix fallback path, right?)
ma27 has joined #nixos
<dtz>
(yes)
<samae>
dtz: yep, exists
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/vNB25
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
nixpkgs/master 696be7a Tim Steinbach: linux-copperhead: 4.14.13.a -> 4.14.14.a
<bpa>
there is something I don't quite understand about the NixOS instalation process, I tried to install from scratch NixOS on my laptop by using the minimal instalation CD and my old configuration file but the install process failed because there wasn't any space left in /nix/store
<srhb>
bpa: Are you sure you didn't end up rebuilding without targeting the destination mount?
<bpa>
I am not sure how to answer this
<bpa>
I followed the basic installation process
<srhb>
bpa: OK, so the error is typically seen when the installer's nix store was (accidentally?) used instead of the target system's. The installer store is in a tmpfs setup, so in-memory.
<gchristensen>
basically it sounds like you edited /etc/nixos/configuration.nix instead of /mnt/etc/nixos/configuration.nix and perhaps ran nixos-install without a disk properly mounted to /mnt
<srhb>
bpa: If you followed it without error, are you sure the destination partition actually had enough space?
<bpa>
i got me courios why was filing so much and I noticed that /nix/store was on an unionFS whitch had only 2GB
<srhb>
If you were installing something into that, you missed a step somewhere.
<bpa>
the instalation CD used /nix/store to download all the programs from my configuration.nix, whitch was alot
<Aleksejs>
curious thing about teamviewer: each time I do rebuild, it forgets that my PC is trusted device and asks to add it in the list again
<srhb>
bpa: To check, did you mount your laptops root partition on /mnt and placed your configuration.nix in /mnt/etc/nixos/configuration.nix along with the hardware config?
bpa has quit [Read error: Connection reset by peer]
bpa has joined #nixos
<bpa>
the steps are similar, I don't undertand why the filesystem for /nix/store was only 2G and how could I have increased it or tell it to download the packeges from my configuraion.nix in /mnt
simendsjo has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
<srhb>
bpa: Normally nixos-install does use /mnt/nix/store -- that's the default.
<srhb>
bpa: So the small size of /nix/store should usually be okay, it's only for what the installer uses.
rauno has quit [Remote host closed the connection]
oida has joined #nixos
<samae>
f*** this. Restarted the install, same error :(
<srhb>
I wonder what the minimum RAM requirements have become then, for a minimal system
johnsonav has joined #nixos
<samae>
I'll try again some other time :/
jb55 has quit [Ping timeout: 240 seconds]
<copumpkin>
sorry about that, it's my fault
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] periklis opened pull request #33985: WIP: hydra: enable darwin build on 2017-11-21 (master...holidaycheck/hydra-darwin) https://git.io/vNBKR
NixOS_GitHub has left #nixos [#nixos]
<typetetris>
I expected `nix-shell --pure helloword.nix` to drop me into an environment with an almost empty $PATH, but it still contains `/usr/bin`, what am I doing wrong?
<typetetris>
I checked my .bashrc and it doesn't do anything of that sort ... oh maybe /etc.*bashrc does ...
<typetetris>
yuck, bash-completions on arch seem to manipulate the PATH in /etc/bash.bashrc.
klntsky has quit [Remote host closed the connection]
klntsky has joined #nixos
ssmike has quit [Remote host closed the connection]
<typetetris>
nope, was pebkac
ssmike has joined #nixos
<typetetris>
I expected the PATH to be set like in the builder script, but how should that work? So nix-shell could only give me an empty path and how useful would that be? Simply a case of wrong expectations.
coot____ has quit [Remote host closed the connection]
simendsjo has quit [Ping timeout: 264 seconds]
coot____ has joined #nixos
dbe_ has joined #nixos
coot_____ has joined #nixos
jb55 has joined #nixos
coot____ has quit [Ping timeout: 240 seconds]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Nadrieril closed pull request #27056: neovim: Allow overriding the derivation of neovim even through the c... (master...override-configured-neovim) https://git.io/vQ0pO
<typetetris>
hmm, nix pill 8 fooled me with `inherit binutils-unwrapped`. Now I did `mybinutils = binutils-unwrapped;` and change `${binutils_unwrapped}` in the example to `${mybinutils}` and it worked. Is there some stuff in place to make it easier to work with derivations with hyphens '-' ?
<srhb>
typetetris: What's the problem with hyphens again?
<typetetris>
`inherit binutils-unwrapped;` yielded no environment variable in the builder environment. Not even a rewritten one or so.
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] rycee pushed 1 new commit to master: https://git.io/vNBDt
<NixOS_GitHub>
nixpkgs/master 98b35db Robert Helgesson: eclipse-plugins-ansi-econsole: init at 1.3.5
NixOS_GitHub has left #nixos [#nixos]
<srhb>
typetetris: I'm probably confused because you're referring to both binutils-unwrapped and binutils_unwrapped
<typetetris>
In the example it is `inherit binutils-unwrapped;` in the derivation in the nix expression, but in the builder script it expects a n environment variable named `${binutils_unwrapped}`. If you put `declare -xp` in the builder script, you can see, that there is no environment variable beginning with `binutils` at all.
<srhb>
typetetris: Ah, okay. Can you link it? I didn't seem to find "unwrapped" in either of the versions I found online :)
cinimod has quit [Quit: Connection closed for inactivity]
simendsjo has joined #nixos
oida has quit [Ping timeout: 276 seconds]
MP2E has joined #nixos
oida has joined #nixos
mizu_no__ has joined #nixos
jensens has joined #nixos
oida has quit [Ping timeout: 256 seconds]
phdoerfler has joined #nixos
<phdoerfler>
Hi! In some nix file I have `a = mkOption …` and at some other place I would like to add a line in a ''multi line string'' depending on whether the user has set a to something or not.
<phdoerfler>
Does nix have something like Optional or Maybe?
hhomar has joined #nixos
hhomar has quit [Remote host closed the connection]
ambro718 has joined #nixos
hhomar has joined #nixos
reinzelmann has quit [Quit: Leaving]
fragamus has joined #nixos
<phdoerfler>
asked differently: is there a type that I can set to None?
funfun has joined #nixos
<rycee>
Maybe you are looking for `types.nullOr`?
<rycee>
phdoerfler: For example if `a` is either an integer or nothing then you'd set its type to `types.nullOr types.int`.
<phdoerfler>
rycee: thanks, that seems like what I was looking for :)
<phdoerfler>
rycee: How do I test for whether it is defined or not?
<phdoerfler>
do I just == null?
<rycee>
If you search for `nullOr` in Nixpkgs you should find many examples of how it is used.
<rycee>
if (a == null) then foo else bar;
oida has joined #nixos
<phdoerfler>
alright, will do
zarel has joined #nixos
<rycee>
Good luck :-)
<samae>
Ok, current nixos-install is broken
<samae>
I still get the: importing serialized closure /tmp/tmp.nOWFRSNxx8/channel.closure to /mnt...
<samae>
error: path '/nix/store/gy4yv67gv3j6in0lalw37j353zdmfcwm-nix-1.11.16' is not valid
<samae>
From a completely fresh install that used to work
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ryanartecona has quit [Quit: ryanartecona]
pie_ has joined #nixos
duncan^ has quit [Quit: WeeChat 1.9.1]
<samae>
I'm going to try with an older nix
swayf has joined #nixos
<phdoerfler>
can I use a types.path that does not exist?
<phdoerfler>
nixos-rebuild switch complains (quite rightly so): error: getting attributes of path ‘/var/rsnapshot’: No such file or directory
<nixy>
samae: Do you have a pastebin of the full error?
<phdoerfler>
of course I could just use types.string instead of types.path but I wanted to ask if there is like a types.pathThatNeedntExist or something
va1entin has quit [Quit: WeeChat 1.9.1]
duncan^ has joined #nixos
pie_ has quit [Ping timeout: 255 seconds]
zarel has quit [Quit: Leaving]
<copumpkin>
I thought types.path just was string with a check that it started with a /
<phdoerfler>
copumpkin: so did I but apparently it does a bit more than that (or I am seeing ghosts)
<copumpkin>
if you're writing it unquoted, Nix itself is interpreting it
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] dtzWill opened pull request #33988: Fixup debian-patches script, use to fix dead patch URL's (master...fix/debian-patches) https://git.io/vNB7m
<17SAAKQ8J>
nixpkgs/master 5856892 Frank Doepper: muchsync: 2 -> 5
17SAAKQ8J has left #nixos [#nixos]
<17SAAKQ8J>
[nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/vNBxH
szicari_ has quit [Quit: szicari_]
bpa has quit [Read error: Connection reset by peer]
bpa has joined #nixos
bpa2 has joined #nixos
bpa2 has quit [Client Quit]
Kim has quit [Quit: WeeChat 2.0]
[0x4A6F] has joined #nixos
<pie_>
rardiol1, tilpner did you guys end up finishing packaging luna yesterday
johnw_ has joined #nixos
johnw_ has quit [Client Quit]
bsima_ has quit [Quit: Page closed]
johnw_ has joined #nixos
<rardiol1>
pie_: not me :(. Does someone has an example of an out of hackage stack build package in nixos for inspiration ? I'm not sure how to do packaging without netwoking
leat has quit [Ping timeout: 276 seconds]
joshuaks has quit [Quit: WeeChat 1.9.1]
<gchristensen>
srhb: what am I missing w.r.t. 33954?
Kim has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
nixpkgs/release-17.09 0186286 Vladimír Čunát: glibc: 2.25-49 -> 2.25-123 to fix CVE-2018-1000001...
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
[nixpkgs] vcunat pushed 1 new commit to release-17.09: https://git.io/vNBjU
<srk>
anyone using networking.nat to forward to libvirt vms? we're trying simple port forward to vm and it doesn't seem to work
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] dezgeg pushed 1 new commit to staging: https://git.io/vNBjo
<NixOS_GitHub>
nixpkgs/staging 61a75a1 Tuomas Tynkkynen: Merge remote-tracking branch 'upstream/master' into staging
<catern>
is there going to be a post about Meltdown on the nixos-security list?
<catern>
maybe noting that it's patched?
hiratara has joined #nixos
ma27 has quit [Ping timeout: 256 seconds]
<gchristensen>
I've been meaning to
<gchristensen>
it has been a hard thing to prioritize, I'm soorry
verite has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
leat has joined #nixos
rardiol1 has quit [Remote host closed the connection]
bpa has quit [Remote host closed the connection]
<Acou_Bass>
eey folks, i got a KDE/plasma 5 update today thats seemingly stopped certain configuration options in the settings panel from activating... i no longer have desktop cube, focus follows mouse, or 'meta' keypress for moving/resizing windows, and when i switch them on in settings panel they just revert XD should i report this?
johnw_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Acou_Bass>
yeah the issue came up after a reboot
<Acou_Bass>
i can try again though
johnw_ has joined #nixos
ssmike has quit [Ping timeout: 256 seconds]
randomstrangerb has quit [Ping timeout: 248 seconds]
randomstrangerb has joined #nixos
hakujin has quit [Ping timeout: 255 seconds]
stphrolland has joined #nixos
<Acou_Bass>
hmm, nevermind, reboot fixed it :D
<stphrolland>
Hi everyone ! Little question. I have not managed to have transparency working for gnome-terminal, and I am a huge fan of the beauty of transparent terminal. If you do use a transparent terminal with your setup, which one is it ?
hakujin has joined #nixos
Itkovian has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jmorriss[m]>
stphrolland: is there a reason you're using gnome-terminal?
<joepie91>
stphrolland: in the past I've used Guake and transparency worked fine there
jb55 has quit [Ping timeout: 240 seconds]
raynold has quit [Quit: Connection closed for inactivity]
pie_ has quit [Read error: Connection reset by peer]
pie_ has joined #nixos
<jmorriss[m]>
stphrolland: I've also had no problem with urxvt
<stphrolland>
jmorris[m]: because when i was with ubuntu, there was an included option for background transparency I just had to check. And instantly the terminal looked hyper beautiful. That's the only reason. Otherwise I use xterm, without worries. But no transparency.
alexteves_ has quit [Ping timeout: 256 seconds]
<jmorriss[m]>
stphrolland: it is possible to make xterm transparent
hakujin has quit [Ping timeout: 256 seconds]
<stphrolland>
joepie91: lattest time I tried to run Guake on nixos, it does not behave very well... I think I removed it from my packages because I could not make it run, not searched a lot though.
<joepie91>
stphrolland: ah, there's some special setupsec
<joepie91>
stphrolland: this is actually mentioned in the nix expression for guake, but who reads the nix expression :P
<mirlur[m]>
stphrolland: do you have a compositing manager running? Compton or something like that?
<stphrolland>
I run xcomp something let me check
pie__ has joined #nixos
<mirlur[m]>
xcompmgr
<mirlur[m]>
should be fine
<mirlur[m]>
does transparency work in other applications?
<stphrolland>
mirlur[m]: that's it, I have checked my pkgs.nix
pie_ has quit [Ping timeout: 240 seconds]
<stphrolland>
mirlur[m]: no, my fluxbox windows are not transparent either, even though I set the alpha to a correct value
<mirlur[m]>
try killing xcompmgr and running it manually from a terminal, see if there are any errors or if it starts at all
Drakonis has joined #nixos
<stphrolland>
mirlur[m]: from what I see I do not launch the service xcompmgr myself, neither in my fluxbox startup, nor in my .nix files. Where do you start it on your system ? user file or nixos config ?
<mirlur[m]>
I use compton, and I start it from my .xinitrc
aarvar has joined #nixos
ryanartecona has joined #nixos
pie__ has quit [Ping timeout: 256 seconds]
ckauhaus has joined #nixos
dan_b has quit [Read error: Connection reset by peer]
dan_b has joined #nixos
johnw_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ryanartecona has quit [Ping timeout: 248 seconds]
pie_ has joined #nixos
ckauhaus has quit [Ping timeout: 256 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
Neo-- has joined #nixos
johnw_ has joined #nixos
yegortimoshenko has quit [Remote host closed the connection]
NixOS_GitHub has joined #nixos
NixOS_GitHub has left #nixos [#nixos]
<NixOS_GitHub>
[nixpkgs] Ericson2314 pushed 3 new commits to release-17.09: https://git.io/vNRkI
<NixOS_GitHub>
nixpkgs/release-17.09 30d3169 John Ericson: cc-wrapper: Utilize patched cctools ld for more robust macOS Sierra hack...
<NixOS_GitHub>
nixpkgs/release-17.09 3e3bee0 John Ericson: Merge pull request #29935 from obsidiansystems/appease-sierra-linker-17.09...
<NixOS_GitHub>
nixpkgs/release-17.09 2e1f7db John Ericson: cctools: Add patch for extra flag for sierra hack...
randomstrangerb has quit [Ping timeout: 260 seconds]
swayf has quit [Remote host closed the connection]
randomstrangerb has joined #nixos
swayf has joined #nixos
hakujin has quit [Ping timeout: 276 seconds]
swayf has quit [Ping timeout: 265 seconds]
hakujin has joined #nixos
<mpickering>
I tried to write a utility which turns on running a haskell core plugin on a haskell package but it doesn't work because you also need to modify the cabal file to list the additional dependency
<mpickering>
can anyone think of a way around this?
[0x4A6F] has quit [Quit: [0x4A6F]]
jb55 has joined #nixos
<mirlur[m]>
Is there any way to get a full list a list of packages, including nested ones? `nix-env -f "<nixpkgs>" -qaP` shows only non-nested packages, but I want something that would include packages found in `nix-env -f "<nixpkgs>" -qaP -A haskellPackages` and all other collections
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]