gchristensen changed the topic of #nixos to: Share the output of nix-shell -p nix-info --run nix-info to help us help you. || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat
<{^_^}> [nixpkgs] @dtzWill opened pull request #38360 → mesa: 17.3.6 -> 17.3.7 -> 18.0.0, llvm6, libdrm bump → https://git.io/vxipQ
<{^_^}> [nixpkgs] @Ma27 opened pull request #38361 → Update face recognition → https://git.io/vxihL
xy2_ has quit [Ping timeout: 264 seconds]
xy2_ has joined #nixos
orbekk has quit [Quit: WeeChat 1.9.1]
orbekk has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
srdqty has quit [Ping timeout: 256 seconds]
srdqty has joined #nixos
digitus has quit [Quit: digitus]
ottidmes has quit [Ping timeout: 240 seconds]
ma27 has quit [Ping timeout: 240 seconds]
thc202 has quit [Ping timeout: 240 seconds]
hakujin4 has joined #nixos
ryanartecona has joined #nixos
hakujin3 has quit [Ping timeout: 256 seconds]
kquick has quit [Ping timeout: 252 seconds]
ryantrinkle has quit [Ping timeout: 260 seconds]
ogle has joined #nixos
blonkhart has joined #nixos
ShalokShalom has quit [Ping timeout: 240 seconds]
<krey> I've been trying to use nix run instead of nix-shell, but it doesn't work
<{^_^}> [nixpkgs] @orbekk opened pull request #38362 → fix: nixos/nginx certificate location → https://git.io/vxPvt
<krey> error: path '/my/script.nix' is not in the nix store
Judson1 has quit [Ping timeout: 248 seconds]
aarvar has quit [Ping timeout: 264 seconds]
pkill9 has quit [Ping timeout: 264 seconds]
ma27 has joined #nixos
ryanartecona has quit [Quit: ryanartecona]
endformationage has quit [Ping timeout: 264 seconds]
endformationage has joined #nixos
blahdodo has quit [Ping timeout: 240 seconds]
markus1199 has joined #nixos
<Ralith> krey: nix run does not subsume nix-shell
markus1189 has quit [Ping timeout: 248 seconds]
blahdodo has joined #nixos
mbrgm has quit [Ping timeout: 276 seconds]
mbrgm has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
hakujin has joined #nixos
ericsagnes has joined #nixos
<krey> Ralith: thanks
hakujin4 has quit [Ping timeout: 256 seconds]
Guanin_ has joined #nixos
hakujin has quit [Ping timeout: 256 seconds]
Guanin has quit [Ping timeout: 240 seconds]
ma27 has quit [Ping timeout: 240 seconds]
<krey> is it possible to have two versions of a package in an environment?
<krey> or just not adding one of them to the $PATH
hakujin has joined #nixos
jrolfs has quit [Ping timeout: 256 seconds]
Guanin_ has quit [Ping timeout: 264 seconds]
pkill9 has joined #nixos
hakujin1 has joined #nixos
tmaekawa has joined #nixos
hakujin has quit [Ping timeout: 255 seconds]
dj_goku_ has joined #nixos
Lisanna has joined #nixos
zarkone has joined #nixos
<{^_^}> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/21693048d72 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
pkill9 has quit [Ping timeout: 256 seconds]
johnw has joined #nixos
hakujin2 has joined #nixos
hakujin1 has quit [Ping timeout: 256 seconds]
freeman42x]NixOS has quit [Ping timeout: 264 seconds]
silver has quit [Read error: Connection reset by peer]
aw has quit [Remote host closed the connection]
spacefrogg has quit [Remote host closed the connection]
aw has joined #nixos
freeman42x]NixOS has joined #nixos
spacefrogg has joined #nixos
blonkhart has quit [Quit: WeeChat 1.9.1]
johnw has quit [Ping timeout: 260 seconds]
hakujin3 has joined #nixos
liny01 has quit [Quit: WeeChat 1.9.1]
hakujin2 has quit [Ping timeout: 276 seconds]
jperras has quit [Quit: WeeChat 2.1]
freeman42x]NixOS has quit [Ping timeout: 256 seconds]
alhariel has quit [Remote host closed the connection]
schoppenhauer has quit [Ping timeout: 240 seconds]
schoppenhauer has joined #nixos
davidlt_ has joined #nixos
ericsagnes has quit [Ping timeout: 264 seconds]
mahalel_ has left #nixos [#nixos]
ogle has left #nixos [#nixos]
<{^_^}> [nixpkgs] @adisbladis pushed to master « minio: 2018-03-19T19-22-06Z -> 2018-03-30T00-38-44Z »: https://git.io/vxPLh
sigmundv has quit [Ping timeout: 260 seconds]
<Guest57550> Hi all
<Guest57550> I have a Thinkpad X1 Yoga 3rd gen booting with systemd-boot, but want to use grub2
<ryantm> krey: In that sense, everything installed in the nix store is in your environment.
hakujin4 has joined #nixos
<ryantm> krey: so, yes.
leothrix has quit [Quit: ZNC 1.6.6 - http://znc.in]
hakujin3 has quit [Ping timeout: 256 seconds]
srdqty has quit [Ping timeout: 264 seconds]
hellrazo1 has joined #nixos
srdqty has joined #nixos
kmicklas has quit [Ping timeout: 268 seconds]
hellrazor has quit [Ping timeout: 268 seconds]
<krey> ryantm: haha, ok
leothrix has joined #nixos
<krey> ryantm: but more practically speaking, two of my packages provide the `jupyter` executable
<krey> ryantm: and I'd like to use "the wrong one"
<ryantm> krey: Okay, then use it :)
<ryantm> krey: You might want to add a GC root for it: https://nixos.org/nix/manual/#common-options-1
<krey> ryantm: how does adding a GC root help?
<ryantm> krey: Are you trying to change your environment to have a specific jupyter executable (the one that currently isn't on your PATH)?
<krey> ryantm: yes, please
<ryantm> krey: Uninstall the one that is installed and install the other one. Like `nix-env -e /nix/store/blah` `nix-env -i /nix/store/blah`
<krey> ryantm: I'm a little lost, sorry. to clarify, the package `sage` and my `python3.withPackages` both provide the command `jupyter`
<krey> ryantm: but `sage` has higher priority
johnw has joined #nixos
<ryantm> krey: https://nixos.org/nix/manual/#synopsis-5 something like `nix-env --set-flag priority 100 sage`
<krey> ryantm: ah, this look promising
<Guest57550> https://github.com/NixOS/nixpkgs/issues/38364 <- Am I doing something with my grub options that would lead to this hang / inability to boot?
rauno has quit [Ping timeout: 260 seconds]
ericsagnes has joined #nixos
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/43f1db5b0df (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
Rusty1_ has quit [Ping timeout: 256 seconds]
<krey> ryantm: where is "sage" looked up? nix-env is having trouble finding the derivation
hakujin has joined #nixos
<ryantm> krey: It looks like it is looking it up in your user environment. I did `nix-env -iA emacs` and after that I could do `nix-env --set-flag priority 10 emacs`
<ryantm> krey: Maybe you haven't installed sage into your user environment?
hakujin4 has quit [Ping timeout: 276 seconds]
<krey> ryantm: yeah, it's in my systemPackages, not in my user environment
<krey> ryantm: maybe it shouldn't be in my systemPackages, I guess
<krey> ryantm: it's not really a "system package"
dynamicudpate has quit [Read error: Connection reset by peer]
<ryantm> krey: Yeah, I'd move that to your user env.
<ryantm> krey: You can make your user env declarative with something like https://github.com/ryantm/dotfiles/blob/master/nix/.config/nixpkgs/config.nix#L13
<ryantm> krey: You can declare your priorities there too: https://github.com/NixOS/nixpkgs/blob/master/lib/meta.nix#L52
nuncanada has quit [Ping timeout: 260 seconds]
Lisanna has quit [Quit: Lisanna]
rburkholder has joined #nixos
<krey> ryantm: oh, I see, thanks
<krey> ryantm: maybe I can bake it into home-manager
lambdamu has quit [Ping timeout: 276 seconds]
krey has quit [Ping timeout: 256 seconds]
jrolfs has joined #nixos
<fearlessKim[m]> krey there is a PR for jupyter with which I managed to use my system jupyter with the sage kernel
hakujin1 has joined #nixos
zopsi has quit [Quit: Oops]
aarvar has joined #nixos
hakujin has quit [Ping timeout: 240 seconds]
zopsi has joined #nixos
jrolfs has quit [Ping timeout: 240 seconds]
dibblego[m] has left #nixos ["User left"]
rauno has joined #nixos
rauno has quit [Remote host closed the connection]
jrolfs has joined #nixos
hakujin2 has joined #nixos
hakujin1 has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/a4f03e9cdaf (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
MercurialAlchemi has joined #nixos
dynamicudpate has joined #nixos
Mercuria1Alchemi has joined #nixos
rauno has joined #nixos
MercurialAlchemi has quit [Ping timeout: 246 seconds]
rburkholder has quit [Ping timeout: 264 seconds]
hakujin3 has joined #nixos
<sphalerite> is there a way to see what stuff has been swapped out of main memory?
hakujin2 has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/00fc66dc7dc (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @fare opened pull request #38365 → Monthly update for Gambit and Gerbil → https://git.io/vxP3E
davidlt_ has quit [Ping timeout: 260 seconds]
rauno has quit [Remote host closed the connection]
<johnw> is there any order to the list returned by builtins.attrNames?
rauno has joined #nixos
hiroshi- has joined #nixos
orivej has joined #nixos
hiroshi has quit [Ping timeout: 276 seconds]
hiroshi- is now known as hiroshi
phreedom has quit [*.net *.split]
oida has quit [*.net *.split]
rauno has quit [Remote host closed the connection]
rauno has joined #nixos
Ariakenom has joined #nixos
hakujin4 has joined #nixos
phreedom has joined #nixos
hakujin3 has quit [Ping timeout: 276 seconds]
rauno has quit [Remote host closed the connection]
rauno has joined #nixos
<{^_^}> [nixpkgs] @frontsideair opened pull request #38367 → flow: 0.68.0 -> 0.69.0 → https://git.io/vxPGO
<tilpner> sphalerite - I'm using a better-indented copy of https://gist.github.com/endemics/1197832
rauno has quit [Remote host closed the connection]
rauno has joined #nixos
oida has joined #nixos
endformationage has quit [Ping timeout: 260 seconds]
rauno has quit [Remote host closed the connection]
rauno has joined #nixos
blankhart has quit [Ping timeout: 264 seconds]
Ariakenom has quit [Read error: Connection reset by peer]
hakujin has joined #nixos
hakujin4 has quit [Ping timeout: 276 seconds]
orivej has quit [Ping timeout: 260 seconds]
robstr has joined #nixos
asuryawanshi has joined #nixos
<sphalerite> tilpner: cool. Is that sum logic correct though? Memory can be shared between processes can't it?
<{^_^}> [nixpkgs] @adisbladis pushed to master « go-ethereum: 1.8.2 -> 1.8.3 »: https://git.io/vxPn3
<{^_^}> [nixpkgs] @Profpatsch opened pull request #38368 → lib/debug.nix overhaul → https://git.io/vxPnl
Guest29 has joined #nixos
reinzelmann has joined #nixos
periklis has joined #nixos
zzamboni has joined #nixos
<tilpner> sphalerite - I haven't verified the values it outputs. I mostly use it to answer "why is my system slow, did it swap out important things again?"
<sphalerite> fair enough
Turion has joined #nixos
zzamboni has quit [Client Quit]
davidlt_ has joined #nixos
xy2_ has quit [Ping timeout: 256 seconds]
vidbina has joined #nixos
<Guest29> Quick question: I'm trying to get helm-2.7.0 installed; what is a good way to go about finding a derivation in the nixpkgs repo with the correct version number?
<Turion> I'd have thought "nix-env -qaP 'helm'", but I can't test, something is weirdly broken
<Turion> Why am I getting "error: undefined variable ‘placeholder’ at /nix/store/w4y93fsqvj9j6g6i5grm6cdb9nq5..." when running the above mentioned command?
hakujin1 has joined #nixos
<Guest29> Did you get "error: undefined variable 'placeholder' ..." when you ran that?
zzamboni has joined #nixos
<Turion> Yes
<tilpner> That's a sign you need to update to Nix 2.0
<Turion> I just updated channels and tried to nixos-rebuild switch
<Guest29> Ah
<Turion> but that failed because some perl module didn't build
<Turion> tilpner, ah! so if I install it as user...
<Guest29> correct me if I'm wrong, but I can do that with "nix-channel --update" and "sudo nixos-rebuild switch"
<tilpner> That depends on what channel you're on
<Turion> nixos-unstable
<Guest29> same
<Turion> Guest29, yes, that's what I did
<tilpner> nixos-17_09.nixStable is 1.11.16, but nixos-unstable.nixStable is 2.0
<Guest29> wait, I'm on nixpkgs-unstable
<tilpner> Are you running NixOS from that, Guest29?
<Guest29> yes
hakujin has quit [Ping timeout: 256 seconds]
<tilpner> You should not do that. Prefer nixos-unstable
<tilpner> nixpkgs-unstable doesn't receive NixOS specific testing, so it's much more likely to be broken
<Turion> tilpner, after a successful nix-env -iA nixos.nix, which installed nix-2.0, I'm getting the same error
<clever> Turion: nix-env cant change the nix version on nixos
zzamboni has quit [Client Quit]
<tilpner> Your old 1.11.* daemon is still running in the background
<clever> you must change it via nix.package in configuration.nix, and any attempt at installing it with nix-env will just cause problems
<elvishjerricco> clever: It can change the version of the evaluator that users run, but not the daemon, right?
zzamboni has joined #nixos
<clever> elvishjerricco: right
dvim has joined #nixos
<elvishjerricco> I've always been a little fuzzy on how much happens in the evaluator and how much happens in the daemon
<Turion> tilpner, clever, oops... is this mentioned somewhere in the docs?
<clever> elvishjerricco: it also causes other fun problems, somebody in here has 1.11 installed with nix-env, but 2.0 as the daemon, so NIX_REMOTE was no longer setup, which broke the 1.11 nix
<clever> elvishjerricco: and also, some of the 2.0 features need a 2.0 daemon, and fail with weird errors
<Turion> Couldn't there be a version check when the evaluator connects to the daemon?
<clever> elvishjerricco: nearly everything nix-instantiate does is client side, and it generates a tree of .drv files (which it has to forward to the daemon to put in the store)
<clever> elvishjerricco: then nix-store -r asks the daemon to build those drv files
<elvishjerricco> So the daemon is 100% responsible for substitution?
<elvishjerricco> with flags passed by the client?
<clever> and if the process running has +w to /nix/store, it just bypasses the daemon and forks out the same worker the daemon would have made
<clever> yeah
<Guest29> clever, do I update my changing system.stateVersion?
<clever> Guest29: never
<Turion> clever, so I can meaningfully install nixos.nix as root?
<elvishjerricco> That's a mistake I made before I knew what stateVersion was for
<clever> Turion: that still wont change the daemon that systemd runs
<elvishjerricco> should probably be better named
davidlt_ has quit [Remote host closed the connection]
<clever> Turion: you need to set the nix.package entry in configuration.nix to properly update it
zzamboni has quit [Client Quit]
davidlt_ has joined #nixos
<Turion> clever, but if it can bypass the daemon with the correct privileges?
<Guest29> then what do I set nix.package to? What exactly is stateVersion for?
<clever> Turion: it would only work for root
<Turion> Well, yes, that's what I mean
<elvishjerricco> Guest29: stateVersion is the version of your state, not the statement of your version :P
<elvishjerricco> some services need to know what version their state is from
<elvishjerricco> easiest example being services.postgres
zzamboni has joined #nixos
<Turion> Ah, then the other users of course don't have nix-2.0 in their path
<clever> postgresql has 2 different incompatible changes it has gone thru
<Guest29> ah, so changing it does not upgrade you
<{^_^}> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/21693048d72 (from 16 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
<clever> Turion: all users inherit roots nix-env packages, but systemd doesnt
<elvishjerricco> Guest29: Right. The name is misleading to some people IMO.
<jluttine> hmm.. how to use github pull requests as patches in a package derivation?
<clever> jluttine: if you add .patch to a URL for a commit, github gives it to you in patch form, but applying that patch to nixpkgs isnt so simple
<clever> you would need to import an unpatched nixpkgs, then use a derivation to apply the patch to a copy of nixpkgs, then import-from-derivation that result
<elvishjerricco> clever: I think jluttine just wants to patch a specific derivation, not nixpkgs
<Turion> jluttine, a patch of the source or of nixpkgs?
<Turion> yes, my thought
zzamboni has quit [Client Quit]
<jluttine> yes, a patch for a particular package from its upstream github repo
<jluttine> so not a patch for nixpkgs itself
zzamboni has joined #nixos
<jluttine> i'm modifying a package derivation and would like to use a few patches from the package's upstream pull requests
<jluttine> because it can take anything from 1 day to 1 year until they are merged
asuryawanshi has quit [Remote host closed the connection]
<Turion> Why has nixos-18.03 been updated recently according to https://howoldis.herokuapp.com/, whereas nixos-unstable hasn't?
<jluttine> elvishjerricco: thanks
<clever> Turion: 18.03 is a branch that will only be receiving fixes and important upgrades, so it breaks less often
<clever> Turion: unstable is based on master, where every single pr goes, and it will break more often
<clever> and the channels refuse to update when certain important things are broken
<Guest29> then clever, what do you set nix.package in configuration.nix to update to Nix 2.0?
<elvishjerricco> Guest29: Sorry, which NixOS are you on? 17.09?
<Guest29> yep
<clever> Guest29: ive been setting it to nix.package = pkgs.nixUnstable; but there should also be a nixStable2 now
<elvishjerricco> `nix.package = pkgs.nixStable2`
<elvishjerricco> Require fairly recent channel update
asuryawanshi has joined #nixos
zzamboni has quit [Quit: Leaving.]
<bkchr[m]> jtojnar: Could you send me your patch for `gst-python` again? Your link is not valid anymore :/
<elvishjerricco> jluttine: Oh I just realized: PRs are mutable
Tucky has joined #nixos
ertes-w has joined #nixos
<elvishjerricco> So `github.com/.../pulls/1.patch` will have potentially mutating contents
<{^_^}> [nixpkgs] @andrew-d closed pull request #29556 → nixos/nginx: use the directory given in the ACME configuration → https://git.io/v5Nbm
<Guest29> elvishjerricoo, how do I update my channel for that to work? A `sudo nixos-rebuild switch` tells me nixStable2 is a missing attribute. I'm on nixos-unstabl
<clever> Guest29: when did you last do a nix-channel --update as root?
<Guest29> awhile...
<Guest29> that might be the problem, always do it as my user
<elvishjerricco> jluttine: You can use `https://github.com/owner/repo/compare/<rev1>...<rev2>.patch` to pin it properly
<jtojnar> bkchr[m]: pushed it to your branch
<elvishjerricco> Guest29: Yea root has a different set of channels than your user
<jtojnar> hopefully, it works
<elvishjerricco> `sudo nixos-rebuild` uses root's channel
asuryawanshi has quit [Ping timeout: 240 seconds]
<Guest29> elvishjerricco, makes sense, just didn't think about it. Thanks
<elvishjerricco> You'll have to update the channel. `sudo nixos-rebuild --upgrade switch`
<elvishjerricco> convenient shorthand
<Guest29> replaces `sudo nixos-rebuild switch` with `sudo nixos-rebuild --upgrade switch` in my fish history. Future me will thank me
orivej has joined #nixos
<Turion> clever, ah ok :)
<jluttine> elvishjerricco: ok, thanks!
<Turion> How can I ever update system.stateVersion?
<Turion> Or can it ever go out of date?
<clever> Turion: that would break the very thing its meant to fix
<clever> Turion: it must never be changed
<bkchr[m]> jtojnar: ty, will build it :)
<Turion> clever, and in 50 years?
<clever> Turion: its meant to track what version you originally installed, so non-compatible changes in nixos can be worked around
<Turion> Yes sure, but that means that all future releases somehow have to deal with how older releases managed state. Won't that be a burden at some point?
<clever> Turion: possibly
<elvishjerricco> Turion: No more a burden than maintaining a full history of migrations
zzamboni has joined #nixos
<Turion> elvishjerricco, well ok, if I want to rollback indefinitely, yes. What if I'm ok with e.g. updating my postgresql databases at some point and discard all older generations?
<clever> yeah, if you deprecate a certain value of it, you would need to make something to migrate the state, and then you have the same issue
<clever> Turion: the first incompatible change postgresql had, i think was the on-disk format of the db, you have to export, upgrade, wipe, and import
<clever> Turion: the 2nd one, is that the admin role that has all control got renamed, so if you know how to use it, you can just create a new one
pkill9 has joined #nixos
<Turion> clever, the db is really just the table of installed packages (via nix-env)?
<clever> Turion: postgress is not used by nix at all
<clever> so if your not using postgress, then that specific problem wont happen for you when changing the stateVersion
<clever> but other services have similar issues that need to be worked around
<bkchr[m]> jtojnar: yeah building works for me. What else do I need to do for this pr?
aarvar has quit [Ping timeout: 260 seconds]
<Turion> Ah, ok... and I guess there is no comprehensive list of services that make use of this variable?
<clever> Turion: grep nixpkgs for stateVersion
<clever> thats about the only list i know of
<Turion> Ok
John882 has joined #nixos
zzamboni has quit [Ping timeout: 256 seconds]
John882 has left #nixos [#nixos]
zzamboni has joined #nixos
<tilpner> Looks like caddy, mxsql, postgresl, ipfs, matrix-synapse, and radicale
<jtojnar> bkchr[m]: can you try if the absolute directories fixed webkitgtk build? and if yes, whether gnome3.gnome-music (or other app using gst-python) works?
thc202 has joined #nixos
<jtojnar> gotta run now
<bkchr[m]> okay
<clever> tilpner: sshd should also be in the mix
<Turion> Should "nix-channel --add https://nixos.org/channels-nixos-18.03 nixos && nixos-rebuild switch" work?
<Turion> Well, and a channel update in between
<tilpner> clever - grep -R stateVersion ~/dev/nixpkgs | grep ssh comes up empty
<clever> Turion: channels/nixos-18.03
<Turion> Ah yes, certainly, thanks
MichaelRaskin has left #nixos [#nixos]
asuryawanshi has joined #nixos
zzamboni has quit [Ping timeout: 256 seconds]
<sphalerite> anyone know an easy way to work out how much memory a process that runs very quickly uses across its lifetime?
<tilpner> sphalerite - time -v
<clever> sphalerite: the time binary (not the bash builtin) can show that with -v
spear2 has joined #nixos
zzamboni has joined #nixos
<elvishjerricco> TIL. That's awesome
<sphalerite> tilpner: clever: perfect, thanks!
<clever> tilpner: well, this explains something Turion asked: https://github.com/NixOS/nixpkgs/commit/ec80c928255b3886aa2268398ccbbe4279004cff
<tilpner> Oh, it was removed, oaky
<clever> tilpner: the sshd work-around is gone, and it your install was from 2015, the ssh hostkeys will just change on their own and set off mitm alerts
<tilpner> :/
<Turion> Hmm
<Turion> So 18.03 is not officially released yet, but I can already use it as a channel
<{^_^}> [nixpkgs] @jluttine opened pull request #38370 → nbstripout: fix tests → https://git.io/vxPWH
<clever> Turion: its in more of a beta phase right now
<Turion> Ok, then I'll gladly beta test now :)
zzamboni has quit [Remote host closed the connection]
<fearlessKim[m]> I am a bit annoyed by this makeWrapper error, it would be cool if someone had an advice on how to fix (I can do the fix) https://github.com/NixOS/nixpkgs/issues/37968
<Turion> Why do I get "warning: unknown setting 'signed-binary-caches" three times when running nixos-rebuild switch? (already in the "building nix" phase)
periklis has quit [Ping timeout: 256 seconds]
zzamboni has joined #nixos
<clever> Turion: because your using nix 1.11 config with nix 2.0
<clever> Turion: after the rebuild finishes, your nix config will be updated
<Turion> Ah ok
zzamboni has quit [Client Quit]
zzamboni has joined #nixos
zzamboni has quit [Client Quit]
zzamboni has joined #nixos
zzamboni has quit [Client Quit]
goibhniu has joined #nixos
obadz has quit [Quit: WeeChat 2.0]
zzamboni has joined #nixos
zzamboni has quit [Client Quit]
<Turion> How do I permanently change the niceness of the nix daemon?
periklis has joined #nixos
civodul has joined #nixos
zzamboni has joined #nixos
obadz has joined #nixos
obadz has left #nixos [#nixos]
obadz has joined #nixos
Turion has left #nixos [#nixos]
<LnL> about the 1.11 -> 2.0 upgrade is there some way we could do that more atomically?
hakujin2 has joined #nixos
<LnL> yesterday I helped somebody with that because he used an url import in his config
<LnL> then you will run into the signing issue
hakujin1 has quit [Ping timeout: 276 seconds]
Lisanna has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #38367 → flow: 0.68.0 -> 0.69.0 → https://git.io/vxPGO
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxPBR
<{^_^}> → 445f0274 by @frontsideair: flow: 0.68.0 -> 0.69.0
<{^_^}> → 3af1b1eb by @adisbladis: Merge pull request #38367 from frontsideair/flow-0.69.0
<sphalerite> why does swapoff take so long and use so much CPU? O.o
<clever> sphalerite: ive noticed that as well, its a major pain at times
<obadz> sphalerite: has to move blocks back in ram?
<makefu> sphalerite: most likely
<clever> it uses an abnormally large amount of cpu, and it cant multi-thread
<clever> so you can double the swapoff speed if you just use 2 swap partitions on the same device
<obadz> encrypted swap maybe?
<clever> but to load-balance between them you have to have the same priority, and then the writes are scattered, so perf is murdered on spinning-rust
<clever> obadz: it happens even with plaintext swap
<Dezgeg> probably you have a bunch of pages swapped out that need to be swapped in on swapoff
<clever> ive profiled it before and the issue is somewhere in the memory management area
<Dezgeg> but also, it's not that people actually go and optimize for swapoff x)
<clever> sphalerite: you can `watch cat /proc/swaps` to see the used swap slowly drop
<clever> but it drops really slowly, it doesnt even use 2% of my disk bandwidth capacity
<sphalerite> ^
<clever> Dezgeg: its clearly never been io-bound on my end
<sphalerite> reading 4GB from my SSD does not take 6 minutes
<Dezgeg> not only reading, but potentially writing out any file-mapped pages to make room for the swapped pages
<sphalerite> nor is it an issue with caching in main memory, because I've got 7GB free, not just available
<sphalerite> Dezgeg: surely that's not affected by swapoff?
<sphalerite> my swap is in a luks container, but even that can't explain this amount of slowdown surely
<sphalerite> it's finished now, took about 8m30s and moved stuff out of swap at about 16MiB/s
<makefu> sphalerite: it seems there are more people with this issue: https://unix.stackexchange.com/questions/45673/how-can-swapoff-be-that-slow
asuryawanshi has quit [Remote host closed the connection]
<sphalerite> writing to the swap container directly goes at about 120MB/s sustained
logzet has joined #nixos
MP2E has quit [Remote host closed the connection]
zzamboni has quit [Quit: Leaving.]
hyper_ch has quit [Ping timeout: 264 seconds]
zzamboni has joined #nixos
blahdodo has quit [Ping timeout: 264 seconds]
zzamboni has quit [Client Quit]
blahdodo has joined #nixos
hyper_ch has joined #nixos
zzamboni has joined #nixos
<Profpatsch> It’s so quiet when the US is asleep
<Profpatsch> Two to five more hours. :)
asuryawanshi has joined #nixos
asuryawanshi has quit [Remote host closed the connection]
asuryawanshi has joined #nixos
ma27 has joined #nixos
aminb has quit [Quit: WeeChat 2.1]
<{^_^}> [nixpkgs] @nlewo opened pull request #38371 → [wip] dockerTools.pullImage: Skopeo pulls images with digest or tag → https://git.io/vxPE9
goibhniu has quit [Ping timeout: 240 seconds]
zarkone has quit [Ping timeout: 240 seconds]
<das-g[m]> Why did https://hydra.nixos.org/build/72380657 and https://hydra.nixos.org/build/72379473 (both part of the same evaluation) not use the same build of gdal-2.2.3 and how can I view the differences?
<Dezgeg> the first is for i686
hakujin3 has joined #nixos
<vaibhavsagar> dhess, if you're around: are your hydra builds still broken, and if not do you have any advice on fixing them?
<{^_^}> [nixpkgs] @edolstra merged pull request #38261 → aws-sdk-cpp: 1.4.15 -> 1.4.24 → https://git.io/vxKo4
<{^_^}> → 97cfd915 by R. RyanTM: aws-sdk-cpp: 1.4.15 -> 1.4.24
<{^_^}> [nixpkgs] @edolstra pushed 2 commits to master: https://git.io/vxPzw
<{^_^}> → 6b27ae33 by @edolstra: Merge pull request #38261 from r-ryantm/auto-update/aws-sdk-cpp
hakujin2 has quit [Ping timeout: 256 seconds]
rauno has quit [Remote host closed the connection]
vaibhavsagar has quit [Quit: ZNC 1.6.5 - http://znc.in]
vaibhavsagar has joined #nixos
goibhniu has joined #nixos
zybell_ has quit [Read error: Connection timed out]
zybell_ has joined #nixos
asuryawanshi has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @abbradar opened pull request #38372 → acme service: generate a CA for self-signed certificate → https://git.io/vxP29
periklis has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @adisbladis merged pull request #38349 → jpegoptim: 1.4.4 -> 1.4.5 → https://git.io/vxiRL
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxPa4
<{^_^}> → 54fe9578 by R. RyanTM: jpegoptim: 1.4.4 -> 1.4.5
<{^_^}> → e369f366 by @adisbladis: Merge pull request #38349 from r-ryantm/auto-update/jpegoptim
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxPaB
<{^_^}> → 307cdeda by R. RyanTM: mkvtoolnix: 21.0.0 -> 22.0.0
<{^_^}> → 39424cfe by @adisbladis: Merge pull request #38346 from r-ryantm/auto-update/mkvtoolnix
<{^_^}> [nixpkgs] @adisbladis merged pull request #38346 → mkvtoolnix: 21.0.0 -> 22.0.0 → https://git.io/vxiG4
roberth has joined #nixos
alex`` has joined #nixos
asuryawanshi has joined #nixos
asuryawanshi has quit [Remote host closed the connection]
asuryawanshi has joined #nixos
hakujin4 has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #38373 → ocamlPackages.ocamlify: fix build with OCaml 4.06 → https://git.io/vxPVC
davidlt_ is now known as davidlt
hakujin3 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @timbertson opened pull request #38374 → nix-pin: init at 0.1.1 → https://git.io/vxPVA
rauno has joined #nixos
jensens has joined #nixos
<{^_^}> [nixpkgs] @hedning opened pull request #38375 → webkitgtk: fix non-deterministic build failure → https://git.io/vxPwd
ottidmes has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #38323 → Minio update → https://git.io/vx6HC
<{^_^}> → 8d87272a by @bachp: minio: 2018-03-19T19-22-06Z -> 2018-03-30T00-38-44Z
<{^_^}> [nixpkgs] @adisbladis pushed 3 commits to master: https://git.io/vxPwh
<{^_^}> → 8b3bf022 by @bachp: minio-client: 2018-02-09T23-07-36Z -> 2018-03-25T01-22-22Z
<{^_^}> → 935c2b5b by @adisbladis: Merge pull request #38323 from bachp/minio-update
simukis has joined #nixos
mmercier has joined #nixos
kp__ has quit [Quit: WeeChat 2.1]
coot has joined #nixos
kerrhau has quit [Ping timeout: 240 seconds]
ericsagnes has quit [Ping timeout: 240 seconds]
coot has quit [Client Quit]
Guanin_ has joined #nixos
mmercier has quit [Ping timeout: 240 seconds]
spear2 has quit [Quit: Leaving]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b81ca435e63 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
vidbina has quit [Ping timeout: 256 seconds]
alex`` has quit [Ping timeout: 248 seconds]
hakujin has joined #nixos
Jackneilll has quit [Quit: Leaving]
hakujin4 has quit [Ping timeout: 245 seconds]
coot has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #38254 → bazel: 0.10.1 -> 0.11.1 → https://git.io/vxKz9
<{^_^}> [nixpkgs] @globin pushed commit from @benley to master « bazel: 0.10.1 -> 0.11.1 »: https://git.io/vxPiA
<{^_^}> [nixpkgs] @andrestylianos opened pull request #38379 → joker: 0.8.9 -> 0.9.1 → https://git.io/vxPPS
sigmundv has joined #nixos
coot has quit [Quit: coot]
winem_ has joined #nixos
jluttine has quit [Remote host closed the connection]
xy2_ has joined #nixos
jluttine has joined #nixos
<{^_^}> [nixpkgs] @andrestylianos opened pull request #38380 → nixos/doc: fix instructions for nox-review usage → https://git.io/vxPXS
<{^_^}> [nixpkgs] @xeji opened pull request #38381 → mailutils: disable parallel building → https://git.io/vxPX9
__monty__ has joined #nixos
hakujin1 has joined #nixos
<__monty__> Is there a way to get nix installed programs to see libraries that are installed on the host? I'd like to get avahi local domain resolution working for firefox for example but I'm not on nixos so I can't just enable the service.
alex`` has joined #nixos
hakujin has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @adisbladis pushed commit from Yannik Sander to master « krunner-pass: init at version 1.3.0 »: https://git.io/vxP1s
<makefu> __monty__: this is against the nix philosophy. however you could enable avahi and if the bindings are compiled into firefox name resolution should "just work"(tm)
<__monty__> makefu: But it doesn't.
<{^_^}> [nixpkgs] @adisbladis merged pull request #37494 → krunner-pass: init at version v1.3.0 → https://git.io/vxnFn
<makefu> does avahi actually work for you on the host system?
<__monty__> Nix-installed firefox can't resolve the .local names. Pacman installed firefox or downloaded firefox can.
<makefu> okay, let me check what the default build recipe is for firefox
<makefu> mh there is nothing which indicates that there are extra libs in use
raynold has quit [Quit: Connection closed for inactivity]
<makefu> tbh i never used avahi together with firefox
<__monty__> Opera and ping show the same problem. Can't resolve .local domains when installed through nix.
<__monty__> Note that I'm not on nixos, not claiming anything about nixos since it might just work there.
<makefu> __monty__: i've just tested it and it seems that avahi works correctly on my machine but it is not used in firefox for resolution
<__monty__> I don't think firefox touches avahi, it uses mDNS.
<makefu> it might be the case that it never worked, can you do 'ldd /path/to/pacman-installed/firefox'
<__monty__> "not a dynamic executable"
<makefu> try `cat /pacman-installed/firefox` and follow the rabbit hole
ericsagnes has joined #nixos
<__monty__> http://ix.io/168s
<makefu> maybe it is a symlink, then follow this
<makefu> mhh
<{^_^}> [nixpkgs] @yegortimoshenko pushed to yegortimoshenko-patch-1 « cryptsetup: 1.7.5 -> 2.0.2 »: https://git.io/vxPDL
<makefu> i check the archlinux pkgbuild real quick
<{^_^}> [nixpkgs] @yegortimoshenko opened pull request #38382 → cryptsetup: 1.7.5 -> 2.0.2 → https://git.io/vxPDm
mmercier has joined #nixos
tmaekawa has quit [Ping timeout: 256 seconds]
<makefu> everything looks normal, maybe the nix build is missing some magic mdns build option but i cannot see it on the spot. maybe somebody else can confirm that the local resolution actually works in nixos
simukis has quit [Ping timeout: 248 seconds]
coot has joined #nixos
hakujin2 has joined #nixos
mmercier has quit [Ping timeout: 276 seconds]
hakujin1 has quit [Ping timeout: 276 seconds]
<__monty__> makefu: comment 38 here has more info: https://bugzilla.mozilla.org/show_bug.cgi?id=1439780
orivej has quit [Ping timeout: 268 seconds]
<makefu> great that you
xcmw has joined #nixos
<makefu> 've found a hint to the bug :)
<__monty__> Well I submitted that bug : )
<__monty__> It's not a bug in ff, to be clear.
<makefu> yep that is what i thought as well :)
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxPSo
<{^_^}> → 51c8e9ff by @andrestylianos: nixos/doc: fix instructions for nox-review usage
<{^_^}> → 8a69ebd5 by @adisbladis: Merge pull request #38380 from andrestylianos/fix/nox-review-instructions
<{^_^}> [nixpkgs] @adisbladis merged pull request #38380 → nixos/doc: fix instructions for nox-review usage → https://git.io/vxPXS
coot has quit [Quit: coot]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @adisbladis merged pull request #38350 → criu: 3.8 -> 3.8.1 → https://git.io/vxi2K
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxP9s
<{^_^}> → cd43915c by R. RyanTM: criu: 3.8 -> 3.8.1
<{^_^}> → 57ce94c9 by @adisbladis: Merge pull request #38350 from r-ryantm/auto-update/criu
xcmw has joined #nixos
mmercier has joined #nixos
Myrl-saki has joined #nixos
<{^_^}> [nixpkgs] @MasseGuillaume opened pull request #38383 → Sublime dev → https://git.io/vxPHo
chisui has joined #nixos
robstr has quit [Ping timeout: 240 seconds]
Rusty1_ has joined #nixos
xcmw has quit [Ping timeout: 265 seconds]
logzet has quit [Ping timeout: 252 seconds]
xcmw has joined #nixos
xcmw has quit [Client Quit]
<gchristensen> please send me your reviews of putting user channels in NIX_PATH: https://github.com/NixOS/nixpkgs/pull/38351
<disasm> Is there a way in a nixos test to dump the systemd log for that unit to stdout being tested?
<tilpner> gchristensen - Did you test that with Nix 2.0?
robstr has joined #nixos
alaricsp has quit [Ping timeout: 264 seconds]
<tilpner> (I've had problems with NIX_PATH=/some/directory, similar to your NIX_PATH=$HOME/.nix-defexpr)
<gchristensen> tilpner: yes
<gchristensen> what problems?
alaricsp has joined #nixos
<tilpner> It didn't scan /some/directory for nixpkgs. I ended up having to put nixpkgs=/some/directory/nixpkgs
<gchristensen> what is "it"?
<tilpner> Nix 2.00
<tilpner> NIX_PATH=/cfg/nixos nix build nixpkgs.hello => error: attribute 'nixpkgs' in selection path 'nixpkgs.hello' not found
ditadi has joined #nixos
<gchristensen> I'm not trying to be snarky. various nix tools use the NIX_PATH differently.
<tilpner> NIX_PATH=nixpkgs=/cfg/nixos/nixpkgs nix build nixpkgs.hello => success
xcmw has joined #nixos
<tilpner> nix-build and nix-env work, but it doesn't work with the new CLI
hakujin3 has joined #nixos
<tilpner> Let me get the issue
lord| has quit [Quit: WeeChat 2.0.1]
<gchristensen> `nix build nixpkgs.git` works for me when I have nixpkgs defined in my user channels
<tilpner> What's your NIX_PATH?
xy2_ has quit [Ping timeout: 256 seconds]
<gchristensen> /home/grahamc/.nix-defexpr/channels:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs:nixos-config=/etc/nixos/configuration.nix:/home/grahamc/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels
hakujin2 has quit [Ping timeout: 245 seconds]
<tilpner> And are you sure it's using /home/grahamc/.nix-defexpr/channels instead of nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkg?
<gchristensen> nixpkgs= _is_ defined, but when I do `nix build nixpkgs.git` it builds the one from my user profile's nixpkgs channel
Neo-- has joined #nixos
<tilpner> If you run NIX_PATH=/home/grahamc/.nix-defexpr/channels nix build nixpkgs.git, does it still work?
<gchristensen> no, that doesn't work
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to staging: https://git.io/vxP5q
<{^_^}> → c40d1d80 by R. RyanTM: libdrm: 2.4.90 -> 2.4.91
<{^_^}> → fd1b47a4 by @dtzWill: Merge pull request #38217 from r-ryantm/auto-update/libdrm
<{^_^}> [nixpkgs] @dtzWill merged pull request #38217 → libdrm: 2.4.90 -> 2.4.91 → https://git.io/vxKOX
rauno has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @mbode opened pull request #38384 → tectonic: fix darwin build → https://git.io/vxP5W
coot has joined #nixos
<tilpner> Huh
<gchristensen> huh is right :)
<gchristensen> "No, it's not a bug. Rather, the nix command does not have a replacement for channels yet, so it's currently left undefined where it gets its inputs from. (This is one of the main reasons why the nix CLI is marked experimental.) So currently it only uses prefixed NIX_PATH elements like nixpkgs=...."
<{^_^}> [nixpkgs] @dtzWill opened pull request #38385 → mesa: 17.3.6 -> 17.3.7, use llvm6 → https://git.io/vxP5M
alexteves has joined #nixos
<{^_^}> [nixpkgs] @dtzWill closed pull request #38360 → mesa: 17.3.6 -> 17.3.7 -> 18.0.0, llvm6, libdrm bump → https://git.io/vxipQ
<gchristensen> well, anyway tilpner, I don't think this is any reason to hold up the PR
<gchristensen> weird as it may be :)
<tilpner> It only adds user channels to nix-build and nix-shell, not nix-env or nix2.0, but I guess that's better than nothing?
<gchristensen> it does add user channels to nix-env and nix2
<tilpner> But do you agree that your last attempt from the gist contradicts edolstras explanation?
<gchristensen> without my patch, this breaks: nix build -f '<nixpkgsunstable>' git
<tilpner> But nix-env had user channels via .nix-defexpr lookup all along, didn't it?
<tilpner> (Or did that change recently?)
kiloreux has joined #nixos
<gchristensen> nix-env has always had magical powers to access user channels
<gchristensen> so I guess you're right it doesn't add it to nix-env, just makes the ecosystem slightly more consistent
<tilpner> It would be even more consistent if the default .nix-defexpr just imported <nixpkgs> :/
<gchristensen> what do you mean?
<gchristensen> you mean to become more like nix-env?
<tilpner> My .nix-defexpr has only a file default.nix, which contains "import <nixpkgs>"
<tilpner> That makes nix-env behave like nix-shell and nix-build
<gchristensen> that isn't something I can change here
<tilpner> Of course not, I wasn't suggesting that
<tilpner> I hope nix-env gets phased out by Nix2.0 and nix-defexpr dies with it, eventually :)
tmaekawa has joined #nixos
<gchristensen> me too
<{^_^}> [nixpkgs] @sveitser opened pull request #38386 → python3Packages.black: init at 18.4a0 → https://git.io/vxPdP
<gchristensen> I think .nix-defexpr is a bit vestigial
<{^_^}> [nixpkgs] @primeos pushed to master « androidStudioPackages.{dev,canary}: 3.2.0.7 -> 3.2.0.8 »: https://git.io/vxPd1
<tilpner> You didn't reply to "But do you agree that your last attempt from the gist contradicts edolstras explanation?". If you think it does, we should comment on one of the issues I linked
<gchristensen> my last attempt being "nix build -f '<nixpkgs>' git"?
<tilpner> NIX_PATH=/home/grahamc/.nix-defexpr/channels nix build -f '<nixpkgs>' git
<tilpner> That has an unprefixed NIX_PATH element, but it's still used
<gchristensen> that isn't using the channels, it is using a defined file with the `<..>` resolution in the evaluator
tmaekawa has quit [Client Quit]
<tilpner> While I interpreted edolstra to say "we don't support unprefixed NIX_PATH elements anymore"
<gchristensen> I wouldn't read so much in to it
<tilpner> "So currently it only uses prefixed NIX_PATH elements like nixpkgs=...."
<gchristensen> yeah
phreedom has quit [Quit: No Ping reply in 180 seconds.]
<gchristensen> you seem to be wanting to read in to that statement more than you probably should
<gchristensen> its an experimental interface and evidently doesn't support everything it perhaps should
jtojnar has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dtzWill pushed to revert-38354-update/git-2.17.0 « Revert "git: 2.16.3 -> 2.17.0" »: https://git.io/vxPFC
<zybell_> tilpner: the watchword is 'currently' here.I read that as maybe later we will support more.
jtojnar has joined #nixos
<tilpner> You may be right. I commented anyway, in case the intention was to not support unprefixed elements at all
<{^_^}> [nixpkgs] @dtzWill opened pull request #38387 → Revert "git: 2.16.3 -> 2.17.0" → https://git.io/vxPFS
kier has quit [Remote host closed the connection]
<zybell_> At least in combination with 'only' it seems to hint at future extension not pression?
<{^_^}> [nixpkgs] @dtzWill merged pull request #38387 → Revert "git: 2.16.3 -> 2.17.0" → https://git.io/vxPFS
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to staging: https://git.io/vxPFQ
<{^_^}> → 2b29239e by @dtzWill: Revert "git: 2.16.3 -> 2.17.0"
<{^_^}> → 8515a1a5 by @dtzWill: Merge pull request #38387 from NixOS/revert-38354-update/git-2.17.0
<{^_^}> [nixpkgs] @dtzWill pushed 0 commits to revert-38354-update/git-2.17.0: https://git.io/vxPFd
<zybell_> s/?/(?)./
hakujin4 has joined #nixos
kier has joined #nixos
hakujin3 has quit [Ping timeout: 276 seconds]
chessai has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #38389 → gnumake42HEAD: remove attribute to fix eval → https://git.io/vxPbS
<{^_^}> [nixpkgs] @dtzWill merged pull request #38389 → gnumake42HEAD: remove attribute to fix eval → https://git.io/vxPbS
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to staging: https://git.io/vxPNk
<{^_^}> → 4cee817a by @dtzWill: gnumake42HEAD: remove attribute to fix eval
<{^_^}> → 08b299ab by @dtzWill: Merge pull request #38389 from dtzWill/fix/gnumakeHEAD-remove
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @hedning opened pull request #38390 → Fix gnome-shell-extensions-3.28.0 → https://git.io/vxPNE
rauno has joined #nixos
rauno has quit [Remote host closed the connection]
freeman42x]NixOS has joined #nixos
coot has quit [Quit: coot]
WhittlesJr has joined #nixos
phreedom has joined #nixos
xcmw has joined #nixos
<makefu> __monty__: you've already opened an issue on nixos/nixpkgs github?
<__monty__> makefu: I haven't because I don't know where it would go. I decided on asking here first.
jperras has joined #nixos
<makefu> okay cool, you can open a ticket with the reference to the firefox issue at https://github.com/NixOS/nixpkgs/issues
newhoggy has joined #nixos
phreedom has quit [Ping timeout: 268 seconds]
ma27 has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos
jperras has quit [Quit: WeeChat 2.1]
krey has joined #nixos
fendor_ has joined #nixos
fendor has joined #nixos
fendor has quit [Client Quit]
phreedom has joined #nixos
fendor_ is now known as fendor
<fendor> are there known problem with maven on nixos?
<fendor> e.g. cant isimply invoke mvn clean install?
<{^_^}> [nixpkgs] @hedning opened pull request #38392 → gvfs: fix non-deterministic build failure → https://git.io/vxPp6
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #38393 → weechat: allow specifying dicts for spellchecking → https://git.io/vxPpi
<{^_^}> [nixpkgs] @adisbladis merged pull request #38379 → joker: 0.8.9 -> 0.9.1 → https://git.io/vxPPS
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxPpN
<{^_^}> → 3f9cc31a by @andrestylianos: joker: 0.8.9 -> 0.9.1
<{^_^}> → 3593d19a by @adisbladis: Merge pull request #38379 from andrestylianos/joker
<fendor> well, there is obviously a problem if i have no java installed 0.o but i can execute it via intellij? wtf
<tilpner> You can have java installed yet not on your PATH
<chisui> fendor: afaik intellij ships with it's own maven version
dbe has joined #nixos
ryantrinkle has joined #nixos
<fendor> chisui, possible, however maven build still fails and complains that the jvm killed itself
<chisui> intellij also ships with its own jvm
<chisui> the default maven uses the JAVA_HOME one though
<chisui> I don't know what intellij does, it tends to break in misterous ways for me so I just call it from the terminal
<fendor> if i invoke maven manually this should not use the version used by intellij or should it?
<fendor> i am invoking it from the terminal
<chisui> you can check using `where mvn`
<chisui> you should also check what JAVA_HOME is set to
<__monty__> Do you mean which mvn?
<{^_^}> [nixpkgs] @dtzWill merged pull request #38385 → mesa: 17.3.6 -> 17.3.7, use llvm6 → https://git.io/vxP5M
<{^_^}> [nixpkgs] @dtzWill pushed 3 commits to staging: https://git.io/vxPhP
<{^_^}> → 231cdaf1 by @dtzWill: mesa: 17.3.6 -> 17.3.7
<{^_^}> → 1d16384b by @dtzWill: mesa: use llvm6
<{^_^}> → 97145012 by @dtzWill: Merge pull request #38385 from dtzWill/update/mesa-17.3.7
<fendor> helpfully: /home/baldr/.nix-profile/bin/mvn :D
reinzelmann has quit [Quit: Leaving]
<fendor> java home seems to not be set
<fendor> *it seems like java_home is not set
oida has quit [Remote host closed the connection]
newhoggy has quit [Remote host closed the connection]
oida has joined #nixos
joepie91___ has joined #nixos
joepie91___ has quit [Changing host]
joepie91___ has joined #nixos
<chisui> __monty__: I always thought you could use where and which interchangably
newhoggy has joined #nixos
<chisui> fendor: ok, you need to set JAVA_HOME to be able to run maven. What is the error message you are getting
<__monty__> chisui: where isn't installed on my system, have never not had which installed.
<sphalerite> though: maybe at least the larger texlive-combined packages should copy the packages rather than symlinking them, to avoid needing hundreds upon hundreds of tiny derivations when a cache is available
<sphalerite> s/though/thought/
joepie91___ is now known as joepie91
newhoggy has quit [Ping timeout: 264 seconds]
<fendor> can i set the javahome so that it does not break on updates? or is that not welcome anyways?
<chisui> It seems as if maven already uses the correct jvm
<chisui> the problem is that the surefire plugin tries to fork the jvm to execute tests
<chisui> does your build pass with -DskipTests?
<chisui> fendor: could you share the pom.xml file?
<fendor> chisui, sure, wait a second
kim0 has joined #nixos
<fendor> there are multiple pom.xml, but this is the top-level xmlk
chreekat has joined #nixos
<brodul> Have somebody packaged the VMWare player?
<fendor> *pom.xml
ma27 has quit [Ping timeout: 240 seconds]
jrolfs_ has joined #nixos
jrolfs has quit [Ping timeout: 256 seconds]
ma27 has joined #nixos
<chisui> fendor: actually the project "Assignment 1 :: JPA" fails to build so I would need that one too. But unless there is some strange stuff there that overrides test behavior it looks good
<chisui> does -DskipTests work?
<fendor> chisui, yes, that works i think
<chisui> mvn clean package -DskipTests
<chisui> you think or you know? ;)
<{^_^}> [nixpkgs] @adisbladis merged pull request #38358 → dbeaver: 5.0.0 -> 5.0.2 → https://git.io/vxiNB
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxXed
<{^_^}> → a8299775 by @samueldr: dbeaver: 5.0.0 -> 5.0.2
<{^_^}> → f3799336 by @adisbladis: Merge pull request #38358 from samueldr/dbeaver/5.0.2
<fendor> gimme a second
<fendor> chisui, yes, works, also works if i invoke afterwards `mvn clean install -Pass1-doc -DskipTests` which depends on ass1-jpa
<fendor> i could work with that
<chisui> yeah but you wont be able to run tests
<fendor> however, i would like to know why the tests cant be executed?
jophish has quit [Quit: WeeChat 2.0]
<fendor> i can, intellij can run them once everything is compiled
<chisui> there should be some kind of log file in the target dir
<fendor> the workflow is just broken as hell
<chisui> I don't know which one exactly
jophish has joined #nixos
<fendor> i can share the repository, if you'd like to try
<chisui> the name should have something like test or surefire in the name
mkaito has quit [Read error: Connection reset by peer]
<fendor> that log is not very descriptive, i ll share it in a second
mkaito has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #38357 → dbeaver: 4.3.3 -> 5.0.2 (18.03) → https://git.io/vxiN8
<{^_^}> [nixpkgs] @adisbladis pushed commit from @samueldr to release-18.03 « dbeaver: 4.3.3 -> 5.0.2 »: https://git.io/vxXvt
xcmw has quit [Ping timeout: 260 seconds]
xcmw has joined #nixos
<chisui> does any /home/baldr/Documents/java/dst18/ass1-jpa/target/surefire/surefirebooterxxxxx.jar still exist?
<fendor> chisui, no
<chisui> after a failed `mvn package` there should be one
<fendor> mvn package succeeds
<chisui> wat?
<chisui> did you skip the tests?
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos
<chisui> you need the surefireplugin to try executing the tests to get the jar
<fendor> yeah, i did. is the surefireplugin not installed by maven?
<WilliamHamilton> nix-shell -p "with import <nixpkgs> {}; pkgs.haskellPackages.ghcWithPackages (p: [p.hmm-hmatrix])"
<WilliamHamilton> and I determine the failure has to do with tight bounds, so I plan to use doJailbreak; then I try:
<WilliamHamilton> nix-shell -p "with import <nixpkgs> {}; pkgs.haskellPackages.ghcWithPackages (p: [pkgs.haskell.lib.doJailbreak p.hmm-hmatrix])"
<WilliamHamilton> but the bounds error persist. Am I calling doJailbreak the wrong way?
<fendor> installed surefireplugin for intellij and reimporting the project
<WilliamHamilton> (even if the command is doing something and not reporting errors?)
coot has joined #nixos
<fendor> still fails :(
jophish has quit [Quit: WeeChat 2.0]
<chisui> fendor: the problem isn't the surefire plugin itself. That will be downloaded by maven dynamically and it works. The problem is that creating forks in java is essentially impossible so the surefireplugin generates a jar and tries to execute it. the log essentially says that the surefire plugin couldn't create this "fork". Unfortunatly it doesn't show the actual error message the command printed.
<chisui> You can see the command that was tried in the log
freeman42x]NixOS has quit [Ping timeout: 256 seconds]
<chisui> but without the generated jar that doesn't help
MichaelRaskin has joined #nixos
<chisui> so you need to run another `mvn package` that fails to generate the jar
Mercuria1Alchemi has quit [Ping timeout: 246 seconds]
newhoggy has joined #nixos
<pbogdan> WilliamHamilton: try [ (pkgs.haskell.lib.doJailbreak p.hmm-hmatrix) ] ?
jophish has joined #nixos
newhoggy has quit [Remote host closed the connection]
erasmas has joined #nixos
<fendor> chisui, mvn package fais but still no jar
newhoggy has joined #nixos
<WilliamHamilton> pbogdan: thanks, that activates the jailbreak function; I forgot that what I wrote was interpreted as a list, and if I want application I have to signal it clearly with parentheses.
<fendor> chisui, https://hastebin.com/melusekeko.swift output of the command `mvn -e package -Pass1-jpa`
<chisui> fendor: does `ass1-jpa/target/surefire/surefirebooter5820127360136840870.jar` exist?
<fendor> no
blankhart has joined #nixos
asuryawanshi has quit [Ping timeout: 276 seconds]
newhoggy has quit [Ping timeout: 264 seconds]
kmicklas has joined #nixos
shoogz has quit [Remote host closed the connection]
blankhart has quit [Read error: Connection reset by peer]
blankhart has joined #nixos
<chisui> fendor: The only way I know to get further in this case would be to run maven in debug mode and step through the surefire plugin code.
szicari has joined #nixos
<fendor> chisui, so executing it with the -X flag?
akscram has quit [Ping timeout: 268 seconds]
<chisui> add a breakpoint to the `org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork` method and run `mvnDebug package` and attach intellij to the jvm
akscram has joined #nixos
<chisui> fendor: but you should only do that I you want to sink a lot of time into that. You might just experiment with the JAVA_HOME variable or stuff like that
mirthlos has joined #nixos
<fendor> chisui, yeah since tomorrow is the deadline for this task i'd prefer to to have a workaround
<{^_^}> [nixpkgs] @wizeman merged pull request #38347 → icedtea8_web: 1.6.2 -> 1.7.1 → https://git.io/vxilu
<{^_^}> [nixpkgs] @wizeman pushed 2 commits to master: https://git.io/vxXUF
<{^_^}> → ede066df by R. RyanTM: icedtea8_web: 1.6.2 -> 1.7.1
<{^_^}> → 9c5f79d2 by @wizeman: Merge pull request #38347 from r-ryantm/auto-update/icedtea-web
<fendor> chisui, workaoround: set the forkCount to 0 in the maven-surefire-plugin
<fendor> chisui, thanks for all your help!
<{^_^}> [nixpkgs] @dotlambda merged pull request #38058 → pythonPackages.vxi11: init at 0.9 → https://git.io/vxww9
<{^_^}> [nixpkgs] @dotlambda pushed commit from @bgamari to master « pythonPackages.vxi11: init at 0.9 »: https://git.io/vxXTd
logzet has joined #nixos
ncode has joined #nixos
ncode has quit [Changing host]
ncode has joined #nixos
Cale has quit [Remote host closed the connection]
nuncanada has joined #nixos
Guanin_ is now known as Guanin
<joepie91> so... there's a security vulnerability in `beep`
<joepie91> I'm... impressed
<dash> i'm trying to cope with some nodejs packages with uncivilized behavior, namely, relying on external binaries without providing a way to override them. such as https://github.com/imagemin/pngquant-bin
<dash> at `npm install` time, when it can't run its vendored executable, it tries to compile one
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxXIt
<{^_^}> → 65b14735 by @rvl: buildkite-agent: 2.6.9 -> 2.6.10
<{^_^}> → 6a6bdca5 by @adisbladis: Merge pull request #38322 from rvl/buildkite-agent
<{^_^}> [nixpkgs] @adisbladis merged pull request #38322 → buildkite-agent: 2.6.9 -> 2.6.10 → https://git.io/vx6Hq
<dash> any suggestions for coping with this in a node2nix/yarn2nix context?
<dash> joepie91: unix was a mistake
<dash> joepie91: yeah, i figured it would be something like that
zopsi has quit [Ping timeout: 276 seconds]
Arcaelyx_ has joined #nixos
Forkk has quit [Remote host closed the connection]
awygle has quit [Remote host closed the connection]
ahmedtd has quit [Quit: No Ping reply in 180 seconds.]
yrashk has quit [Ping timeout: 276 seconds]
oscarduignan has quit [Ping timeout: 276 seconds]
mduggie has quit [Ping timeout: 276 seconds]
lostman has quit [Ping timeout: 276 seconds]
Kim_ has quit [Ping timeout: 276 seconds]
y0no has quit [Ping timeout: 276 seconds]
jasom has quit [Ping timeout: 276 seconds]
awygle has joined #nixos
Forkk has joined #nixos
ahmedtd has joined #nixos
mduggie has joined #nixos
zopsi has joined #nixos
Kim_ has joined #nixos
Arcaelyx has quit [Ping timeout: 276 seconds]
<zybell_> joepie91:That is the Block Embeddin and Extension Protocol(?) something to crash through firewalls by pretending to be a webbrowser. Of course that has security problems.
jasom has joined #nixos
lostman has joined #nixos
oscarduignan has joined #nixos
logzet has quit [Remote host closed the connection]
yrashk has joined #nixos
<fendor> java and maven problems continued, maven fails to extract mongo db ? https://hastebin.com/wudoyijota.http
<joepie91> zybell_: not sure if that was a joke or not, but afaik this concerns the 'advanced pc-speaker beeper' :)
y0no has joined #nixos
silver has joined #nixos
asuryawanshi has joined #nixos
logzet has joined #nixos
<dash> zybell_: that's not how security or firewalls or networks work, really
hakujin has joined #nixos
hakujin4 has quit [Ping timeout: 256 seconds]
<fearlessKim[m]> is there a better way than `nix-build doc` to build the doc ? I started a nix shell but not sure how to trigger the doc compilation
<zybell_> That must be a joke. really the linked package is for beeping but contains nothing for running setuid, and straight c code so no race conds.
xcmw has quit [Ping timeout: 252 seconds]
<zybell_> dash: that was simplified for IRC line length. Essentially its IP over HTTP(S).
<dash> zybell_: the problem is that anything can be setuid or run as root
humanoyd has joined #nixos
<dash> i'm familiar with BEEP (aka BXXP)
<dash> anyway, I repeat: unix was a mistake :-|
<dash> good thing nixos makes it better... except for me, today
<{^_^}> [nixpkgs] @Infinisil opened pull request #38395 → pdd: init at 1.1 → https://git.io/vxXqj
zzamboni has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @jtojnar merged pull request #38390 → Fix gnome-shell-extensions-3.28.0 → https://git.io/vxPNE
<{^_^}> → 1661e88e by @hedning: gnome3.gnome-shell-extensions: build schema files
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to master: https://git.io/vxXmD
<{^_^}> → 7f3e2f62 by @hedning: gnome3.gnome-tweaks: make tweaks aware of gnome-shell-extensions
<{^_^}> → 43ce9b93 by @hedning: gnome3.gnome-shell-extensions: let apps-menu know about gnome-menus
<zybell_> nixos IS unix,or do you mean a few aspects of unix(which)? Of course you can set anything suid. But which sane packager would do it if no need/no provisions for secure op?
winem_ has quit [Ping timeout: 256 seconds]
zzamboni has joined #nixos
periklis has joined #nixos
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/251bc50e95a (from 74 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
simukis has joined #nixos
zzamboni has quit [Ping timeout: 256 seconds]
coot has quit [Quit: coot]
coot has joined #nixos
zzamboni has joined #nixos
Cale has joined #nixos
mmercier_ has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/vxXOd
<{^_^}> → 50585295 by @hedning: webkitgtk: fix non-deterministic build failure
<{^_^}> → 74839720 by @jtojnar: Merge pull request #38375 from hedning/webkitgtk-fix-build-failure
<{^_^}> [nixpkgs] @jtojnar merged pull request #38375 → webkitgtk: fix non-deterministic build failure → https://git.io/vxPwd
mmercier has quit [Ping timeout: 256 seconds]
mmercier_ is now known as mmercier
zzamboni has quit [Remote host closed the connection]
zzamboni has joined #nixos
logzet has quit [Remote host closed the connection]
hakujin1 has joined #nixos
zzamboni has quit [Ping timeout: 248 seconds]
hakujin has quit [Ping timeout: 245 seconds]
zzamboni has joined #nixos
freeman42x]NixOS has joined #nixos
bkchr has joined #nixos
zzamboni has quit [Ping timeout: 256 seconds]
zzamboni has joined #nixos
kreisys has joined #nixos
zzamboni has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
kreisys has quit [Read error: Connection reset by peer]
knupfer has joined #nixos
zzamboni has joined #nixos
jophish has quit [Quit: WeeChat 2.0]
logzet has joined #nixos
jophish has joined #nixos
jophish has quit [Client Quit]
zzamboni has quit [Client Quit]
ryantrinkle has quit [Ping timeout: 240 seconds]
roberth has quit [Ping timeout: 256 seconds]
Lisanna has quit [Quit: Lisanna]
shoogz- has joined #nixos
Neo-- has quit [Ping timeout: 276 seconds]
kreisys has joined #nixos
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/vxXnF
<{^_^}> → 37275927 by R. RyanTM: cups-filters: 1.20.1 -> 1.20.2
<{^_^}> → 729cd035 by @adisbladis: Merge pull request #38294 from r-ryantm/auto-update/cups-filters
<{^_^}> [nixpkgs] @adisbladis merged pull request #38294 → cups-filters: 1.20.1 -> 1.20.2 → https://git.io/vxKA2
kreisys has quit [Client Quit]
shoogz- has quit [Remote host closed the connection]
kreisys has joined #nixos
hakujin2 has joined #nixos
Mateon3 has joined #nixos
Ariakenom has joined #nixos
Mateon1 has quit [Ping timeout: 256 seconds]
Mateon3 is now known as Mateon1
<Orbstheorem[m]> How do I install packages that provide kernel modules like bbswitch? When I do it using nix env, I can modprobe it afterwards
hakujin1 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @nlewo pushed commit from @teto to release-18.03 « qemu-vm: passing QEMU_NET_OPTS would fail »: https://git.io/vxXcM
Neo-- has joined #nixos
mmercier has quit [Ping timeout: 256 seconds]
ryanartecona has joined #nixos
ryanartecona has quit [Client Quit]
raynold has joined #nixos
ryanartecona has joined #nixos
ryanartecona has quit [Client Quit]
<{^_^}> [nixpkgs] @jtojnar merged pull request #38392 → gvfs: fix non-deterministic build failure → https://git.io/vxPp6
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/vxXCk
<{^_^}> → ebda67e1 by @hedning: gvfs: fix non-deterministic build failure
<{^_^}> → 817c0866 by @jtojnar: Merge pull request #38392 from hedning/gvfs-fix
xy2_ has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
ryanartecona has joined #nixos
Neo-- has quit [Ping timeout: 256 seconds]
rihards has joined #nixos
vidbina has joined #nixos
ajp_ has quit [Remote host closed the connection]
<{^_^}> [cabal2nix] @peti merged pull request #344 → Support all architectures and OSs that GHC and Cabal support → https://git.io/vx6Zh
<{^_^}> [cabal2nix] @peti pushed 2 commits to master: https://git.io/vxXWI
<{^_^}> → 0bb88f00 by @kmicklas: Support all architectures and OSs that GHC and Cabal support
ajp has joined #nixos
<{^_^}> → 17e0b6c0 by @peti: Merge pull request #344 from obsidiansystems/parse-platform
periklis has quit [Ping timeout: 276 seconds]
szicari has quit [Quit: szicari]
romildo has joined #nixos
mirthlos has quit [Quit: Page closed]
romildo has left #nixos [#nixos]
<{^_^}> [nixpkgs] @jtojnar pushed to master « gnomeExtensions.dash-to-dock: 62 → 63 »: https://git.io/vxXWV
szicari has joined #nixos
endformationage has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #38314 → Fix GHCJS 7.10 → https://git.io/vx6ay
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/vxXW5
<{^_^}> → 774253e5 by @ElvishJerricco: Fix GHCJS 7.10
<{^_^}> → 97e891ae by @peti: Merge pull request #38314 from ElvishJerricco/fix-ghcjs-7.10
szicari has quit [Client Quit]
szicari has joined #nixos
lopsided98 has quit [Remote host closed the connection]
ryantrinkle has joined #nixos
digitus has joined #nixos
<joepie91> is there some way to make Nix builds (in particular nixos-rebuild) run with an idle scheduling class for I/O?
<joepie91> right now, every time I do a rebuild, everything starts lagging :)
<clever> joepie91: nixos-rebuild and any build started by root will generally bypass nix-daemon, so you can just ionice the command directly
<joepie91> clever: that didn't seem to work here, as far as I can tell it handed off the job to nix-daemon
<joepie91> I certainly see processes running at be/0 in iotop
<joepie91> despite the rebuild running in the idle class
<clever> joepie91: what about the process tree?
<joepie91> not sure what you're asking
<clever> are the heavy loads actually a child of nixos-rebuild?
szicari has quit [Quit: szicari]
<joepie91> no idea, can't check now because my rebuild finished :p
<joepie91> (incidentally, wouldn't it be reasonable to have rebuilds be run in the idle class by default?)
<clever> the units in iotop are really throwing me off
hakujin3 has joined #nixos
<clever> i keep seeing things like 1200 b/sec sorted above 50 kb/sec!
<joepie91> yeah, iotop sorting is a little weird
chreekat has quit [Quit: quitting]
xcmw has joined #nixos
<{^_^}> [nixpkgs] @jerith666 opened pull request #38397 → Update OpenJDK 10 and Eclipse to GTK 3 → https://git.io/vxX44
eyJhb has quit [Ping timeout: 256 seconds]
jrolfs_ has quit [Ping timeout: 240 seconds]
hakujin2 has quit [Ping timeout: 256 seconds]
eyJhb has joined #nixos
<ottidmes> joepie91: I always substract some core count from maxJobs, that seems to help a lot
vidbina has quit [Ping timeout: 264 seconds]
Lears has quit [Ping timeout: 240 seconds]
goibhniu has quit [Ping timeout: 256 seconds]
<joepie91> ottidmes: the problem here is I/O congestion, though, not CPU congestion
<joepie91> limiting cores won't fix that :)
<joepie91> and honestly I'm a little surprised that nixos-rebuild doesn't idle-class itself by default, because this seems like a textbook example of a job you'd want to run idle-class
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nixos
ryanartecona has quit [Client Quit]
<bkchr[m]> Pascal Bach: online?
jrolfs_ has joined #nixos
ryanartecona has joined #nixos
ryanartecona has quit [Client Quit]
ryanartecona has joined #nixos
<ottidmes> joepie91: In my experience its always been the CPU that caused the lagging, so I thought I just mention it just in case.
<{^_^}> [nixpkgs] @bachp opened pull request #38398 → raspberrypifw: 1.20171029 -> 1.20180313 → https://git.io/vxX0f
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/251bc50e95a (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #38399 → binutils: No more darwin conditionalism → https://git.io/vxX0q
<joepie91> ottidmes: fair enough
<joepie91> it's definitely I/O in my case though
<joepie91> my CPU is plenty fast enough (about 30% usage) but my HDD is getting ravaged :)
szicari has joined #nixos
xy2_ has quit [Ping timeout: 276 seconds]
shoogz has joined #nixos
xy2_ has joined #nixos
knupfer has quit [Quit: knupfer]
<{^_^}> [nixpkgs] @bachp closed pull request #38398 → raspberrypifw: 1.20171029 -> 1.20180313 → https://git.io/vxX0f
jrolfs_ has quit [Ping timeout: 264 seconds]
obadz- has joined #nixos
jrolfs_ has joined #nixos
sigmundv has quit [Ping timeout: 240 seconds]
obadz has quit [Ping timeout: 240 seconds]
obadz- is now known as obadz
aarvar has joined #nixos
bara has quit [Remote host closed the connection]
<ottidmes> joepie91: HDD as in regular HDD not SSD? If so, that explains :P I never really experienced an I/O issue when building something with Nix while on a SSD
m0rphism1 has joined #nixos
<joepie91> ottidmes: yes, regular HDD
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/d5c26dd063b (from 78 minutes ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d5c26dd063b (from 78 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
<joepie91> honestly I've been getting increasingly annoyed by the fact that nearly all modern software seems to assume that everybody is running an SSD
<joepie91> in their disk access patterns
fendor has quit [Ping timeout: 240 seconds]
m0rphism has quit [Ping timeout: 268 seconds]
vidbina has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/817c086642e (from 77 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<ottidmes> joepie91: I can imagine, I cannot stand to work on any laptop/desktop that still uses one as their OS drive, my low power laptop upgraded with a SSD felt faster than my otherwise superior desktop with a HHD at the time, and that was when HDD were still the norm, should only have gotten worse
<{^_^}> [nixpkgs] @bkchr opened pull request #38400 → raspberrypifw: 1.20171029 -> 1.20180328 → https://git.io/vxXzW
blankhart has quit [Ping timeout: 276 seconds]
vidbina has quit [Ping timeout: 260 seconds]
jperras has joined #nixos
<joepie91> ottidmes: yeah, I've noticed the same. and it has indeed gotten considerably worse...
<joepie91> SSDs need to get cheaper faster :)
coot has quit [Ping timeout: 260 seconds]
xcmw has quit [Ping timeout: 260 seconds]
coot has joined #nixos
<ottidmes> joepie91: memory and GPUs as well, especially GPUs...
<woffs> Could someone be so kind and have a look at https://github.com/NixOS/nixpkgs/pull/37786 (fix quagga service)?
blankhart has joined #nixos
shoogz has quit [Remote host closed the connection]
shoogz has joined #nixos
neecro[m] has joined #nixos
rauno has joined #nixos
<{^_^}> [nix] @matthewbauer reopened pull request #1664 → Setup nix_path correctly in nix-profile-daemon → https://git.io/vFCx5
<ryantm> woffs: I asked OfBorg to test it.
<woffs> thanks ryantm
<fyuuri> Does cisco vpn work under nixos? (I want to access the university VPN)
<benley> fyuuri: I haven't tried using it, but I think it can be done. NetworkManager includes a Cisco AnyConnect client, and I know at least some of its other vpn client types work.
<benley> fyuuri: oh I also see a cisco "vpnc" client in networkmanager
<fyuuri> Ah. That is nice. Is there a howto for setting up the network manager vpn?
ryanartecona has quit [Quit: ryanartecona]
<benley> If you're using a desktop like gnome or kde, it ought to include a UI for configuring network manager. I run a standalone one called nm-applet (part of gnome, probably?)
<benley> other than getting a desktop setup, the rest of vpn client setup through NM ought to be similar to any other distro
<benley> (in theory)
<fyuuri> nice. I used to use the nm-applet under arch linux. Is it enogh to install that?
<fyuuri> There are some options regaring nm manager in the configuration.nix
<fyuuri> Ill just test installing nm-applet and come back here if I run into problems :)
<fyuuri> thx!
<benley> you'll want to set networking.networkmanager.enable = true; at least
<benley> and install nm-applet
<fyuuri> ok! thx!!
<benley> I also find it useful to set networking.networkmanager.unmanaged = ["interface-name:docker*" "interface-name:veth*"]; to make it ignore docker and VirtualBox interfaces
orivej has quit [Ping timeout: 256 seconds]
<fyuuri> thank you!
hellrazo1 has quit [Quit: WeeChat 2.1]
ryanartecona has joined #nixos
fendor has joined #nixos
<infinisil> fyuuri: the standalone client vpnc doesn't seem to work well for me. While it does connect just fine and I can ping ip's, DNS is borked up
<benley> mmm networkmanager does seem to insist on doing elaborate and confusing things with resolvconf
<infinisil> That's also why vpnc doesn't work, also does stuff with resolvconf
<benley> infinisil: have you tried setting network.networkmanager.useDnsmasq = true; ?
<infinisil> I'm not using networkmanager
<benley> ahhh ok
<fyuuri> Ill try if nm works for me
<fyuuri> I really need to get this VPN working asap^^
<infinisil> I heard somebody else say that cisco vpn works with networkmanager
<benley> I don't quite remember the details of why that useDnsmasq mode got things working well for me but it definitely did. Something to do with split-tunnel DNS.
<fyuuri> that would be great
<benley> *split-horizon dns
<infinisil> fyuuri: I ended up just booting into my Mac to get it to work lol, was really urgent
coot has quit [Quit: coot]
endformationage has quit [Ping timeout: 268 seconds]
endformationage has joined #nixos
<{^_^}> [nixpkgs] @dtzWill closed pull request #37813 → spice: 0.13.3 -> 0.14.0 → https://git.io/vx0LP
<fyuuri> what is the nm-applet called in nixos?
<fyuuri> I really want to access the network with nixos ^^
<benley> "networkmanagerapplet" is the name
<fyuuri> thx!
<benley> the attribute in nixpkgs, at least
coot_ has joined #nixos
<tnks> I'm beginning to second-guess which channel I follow with respect to balancing having latest-curation, but with a hint of stability.
<benley> which have you been using?
<tnks> nixpkgs-unstable
<tnks> I think that's the popular "recommendation" that's in the docs.
<tnks> but I don't really understand how branches from the normal nixpkgs repository feed into nixpkgs-unstable and also nixos-unstable.
<benley> If you're running nixos, you probably don't want to use nixpkgs-unstable. nixos-unstable includes a bunch of tests that keep it from breaking your whole machine :-P
<tnks> in this case, I'm not running nixos, just nix to do package management for Docker images.
<benley> both of the -unstable channels come from the master branch - they're the most recent commit where the test suite for that channel has passed on hydra.
<tnks> I also am most interested in Python machine learning libraries (this is for work).
<benley> ahhhhh cool, we're starting to use nix that way at work too :-D
<tnks> okay, then maybe I'm on the right channel.
<tnks> benley: any thoughts of what to use as a reference point?
<benley> I've been considering going with the most recent nixos-xx.xx stable channel
<tnks> I've been using nixpkgs-unstable for about a year, and with a recent attempt to upgrade to a new version of nixpkgs-unstable, a few things broke.
<tnks> maybe that's a way to go... it's just got less parity with Conda.
<tnks> Python is a tire fire from a correctness perspective.
<benley> I figure with a -stable channel the package versions remain stable for at least half a year at a time, including security patches, and when it does come time to upgrade there will be other people working out the kinks too
justanotheruser has quit [Ping timeout: 264 seconds]
<benley> oy vey, yeah.
<tnks> sometimes stability is just a farce, though. It's just pinning at some arbitrary point of time.
<tnks> (especially for Python libraries).
<tnks> and for this particular ML work, I don't feel I'm in a position to make security much of a concern. I feel Python already lost that war.
<{^_^}> [nixpkgs] @primeos opened pull request #38401 → nixos/rootston: Use an attribute set and the new keyboard configuration format → https://git.io/vxXwI
<fyuuri> nm-applet and networkmanager both work fine
<fyuuri> But the VPN connect seems not to work :(
<benley> d'oh. Anything interesting in syslog?
<fyuuri> failed to commit changes to dconf
justanotheruser has joined #nixos
sigmundv has joined #nixos
fendor has quit [Ping timeout: 256 seconds]
<fyuuri> benley: network manager cannot add the connection because it does not have the previleges on my machine.
fendor has joined #nixos
<fyuuri> So maybe it works if I can give it the required rights^^
WhittlesJr has quit [Ping timeout: 260 seconds]
astsmtl has quit [Ping timeout: 268 seconds]
<benley> oh man I cannot remember how the fancy permissions policy stuff works ... "polkit" I think it's called?
<fyuuri> :( Is that really necessary?
pie___ has quit [Ping timeout: 260 seconds]
<benley> brb, in a meeting
<fyuuri> Ah!
<fyuuri> I just looked in the .nix
<fyuuri> Is the user needs to be in the networkmanager group it seems.
<fyuuri> OK. thx for the help again. Ill tell you when I get it working :)
bkchr has quit [Quit: Konversation terminated!]
kreisys has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @dtzWill merged pull request #37810 → udisks2: 2.1.6 -> 2.1.8, extend workaround to include musl → https://git.io/vx0LU
<{^_^}> [nixpkgs] @dtzWill pushed 3 commits to staging: https://git.io/vxXrA
<{^_^}> → 9f7d5981 by @dtzWill: udisks2: 2.1.6 -> 2.1.8
<{^_^}> → 990d2928 by @dtzWill: udisks: extend "we know better than compiler" to more platforms (musl)
<{^_^}> → 8422a144 by @dtzWill: Merge pull request #37810 from dtzWill/update/udisks2-2.1.8
<{^_^}> [nixpkgs] @matthewbauer merged pull request #38381 → mailutils: disable parallel building → https://git.io/vxPX9
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/vxXoJ
<{^_^}> → b913e36a by @xeji: mailutils: disable parallel building
<{^_^}> → 3bbea5c6 by @matthewbauer: Merge pull request #38381 from xeji/p/mailutils
<{^_^}> [nixpkgs] @matthewbauer merged pull request #38164 → pmd: 6.1.0 -> 6.2.0 → https://git.io/vxoxf
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/vxXoO
<{^_^}> → ca3c49c7 by R. RyanTM: pmd: 6.1.0 -> 6.2.0
<{^_^}> → 60f8df20 by @matthewbauer: Merge pull request #38164 from r-ryantm/auto-update/pmd
jensens has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #38046 → urlwatch: 2.8 -> 2.9 → https://git.io/vxwGA
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/vxXoZ
<{^_^}> → efcec64b by @ryantm: urlwatch: 2.8 -> 2.9
<{^_^}> → b3788ffc by @matthewbauer: Merge pull request #38046 from ryantm/auto-update/urlwatch
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/vxXoE
<{^_^}> → b8420be1 by @matthewbauer: Merge pull request #37603 from limeytexan/perlPackages.perlldap
<{^_^}> → 43775ceb by @limeytexan: perlPackages.perlldap: init at 0.65
<{^_^}> [nixpkgs] @matthewbauer merged pull request #37603 → perlPackages.perlldap: init at 0.65 → https://git.io/vxWZy
<{^_^}> [nixpkgs] @matthewbauer merged pull request #37618 → parity: new release 1.10.0 → https://git.io/vxWAP
<{^_^}> [nixpkgs] @matthewbauer pushed commit from @akru to master « parity: new release 1.10.0 (#37618) »: https://git.io/vxXow
vidbina has joined #nixos
thblt has joined #nixos
justanotheruser has quit [Ping timeout: 268 seconds]
endformationage has quit [Ping timeout: 240 seconds]
hotfuzz_ has quit [Quit: WeeChat 2.0]
<{^_^}> [nixpkgs] @matthewbauer closed pull request #37925 → libuuid: use OSSP uuid → https://git.io/vxgY2
hotfuzz has joined #nixos
endformationage has joined #nixos
acarrico has quit [Ping timeout: 240 seconds]
hotfuzz_ has joined #nixos
lassulus_ has joined #nixos
oscarduignan_ has joined #nixos
rauno has quit [Ping timeout: 252 seconds]
lostman_ has joined #nixos
hotfuzz has quit [Ping timeout: 240 seconds]
Forkk_ has joined #nixos
michiel_l_ has joined #nixos
bjarki has joined #nixos
ryanarte_ has joined #nixos
rawtaz_ has joined #nixos
nixy- has joined #nixos
uwap_ has joined #nixos
max3raza_ has joined #nixos
prooftechnique_ has joined #nixos
Baughn_ has joined #nixos
paraseba_ has joined #nixos
ryanartecona has quit [*.net *.split]
oscarduignan has quit [*.net *.split]
lostman has quit [*.net *.split]
jasom has quit [*.net *.split]
Kim_ has quit [*.net *.split]
Forkk has quit [*.net *.split]
pkill9 has quit [*.net *.split]
drewr has quit [*.net *.split]
lukec has quit [*.net *.split]
paraseba has quit [*.net *.split]
lassulus has quit [*.net *.split]
srini[m] has quit [*.net *.split]
michiel_l has quit [*.net *.split]
r3mfKm[m] has quit [*.net *.split]
zie[m] has quit [*.net *.split]
retrry[m] has quit [*.net *.split]
roygobeilantoine has quit [*.net *.split]
wmertens[m] has quit [*.net *.split]
DIzFer[m] has quit [*.net *.split]
thefloweringash[ has quit [*.net *.split]
gh0st[m] has quit [*.net *.split]
malteof[m] has quit [*.net *.split]
AlanPearce[m] has quit [*.net *.split]
briansteffens[m] has quit [*.net *.split]
alexoundos7[m] has quit [*.net *.split]
chatnowvvv[m] has quit [*.net *.split]
chominist[m] has quit [*.net *.split]
imbigbrother[m] has quit [*.net *.split]
xnaveira[m] has quit [*.net *.split]
ajmccluskey[m] has quit [*.net *.split]
grahamc has quit [*.net *.split]
turok9[m] has quit [*.net *.split]
itorres has quit [*.net *.split]
primeos[m] has quit [*.net *.split]
wizek[m] has quit [*.net *.split]
sudoreboot[m] has quit [*.net *.split]
scott has quit [*.net *.split]
indefini has quit [*.net *.split]
florianjacob has quit [*.net *.split]
mankyKitty[m] has quit [*.net *.split]
deanman has quit [*.net *.split]
symphorien has quit [*.net *.split]
SuprDewd has quit [*.net *.split]
tghume has quit [*.net *.split]
max3raza has quit [*.net *.split]
lluchs has quit [*.net *.split]
prooftechnique has quit [*.net *.split]
nixy has quit [*.net *.split]
uwap has quit [*.net *.split]
fadenb has quit [*.net *.split]
rawtaz has quit [*.net *.split]
Baughn has quit [*.net *.split]
Baughn_ is now known as Baughn
oscarduignan_ is now known as oscarduignan
lostman_ is now known as lostman
andersk_ has quit [Remote host closed the connection]
deanman_ has joined #nixos
max3raza_ has quit [Ping timeout: 260 seconds]
qqlq has quit [Ping timeout: 260 seconds]
pareidolia has quit [Ping timeout: 240 seconds]
andersk has joined #nixos
pareidolia has joined #nixos
qqlq has joined #nixos
max3raza has joined #nixos
Kim_ has joined #nixos
jasom has joined #nixos
symphorien has joined #nixos
chatnowvvv[m] has joined #nixos
fadenb has joined #nixos
lluchs has joined #nixos
pkill9 has joined #nixos
chominist[m] has joined #nixos
itorres has joined #nixos
indefini has joined #nixos
gh0st[m] has joined #nixos
roygobeilantoine has joined #nixos
zie[m] has joined #nixos
lukec has joined #nixos
retrry[m] has joined #nixos
tghume has joined #nixos
imbigbrother[m] has joined #nixos
AlanPearce[m] has joined #nixos
rauno has joined #nixos
vcunat has joined #nixos
xnaveira[m] has joined #nixos
briansteffens[m] has joined #nixos
srini[m] has joined #nixos
scott has joined #nixos
DIzFer[m] has joined #nixos
thefloweringash[ has joined #nixos
primeos[m] has joined #nixos
grahamc has joined #nixos
ajmccluskey[m] has joined #nixos
wizek[m] has joined #nixos
sudoreboot[m] has joined #nixos
mankyKitty[m] has joined #nixos
malteof[m] has joined #nixos
turok9[m] has joined #nixos
r3mfKm[m] has joined #nixos
wmertens[m] has joined #nixos
alexoundos7[m] has joined #nixos
florianjacob has joined #nixos
drewr has joined #nixos
humanoyd has quit [Quit: WeeChat 2.1]
endformationage has quit [Ping timeout: 256 seconds]
endformationage has joined #nixos
ryanarte_ has quit [Quit: ryanarte_]
knupfer has joined #nixos
asuryawa_ has joined #nixos
asuryawanshi has quit [Read error: Connection reset by peer]
bpa has joined #nixos
<{^_^}> [nixpkgs] @LnL7 merged pull request #38384 → tectonic: fix darwin build → https://git.io/vxP5W
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/vxX1i
<{^_^}> → 8f2102de by @mbode: tectonic: fix darwin build
<{^_^}> → cc1d4add by @LnL7: Merge pull request #38384 from mbode/tectonic_darwin
kreisys has joined #nixos
hakujin4 has joined #nixos
<kreisys> hey! it looks like every time I run gc it removes packages that are linked-to from other packages
<kreisys> is it not allowed to have symbolic links in packages?
astsmtl has joined #nixos
astsmtl has quit [Changing host]
astsmtl has joined #nixos
kiloreux_ has joined #nixos
hakujin3 has quit [Ping timeout: 246 seconds]
<zybell_> idk but the links have to be registered somwhere,
<zybell_> it seems from some talk on this channel.
<infinisil> Yeah, can you describe the problem with a bit more detail kreisys?
<kreisys> So... I'm writing yet another nodejs builder
kiloreux has quit [Ping timeout: 246 seconds]
<kreisys> and since the /lib part takes (waaaaay) longer to build then the /bin part of the package, I split them to 2 packages and then created a "meta" package that just links /bin to the bin package and /lib to the lib package
<monotux> how is the 18.03 release going btw?
<kreisys> whenever I run the gc it deletes the bin and lib packages and the meta package remains. broken.
<kreisys> that also breaks nix-env until I explicitly remove all those packages
<lejonet> kreisys: how do you link em? If you add em like buildInputs, they should become deps
<kreisys> Symlinks
<infinisil> monotux: Earliest release date is today, but it might be delayed a bit longer
<lejonet> O.o nix isn't aware of symlinks
<infinisil> kreisys: What's your nix file for building?
<zybell_> does the meta pkg correctly use the bin and lib as build-inputs?
<lejonet> so it won't treat the dependencies as dependencies if you only symlink them
<infinisil> No nix should do that
<lejonet> Well, I guess that depends on how the symlinks are made I guess
<kreisys> ln -s
<infinisil> Yeah that should work, what's the nix code?
<zybell_> Using them as buildInput registers symlinks in nix.
<kreisys> let me query the closure...
civodul has joined #nixos
<gchristensen> a dependency doesn't strictly have to be a buildInput for it to be considered a run-time dependency, zybell_
<monotux> infinisil ah, ok! I've noticed the release branch but it hadn't been updated in a while
<zybell_> But I think its easiest in his case.
<gchristensen> buildInputs do not automatically become run-time dependencies
<infinisil> Indeed ^^ Whatever is contained in $out will become a run-time dependency, and buildInputs don't get added to $out automatically
Guest8388 has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #38403 → mpg123: 1.25.8 -> 1.25.10 → https://git.io/vxXMA
<infinisil> I mean that, whatever /nix/store path occurs in $out will become a dependency
<zybell_> If they are linked?
<kreisys> But do symlinks count?
<infinisil> Yes
<Guest8388> Anyone installed Dropbox and linked it, only to get dropbox status == "up to date" with nothing synced?
fendor has quit [Remote host closed the connection]
<infinisil> I could help a whole lot more efficiently if you could show the nix code you used to produce the packages
<kreisys> ok that's strange...
spear2 has joined #nixos
<kreisys> So the -bin part appears in the nix-store -qR output
<kreisys> but the other part does not
fendor has joined #nixos
endformationage has quit [Ping timeout: 263 seconds]
<kreisys> perhaps because the lib part doesn't actually have the -lib suffix? it is named exactly the same as the top level package
roberth has joined #nixos
<kreisys> except for the hash of course
<kreisys> could that be a problem?
<lejonet> Hmm, is there any easy way to mark certain parts of a package to be setuid? (I'm thinking about chromium and vivaldi mainly, they apparently need setuid root for their sandboxes...)
<kreisys> I thought names are just for us humans
ma27 has quit [Ping timeout: 252 seconds]
endformationage has joined #nixos
<infinisil> kreisys: I can help you if you tell me how to reproduce the problem
<kreisys> kk... let me try and whip up a minimal repro
coot_ has quit [Quit: coot_]
rauno has quit [Ping timeout: 260 seconds]
ryanartecona has joined #nixos
periklis has joined #nixos
michas_ has joined #nixos
<periklis> vcunat: is there actually a date when 18.03 will be officialy on nixos.org available?
<acowley> I've had a couple PRs open for a few weeks. If anyone can take a look, this one is for nixos's mlocate service https://github.com/NixOS/nixpkgs/pull/37388
<acowley> I have another that may have bitrotted so I'll have to take a look
hakujin has joined #nixos
<{^_^}> [nixpkgs] @ttuegel opened pull request #38404 → Refactor TeX Gyre package sets → https://git.io/vxXyX
<fyuuri> benley: I can now add connections, but it keeps me asking for a group password which does not exist. (At least to my knowledge; maybe it is somewhere in the vpnc config file)
ryanartecona has quit [Read error: Connection reset by peer]
<benley> weird - a vpn group password? Not a posix group password (which would be even weirder, but possible)
ryanarte_ has joined #nixos
MP2E has joined #nixos
<fyuuri> benley: the nm vpn setup from asks for a group password. You can say: "The password is not required". But when I choose this option it asks for the password as soon as I try to connect
hakujin4 has quit [Ping timeout: 276 seconds]
<fyuuri> The "official" cisco vpn client does not ask for this group password.
justanotheruser has joined #nixos
drakonis has joined #nixos
<lejonet> What type of VPN?
<maurer> fyuuri: If you receive the official client from your internal distribution rather than cisco directly, it may have some preconfiguration done
<maurer> I know this is true of my institution's vpn client
fendor has quit [Remote host closed the connection]
bara has joined #nixos
<maurer> (e.g. the group password might be baked into a client you download from your organization)
<fyuuri> maurer: Yes. I think so.
<fyuuri> :(
<lejonet> Shouldn't be too hard to find it you'd think :P
<zybell_> I assume its a POSIX group passwd because the user is not in the right group and it tries to remedy that by way of newgrp.
<fyuuri> But I dont even know yet what to decode
<infinisil> fyuuri: Yeah i also think it needs a group password, also called ipsec secret or group secret
<fyuuri> infinisil: yes
jperras has quit [Ping timeout: 252 seconds]
<lejonet> ah, ipsec, fun times
<fyuuri> This is when I envy windows users...
rauno has joined #nixos
<infinisil> fyuuri: I mean if nixos had a great cisco vpn module it would be super easy
<fyuuri> (not really^^)
<infinisil> But it doesn't :
<infinisil> (
<infinisil> yet at least
<lejonet> infinisil: if you're willing to pay for the therapy... :P
<fyuuri> But the network manager seems to work.
jperras has joined #nixos
<lejonet> Was a while since I fiddled with cisco's own VPN, but I remember it being counter-intuitiv and stupidly annoying to setup
<michas_> Hi, I stubled upon this short blog post: https://theshortlog.com/2016/06/29/Prepare-NixOS-disk-image-for-another-computer/ which seems to use a very direct nix-build to create a disk image using make-disk-image. This seem much more clean than the command needed by the nova-image. Unfortunately it does not work (anymore?) as it is. Can you give me a hint what the author intended to do here?
taktoa has quit [Remote host closed the connection]
lassulus_ is now known as lassulus
aarvar1 has joined #nixos
aarvar is now known as Guest58191
Guest58191 has quit [Ping timeout: 264 seconds]
aarvar1 is now known as aarvar
<LnL> nix-build -A config.system.build.isoImage -I nixos-config=/path/to/configuration.nix
<vcunat> periklis: no date has been hard-fixed for 18.03
<vcunat> e.g. now there's chromium test failing and I have no idea why
<infinisil> michas_: Note that LnL's command has to be run in the nixpkgs/nixos folder
kiloreux_ has quit [Remote host closed the connection]
<LnL> oh whoops
<vcunat> (hmm, chromium succeeded an hour ago)
<LnL> nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=/path/to/configuration.nix
<infinisil> vcunat: Weird.. But only 180 failures is pretty good!
<LnL> depends on what fails :)
<infinisil> Yeah..
<vcunat> :-)
<infinisil> "action timed out after -1 seconds" Sounds like a random vm failure
<michas_> LnL: In the blog post they simply use `nix-build mkimage.nix`. Did this work back then? Why isn't this possible anymore?
<infinisil> michas_: I think he's using the file there as mkimage.nix
<LnL> michas_: not sure, what's the error?
<infinisil> Huh, that's some weird syntax in that file though: `import <nixpkgs nixos="">`, what does that even do?
<fyuuri> It works!!! :))
<LnL> huh, wait ts that a thing?
<fyuuri> Somebody said "IPSec" and that is what made me think.
<fyuuri> ^^
xcmw has joined #nixos
<michas_> infinisil: LnL: yes, there are syntax errors and weird expression I do not completely understand. like that <nixpkgs nixos="">.
<infinisil> LnL: I don't think so, really weird
<michas_> not sure how to fix that.
<judson> With GrahamCOfBorg, is there a path to a bors/zuul for nixpkgs?
<fyuuri> You can use the Cisco AnyConnect Protocol which uses full SSL and that worked.
<fyuuri> There are two cisco options in network manager
<LnL> yeah, that's not right afaik
<fyuuri> benley: It worked. See my messages above. What did not work for you? Maybe we can make yours work, too. Thank you so much for your help. You put me on the right track for solving the problem!
<{^_^}> [nixpkgs] @volth opened pull request #38405 → network-interfaces-scripted: wlanInterfaces have .device, … → https://git.io/vxXHq
<judson> In the meantime, can I beg for #38077 to get merged before there's a conflict with another Node expression?
<benley> fyuuri: I don't have a cisco vpn to use - did you mean maurer?
<LnL> michas_: you can do something like this to build an iso with custom stuff https://gist.github.com/LnL7/3c2337879313b1b0526ec7da4ab7b2c8
mahalel_ has joined #nixos
<fyuuri> benley: You said you ended up using mac OS.
pikajude has quit [Quit: ZNC 1.6.5 - http://znc.in]
<fyuuri> If somebody needs help with cisco via networkmanager, tell me.
pikajude has joined #nixos
<Guest8388> Hm, any obvious culprit for this? "The option value `environment.systemPackages.[definition 39-entry 11]' in `/etc/nixos/configuration.nix' is not of type `package'."
<Guest8388> I'm trying to install Python 3 with PyQt5 using " python36.withPackages( pypkgs: with pypkgs; [ pyqt5 ])"
<infinisil> vcunat: Not sure, but every failing build has "lucifer" as its machine, maybe that's one of the bad ones
<LnL> infinisil: michas_: oh! I think that's just supposed to be <nixpkgs/nixos/lib/make-disk-image.nix>
<infinisil> LnL: Isn't that available through an attribute?
<LnL> maybe the blog engine interpreted the post in a weird way
<infinisil> Oh that seems likely
<Guest8388> Here's the relevant part of configuration.nix: https://gist.github.com/joseph-long/588f2d1a86abf7a7e777496b8f937d91
robstr has quit [Quit: WeeChat 1.9.1]
<michas_> LnL, I am already aware of https://github.com/NixOS/nixpkgs/blob/master/nixos/maintainers/scripts/openstack/nova-image.nix, but I was wondering why he is simply doing "nix-build file.nix". Looks like there was a time when something like that simply worked...
<Guest8388> michas_: I went down a rabbit hole trying to do that, but I think the command was never right
<vcunat> infinisil: hmm, that test isn't included in the `tested` job
<vcunat> I wonder if there's some reason for that.
periklis has quit [Ping timeout: 255 seconds]
<LnL> michas_: yes, I'm pretty sure this expression will work https://gist.github.com/LnL7/b2e1ca26de142514ea2f541716e0ee9c
<infinisil> vcunat: The `tested` job?
lambdamu has joined #nixos
<benley> fyuuri: that wasn't me
kreisys has quit [Read error: Connection reset by peer]
<fyuuri> ok. sry. thanks again for helping!!
<LnL> michas_: but like infinisil mentioned, config.system.build.isoImage is basically the same as the second part of that file
<benley> fyuuri: <infinisil> fyuuri: I ended up just booting into my Mac to get it to work lol, was really urgent
<benley> fyuuri: and you're welcome
<vcunat> `tested` is the main thing driving whether a channel is bumped
<infinisil> vcunat: I see, yeah it's weird for systemd not to be in there
<vcunat> (also it waits for everything to finish - that's the only other rule, I think)
<michas_> LnL: your expression gives me: syntax error, unexpected '=', expecting ')', at mkimage.nix:5:36
<LnL> just edited it :)
<infinisil> vcunat: Isn't this "lucifer" machine the culprit? All errors I see are because of that one.
<Dezgeg> it's also the only machine that runs tests I think =)
<LnL> great name for the machine that runs all of the flaky tests :)
<vcunat> there surely are more, but it's limited IIRC
alex`` has quit [Quit: WeeChat 2.1]
<Dezgeg> AFAICT from the machine status page, that is the only one
<infinisil> Dezgeg: I'm a bit confused, because I can only see the machine name for failing jobs, succeeding ones don't show it
<vcunat> infinisil: the `build steps` tab shows machine names
<michas_> LnL: now it gives me: anonymous function at /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/lib/make-disk-image.nix:1:1 called with unexpected argument 'partitioned', at mkimage.nix:29:1
hakujin1 has joined #nixos
<LnL> guess make-disk-image.nix changed a bit since that was written
<vcunat> both firefox and systemd tests succeed for me locally (only one attempt done)
kreisys has joined #nixos
<infinisil> Dezgeg: Ctrl-F for "tests" on https://hydra.nixos.org/machines, pretty much all linux machines run tests according to that
dbe has quit [Ping timeout: 248 seconds]
<michas_> LnL: but after removing that attribute, it seems to work fine.
<Dezgeg> they are building parts of the tests
<Dezgeg> or dependencies, I mean
<zybell_> Shouldn't a test machine after sending: xxx broken,Error..., send:btw here is the proof http:...?
<Dezgeg> none of the others is running vm-test-run-*.drv ones
<infinisil> I'm gonna run the firefox and systemd checks locally too
dvim has quit [Quit: WeeChat 2.1]
<infinisil> (on d5c26dd063b)
hakujin has quit [Ping timeout: 276 seconds]
<infinisil> vcunat: These 2 tests succeed for me. I'm gonna go through more failing ones on hydra to see if they are actually failing
lambdamu has quit [Read error: Connection reset by peer]
<infinisil> Ah right, only the tested jobset is important, still gonna run tests for the failing ones not in that jobset though
bara has quit [Read error: Connection reset by peer]
bara has joined #nixos
<infinisil> vcunat: Let me know if I can help you somehow!
<vcunat> infinisil: you don't need to retry the keymap tests
<vcunat> I know well they're flaky
<infinisil> Yeah, well the tests run fairly quick so it's no problem
<{^_^}> [nixpkgs] @nyanloutre opened pull request #38407 → transmission: settings doc location changed → https://git.io/vxXdT
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #38408 → monero-gui: 2018-03-31 -> 0.12.0.0 → https://git.io/vxXdu
endformationage has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @LnL7 pushed commit from @mbode to release-18.03 « tectonic: fix darwin build »: https://git.io/vxXdy
<zybell_> Should one run known flaky tests? If they are flaky, what is the worth doing them?
saltsa has joined #nixos
saltsa has quit [Client Quit]
endformationage has joined #nixos
kreisys has quit [Read error: Connection reset by peer]
<infinisil> zybell_: Well if something does actually break we would like to know that, that's why tests are there in the first place
bara has quit [Read error: Connection reset by peer]
<catern> how can I run a python program which runs executables in subprocesses so that it will run the executables from Nix?
bara has joined #nixos
<symphorien> Use a wrapper to set the PATH ?
<infinisil> zybell_: The best thing would be to fix the flakyness, but that's hard
<zybell_> infinisil:If a test is flaky,you *can not* know if something breaks. That is my point.
hakujin2 has joined #nixos
<infinisil> You can look at the logs in our case, which often gives a hint whether it's just failing due to randomness or an actual problem
<{^_^}> [nixpkgs] @layus opened pull request #38409 → cups-filters: remove myself from maintainers → https://git.io/vxXFD
Guest8388 has quit [Quit: Lost terminal]
kreisys has joined #nixos
hakujin1 has quit [Ping timeout: 276 seconds]
doyougnu has joined #nixos
jb55 has joined #nixos
zybell_ has quit [Ping timeout: 240 seconds]
thisisonlyatest has joined #nixos
thisisonlyatest has quit [Client Quit]
<Dezgeg> there are spurious false positives but no false negatives
ertes-w has quit [Read error: Connection reset by peer]
coot_ has joined #nixos
<michas_> Have you ever seen that issue on a current nixos? http://yellowgrass.org/issue/NixOS/149 (the nix-expression built above seems to create that.)
ertes-w has joined #nixos
acarrico has joined #nixos
<vcunat> I'm afraid we just don't see the false negatives :-)
phreedom has quit [Remote host closed the connection]
<gchristensen> vcunat: want to wait for more time, or merge & bacport that PR?
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #38047 → sysvinit: 2.88dsf -> 2.89 → https://git.io/vxwc3
<{^_^}> [nixpkgs] @matthewbauer pushed commit from @ryantm to master « sysvinit: 2.88dsf -> 2.89 »: https://git.io/vxXN6
<gchristensen> whoa, what is yellograss
<vcunat> such an ancient ticket
knupfer has quit [Ping timeout: 276 seconds]
<MichaelRaskin> An issue tracker,
<MichaelRaskin> Grass is always greener on the other side
<MichaelRaskin> I actually remember when Nix used JIRA
akscram has quit [Ping timeout: 248 seconds]
<vcunat> gchristensen: I'm a little torn
<Dezgeg> isn't the grass yellower in this case though?
<gchristensen> vcunat: maybe we should ship 18.03 without and let it get to 18.09
<joepie91> JIRA?
phreedom has joined #nixos
* joepie91 shudders
zybell_ has joined #nixos
justanotheruser has quit [Ping timeout: 255 seconds]
akscram has joined #nixos
dan_b has joined #nixos
telent has joined #nixos
<judson> Is there any progress on https://github.com/NixOS/nixpkgs/issues/37314 ? (Chromium and copying)
<{^_^}> [nixpkgs] @pbogdan opened pull request #38410 → libqtxdg: fix pkgconfig files → https://git.io/vxXAg
<vcunat> yes, that is an option, postponing it
<vcunat> it feels coupled to nix-2.0 -by-default, but even that ended up as a more gradual change
asuryawa_ has quit [Remote host closed the connection]
bara has quit [Read error: Connection reset by peer]
asuryawanshi has joined #nixos
bara has joined #nixos
bara has quit [Read error: Connection reset by peer]
bara has joined #nixos
jb55 has quit [Ping timeout: 268 seconds]
rihards has quit [Quit: rihards]
<joepie91> I remain amazed by just how often copypasting breaks in chromium
<joepie91> cc judson
jrolfs has joined #nixos
xcmw has quit [Ping timeout: 264 seconds]
<joepie91> like, I've seen really bizarre bugs in this area before with eg. synergy + chromium resulting in chromium hanging whenever it tries to access the clipboard (and ONLY chromium), and just outright not copying stuff when you hit copy, etc.
<joepie91> across distros, across setups...
xcmw has joined #nixos
Neo-- has joined #nixos
<foldingcookie> chromium substantially implements its own toolkit, and the X11 clipboard is astoundingly complex
jrolfs_ has quit [Ping timeout: 264 seconds]
<foldingcookie> plus it probably tries to support a lot of different audiovisual and rich-text targets
noel has joined #nixos
<MichaelRaskin> Tried to run NixOS tests for Firefox and Chromium locally (for upstream release-18.03 branch head)
<MichaelRaskin> Of course they both pass
noel is now known as Guest3510
scribbler has joined #nixos
chessai has quit [Ping timeout: 260 seconds]
<{^_^}> [nix] @erictapen opened pull request #2040 → document that writeTextFile from Nixpkgs is an alternative to toFile → https://git.io/vxXpx
Guest3510 has quit [Quit: Page closed]
bara has quit [Read error: Connection reset by peer]
<infinisil> Yay I found the cause of a ever-since failing test
justanotheruser has joined #nixos
bara has joined #nixos
jensens has joined #nixos
<infinisil> When I have such a fix, should I make 1 PR and mention it should be backported, or make 2 PR's for each branch?
<tnks> I'm looking at some of the Python builder stuff. Does anyone know how to build with an earlier version of gcc?
bpa has quit [Remote host closed the connection]
coot_ has quit [Quit: coot_]
<infinisil> tnks: In nixpkgs/pkgs/top-level/all-packages.nix you can see 5 gcc version (4.8, 4.9, 5, 6, 7)
<infinisil> tnks: You should be able to override gcc for the thing you want to use it for, but how that exactly works depends on the thing.
<infinisil> Or an overlay might work
<{^_^}> [nixpkgs] @Infinisil opened pull request #38412 → xbursttools: Fix build → https://git.io/vxXjE
szicari has quit [Quit: szicari]
<infinisil> Here's da fix ^^
jperras has quit [Ping timeout: 276 seconds]
newhoggy has joined #nixos
jrolfs has quit [Ping timeout: 260 seconds]
hakujin3 has joined #nixos
newhoggy has quit [Remote host closed the connection]
newhoggy has joined #nixos
hakujin2 has quit [Ping timeout: 256 seconds]
RedNifre has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
simukis has quit [Quit: simukis]
hiratara has quit [Ping timeout: 260 seconds]
scribbler has quit [Quit: scribbler]
lord| has joined #nixos
vidbina has quit [Ping timeout: 260 seconds]
newhoggy has quit [Ping timeout: 248 seconds]
hiratara has joined #nixos
<RedNifre> Would you recommend NixOS as a daily desktop OS or is it better to only use it on a dedicated development machine?
<tilpner> We're obviously biased, but it can work well as a daily-use OS too
<RedNifre> How ... durable is it? Can I install it once and update it for years without problems or will it decay over time like so many OSes do, leading to an eventual re-install?
jperras has joined #nixos
endformationage has quit [Ping timeout: 256 seconds]
leotaku has quit [Ping timeout: 240 seconds]
<joepie91> RedNifre: NixOS is my daily driver across all my systems; however, be prepared to spend a few weeks upfront re-discovering how to deal with your OS, since it will be considerably different from 'traditional' distros (this will probably eventually stop being a problem, but right now usability/documentation still need some work)
<RedNifre> Could I install a headless version on some spare machine, connect to it over ssh and use it to develop some Haskell in vim or would that be a bad idea.
<joepie91> RedNifre: if you're willing to spend the few weeks upfront, it's absolutely worth it :)
hamishmack has quit [Quit: hamishmack]
<tilpner> RedNifre - I started with 16.09 and haven't had to reinstall once
<joepie91> RedNifre: and no, it won't decay so long as you don't try to 'cheat' the immutable/functional/pure model of it
<joepie91> (that's actually one of the big benefits of that model)
<RedNifre> Does it work well on old, weak nettops?
<MichaelRaskin> It is hard to create a situation where reinstall helps
<MichaelRaskin> Ouch
<joepie91> your system always remains 'clean' because you don't have a single global namespace where everything is thrown into; instead it 'rebuilds' your environment anew every time (using symlinks, and only building/fetching the stuff that has changed)
<MichaelRaskin> Nix loves RAM
<joepie91> RedNifre: expect to need at least 1GB of RAM for comfortable operation right now
<maurer> RedNifre: Old weak nettops will only work well if you are using "common" software from stable stuff - otherwise it will have to build locally
<MichaelRaskin> Nix also loves HDD
<joepie91> ideally more
<tilpner> RedNifre - Not very. How old are you talking about?
chisui has quit [Ping timeout: 260 seconds]
endformationage has joined #nixos
<joepie91> RedNifre: (if you have a very rigorous "cleaning up old revisions of the system" policy, then you can run NixOS on something like a 80GB HDD without too many issues)
<tilpner> RedNifre - NixOS works well on weak machines if yo u manage them from a more powerful machine, but managing it on-system can be tedious
<MichaelRaskin> I would say that nettop is OK as long as everything is actually evaluated on a larger machine
<MichaelRaskin> It is not that hard to run out of RAM during evaluation of the system config
<RedNifre> I have an old Zotac Mag Mini here with 2 GB RAM
<RedNifre> How does managing from a more powerful machine work?
<joepie91> RedNifre: should work so long as you don't try to install too many complex things on it, but you'll want to keep a close eye on your disk usage in particular
<joepie91> NixOS is - at least currently - not the best option in terms of low resource demands :)
<RedNifre> Disk space is 160 GB, I'd probably only use it to try out Haskell development with Nix on it.
bara has quit [Read error: Connection reset by peer]
<joepie91> then you should be fine, unless there's some Haskell-specific caveat I'm not aware of
<tilpner> RedNifre - I manage a weak netbook from my stronger laptop by building the entire system locally and automatically pushing it via ssh
<joepie91> (which there well may be, I don't do Haskell)
<tilpner> RedNifre - So the netbook never has to evaluate anything or compile anything
bara has joined #nixos
bara has quit [Read error: Connection reset by peer]
<RedNifre> Yeah, but the point is not to find a low resource OS for my old machine, it's to try to find a way to use NixOS without too much disruption :)
bara has joined #nixos
<vcunat> I haven't needed a reinstall during roughly five years of usage. Then I mostly abandoned the old notebook (and copied my ~/ to a new machine).
bara has quit [Read error: Connection reset by peer]
<joepie91> so far, my NixOS installations have outlived my hardware iterations :P
<joepie91> then again, I've only been using it for like 2 years now?
bara has joined #nixos
bara has quit [Read error: Connection reset by peer]
bara has joined #nixos
<MichaelRaskin> RedNfire: just install Nix on a non-NixOS Linux distribution
<RedNifre> Well, given that I'm not using my old nettop for anything right now I'll just try it out tomorrow and see what happens. If it doesn't work well I can still switch.
<MichaelRaskin> 2GiB RAM is painful
<joepie91> in principle, you should be able to upgrade NixOS in perpetuity without reinstallation, without running into issues
<RedNifre> MichaelRaskin what are the pros and cons of using NixOS + nix vs just nix somewhere else?
davidlt has quit [Ping timeout: 264 seconds]
leotaku has joined #nixos
<MichaelRaskin> Well, a point for Nix-only: you do not change anything in your driver setup (also networking)
<MichaelRaskin> A point against: OpenGL means that libGL.so is also a driver…
<symphorien> NixOS makes some things where proprietary blobs are unavoidable like printing painful
<MichaelRaskin> Then again, depends on the blob in question, some are way worse than others
<joepie91> I've personally found the value proposition for NixOS much more compelling than Nix-on-another-Linux; you end up having to learn almost the same amount of stuff, but on NixOS you get far more guarantees and convenience out of it (with the exception of statically compiled binaries needing extra work to run)
<infinisil> Why is low RAM a problem with NixOS?
<infinisil> All my machines have >=8GB, which seems to be plenty
<MichaelRaskin> Because NixOS modules system is a complicated piece of Nix code. We are discussing NixOS on 2GiB and predicting pain.
ryanarte_ has quit [Quit: ryanarte_]
<MichaelRaskin> At 8GiB that should be fine, yes.
<judson> joepie91, MichaelRaskin: so that sounds like still busted?
<vcunat> 2 GiB feels painful even for regular web browsing nowadays
<joepie91> infinisil: Nix itself already tends to consume *considerable* amounts of RAM when evaluating your system, add to that various builders and you run into RAM issues real quick
<judson> I'm trying to figure out, then, how to roll back to a working Chromium.
<infinisil> Hmm I guess I just never noticed
<joepie91> if you have 8GB then you probably wouldn't indeed :P
<MichaelRaskin> Chromium? I think it works on all channels…
<judson> On 16G, I used to notice when I tried to `nix-env -i <packagename>`
<vcunat> 8 GiB and --cores 16 would get you into trouble with some packages
<{^_^}> [nixpkgs] @fpletz pushed to release-18.03 « nixos/version: fix nixops pre 1.6 compatibility »: https://git.io/vx1fR
<judson> Foolish I, not knowing to -A my --installs
<judson> MichaelRaskin, I'm here to testify that Chromium out of 17.09 stable crashed tabs on Copy
<MichaelRaskin> Well, _some_ packages would strain even my 32 GiB system if built in parallel.
<MichaelRaskin> Aah, 17.09
kerrhau has joined #nixos
kerrhau has quit [Changing host]
kerrhau has joined #nixos
<judson> Well 18.03 isn't released...
<MichaelRaskin> I just use master
jtojnar_ has joined #nixos
<MichaelRaskin> I will recheck if Chromium test passes on 17.09 — I think at some point it passed, and note that it does use copy-paste…
<judson> The linked issue includes reports to that effect.
newhoggy has joined #nixos
<judson> This update is only a few days old, though.
<MichaelRaskin> Maybe I can grab a new version from Hydra and recheck then
<{^_^}> [nixpkgs] @NeQuissimus pushed to staging « git: 2.16.3 -> 2.17.0 »: https://git.io/vx1Jv
jtojnar has quit [Ping timeout: 264 seconds]
jtojnar_ is now known as jtojnar
Ariakenom has quit [Quit: Leaving]
bara has quit [Read error: Connection reset by peer]
jperras has quit [Quit: WeeChat 2.1]
bara has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<fyuuri> Is https://nixos.org/channels/nixpkgs not a channel anymore?
<pbogdan> MichaelRaskin: last time I checked it used to crash in the test on 17.09 but the clipboard content is somehow present so the test passes regardless
<MichaelRaskin> Oh. That's interesting. Theoretically, X clipboard is not supposed to work like that, of course…
Neo-- has quit [Remote host closed the connection]
Neo--- has joined #nixos
<infinisil> Great, love it when a derivation doesn't build but with no log of what went wrong, at all
<infinisil> I just have exit code != 0
<MichaelRaskin> Of course, NixOS tests have enough overhead for adding the crash check to be annoying…
hiratara has quit [Quit: ZNC - http://znc.in]
hiratara has joined #nixos
vidbina has joined #nixos
hamishmack has joined #nixos
newhoggy has quit [Remote host closed the connection]
newhoggy has joined #nixos
<kini> layus: good point on the ML just now
c0ffee152 has joined #nixos
jensens has quit [Ping timeout: 268 seconds]
<kini> I was also surprised to see a package I maintained had been updated. I didn't really mind since I was planning to update it myself anyway, but it did create a conflict when I rebased my update branch (I was planning to rework the nix expression along with the update)
<kini> it would be nice if the maintainers were at least @'d on the PRs by the bot
<MichaelRaskin> I think this sometimes works
<MichaelRaskin> The cc: part.
asuryawanshi has quit [Ping timeout: 256 seconds]
newhoggy has quit [Ping timeout: 264 seconds]
blankhart has quit [Ping timeout: 248 seconds]
alexteves has quit [Ping timeout: 252 seconds]
cheshircat has quit [Ping timeout: 248 seconds]
<joepie91> afaik the bot uses https://github.com/NixOS/nixpkgs/blob/master/.github/CODEOWNERS to determine who to ping
<MichaelRaskin> false
<MichaelRaskin> I do get pinged, and I do not believe in CODEOWNERS
xcmw has joined #nixos
<MichaelRaskin> Github pings code owners on its own, I think
<joepie91> ah, hm
Neo--- has quit [Ping timeout: 256 seconds]
michas_ has quit [Ping timeout: 255 seconds]
vcunat has quit [Ping timeout: 256 seconds]
bara has quit [Read error: Connection reset by peer]
bara has joined #nixos
vcunat has joined #nixos
bara has quit [Read error: Connection reset by peer]
bara has joined #nixos
newhoggy has joined #nixos
<LnL> codeowners is a different usecase, but the update has pinged me because of meta.maintainers
<LnL> update bot
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/vx1kD
<{^_^}> → 713b0f77 by @7c6f434c: Merge pull request #38077 from nyarly/create-cycle-app
<{^_^}> → 4bf9fc79 by @nyarly: Adding create-cycle-app
<{^_^}> [nixpkgs] @7c6f434c merged pull request #38077 → (create-cycle-app): init at 4.0.0 → https://git.io/vxrvt
<judson> Thank you!
orivej has joined #nixos
xy2_ has quit [Ping timeout: 240 seconds]
RedNifre has quit [Ping timeout: 256 seconds]
jb55 has joined #nixos
yorick has joined #nixos
<yorick> is there a way I can clear the cache on what packages are on a substituter?
jperras has joined #nixos
<yorick> oh, undocumented nix-store --clear-substitutes
vcunat has quit [Quit: Leaving.]
<LnL> oh! I've been removing the cache file
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « openjdk10: Use included cacerts »: https://git.io/vx1LY
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-18.03 « openjdk10: Use included cacerts »: https://git.io/vx1LG
jb55 has quit [Ping timeout: 256 seconds]
doyougnu has quit [Ping timeout: 255 seconds]
<dhess> Dezgeg: around?
blankhart has joined #nixos
<dhess> vaibhavsagar: hi, just seeing your question about Hydra builds being broken. Are you still having problems?
c0ffee152 has quit [Ping timeout: 240 seconds]
dan_b has quit [Ping timeout: 264 seconds]
telent has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixpkgs-18.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ca6b64ae7bb (from 85 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-18.03-darwin)
kim0 has quit [Quit: Connection closed for inactivity]
Guest666 has joined #nixos
Guest666 has quit [Client Quit]
jperras has quit [Ping timeout: 240 seconds]
xcmw has quit [Ping timeout: 264 seconds]
xcmw has joined #nixos
jperras has joined #nixos
kreisys has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-18.03-small advanced to https://github.com/NixOS/nixpkgs/commit/cbccde97ddc (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-18.03-small)
digitus has quit [Quit: digitus]
mpcsh has joined #nixos
<mpcsh> hey y'all, I'm back on NixOS after a hiatus, and I came back to some fucky font issues. Basically, many fonts match "FreeMono", even though I didn't explicitly install that package. So my question is: is there a way to see "why" the freefont package was installed? That is, what depends on it? And is there a way to disable it?