andi- changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2019 || For best support,
fresheyeball has quit [Read error: No route to host]
fenedor has quit [Quit: Leaving]
buckley310 has quit [Ping timeout: 265 seconds]
buckley310 has joined #nixos
sondr3 has quit [Quit: WeeChat 2.7]
<dashkal> Ok, I think it's time to learn to override packages. xrdp has a habit of crapping all over my home directory with features I don't want or need.
sondr3 has joined #nixos
<sondr3> turns out I logged into my xterm session and not the home-manager one
<sondr3> now it booted into xmonad just fine
<kraem> multun: thanks! i'll try to figure out how to do that :)
o1lo01ol1o has joined #nixos
nikola_i has quit [Ping timeout: 256 seconds]
<dashkal> Heh, yeah, I definitely need to figure out what's going pear shaped with mine. If I turn off xfce now, LightDM just sees no possible sessions whatsoever and refuses to let me in.
<dashkal> Even the default xterm one vanished.
<dashkal> Danke
<dashkal> ooo, that just taught me a few things all at once. Much appreciated.
<dashkal> I didn't realize I could configure new sessions on the fly like that.
<sondr3> me neither, just a small PSA if you do that, you also need a `manage = "desktop";` inside those sessions or you'll get an error
<sondr3> but nice, now at least I can do _something_
<sondr3> now if only Firefox wasn't 2x the size it was an hour ago
<dashkal> manage=desktop?
tmaekawa has joined #nixos
<sondr3> yeah, the example given by rycee is missing that, it needs {name="";manage="";start="";}
<sondr3> not sure what it does, the alternative was `manage="window";`
<{^_^}> [nixpkgs] @zowoq opened pull request #79486 → buildah: 1.13.2 -> 1.14.0 → https://git.io/Jvn0e
<{^_^}> [nixpkgs] @zowoq opened pull request #79487 → skopeo: 0.1.40 -> 0.1.41 → https://git.io/Jvn0v
<dashkal> Desktop vs window managers tend to have different implications. xmonad is a window manager.
<dashkal> Not sure why NixOS cares though.
<sondr3> oh, so it might be more correct to do window then? I might have to look up what they actually mean
tmaekawa has quit [Client Quit]
<Cadey> how do i find out why a package depends on other packages?
<dashkal> I find myself curious about that now as well. I know it's a distinction, but I never thought to dig into why they're sorted differently.
<{^_^}> [nixpkgs] @danielfullmer opened pull request #79488 → zoneminder: 1.32.3 -> 1.34.2 → https://git.io/Jvn0U
<clever> Cadey: nix why-depends /nix/store/foo /nix/store/bar
<dashkal> Yeah, I'm realizing now that I was hijacking my xfce with the presence of an .xsession. Surprised it boiled down the way it did. I'm used to ~/.xsession existing just implying an alternative to the normal desktop managers.
<Cadey> oh
<dashkal> I'll have to test this later though. Neck deep in a few operations I don't want to blow up.
<Cadey> it seems that my rust program is having all of its source dependencies as runtime dependencies
<sondr3> dashkal: at least we both learned something :)
<Cadey> because the rust panicinfo has that information
<Cadey> how do I make it ignore that?
sbetrium has joined #nixos
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @lilyball opened pull request #79489 → cocoapods-beta: 1.9.0.beta.2 -> 1.9.0.beta.3 → https://git.io/Jvn0l
bvdw has quit [Read error: Connection reset by peer]
turona_ has joined #nixos
bvdw has joined #nixos
turona has quit [Ping timeout: 256 seconds]
sbetrium has quit [Quit: sbetrium]
o1lo01ol1o has quit [Remote host closed the connection]
ydlr has joined #nixos
sondr3 has quit [Quit: WeeChat 2.7]
Mateon3 has joined #nixos
Mateon1 has quit [Ping timeout: 268 seconds]
Mateon3 is now known as Mateon1
NoctisLa1 has quit [Quit: WeeChat 2.7]
chagra has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 240 seconds]
chagra has joined #nixos
dsx has quit [Quit: dsx]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
dsx has joined #nixos
NoctisLabs has joined #nixos
jluttine has quit [Ping timeout: 240 seconds]
<kraem> is it not possible to add custom arguments with wrapProgram? https://bpaste.net/RASA
thc202 has quit [Ping timeout: 256 seconds]
<clever> kraem: you want --add-flags
<clever> /home/clever/apps/nixpkgs/nixos/modules/services/network-filesystems/beegfs.nix: --add-flags "--cfgFile=${configClientFilename name}" \
<clever> /home/clever/apps/nixpkgs/doc/languages-frameworks/java.xml: --add-flags "-cp $out/share/java/foo.jar org.foo.Main"
ddellacosta has joined #nixos
neeasade has quit [Ping timeout: 272 seconds]
<kraem> clever: thanks! it built. how would i call the package? i added unboundWrapped to systemPackages, the flag wasn't added to `unbound-control` and there is no `unbound-wrapped` in the path
jluttine has joined #nixos
sbetrium has joined #nixos
<drakonis> so, i'm
<clever> kraem: line 10 of your pastebin is calling the wrapper unbound-control
<drakonis> so, i'm trying to figure out why build inputs in naersk are propagating into runtime input
<drakonis> trying to get this fixed
<clever> kraem: so it might be conflicting with the original, which you would need to remove from systemPackages
kleisli has quit [Ping timeout: 272 seconds]
<kraem> clever: ah, i was hoping it was being dealt with automagically. is it possible to remove ${pkg}/bin/x without removing the whole pkg by altering systemPackages? or should i do it somehow in the new derivation?
<clever> kraem: mkHiPrio might do it, but it would be better to just install one version and not have the conflict
<{^_^}> [nixpkgs] @zowoq opened pull request #79491 → crun: 0.12 -> 0.12.1 → https://git.io/JvnER
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvnEu
werner291 has quit [Quit: werner291]
sigmundv has joined #nixos
<kraem> clever: cool. will look into that more tomorrow.. finally have something working anyway :)
afranche has quit [Quit: Connection closed for inactivity]
v88m has joined #nixos
pmyjavec has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #79447 → k9s: 0.13.6 -> 0.13.8 → https://git.io/JvnI2
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvnEK
<pmyjavec> Hey all, just wondering if someone knows how I can source a file from my file system and convert the contents to a string?
<pmyjavec> I've tried import, which works, but the value is imported as a float and I don't seem to be able to do much of what I need with it.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79492 → cinnamon.cinnamon-translations: 4.4.0 -> 4.4.2 → https://git.io/JvnE6
jluttine has quit [Ping timeout: 272 seconds]
buckley310 has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/c49da6435f3 (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
jluttine has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79493 → clp: 1.17.3 -> 1.17.5 → https://git.io/JvnEA
<evanjs> pmyjavec: do you just need lib.readFile? I think that’s what it was
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
iyzsong has joined #nixos
<pmyjavec> @evanjs that worked
<pmyjavec> but now I have to remove the newline :)
marusich has joined #nixos
<pmyjavec> Where do you find the docs for the "builtins" library for example?
<clever> pmyjavec: it should be in the nix docs
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79494 → copyq: 3.9.3 -> 3.10.0 → https://git.io/JvnuI
sbetrium has quit [Quit: sbetrium]
<pmyjavec> cleverin which docs? the manual?
<clever> pmyjavec: yeah
<pmyjavec> Wow, how did I miss this?
<pmyjavec> Thanks.
<clever> pmyjavec: there are 3 or 4 different manuals
<clever> nix, nixos, nixops
<clever> nixpkgs
kleisli has joined #nixos
<pmyjavec> Ah right, I have to say I find the docs to be a little un-intuitive at times.
<{^_^}> [nixpkgs] @ryantm merged pull request #79492 → cinnamon.cinnamon-translations: 4.4.0 -> 4.4.2 → https://git.io/JvnE6
<pmyjavec> Once I find what I need though, they're usually plenty.
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvnuO
<{^_^}> [nixpkgs] @ryantm merged pull request #79467 → picard-tools: 2.21.6 -> 2.21.8 → https://git.io/JvnG9
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jvnu3
h0m1 has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
h0m1 has joined #nixos
pikajude has joined #nixos
<pikajude> is there a good way to make a rustPlatform with one of the mozilla nightly channels?
<pikajude> the one I made can't find crate `std` when building anything
jluttine has quit [Ping timeout: 256 seconds]
sbetrium has quit [Quit: sbetrium]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #nixos
Mark_ has joined #nixos
wildtrees has quit [Quit: Leaving]
pmyjavec has quit [Remote host closed the connection]
jluttine has joined #nixos
<simukis_> how easy is it to make `nix` instantiate the same derivation multiple times for a single closure?
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
<simukis_> I’m dealing with an issue where I think nix might be instantiating derivations thousands of times each
<simukis_> (which in turn takes ages)
<{^_^}> [nixpkgs] @zowoq opened pull request #79495 → vscode 1.41.1 -> 1.42.0 → https://git.io/JvnuD
waleee-cl has quit [Quit: Connection closed for inactivity]
jluttine has quit [Ping timeout: 260 seconds]
drakonis has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79496 → cimg: 2.8.0 -> 2.8.3 → https://git.io/Jvnuh
jluttine has joined #nixos
sigmundv has quit [Read error: Connection reset by peer]
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79497 → cinnamon.cinnamon-desktop: 4.4.0 -> 4.4.1 → https://git.io/JvnzJ
mounty has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79498 → catt: 0.10.2 -> 0.10.3 → https://git.io/Jvnzn
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79499 → clamav: 0.102.1 -> 0.102.2 → https://git.io/Jvnz5
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
v88m has quit [Ping timeout: 272 seconds]
sigmundv has quit [Ping timeout: 260 seconds]
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #79408 → bleachbit: 3.0 -> 3.2.0 → https://git.io/JvZxc
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvngW
<colemickens> Howdy. I have a "new" (newly working) package set (rather than an overlay, to prevent accident full rebuilds for users) with Chromium built for Wayland, with GTK enabled. Seems... quite usable: https://github.com/colemickens/nixpkgs-chromium.
<colemickens> I can provide a video potentially, since I'm recording one to report a firefox bug anyway.
<colemickens> Somehow Chromium already feels and seems better than Firefox on wayland :/
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79500 → fio: 3.17 -> 3.18 → https://git.io/JvngV
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79501 → diffoscope: 135 -> 136 → https://git.io/Jvngr
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #79502 → opencorsairlink: init at 2019-12-23 → https://git.io/Jvngi
chagra_ has joined #nixos
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
growpotkin has joined #nixos
chagra has quit [Ping timeout: 268 seconds]
Church- has quit [Ping timeout: 256 seconds]
v88m has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
Church- has joined #nixos
lovesegfault has joined #nixos
<lovesegfault> timokau[m]: Are you around?
mac10688 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79504 → fldigi: 4.1.08.51 -> 4.1.09 → https://git.io/Jvn2O
<lovesegfault> How do I package a Python script with Nix?
ddellacosta has quit [Ping timeout: 268 seconds]
<dmj`> lovesegfault: you there?
<lovesegfault> dmj`: Yeah
<dmj`> i got i
<dmj`> u
<lovesegfault> I just want to package an exec python script
<lovesegfault> Using this as a lib: https://github.com/timokau/nix-bisect
<lovesegfault> I tried this for starters: https://gist.github.com/433e8240f4cef83db8e373dd5ebccec3
<lovesegfault> but when I do `nix-shell` nix_bisect isn't in my PATH
<dmj`> you need more
<lovesegfault> more?
<dmj`> lovesegfault: you need makeWrapper
<pikajude> the hydra nixos tests are suuuuper slow on my machine
<pikajude> but i don't really know much about how the kvm stuff works
<pikajude> is there a way to debug this
<lovesegfault> dmj`: What does makeWrapper do?
<cole-h> What is the best way to go about linking a directory into either `/etc/<package>` or `~/.config/<package>/`? It isn't a part of the package, but provides functionality to the package by dropping files in either location
<ryantm> ~/.config/ you use home-manager https://nixos.org/nixos/options.html#etc
<dmj`> lovesegfault: it makes your python an executable
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79505 → flat-remix-icon-theme: 20191018 -> 20191122 → https://git.io/Jvn2E
<dmj`> lovesegfault: I'm swedish
<dmj`> pikajude: rm -rf hydra
<pikajude> will that help
<pikajude> well by "super slow" i mean, it's slow enough that hydra-init times out
<pikajude> it takes like 2 and a half minutes for postgres to init the database
<dmj`> its just not good for personal projects ime
<pikajude> yeah, i'm not working on it for personal reasons though
<dmj`> is this on AWS?
<pikajude> no, it's another box i have in my apartment
<pikajude> it's physical hardware
<dmj`> it should take advantage of hardware acceleration if running nixos tests
<pikajude> yeah, that's what i thought too
<pikajude> kvm_amd is enabled, svm shows up in /proc/cpuinfo, and it's using an SSD, i just don't know why it'd be this slow
<dmj`> pikajude: what does 'kvm-ok' say
<pikajude> let me try that
<pikajude> command-not-found hasn't heard of it, where does that come from
guest359872 has joined #nixos
bhipple has joined #nixos
<dmj`> pikajude: qemu-kvm /
<dmj`> ?
<dmj`> nix-shell -p kvm --run kvm-ok
<pikajude> command not found, still
<pikajude> it expands to a drv called qemu-host-cpu-only, not sure if that's normal or not
<pikajude> nothing in nix-index lists kvm-ok
guest359872 has quit [Remote host closed the connection]
nikola_i has joined #nixos
<dmj`> once kvm-ok is ok, you'll be fine
<pikajude> yeah
<pikajude> if it doesn't exist in nixpkgs though, that'll be tough
<dmj`> pikajude: are you sure you have the relevant kernel exstensions
<pikajude> no idea
<pikajude> however, i'd be surprised if the VM could boot without them
<dmj`> your cpu has to support his
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79506 → elisa: 19.12.0 -> 19.12.2 → https://git.io/Jvn2X
<dmj`> this
<pikajude> which it can do
<dmj`> well, I've been able to get nixos tests running on travis, but it was nested virtualization
<dmj`> and hella slow
<pikajude> well this definitely isn't nested virtualization
<pikajude> but it clearly has something else wrong with it
<dmj`> its not taking advantage of hardware it seems
endformationage has quit [Ping timeout: 268 seconds]
<dmj`> pikajude: lsmod | grep kvm
<pikajude> yeah it's in there
<pikajude> kvm 675840 0, no idea what that means
lovesegfault has quit [Ping timeout: 256 seconds]
lovesegfault has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
zarel_ has joined #nixos
knupfer has joined #nixos
domogled has joined #nixos
zarel has quit [Ping timeout: 245 seconds]
alex`` has quit [Quit: WeeChat 2.7]
chagra_ has quit [Ping timeout: 240 seconds]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
cole-h has quit [Ping timeout: 240 seconds]
palo1 has joined #nixos
cole-h has joined #nixos
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
xkapastel has joined #nixos
knupfer has quit [Ping timeout: 256 seconds]
xelxebar_ has joined #nixos
justanotheruser has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
bvdw has quit [Read error: Connection reset by peer]
zupo has joined #nixos
bvdw has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79507 → gallery-dl: 1.12.2 -> 1.12.3 → https://git.io/JvnVq
zupo has quit [Ping timeout: 240 seconds]
inferenc1rules has joined #nixos
zupo has joined #nixos
bhipple has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #79508 → libuchardet: move cmake to nativeBuildInputs → https://git.io/JvnVi
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79509 → s3fs: 1.85 -> 1.86 → https://git.io/JvnVy
vika_nezrimaya has joined #nixos
ixxie has joined #nixos
inferenc1rules has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #79510 → ffmpeg: fix vdpauSupport=false support → https://git.io/JvnVH
inferenc1rules has joined #nixos
inferencerules has quit [Remote host closed the connection]
inferenc1rules is now known as inferencerules
mounty has joined #nixos
marusich has quit [Quit: Leaving]
logzet has joined #nixos
NightTrain has quit [Quit: leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79511 → gmsh: 4.5.1 -> 4.5.2 → https://git.io/JvnVx
<{^_^}> [nixpkgs] @FRidh merged pull request #79508 → libuchardet: move cmake to nativeBuildInputs → https://git.io/JvnVi
<{^_^}> [nixpkgs] @FRidh pushed commit from @thefloweringash to master « libuchardet: move cmake to nativeBuildInputs »: https://git.io/JvnVp
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
domogled has quit [Ping timeout: 260 seconds]
inferencerules has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79512 → gede: 2.15.1 -> 2.15.4 → https://git.io/JvnwT
chagra_ has joined #nixos
<{^_^}> [nixpkgs] @nlewo merged pull request #79487 → skopeo: 0.1.40 -> 0.1.41 → https://git.io/Jvn0v
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/JvnwO
mac10688 has quit [Ping timeout: 272 seconds]
Flambe has joined #nixos
flameslicer has joined #nixos
<electrocat> wpa_supplicant is broken in the latest nixos version for me :/ anyone else having issues?
inferencerules has joined #nixos
<{^_^}> [nixpkgs] @nlewo merged pull request #79486 → buildah: 1.13.2 -> 1.14.0 → https://git.io/Jvn0e
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/Jvnwn
<{^_^}> [nixpkgs] @nlewo merged pull request #79460 → podman: v1.7.0 -> v1.8.0 → https://git.io/JvnmU
<{^_^}> [nixpkgs] @nlewo pushed 2 commits to master: https://git.io/JvnwC
<Flambe> So I have no idea how to get my optical drive working under nixos. Help plz.
inferencerules has quit [Ping timeout: 268 seconds]
inferencerules has joined #nixos
<{^_^}> [nixpkgs] @Frostman opened pull request #79513 → [19.09] go_1_13: 1.13.1 -> 1.13.7, go_1_12: 1.12.9 -> 1.12.16 (backport) → https://git.io/JvnwB
jakobrs has joined #nixos
cole-h has quit [Ping timeout: 272 seconds]
inferencerules has quit [Read error: Connection timed out]
<jakobrs> How do I set the meta attributes for a wrapper written with writeScriptBin?
inferencerules has joined #nixos
Flambe has quit [Ping timeout: 256 seconds]
flameslicer has quit [Ping timeout: 256 seconds]
jmeredith has quit [Quit: Connection closed for inactivity]
inferencerules has quit [Quit: leaving]
chagra_ has quit [Quit: WeeChat 2.6]
chagra has joined #nixos
aveltras has joined #nixos
benmachine has joined #nixos
<benmachine> hi folks, I'd like to switch from using nixos-19.09 to nixos-unstable because keepassxc was bothering me about not being new enough; I used to read release notes of new versions, is there a good substitute for that with unstable?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79516 → groonga: 9.1.1 -> 9.1.2 → https://git.io/Jvnw9
<infinisil> jakobrs: You could do it with .overrideAttrs
dansho has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79517 → grip: 4.0.1 -> 4.1.0 → https://git.io/JvnwF
phirsch has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79518 → gnutls: 3.6.11.1 -> 3.6.12 → https://git.io/Jvnwj
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79519 → flyway: 6.1.3 -> 6.2.2 → https://git.io/Jvnrv
phirsch has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79520 → fomp: 1.0.0 -> 1.2.0 → https://git.io/JvnrL
<{^_^}> [nixpkgs] @peti merged pull request #79517 → grip: 4.0.1 -> 4.1.0 → https://git.io/JvnwF
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/Jvnrm
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79521 → gitAndTools.git-machete: 2.12.6 -> 2.13.1 → https://git.io/JvnrY
domogled has joined #nixos
phirsch has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
<phirsch> Hi all, Does anyone know how to override a package inside nixpkgs.rPackages? (rPackages.proj4 seems to be missing nixpkgs.proj.dev as nativeBuildInput, both in 19.09 and in unstable: 'nix-shell -p rPackages.proj4' fails with 'configure: error: libproj and/or proj_api.h not found in standard search locations.')
<phirsch> On another note, I also tried to substitute nixpkgs.rPackages as a whole by unstable.rPackages using an overlay, but that apparently triggers an infinite recursion...
<{^_^}> [nixpkgs] @McSinyx opened pull request #79522 → alure2: unstable-2020-01-09 -> unstable-2020-02-06 → https://git.io/Jvnr4
terlar has joined #nixos
phirsch has quit [Remote host closed the connection]
lassulus_ has joined #nixos
aswanson has quit [Quit: WeeChat 2.6]
phirsch has joined #nixos
lassulus has quit [Ping timeout: 260 seconds]
lassulus_ is now known as lassulus
tmaekawa has joined #nixos
tmaekawa has quit [Client Quit]
domogled has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79523 → joker: 0.14.0 -> 0.14.1 → https://git.io/Jvnog
<{^_^}> [nixpkgs] @fpletz pushed to fix-predictable-ifnames-in-initrd « nixos/stage-1: fix predictable interfaces names »: https://git.io/Jvno2
vika_nezrimaya has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79524 → jgmenu: 4.0 -> 4.0.2 → https://git.io/JvnoX
noudle has joined #nixos
chagra has quit [Ping timeout: 240 seconds]
dansho has quit [Ping timeout: 272 seconds]
chagra has joined #nixos
o1lo01ol1o has joined #nixos
dansho has joined #nixos
<{^_^}> [nixpkgs] @clkamp opened pull request #79525 → gi-gdkx11: restrict to versions below 4 → https://git.io/JvnKe
o1lo01ol1o has quit [Ping timeout: 265 seconds]
v88m has quit [Ping timeout: 256 seconds]
smatting has joined #nixos
[Leary] has joined #nixos
Lears has quit [Ping timeout: 265 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @tokudan closed pull request #71056 → Update to PR #64267, add missing release notes and documentation [19.09] → https://git.io/JelFM
zaeph has joined #nixos
cosimone has joined #nixos
smatting has quit [Ping timeout: 260 seconds]
domogled has quit [Ping timeout: 256 seconds]
ng0_ has joined #nixos
ng0 has quit [Ping timeout: 240 seconds]
<tlater[m]> Hi, I'm trying to clean up my `configuration.nix` a little by moving docker containers that make up services into separate files. I want something like this: https://hastebin.com/razivawawi.nix
<tlater[m]> But that doesn't work because apparently that's not the correct type...
<tlater[m]> Any ideas how I could achieve that?
phirsch has quit [Remote host closed the connection]
phirsch has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
chloekek has joined #nixos
jakob_rs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79526 → gzdoom: 4.3.1 -> 4.3.3 → https://git.io/JvnK7
<jakob_rs> I just noticed that systemd.user.services fails to evaluate
<jakob_rs> should I be worried?
<jakob_rs> I think this is why lorri doesn't work.
<{^_^}> [nixpkgs] @marsam merged pull request #79516 → groonga: 9.1.1 -> 9.1.2 → https://git.io/Jvnw9
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnK5
<jakob_rs> "error: The option `systemd.user.services.pulseaudio.startLimitIntervalSec' is used but not defined."
noudle has quit []
Chiliparrot has quit [Ping timeout: 256 seconds]
chagra has quit [Quit: WeeChat 2.6]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79507 → gallery-dl: 1.12.2 -> 1.12.3 → https://git.io/JvnVq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn6I
<{^_^}> [nixpkgs] @marsam merged pull request #79184 → fuse-overlayfs: 0.7.5 -> 0.7.6 → https://git.io/JvGI1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn6q
chagra has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79491 → crun: 0.12 -> 0.12.1 → https://git.io/JvnER
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn6O
<{^_^}> [nixpkgs] @fpletz pushed to fix-predictable-ifnames-in-initrd « nixos/initrd-network: flush interfaces before stage 2 »: https://git.io/Jvn6s
phirsch has quit [Ping timeout: 272 seconds]
<cyris212> Does someone know how to get matplotlibs Qt backend working?
<cyris212> I'm running into the following error when plotting something -> qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
<{^_^}> [nixpkgs] @marsam merged pull request #79480 → yarn: 1.21.1 -> 1.22.0 → https://git.io/Jvn83
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn68
<{^_^}> [nixpkgs] @marsam merged pull request #79501 → diffoscope: 135 -> 136 → https://git.io/Jvngr
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn60
fendor has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79489 → cocoapods-beta: 1.9.0.beta.2 -> 1.9.0.beta.3 → https://git.io/Jvn0l
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn6E
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #79509 → s3fs: 1.85 -> 1.86 → https://git.io/JvnVy
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/Jvn6u
<{^_^}> [nixpkgs] @marsam merged pull request #79453 → jetbrains-mono: 1.0.2 -> 1.0.3 → https://git.io/JvnLd
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvn6z
captn3m0 has quit [Quit: ZNC 1.7.5 - https://znc.in]
captn3m0 has joined #nixos
ixxie has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79527 → jetty: 9.4.25.v20191220 -> 9.4.26.v20200117 → https://git.io/Jvn62
xkapastel has quit [Quit: Connection closed for inactivity]
sbetrium has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @ttuegel merged pull request #79095 → qt-5: 5.12.6 -> 5.12.7 → https://git.io/JvslP
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to staging: https://git.io/Jvn6D
<{^_^}> [nixpkgs] @clkamp opened pull request #79528 → Fix stylish haskell by using HsYAML 0.2.1.0 → https://git.io/Jvn6S
EliotB has quit [Remote host closed the connection]
logzet has quit [Ping timeout: 256 seconds]
logzet_ has joined #nixos
kleisli has quit [Ping timeout: 240 seconds]
kleisli has joined #nixos
ng0 has joined #nixos
ng0 has joined #nixos
ng0 has quit [Changing host]
jakob_rs has left #nixos [#nixos]
werner291 has joined #nixos
ng0_ has quit [Ping timeout: 240 seconds]
tokudan has quit [Quit: Dunno.]
tokudan has joined #nixos
__monty__ has joined #nixos
vika_nezrimaya has joined #nixos
vesper11 has joined #nixos
vesper has quit [Ping timeout: 260 seconds]
phirsch has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79529 → java-service-wrapper: 3.5.41 -> 3.5.42 → https://git.io/Jvnif
tokudan has quit [Quit: Dunno.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79530 → http-parser: 2.9.2 -> 2.9.3 → https://git.io/Jvnik
tokudan has joined #nixos
tokudan has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ttuegel merged pull request #79112 → kdeApplications: 19.08.3 -> 19.12.1, new fetch base URL? → https://git.io/Jvszk
<{^_^}> [nixpkgs] @ttuegel pushed 4 commits to staging: https://git.io/Jvnit
jakobrs has left #nixos [#nixos]
shabius has quit [Read error: Connection reset by peer]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
shabius has joined #nixos
werner291 has quit [Quit: werner291]
tokudan has joined #nixos
nikola_i has quit [Ping timeout: 256 seconds]
ixxie has joined #nixos
janneke has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79531 → intel-graphics-compiler: 1.0.3041 -> 1.0.3151 → https://git.io/JvniZ
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
phirsch has quit [Read error: Connection reset by peer]
nikola_i has joined #nixos
ng0_ has joined #nixos
m15k has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to fix-predictable-ifnames-in-initrd: https://git.io/Jvnil
<m15k> Hi. Maybe a noob question. But I'm out of ideas: `curlOpts = "--header 'PRIVATE-TOKEN: ABCDEFG'";` results into a `Could not resolve host: ABCDEFG`.
<{^_^}> [nixpkgs] @fpletz opened pull request #79532 → nixos/stage-1: fix predictable interface names in initrd → https://git.io/Jvni4
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79533 → latte-dock: 0.9.7 -> 0.9.8.1 → https://git.io/Jvni0
<m15k> Also tried with escaped double quotes. Same reulst.
wavirc22 has quit [Ping timeout: 268 seconds]
alex` has joined #nixos
alex` is now known as Guest26629
vika_nezrimaya has left #nixos ["ERC (IRC client for Emacs 26.3)"]
zupo has joined #nixos
ericsagnes has quit [Ping timeout: 256 seconds]
cosimone has quit [Quit: Terminated!]
<{^_^}> [nixpkgs] @markuskowa merged pull request #79500 → fio: 3.17 -> 3.18 → https://git.io/JvngV
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JvniV
<{^_^}> [nixpkgs] @markuskowa merged pull request #79520 → fomp: 1.0.0 -> 1.2.0 → https://git.io/JvnrL
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/Jvnir
<{^_^}> [nixpkgs] @markuskowa merged pull request #79529 → java-service-wrapper: 3.5.41 -> 3.5.42 → https://git.io/Jvnif
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JvniK
janneke has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79534 → last: 1045 -> 1047 → https://git.io/JvniH
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to fix-predictable-ifnames-in-initrd: https://git.io/JvniQ
Guest26629 is now known as alex``
ng0_ is now known as ng0
FRidh2 has joined #nixos
ixxie has quit [Ping timeout: 265 seconds]
<simukis_> how do I approach investigating why derivation instantiates dependent derivatinons thousands of times? I ran `nix build -vvv | grep instantiated | sort | uniq -c | sort -h` and found that my derivations instantiate 1000s of times, which makes nix feel super slow.
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 6 commits to python-unstable: https://git.io/JvnPk
<{^_^}> [nixpkgs] @markuskowa merged pull request #79511 → gmsh: 4.5.1 -> 4.5.2 → https://git.io/JvnVx
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JvnPL
<Cadey> i'm trying to install nixos in a VM but it's not letting me install grub: https://i.imgur.com/LVpDwhC.png -> https://i.imgur.com/qtePTUZ.png
acarrico has quit [Ping timeout: 268 seconds]
<gchristensen> Cadey: can you share your hardware-config.nix ?
<gchristensen> sda2 seems like a surprising place for grub in a vm
<m15k> Cadey: I can see that nixos wan'ts `devices` but you've `device`.
chloekek has quit [Ping timeout: 272 seconds]
<Cadey> or do i have to type out the whole ID?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79535 → keepassxc: 2.5.2 -> 2.5.3 → https://git.io/JvnPs
Chiliparrot has joined #nixos
<gchristensen> no you don't need to type the ID
ericsagnes has joined #nixos
<Cadey> oh
<Cadey> i've been editing the wrong file
<Cadey> that explains a lot lol
<gchristensen> Cadey: oh?
<Cadey> yes
<gchristensen> what were you editing? :)
<Cadey> i was editing /etc/nixos/configuration.nix instead of /mnt/etc/nixos/configuration.nix
<gchristensen> ah
<{^_^}> [nixpkgs] @worldofpeace merged pull request #79481 → nixos/pulseaudio: Enable udev rules → https://git.io/Jvn4G
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvnPc
ng0_ has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #79528 → Fix stylish haskell by using HsYAML 0.2.1.0 → https://git.io/Jvn6S
<{^_^}> [nixpkgs] @cdepillabout pushed 3 commits to haskell-updates: https://git.io/JvnP2
<Cadey> how do i use the unstable channel?
cosimone has joined #nixos
nikola_i has quit [Ping timeout: 240 seconds]
<gchristensen> as root, nix-channel --add https://nixos.org/channels/nixos-unstable nixos; nix-channel --update
ng0 has quit [Ping timeout: 240 seconds]
Sigyn has left #nixos ["Leaving the channel. /invite Sigyn #nixos again if needed"]
nikola_i has joined #nixos
chagra has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fpletz pushed 3 commits to fix-predictable-ifnames-in-initrd: https://git.io/JvnP5
chagra has joined #nixos
ixxie has joined #nixos
<ornxka> is there an easy way to manually build a wrapper for a qt5 program
<ornxka> im in a build shell and i do buildPhase but it doesnt generate a wrapper
<ornxka> ah its fixupPhase
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gordon has joined #nixos
<gordon> hi
civodul has joined #nixos
stzsch has quit [Ping timeout: 252 seconds]
pmyjavec has joined #nixos
<pmyjavec> Hey all, trying to compile python inside a nix-shell with zlib installed as this documentation descibes: https://nixos.wiki/wiki/FAQ/I_installed_a_library_but_my_compiler_is_not_finding_it._Why%3F though it still fails sayinb zlib cannot be found.
<pmyjavec> Is there a helper or something I can run to setup the CPP flags properly?
<{^_^}> [nixpkgs] @worldofpeace merged pull request #79455 → Make myself a maintainer → https://git.io/Jvnqv
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/JvnXw
<Yaniel> do you also have pkgconfig in that nix-shell?
<Yaniel> most things rely on that to find their deps
<pmyjavec> Yaniel I do have it installed
<pmyjavec> I saw a guy doing this to make it work: https://github.com/pyenv/pyenv/issues/1252#issuecomment-457893778 thought it doesn't look optimal to me.
zarel_ has quit [Quit: ZNC 1.7.4 - https://znc.in]
zarel has joined #nixos
<pmyjavec> I don't mind having to set the environment variables up like that, ie CPPFLAGS=blah
<pmyjavec> Thought I'd be surprised if there isn't a better wya.
chagra has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #78670 → nixosTests.installer: Port installer and ZFS test to python → https://git.io/JvmhV
<{^_^}> [nixpkgs] @flokli pushed 5 commits to master: https://git.io/JvnXD
ng0 has joined #nixos
sondr3 has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
chagra has joined #nixos
dingenskirchen1 has joined #nixos
<sondr3> evanjs: you around? I can't get taffybar to build, it always gives me a "package taffybar is broken" even though I try to build it from stable
dingenskirchen1 has quit [Client Quit]
dingenskirchen has joined #nixos
ng0_ has quit [Ping timeout: 265 seconds]
kvda has joined #nixos
kvda has quit [Client Quit]
<ornxka> how do i run installPhase in nix-shell?
<ornxka> i tried setting $out to a local dir but it doesnt work
zupo has joined #nixos
<pingiun> it seems my setupPyGlobalFlags is ignored by the buildPythonPackage?
<pingiun> I'm trying to supply --with-upstream-urllib3 to the python-telegram-bot package to not include the vendored urllib3
<pingiun> ah maybe this is not nix's fault
opthomasprime has joined #nixos
<pmyjavec> Another question, I followed this guide: https://nixos.wiki/wiki/FAQ#How_can_I_install_a_package_from_unstable_while_remaining_on_the_stable_channel.3F and I just wanted to install one package from unstable.
<pmyjavec> When I ran a nixos-switch it seems my entire system is being rebuilt
<pmyjavec> I'm wondering if this is just because I ran a nix-channel --update, or it's actually rebuilding everything from stable?
<pmyjavec> Sorry from unstable.
<pmyjavec> hehe
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to glibc231: https://git.io/Jvn1I
<Orbstheorem> How do I get the total size of a derivation ?
cosimone has quit [Quit: Terminated!]
<srk> nix-store --query --size
<{^_^}> [nixpkgs] @fpletz merged pull request #79248 → nixos/filesystems: ensure keys gid on /run/keys mountpoint → https://git.io/JvGyX
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/Jvn1L
shafox has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #79496 → cimg: 2.8.0 -> 2.8.3 → https://git.io/Jvnuh
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jvn1t
<ornxka> apparently running installPhase in nix-shell is impossible? https://github.com/NixOS/nix/pull/3036
<{^_^}> nix#3036 (by volth, 26 weeks ago, open): nix-shell: provide fake $out
runforestrun has joined #nixos
shibboleth has joined #nixos
<runforestrun> Is there a better way to run a shell command and get its output as a string other than doing `runCommand`, redirect to $out and then using `readFile` on the result?
shafox has joined #nixos
runforestrun has quit [Remote host closed the connection]
acarrico has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70887 → doc: Add documentation for the new option to the Automatic Upgrades section → https://git.io/JeW5b
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Jvn1Z
alexpeits has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #79291 → Remove isArm → https://git.io/JvZIK
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/Jvn1c
detran has joined #nixos
primitiveinds has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79536 → kdevelop-pg-qt: 2.2.0 -> 2.2.1 → https://git.io/Jvn1W
<Orbstheorem> srk: `nix-store --query --size` is not recursive :(
<gchristensen> Orbstheorem: look at nix path-info --help ?
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @tokudan to release-19.09 « doc: Add documentation for the new option to the Automatic Upgrades section »: https://git.io/Jvn1V
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79538 → kid3: 3.8.1 -> 3.8.2 → https://git.io/Jvn1K
<gchristensen> sebass[m]: no, but you could run `patchShebangs ./your-project` and it will replace /bin/bash with an absolute (and working) path to bash
<sebass[m]> Thanks! I will try that.
drakonis has joined #nixos
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « esniper: update to latest git version »: https://git.io/Jvn11
<{^_^}> [nixpkgs] @flokli closed pull request #77507 → firefoxPackages.tor-browser: 8.5.6 -> 9.0.4 → https://git.io/JvfYL
vesper11 has quit [Ping timeout: 260 seconds]
m15k has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peti pushed to master « esniper: update to latest git version »: https://git.io/Jvn1M
alexpeits has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
primitiveinds has quit [Remote host closed the connection]
vesper11 has joined #nixos
<pmyjavec> Is that the case, if I add unstable to nix channels as root and run a rebuild, my entire systems gets recompiled as unstable?
<pmyjavec> Seems to be what's up :)
chloekek has joined #nixos
<pmyjavec> Even though the documentation says that it would only install a single package that way.
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ddellacosta has joined #nixos
opthomasprime has quit [Remote host closed the connection]
opthomasprime has joined #nixos
<pmyjavec> Is it possible to get the path to an installed package from within a derivatoin ?
<pmyjavec> I want to use it in my "shellHooks" section.
ng0_ has joined #nixos
<gchristensen> ${pkgs.yourpackagename} is the path
drakonis has quit [Quit: WeeChat 2.6]
<pmyjavec> gchristensen elegant, thanks
ng0 has quit [Ping timeout: 240 seconds]
ng0_ is now known as ng0
<{^_^}> [nixpkgs] @marsam merged pull request #79519 → flyway: 6.1.3 -> 6.2.2 → https://git.io/Jvnrv
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnMG
<{^_^}> [nixpkgs] @marsam merged pull request #79521 → gitAndTools.git-machete: 2.12.6 -> 2.13.1 → https://git.io/JvnrY
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnMc
knupfer has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #79367 → tmux-xpanes: 4.1.0 -> 4.1.1 → https://git.io/JvZiX
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnMl
<pmyjavec> gchristensen this doesn't seem to work in the shellHook section: export LDFLAGS="-L${pkgs.zlib}/lib"
<gchristensen> ${pkgs.zlib.dev}
v88m has joined #nixos
<pmyjavec> Sorry my bad, when I echo the value it works
<gchristensen> ah
<pmyjavec> not sure why the export isn't working.
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnM0
<{^_^}> [nixpkgs] @marsam merged pull request #79345 → ponyc: 0.33.1 -> 0.33.2 → https://git.io/JvZg7
<gchristensen> but if you put pkgs.zlib in to your buildInputs, it should just work, I think?
knupfer has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79463 → opentsdb: 2.3.1 -> 2.4.0 → https://git.io/JvnOQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnM2
pmyjavec has quit [Ping timeout: 260 seconds]
pmyjavec has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79426 → dnnl: 1.1.2 -> 1.2 → https://git.io/JvnfA
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnMi
<pmyjavec> Hey sorry my X session blacked out while running a switch.
<pmyjavec> gchristensen I see, I don't need to prefix with export for some reason.
<{^_^}> [nixpkgs] @marsam merged pull request #79413 → checkstyle: 8.28 -> 8.29 → https://git.io/JvZhq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnMP
<pmyjavec> Looks like it's working great now.
cosimone has joined #nixos
<pmyjavec> Well, at least the paths are setup properly, let's see if the pyenv build works.
<gchristensen> cool
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79539 → libtasn1: 4.14 -> 4.16.0 → https://git.io/JvnM1
<{^_^}> [nixpkgs] @marsam merged pull request #79398 → wakatime: 13.0.3 -> 13.0.4 → https://git.io/JvZFL
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnMM
<{^_^}> [nixpkgs] @fpletz pushed 5 commits to fix-predictable-ifnames-in-initrd-19.09: https://git.io/JvnMy
amf has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @FRidh pushed to python-unstable « pythonPackages.moto: disable tests »: https://git.io/JvnMH
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79540 → lighttpd: 1.4.54 -> 1.4.55 → https://git.io/JvnMQ
chloekek has quit [Ping timeout: 260 seconds]
dansho has quit [Ping timeout: 256 seconds]
plutes has quit [Read error: Connection reset by peer]
plutes has joined #nixos
f18d7dc7 has joined #nixos
plutes has quit [Read error: Connection reset by peer]
plutes has joined #nixos
jco has joined #nixos
<jco> Hello!
<jco> Trying to access a server in local network with nautilus, inside a sway session
plutes has quit [Read error: Connection reset by peer]
<jco> I followed the instructions at https://nixos.wiki/wiki/Samba
plutes has joined #nixos
FRidh2 has quit [Remote host closed the connection]
<jco> but while a windows server appears, when clicked it responds no such file or directory
knupfer has quit [Ping timeout: 256 seconds]
kloenk has joined #nixos
<nikola_i> hi, i tried to remove ranger using nix-shell both as user and sudo. it still shows up here /nix/store/mmzbczica2mjixkh0rnhz52px335lizn-system-path/bin/ranger. i mean how is this happening
jco has quit [Quit: WeeChat 2.7]
noudle has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79541 → m4ri: 20200115 -> 20200125 → https://git.io/JvnD4
dansho has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79542 → libcdr: 0.1.5 -> 0.1.6 → https://git.io/JvnDE
<evanjs> Excited for #77752 to be merged 😯 eventually. man, we need more reviewers
<{^_^}> https://github.com/NixOS/nixpkgs/pull/77752 (by oxalica, 3 weeks ago, open): rust-analyzer: init at unstable-2020-01-29
acarrico has quit [Ping timeout: 256 seconds]
siiky has quit [Quit: leaving]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/cae7840b763 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
pmyjavec has quit [Ping timeout: 260 seconds]
Sigma has quit [Ping timeout: 265 seconds]
Maxdaman1us has joined #nixos
orivej has quit [Ping timeout: 272 seconds]
Maxdamantus has quit [Ping timeout: 272 seconds]
Sigma has joined #nixos
<infinisil> nikola_i: For one, the only thing that removes things from /nix/store is a garbage collection
<infinisil> Which can be done with e.g. "nix-collect-garbage --delete-older-than 3d"
<infinisil> The 3d means that before it actually collects garbage, it deletes all profile generations that are older than 3 days
<infinisil> Essentially cleaning up anything that hasn't been installed for at least 3 days
<infinisil> (Well, not exactly)
<nikola_i> inifinisil: i am fine with the derivation or package downloaded during install. but i still get `/run/current-system/sw/bin/ranger' on invoking which ranger
chagra has quit [Ping timeout: 260 seconds]
terlar has quit [Read error: Connection reset by peer]
<infinisil> Then it's still installed by nixos
<nikola_i> this means ranger has not been removed properly as i can still invoke ranger binary and use it as if it is till installed
<nikola_i> but sudo nix-env -qAP ".*ranger.*" shows that ranger doesnt match any derivation
chagra has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79543 → libsolv: 0.7.10 -> 0.7.11 → https://git.io/JvnyV
[Leary] has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79544 → lr: 1.5 -> 1.5.1 → https://git.io/JvnyD
fendor has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Ma27 merged pull request #79495 → vscode 1.41.1 -> 1.42.0 → https://git.io/JvnuD
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JvnyQ
nikola_i has quit [Ping timeout: 256 seconds]
mac10688 has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79523 → joker: 0.14.0 -> 0.14.1 → https://git.io/Jvnog
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnyF
<infinisil> nikola: I already told you in the last message
<infinisil> Ah
<infinisil> I guess i wasn't clear, by nixos i mean your configuration.nix
wildtrees has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79545 → libmtp: 1.1.16 -> 1.1.17 → https://git.io/Jvnyx
<{^_^}> [nixpkgs] @bjornfor merged pull request #79540 → lighttpd: 1.4.54 -> 1.4.55 → https://git.io/JvnMQ
<{^_^}> [nixpkgs] @bjornfor pushed commit from @r-ryantm to master « lighttpd: 1.4.54 -> 1.4.55 »: https://git.io/Jvnyh
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
cole-h has joined #nixos
shibboleth has quit [Quit: shibboleth]
zupo has joined #nixos
nikola_i has joined #nixos
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
ng0_ has joined #nixos
opthomasprime has quit [Remote host closed the connection]
ng0 has quit [Ping timeout: 265 seconds]
h0m1 has quit [Quit: WeeChat 2.7]
nikola_i has quit [Ping timeout: 240 seconds]
f18d7dc7 has quit [Remote host closed the connection]
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79546 → lldpd: 1.0.4 -> 1.0.5 → https://git.io/JvnS4
bhipple has joined #nixos
ddellacosta has quit [Quit: WeeChat 2.2]
waleee-cl has joined #nixos
Lears has joined #nixos
nikola_i has joined #nixos
dontobey has quit [Quit: ZNC - https://znc.in]
dontobey has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79547 → libdap: 3.20.4 -> 3.20.5 → https://git.io/JvnSX
ddellacosta has joined #nixos
fresheyeball has joined #nixos
chloekek has joined #nixos
Hris has joined #nixos
Hris has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Lassulus merged pull request #79526 → gzdoom: 4.3.1 -> 4.3.3 → https://git.io/JvnK7
<{^_^}> [nixpkgs] @Lassulus pushed commit from @r-ryantm to master « gzdoom: 4.3.1 -> 4.3.3 »: https://git.io/Jvn9k
chagra has quit [Ping timeout: 260 seconds]
chagra has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79549 → mpd: 0.21.18 -> 0.21.19 → https://git.io/Jvn9n
logzet_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
o1lo01ol1o has joined #nixos
<cole-h> Using home-manager's `xdg.configFile`, is it possible to link an entire folder, not just a file?
<{^_^}> [nixpkgs] @sikmir opened pull request #79550 → goldendict: enable on darwin → https://git.io/Jvn9Q
<immae> cole-h: yes
<immae> just do xdg.configFile.source = /path/to/folder
<immae> xdg.configFile."name/of/folder".source = /path/to/folder;
<cole-h> Follow-up question: can I directly link to a folder that I fetch from a GH repo (eg xdg.configFile."folder".source = fetchFromGitHub {stuff})?
<cole-h> Or will I have to let-bind it first
<immae> you can do it directly (and you can also simply try it :p )
<cole-h> Yeah I could :P I figured I'd ask since I'm already here. Thanks for the help! Off to experiment.
<{^_^}> [nixpkgs] @Mic92 opened pull request #79551 → nixos/home-assistant: make config deep mergeable → https://git.io/JvnHv
brrrt has joined #nixos
<brrrt> how can I install `libstdc++.so.6`? I expected it to be under `stdenv.cc.cc.lib`, but it is not
<{^_^}> [nixpkgs] @Mic92 closed pull request #78151 → nodePackages: update set → https://git.io/JvIAj
chagra has quit [Ping timeout: 240 seconds]
<cole-h> Another follow-up: is there an easy way to only use a specific folder from the fetched GH source? Is this when I should reach for `builtins.filterSource`?
dm9 has joined #nixos
chagra has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<jtojnar> what does virtualisation.diskSize affect in NixOS tests? I set it to 8192
zupo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79552 → metabase: 0.34.1 -> 0.34.2 → https://git.io/JvnHr
<jtojnar> but do not see any such device in df -h
fresheyeball has quit [Read error: No route to host]
zupo has joined #nixos
ng0 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
Maxdaman1us is now known as Maxdamantus
ng0_ has quit [Ping timeout: 260 seconds]
<cole-h> Aha! I just needed to string-concat the folder I wanted after the `fetchFromGitHub`
<clever> cole-h: yeah, all derivations return a string that has the path of the result
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79553 → minizincide: 2.3.2 -> 2.4.2 → https://git.io/JvnH5
domogled has joined #nixos
Chiliparrot has joined #nixos
rushsteve1 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @pSub pushed to master « pythonPackages.sipsimple: executable bits are set with next release »: https://git.io/JvnQm
<{^_^}> [nixpkgs] @pSub merged pull request #79470 → randoop: 3.1.5 -> 4.2.1 → https://git.io/Jvnn4
<{^_^}> [nixpkgs] @pSub pushed 2 commits to master: https://git.io/JvnQ3
drakonis has joined #nixos
gnidorah has joined #nixos
<{^_^}> #78312 (by gnidorah, 2 weeks ago, open): openmw-tes3mp: fix build
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79554 → modemmanager: 1.12.2 -> 1.12.4 → https://git.io/JvnQl
bvdw has quit [Quit: bvdw]
bvdw has joined #nixos
fendor has quit [Quit: Leaving]
<silver_hook> When trying to compile something on Arduino IDE on 19.09 I get the following error:
<silver_hook> fork/exec /home/hook/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++: no such file or directory
<silver_hook> And the weirdest part is that the file is there.
<{^_^}> [nixpkgs] @clkamp opened pull request #79555 → <!-- Nixpkgs has a lot of new incoming Pull Requests, but not enough people to review this constant stream. Even if you … → https://git.io/Jvn73
<clever> silver_hook: run `file` on it, what is the interperter?
<{^_^}> [nixpkgs] @clkamp closed pull request #79555 → <!-- Nixpkgs has a lot of new incoming Pull Requests, but not enough people to review this constant stream. Even if you … → https://git.io/Jvn73
aveltras has quit [Quit: Connection closed for inactivity]
<silver_hook> clever: .arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.26, BuildID[sha1]=a96cf70b452ab1acb76a923f4aba04eeade2a926, stripped
<clever> silver_hook: and does /lib64/ld-linux-x86-64.so.2 exist?
<{^_^}> [nixpkgs] @clkamp opened pull request #79556 → haskellPackages.http-streams: mark not broken → https://git.io/Jvn7C
<silver_hook> clever: There is no such folder even on NixOS.
<clever> silver_hook: and thats why it said `no such file or directory`
<clever> silver_hook: you need to use the avr-g++ that nix provides, not the one arduino downloaded
<silver_hook> ah, ok. So a bug in the package?
<clever> silver_hook: the problem is that arduino is downloading pre-compiled binary, that will never work on nixos
<silver_hook> clever: Hmmm, how do I do that then? I just installed the package.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79557 → marvin: 19.27.0 -> 20.3.0 → https://git.io/Jvn74
<clever> silver_hook: this has a default.nix that can compile the firmware for my thermostat, which is AVR based
<silver_hook> clever: thank you
<clever> silver_hook: you can also use nix-shell on that, to get a shell with avr-g++ in $PATH
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jvn7g
<{^_^}> [nixpkgs] @ryantm merged pull request #79544 → lr: 1.5 -> 1.5.1 → https://git.io/JvnyD
Ralith_ has joined #nixos
o1lo01ol1o has joined #nixos
<Ralith_> anyone want to give the vulkan 1.2 update at https://github.com/NixOS/nixpkgs/pull/78746 some love?
<{^_^}> #78746 (by Ralith, 1 week ago, open): vulkan: 1.1 -> 1.2
neonfuz2 has joined #nixos
<neonfuz2> Hello
<neonfuz2> just wondering, is there a way to add nixos itself, or nixos-build-vm to a different distro like ubuntu?
<sondr3> you can easily add Nix, NixOS... not so much
f18d7dc7 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Thra11 opened pull request #79558 → qttools: Add qtdeclarative to buildInputs → https://git.io/Jvn7i
cosimone has quit [Quit: Quit.]
<infinisil> neonfuz2: sondr3: That should work, nixos-rebuild should be usable on other distros too, just needs a NixOS host to deploy to (but not in case it's for a vm)
<{^_^}> [nixpkgs] @kraem opened pull request #79559 → nixos/unbound: add enableRemoteAccess option → https://git.io/Jvn79
<infinisil> neonfuz2: nix-env -if '<nixpkgs/nixos>' --arg configuration {} -A config.system.build.nixos-rebuild
<sondr3> TIL
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<sondr3> I knew you could infest, but not that that^ would workd
<{^_^}> [nixpkgs] @lsix opened pull request #79560 → octave: 5.1.0 -> 5.2.0 → https://git.io/Jvn7H
m15k has joined #nixos
azdle has joined #nixos
<silver_hook> clever: Is there any good reason why the NixOS derivation
<silver_hook> does not have that built in that way already?
<silver_hook> (sorry, new drastically different keyboard)
<clever> silver_hook: ive not looked at the arduino package, so i dont know what its doing wrong
<{^_^}> [nixpkgs] @clkamp opened pull request #79561 → haskellPackages.hledger-flow: do not build static → https://git.io/Jvn7d
v88m has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #79365 → cloudflared: 2019.7.0 -> 2019.12.0 → https://git.io/JvZ6c
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @bbigras to master « cloudflared: 2019.7.0 -> 2019.12.0 »: https://git.io/Jvn7h
<silver_hook> Aaah, I see. The avr got included in a version that I do not have yet. https://github.com/NixOS/nixpkgs/commit/98582c6b5236dcd13a1f5bed68ee45dae6e40af8#diff-8591ba6609ffb3ede4f914e641dbe56dR113
ng0_ has joined #nixos
jco has joined #nixos
m15k has quit [Ping timeout: 260 seconds]
ng0 has quit [Ping timeout: 272 seconds]
<silver_hook> Sure hope the Akonadi issue gets resolved soon on 19.09, so I can switch to it.
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
zupo has joined #nixos
<quiet_laika[m]> discord doesn't want to open links in my browser under i3 for some reason. `xdg-settings get default-web-browser` reports `firefox.desktop` and `~/.config/mimeapps.list` looks correct as well. any guesses? most of the results google turned up were about manjaro and generally were fixed by consulting that setting and file :/
<Ralith_> I've been having the same problem
<jtojnar> are you on 19.09 running discord from unstable?
<{^_^}> #78961 (by deingithub, 1 week ago, open): Discord can't open links in Firefox
realrokka has quit [Quit: rip]
<jtojnar> Ralith_, quiet_laika^
knupfer has joined #nixos
realrokka has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/cae7840b763 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
cosimone has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79563 → mawk: 1.3.4-20200106 -> 1.3.4-20200120 → https://git.io/Jvn56
jco has quit [Ping timeout: 256 seconds]
growpotkin has joined #nixos
<quiet_laika[m]> yes that looks like that must be it!
<quiet_laika[m]> thanks Jan Tojnar
UndefinedIsNotAF has joined #nixos
<Ralith_> jtojnar: mine just insists on opening things in chrome instead
<{^_^}> [nixpkgs] @ryantm merged pull request #79557 → marvin: 19.27.0 -> 20.3.0 → https://git.io/Jvn74
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jvn5F
WinchellsM has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #79423 → codeql: 2.0.0 -> 2.0.2 → https://git.io/Jvnvb
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jvn5b
<WinchellsM> Is there a way to be dropped into the run-time environment of a nix program?
<WinchellsM> Sort of like `nix-shell` but for run-time instead of compile-time?
<arcnmx> I believe that's nix-shell -p? there's also nix run
UndefinedIsNotAF has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ixxie has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79564 → memcached: 1.5.21 -> 1.5.22 → https://git.io/Jvn5h
<quiet_laika[m]> Jan Tojnar: using the override fixed it for me. thanks for the help!
ng0 has joined #nixos
ng0_ has quit [Ping timeout: 260 seconds]
chagra_ has joined #nixos
<bhipple> For anyone who's interested in the mechanics of fetchcargo and the rust application vendoring, I have this performance optimization PR to take a look at: https://github.com/NixOS/nixpkgs/pull/78501
<{^_^}> #78501 (by bhipple, 1 week ago, open): fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
chagra has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #79565 → broot: 0.12.2 -> 0.13.0 → https://git.io/JvndG
chloekek has quit [Ping timeout: 240 seconds]
ng0_ has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #79566 → flexget: 3.1.18 -> 3.1.21 → https://git.io/Jvndl
ng0 has quit [Ping timeout: 240 seconds]
<dansho> is there such thing as an equalizer for ALSA mixer?
<dansho> ,locate alsaeq
<{^_^}> Couldn't find in any packages
<{^_^}> [nixpkgs] @timokau merged pull request #79541 → m4ri: 20200115 -> 20200125 → https://git.io/JvnD4
<{^_^}> [nixpkgs] @timokau pushed 2 commits to master: https://git.io/Jvnda
dm9 has quit [Quit: WeeChat 2.7]
fendor has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #79387 → hydra: 2019-11-13 -> 2020-02-06 → https://git.io/JvZ9W
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jvndo
drakonis has quit [Remote host closed the connection]
<dansho> ,locate libasound_module_pcm_equal.so
drakonis has joined #nixos
<{^_^}> Couldn't find in any packages
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79567 → lumina.lumina: 1.5.0 -> 1.6.0 → https://git.io/Jvndi
chagra_ has quit [Ping timeout: 272 seconds]
evils has quit [Quit: Lost terminal]
noudle has quit []
evils has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #79568 → grpc: 1.26.0 -> 1.27.1 → https://git.io/Jvndb
<colemickens> Anyone want some fresh tasty Chromium builds for Wayland? https://github.com/colemickens/nixpkgs-chromium
chagra_ has joined #nixos
<Athas> When I do 'nix-shell -p libc++', I get 'error: syntax error, unexpected ')', at (string):1:100'. What am I doing wrong?
codygman has joined #nixos
chris| is now known as Chris|
Chris| is now known as chris|
<sondr3> that's confusing :P
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79569 → mcelog: 167 -> 168 → https://git.io/JvnFT
sondr3 has quit [Quit: WeeChat 2.7]
sondr3 has joined #nixos
sbdchd has joined #nixos
<clever> Athas: nix is parsing libc++ as a nix expression, and the ++ is an operator
<clever> > (libc++)
<{^_^}> error: syntax error, unexpected ')', at (string):277:8
<clever> Athas: and it wraps each -p in () to isolate it from the neighbors
<Athas> I see.
knupfer has quit [Ping timeout: 272 seconds]
sondr3 has quit [Quit: WeeChat 2.7]
kiwi_49 has joined #nixos
kiwi_49 is now known as noreferences
phreedom has quit [Ping timeout: 240 seconds]
sondr3 has joined #nixos
phreedom has joined #nixos
cartwright has quit [Remote host closed the connection]
cartwright has joined #nixos
qqlq has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #79458 → [19.09] chromium: 79.0.3945.130 -> 80.0.3987.87 (backport) → https://git.io/Jvnqj
<{^_^}> [nixpkgs] @primeos pushed 2 commits to release-19.09: https://git.io/JvnFi
<{^_^}> [nixpkgs] @Ma27 pushed to master « i3status-rust: 0.13.0 -> 0.13.1 »: https://git.io/JvnF5
drakonis has quit [Read error: Connection reset by peer]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @primeos merged pull request #78943 → fceux: 2.2.3 -> 2020-01-29 → https://git.io/Jv3vv
<{^_^}> [nixpkgs] @primeos pushed commit from @scubed2 to master « fceux: 2.2.3 -> 2020-01-29 (#78943) »: https://git.io/JvnFA
zupo has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #79570 → opencc: enable on darwin → https://git.io/JvnFj
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Ping timeout: 240 seconds]
ng0 has joined #nixos
<Cadey> ,locate browserify
<{^_^}> Found in packages: cypress, brackets
chagra_ has quit [Ping timeout: 240 seconds]
chagra_ has joined #nixos
ng0_ has quit [Ping timeout: 272 seconds]
<Cadey> how do i run an executable tool as part of my dependencies brought in fron node2nix?
sondr3 has quit [Quit: WeeChat 2.7]
sondr3 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79571 → oil: 0.7.pre11 -> 0.7.0 → https://git.io/JvnbY
noreferences has quit [Remote host closed the connection]
brrrt has quit [Remote host closed the connection]
<codygman> is there a function like throw that doesn't make the derivation fail? Something like a warning?
<codygman> I guess the answer is probably "not yet" per https://github.com/NixOS/nix/issues/1197
<{^_^}> nix#1197 (by moretea, 3 years ago, open): Feature: add primop to collect & present warnings at the end of building
<codygman> Ah, I think it's lib.warn and it's there
kiwi_49 has joined #nixos
tertl3 has joined #nixos
mikky has joined #nixos
kiwi_49 has quit [Remote host closed the connection]
kloenk has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
kiwi_49 has joined #nixos
<{^_^}> [nixpkgs] @emilazy opened pull request #79572 → Update EDA tools → https://git.io/JvnbB
drakonis has joined #nixos
<mikky> hi, I'm trying to figure out how to use overlays with NixOPS. Got a functional overlay on my control machine (which uses nixos-unstable repo) but when I try to use this overlay in nixops deployment which uses nixos-1909, I get this error: 'error: value is a function while a list was expected, at /nix/store/wi3cmk87lhwgp1dvhs1j2p2lmz6al03c-stable-19.09.2036.c49da6435f3/stable/pkgs/top-level/stage.nix:243:8'
kiwi_49 has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/0a901b4aa3f (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
noreferences has joined #nixos
phreedom has quit [Ping timeout: 240 seconds]
phreedom has joined #nixos
kloenk has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
is_null has quit [Ping timeout: 248 seconds]
orivej has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79573 → ocamlPackages.ctypes: 0.15.1 -> 0.16.0 → https://git.io/Jvnbg
noreferences has quit [Remote host closed the connection]
chagra_ has quit [Ping timeout: 272 seconds]
m15k has joined #nixos
orivej has joined #nixos
chagra_ has joined #nixos
kloenk has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<mikky> Also, unrelated question, is there a way to do something like `nix-env -u --leq` and `nix-collect-garbage` via nixops?
kloenk has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79574 → kdeApplications.okteta: 0.26.2 -> 0.26.3 → https://git.io/JvnbS
siiky has joined #nixos
karetsu has joined #nixos
__monty__ has quit [Quit: leaving]
buckley310 has joined #nixos
m15k has quit [Remote host closed the connection]
sbdchd has quit []
is_null has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79566 → flexget: 3.1.18 -> 3.1.21 → https://git.io/Jvndl
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jvnbd
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
karetsu has quit [Quit: WeeChat 2.6]
karetsu has joined #nixos
xkapastel has joined #nixos
u0_a121 has joined #nixos
isHavvyGhosting has joined #nixos
lejonet has joined #nixos
justanotheruser has quit [Ping timeout: 256 seconds]
isHavvy has quit [Ping timeout: 260 seconds]
<sondr3> I keep getting `rmdir cannot remove /lib` and `rmdir cannot remove /lib64` on my machine, any idea why? It just suddenly showed up in my logs
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<sondr3> (when rebuilding with nixos-rebuild that is)
<{^_^}> [nixpkgs] @bhipple opened pull request #79575 → fzf: fix patch for vim plugin; enable tests; avoid direct $src layout dependency → https://git.io/JvnNU
<colemickens> sondr3_ I have been assuming that something may've accidentally been placed at /lib and /lib64 and now its there as a cleanup effort, but I have nothing to back that up
<sondr3> seems I didn't search well enough, we're not the only two: https://github.com/NixOS/nixpkgs/issues/79439
<{^_^}> #79439 (by eoli3n, 1 day ago, open): "failed to remove /lib /lib64" when rebuild
<clever> sondr3: ive also been getting that on my rpi!
u0_a121 has quit [Read error: Connection reset by peer]
<nh2> I need a bit of help packaging zapcc, clang++ fork that can compile C++ up to 40x faster (using caching).
<nh2> I have managed to build it by pointing the `llvm` derivation at zapcc's git repo, but the resulting binaries work only when no includes are used. As soon as I e.g. `include <stddef.h>`, I get `fatal error: 'stddef.h' file not found`.
<nh2> The key problem is that it's a fork of the LLVM monorepo, while in nixpkgs `llvm` and `clang` are built separately from tarballs.
<nh2> Maybe something is wrong with the wrappers? I am a bit lost.
ng0_ has joined #nixos
<ajs124> Turns out, DHCPv6 works in mysterious ways and dhcp6.machines is broken. See #79576
<{^_^}> https://github.com/NixOS/nixpkgs/issues/79576 (by ajs124, 59 seconds ago, open): dhcpd6.machines is broken
justanotheruser has joined #nixos
pikajude has quit [Quit: ZNC 1.7.5 - https://znc.in]
ng0 has quit [Ping timeout: 272 seconds]
<mikky> sondr3: same here, I can even see it during boot
u0_a121 has joined #nixos
<mikky> but it doesn't seem to be causing any problems
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79577 → nspr: 4.24 -> 4.25 → https://git.io/JvnNg
<{^_^}> [nixpkgs] @marsam merged pull request #79549 → mpd: 0.21.18 -> 0.21.19 → https://git.io/Jvn9n
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvnN2
sondr3 has quit [Quit: WeeChat 2.7]
<nh2> ah, I've found a problem. In my `-wrapper` derivation output, the `resource-root/include` symlink is broken, it points to a nonexisting path.
CMCDragonkai1 has joined #nixos
fendor has quit [Read error: Connection reset by peer]
sondr3 has joined #nixos
elux has joined #nixos