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/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79956 → mercurial: 5.2.2 -> 5.3 → https://git.io/JvW4I
cidkid has quit [Ping timeout: 265 seconds]
sbetrium has quit [Quit: sbetrium]
cosimone has quit [Ping timeout: 245 seconds]
sbetrium has joined #nixos
nuncanada has joined #nixos
<{^_^}> [nixpkgs] @mirrexagon opened pull request #79957 → godot: 3.1.2 -> 3.2 → https://git.io/JvW4W
zgrep has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
sbetrium has quit [Quit: sbetrium]
cidkid has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #79958 → python3Packages.elementpath: 1.4.0 -> 1.4.1 → https://git.io/JvW42
sbetrium has joined #nixos
scribbler has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]
ProofTechnique has quit [Read error: Connection reset by peer]
aristid has quit [Read error: Connection reset by peer]
erasmas has quit [Quit: leaving]
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
sbetrium has quit [Quit: sbetrium]
jeregrine has joined #nixos
ProofTechnique has joined #nixos
aristid has joined #nixos
scott has quit [Ping timeout: 246 seconds]
evck has joined #nixos
scribbler has quit [Remote host closed the connection]
turona has quit [Ping timeout: 272 seconds]
waleee-cl has quit [Ping timeout: 246 seconds]
lally has joined #nixos
waleee-cl has joined #nixos
scott has joined #nixos
turona has joined #nixos
sbetrium has joined #nixos
<pie_[bnc]> joepie91: i dont suppose its possible to get node2nix to output a node_modules
<pie_[bnc]> actually i should be able to just copy it out of one output or other...
<joepie91> pie_[bnc]: that's what it should be generating
butterthebuddha has joined #nixos
m0rphism has quit [Ping timeout: 265 seconds]
Ovsyanka has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #79959 → inter: 3.11 -> 3.12 → https://git.io/JvW45
sbetrium has quit [Quit: sbetrium]
<pie_[bnc]> nope im lost
<pie_[bnc]> joepie91: it gives me a shell a tarball and a package attribute
<pie_[bnc]> the package just seems to be the same package.json and lock and nix files..
<joepie91> pie_[bnc]: package should contain a node_modules with deps
<pie_[bnc]> let me chec kagain
<joepie91> iirc
<pie_[bnc]> yeah, not in my case..
kleisli has quit [Ping timeout: 272 seconds]
sbetrium has joined #nixos
lovesegfault has joined #nixos
<pie_[bnc]> joepie91: this looks relevant https://github.com/svanderburg/node2nix/issues/8
<{^_^}> svanderburg/node2nix#8 (by gilligan, 3 years ago, open): expose function to create `node_modules` only
<pie_[bnc]> grrr but its still the same thing with just the json files! i must be doing something wrong.
<Ovsyanka> Hello! I just started to discover what is NixOS and installed it in the VirtualBox using demo appliance for VirtualBox. I run it and noticed that virtualbox additions version is outdated (6.0.14). I have VirtualBox 6.1.2 r135662. So, my question is - how I can update it?
<Ovsyanka> I need it because my NixOS window isn't streaching and shared clipboard doesen't work and etc.
mbrgm has quit [Ping timeout: 246 seconds]
mbrgm_ has joined #nixos
mbrgm_ is now known as mbrgm
mrSpec has quit [Ping timeout: 252 seconds]
mrSpec has joined #nixos
mrSpec is now known as Guest13424
Soo_Slow has joined #nixos
sbetrium has quit [Quit: sbetrium]
fresheyeball has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
sbetrium has joined #nixos
<pie_[bnc]> joepie91: which is to say lib/node_modules like in the above example doesnt exist for me..
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos
<pie_[bnc]> joepie91: here's the node2nix output https://paste.lassul.us/L6J24xto#n2n.7z
<joepie91> pie_[bnc]: and then evaluate .package?
erictapen has joined #nixos
<joepie91> ,,, oh
<joepie91> pie_[bnc]: the build tools are all devDependencies
<joepie91> it looks like node2nix has generated an expression for prod deps only
<joepie91> maybe you need to pass it a flag to include devDeps
<joepie91> (it doesn't produce a node_modules because there are no prod deps, it's 100% devDeps)
<pie_[bnc]> oh.
sbetrium has quit [Quit: sbetrium]
<pie_[bnc]> joepie91: thanks so much id never figure that out. here goes nothing.
<pie_[bnc]> joepie91: saw this issue title earlier so https://github.com/svanderburg/node2nix/issues/149
<{^_^}> svanderburg/node2nix#149 (by CMCDragonkai, 29 weeks ago, open): Is it possible to install dev dependencies as well?
<{^_^}> [nixpkgs] @marsam merged pull request #79893 → closurecompiler: 20190909 -> 20200204 → https://git.io/JvCQF
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWBq
<joepie91> so, -d :P
rogue_koder has quit [Ping timeout: 265 seconds]
rogue_koder_ has joined #nixos
cidkid has quit [Remote host closed the connection]
<pie_[bnc]> joepie91: idk what it changes but i imagine i should tell it to use nodejs 12
<joepie91> pie_[bnc]: set it to whatever node version you actually use
<joepie91> (or intend to use)
<pie_[bnc]> the nixos default seems to be 10 right now, which is a bit odd because lts is 12
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
werner291 has quit [Quit: werner291]
<{^_^}> [nixpkgs] @dtzWill opened pull request #79961 → ell,iwd: 0.28, 1.5, minor touchups → https://git.io/JvWBR
<pie_[bnc]> joepie91: tentatively looks like it works \o/ im building the service container now
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
ris has quit [Ping timeout: 240 seconds]
ericsagnes has quit [Ping timeout: 272 seconds]
<joepie91> \o/
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
orivej_ has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @cdepillabout opened pull request #79962 → haskellPackages.mplayer-spot: add runtime dependency on mplayer → https://git.io/JvWBD
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<pie_[bnc]> joepie91: i have this odd habit of taking notes as github issues
wildtrees has quit [Quit: Leaving]
<butterthebuddha> Anyone using texlive with direnv?
erictapen has quit [Ping timeout: 268 seconds]
ericsagnes has joined #nixos
<{^_^}> #79285 (by deliciouslytyped, 1 week ago, open): Packaging Request: Teedy
sbetrium has joined #nixos
bhipple has joined #nixos
<pie_[bnc]> butterthebuddha: im not but drop me a link if you get anywhere \o/
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvWB7
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @xrelkd opened pull request #79964 → cargo-xbuild: 0.5.21 -> 0.5.24 → https://git.io/JvWRv
shibboleth has quit [Quit: shibboleth]
bhipple has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @xrelkd opened pull request #79965 → cargo-sweep: 0.4.1 -> 0.5.0 → https://git.io/JvWRt
Rusty1 has quit [Remote host closed the connection]
bhipple has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
claudiii has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @chkno opened pull request #79966 → nixos/bcache: Installer test for / on bcache → https://git.io/JvWRl
bhipple has quit [Ping timeout: 272 seconds]
bhipple has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.elementpath: 1.4.0 -> 1.4.1 »: https://git.io/JvWR9
<{^_^}> [nixpkgs] @jonringer merged pull request #79958 → python3Packages.elementpath: 1.4.0 -> 1.4.1 → https://git.io/JvW42
<{^_^}> [nixpkgs] @dtzWill merged pull request #78505 → biblatex-check: init at 2019-11-09 → https://git.io/JvqXH
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/JvWRH
rogue_koder_ has quit [Ping timeout: 265 seconds]
rogue_koder_ has joined #nixos
<{^_^}> [nixpkgs] @grahamc opened pull request #79967 → nixos-enter: redirect to fd2 instead of a file named /dev/stderr → https://git.io/JvWRd
selfsymmetric-mu has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #78506 → bibclean: init at 3.03 → https://git.io/JvqX7
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/JvWRA
<selfsymmetric-mu> Is anyone using the _7th_ gen X1 Carbon with NixOS? I only see the 6th gen supposed in nixos-hardware.
<butterthebuddha> pie_[bnc] I figured it out!
<butterthebuddha> pie_[bnc] this is straight from my shell.nix:
<butterthebuddha> buildInputs = [ (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-small latexmk enumitem wasysym; }) ];
kvda has joined #nixos
rogue_koder_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @dtzWill closed pull request #78041 → librepo: 1.9.2 -> 1.11.2, zchunk → https://git.io/Jvkhl
rogue_koder_ has joined #nixos
drakonis has quit [Ping timeout: 272 seconds]
<buckley310> does anyone know how i would apply a local patch to my `xorg.xf86inputlibinput` package?
Soo_Slow has quit [Quit: Soo_Slow]
<{^_^}> [nixpkgs] @dtzWill closed pull request #78040 → zchunk: init at 1.1.5 → https://git.io/Jvkht
<cole-h> Make an overlay that appends the location of your patch to the `patches` list, maybe?
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<bhipple> selfsymmetric-mu: I have both a 4th gen and 6th gen X1 Carbon on NixOS, but I'd imagine the 7th probably works decently well out of the box. The NixOS hardware stuff is only making minor touchups to power management and shouldn't be hard to run on the 7th gen
<buckley310> cole-h, i tried to write an overlay but it didnt work. is there anything obviously wrong with this? http://ix.io/2bt6
orivej_ has quit [Ping timeout: 265 seconds]
sbetrium has joined #nixos
rogue_koder has joined #nixos
orivej has joined #nixos
<cole-h> I'm still new to Nix myself, but if it were me, I would just overlay xf86inputlibinput and not xorg as well. I don't know how well that would work though
rogue_koder_ has quit [Ping timeout: 268 seconds]
sbetrium has quit [Client Quit]
<buckley310> yeah i tried to just target that one thing, but i dont think you can overlay a submodule alone
<cole-h> Additionally, shouldn't `pkgs` references be replaced with `super` in overlays? (`pkgs.fetchurl`)
<buckley310> perhaps. ill try that in case that is somehow breaking it
<cole-h> Additionally #2: `super.xorg.xf86....` should probably be `superB`, no?
<{^_^}> [nixpkgs] @ldelelis closed pull request #79888 → tdesktop: creates desktop item post install → https://git.io/JvC9N
<gchristensen> https://github.com/NixOS/nixpkgs/pull/79967 the bug clever was helping me with : /dev/stderr was pointing to a socket file which wasn't available inside nixos-enter
<{^_^}> #79967 (by grahamc, 20 minutes ago, open): nixos-enter: redirect to fd2 instead of a file named /dev/stderr
<cole-h> gchristensen: `1>&2|| true` -> `1>&2 || true` probably
<gchristensen> I ... don't think ... it matters .... but sure, I can do that
<cole-h> It doesn't matter, but it looks nicer :P
<gchristensen> sure :)
<gchristensen> thanks, cole-h!
<cole-h> Sorry, I nitpick everything I come across (see my comments on alacritty pulls lol) ;-)
<buckley310> cole-h, yeah i still get the error "error: attribute 'xlibsWrapper' missing, at /nix/store/...../gstreamer/legacy/gst-plugins-base/default.nix:43:9"
<{^_^}> [nixpkgs] @dtzWill closed pull request #77847 → lwan: fix w/musl re:secure_getenv (fix build) → https://git.io/JvTmS
<{^_^}> [nixpkgs] @jonringer opened pull request #79969 → onnxruntime: 1.1.0 -> 1.1.1 → https://git.io/JvW0u
v88m has quit [Ping timeout: 265 seconds]
h0m1 has quit [Ping timeout: 260 seconds]
egasimus has joined #nixos
<egasimus> hi all! does anyone know how to get latest libvirt on nixos?
h0m1 has joined #nixos
shafox_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dtzWill opened pull request #79970 → lwan: use jemalloc (not just ignored buildInput), but not w/musl → https://git.io/JvW01
<bhipple> gchristensen: does [1;2PNo milestone
<{^_^}> [nixpkgs] @dtzWill closed pull request #77844 → lwan: indicate jemalloc should be used, or it won't be → https://git.io/JvTmv
fresheyeball has quit [Quit: WeeChat 2.6]
<bhipple> gchristensen: does https://github.com/NixOS/nixpkgs/pull/78781 work for you for r13y fixes for gnupg?
<{^_^}> #78781 (by grahamc, 2 weeks ago, open): gnugp22: try to fix dates (r13y)
<gchristensen> hrm I replied via email ...
<bhipple> It seems to work on my NixOS machine FWIW, but seems too naively simple . . .
sbetrium has joined #nixos
Maxdaman1us has joined #nixos
<gchristensen> bhipple: no, look in the build output's man files -- much of the unreproducibility is in the date (not time) of the build
sbetrium has quit [Client Quit]
<bhipple> weird, I wonder if I was just running nix-build --check on $out or something and not one of the split-output packages
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #79948 → man-pages: 5.04 -> 5.05 → https://git.io/JvWWC
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvW0S
<gchristensen> to --check, you have to first build it
<gchristensen> and so you probably built, and then --check'd it, all on the same day
<gchristensen> and it was comparing your two builds, not your build against upstream
<bhipple> ahhhh ok, that makes sense. Yeah --check passed, but I did it on the same day as my rebuild :)
<bhipple> What a hassle. Maybe we should just delete the docs :D
<gchristensen> :P
<gchristensen> gnupg will only be slightly less usable if you delete th edocs :P
<bhipple> Of all the packages to not take reproducibility seriously . . . haha, yeah
<pie_[bnc]> so i still havent done it since the last two times i asked, here i am again
Maxdamantus has quit [Ping timeout: 272 seconds]
<pie_[bnc]> how should i get nixos on hetzner cloud?
<gchristensen> I think they have an iso?
v88m has joined #nixos
<{^_^}> [nixpkgs] @dtzWill closed pull request #62920 → xpra: 2.5 -> 2.5.2, mark winswitch broken as discussed → https://git.io/fjgTr
<evanjs> hrm. Does what's the best way to get a build for linuxPackages_4_1? linuxPackages_custom is complaining about pkgs/os-specific/linux/exfat/default.nix:5:1 (assertion that says EXFAT needs > 4.2)
<{^_^}> [nixpkgs] @dtzWill closed pull request #60296 → libobjc: 1.8.1 -> 1.9 -> 2.0 → https://git.io/fjsbo
<evanjs> but I'm not using EXFAT...
<pie_[bnc]> gchristensen cloud and online arent the same thing, cloud only seems to have fedora debian centos and ubuntu
<gchristensen> I have hetzner cloud machines running nixos, and I thought I did it via an iso
<pie_[bnc]> or, well, idk
<pie_[bnc]> maybe not directly via te new machine thing, tihs is the first time im doing it
<gchristensen> ehh no I did an ugly thing instead. anyway, maybe the wiki has something
<pie_[bnc]> i only saw something for hetzner online so far
<pie_[bnc]> otherwise the N different variants of installing nixos in place
<evanjs> tried overriding on 15_09.linuxPackages_4_1. missing extend :D
<gchristensen> 15.09 :o
<emily> pff, I only use nixos 06.xx
<emily> the newer packages just don't have the same warm, analogue feel
<evanjs> x_x
<evanjs> slowly going up and seeing how high I can go
<gchristensen> :)
<gchristensen> where are you starting?
<evanjs> from 15_09 I think it was
<evanjs> goes up to 16.09 but no extend still o_o
<evanjs> as in `mylinuxPackages = pkgs_old.linuxPackages_4_1.extend (lib.const (ksuper: {`
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79971 → opensmtpd: 6.6.2p1 -> 6.6.3p1 → https://git.io/JvWEL
<evanjs> I just want to get hostapd working on a https://www.tp-link.com/us/home-networking/usb-adapter/tl-wn722n/ or equivalent *sobs* (rtl8188eu from TP-Link / r8188eu in staging, methinks)
jluttine_ has quit [Ping timeout: 272 seconds]
<evanjs> not in nixpkgs explicitly, at any rate, e.g. in rtlwifi (just 8188ee there)
<pie_[bnc]> gchristensen well i found the iso part of the management panel, i kind of dislike how they dont show you any of this stuff unless you already paid for something
<pie_[bnc]> evanjs btw create_ap is nice
<evanjs> pie_[bnc]: *checks* oh look, not in nixpkgs :P but yeah also a work thing so little flexibility atm, unfortunately. though I mean if it takes less time to implement... *shrugs* I think the big problem right now is just getting the adapter to work with AP functionality, period
dansho has quit [Ping timeout: 265 seconds]
<evanjs> we got it working on gentoo and can compile it with 4.1 sources and the drivers from TP Link but I'm trying to jam it into the build system (Jenkins on NixOS) so we don't have to manually do much crap going forward
johnw has quit [Remote host closed the connection]
jluttine_ has joined #nixos
drakonis2 has joined #nixos
mexisme has quit [Ping timeout: 265 seconds]
boxscape has quit [Remote host closed the connection]
<pie_[bnc]> evanjs check the issue tracker i think there might have been something. or maye i created it. im not sure.
<pie_[bnc]> but yeah, re : drivers, sure
<pie_[bnc]> im just sayin this exist.
<evanjs> oh okay
<evanjs> #54000
<{^_^}> https://github.com/NixOS/nixpkgs/pull/54000 (by klntsky, 1 year ago, open): create_ap: init at 0.4.6
drakonis2 has quit [Client Quit]
<evanjs> *patch -p1 < 54000.patch* :P let's see how this works
<pie_[bnc]> evanjs: the slightly horrifying thing is its a giant bash script
<evanjs> yeah even the help is sorta wonky atm
<evanjs> Examples: .create_ap-wrapped wlan0 eth0 MyAccessPoint MyPassPhrase
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79972 → ocamlPackages.odoc: 1.4.2 -> 1.5.0 → https://git.io/JvWEc
egasimus has quit [Remote host closed the connection]
<evanjs> *adapter disconnects* pie_[bnc] what have you done D: -- unless of course it was sharing it correctly, in which case... progress.>?
<pie_[bnc]> meanwhile i bought myself the smallest hetzner instance to Get Some Cloud Experience
<pie_[bnc]> aaand i should be in bed 5 hours ago :)
rogue_koder has quit [Ping timeout: 265 seconds]
<gchristensen> still time :)
fusion809 has quit [Remote host closed the connection]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
rogue_koder has joined #nixos
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
evanjs has joined #nixos
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @asbachb opened pull request #79973 → openjdk8: 8u222 -> 8u242 → https://git.io/JvWEK
sbetrium has quit [Client Quit]
<emily> pie_[bnc]: do you know about https://www.hetzner.com/sb ?
<emily> you can get older model servers at a much cheaper price than their "retail"
orivej has joined #nixos
<{^_^}> [nixpkgs] @JeffLabonte opened pull request #79974 → Brave 1.1.23 to 1.3.113 → https://git.io/JvWEi
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
waleee-cl has quit [Quit: Connection closed for inactivity]
rogue_koder has quit [Ping timeout: 272 seconds]
xkapastel has joined #nixos
sbetrium has joined #nixos
mac10688 has joined #nixos
sbetrium has quit [Client Quit]
rogue_koder has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<pie_[bnc]> emily: thanks for the reminder. maybe if i ever scale up, this one is like 3 eur/mo
<pie_[bnc]> 1 cpu 2 gigs of ram (lets see if that manages much nix), 20gb of disk
<{^_^}> [nixpkgs] @bhipple opened pull request #79976 → rust: Replace migration README with GitHub issue → https://git.io/JvWEN
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #79780 → cinnamon.xapps: move gobject-introspection to buildInputs → https://git.io/JvCUA
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvWEh
<pie_[bnc]> does getting a bigger hetzner machine save me the prive of the smaller one i already paid for?
<emily> 2 gigs of ram / 20gb disk is not going to be fun with nix
<selfsymmetric-mu> bhipple: Thank you! Unfortunately after an hour and three browsers I can confirm that Lenovo's website is BAD. Checkout always spins out at the end.
<selfsymmetric-mu> I am considering just buying one from Amazon at the 140USD markup. Alternatively, maybe I don't NEED a Thinkpad.
kleisli has joined #nixos
qubasa_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
qubasa has joined #nixos
greizgh has joined #nixos
wiml has quit [Quit: wiml]
andi- has quit [Remote host closed the connection]
joehh1 has joined #nixos
sbetrium has joined #nixos
NoctisLa1 has joined #nixos
sbetrium has quit [Client Quit]
mzan has joined #nixos
<butterthebuddha> The ocaml package on nixpkgs seems to be a year old version (4.07)?
andi- has joined #nixos
iyzsong has joined #nixos
NoctisLabs has quit [Ping timeout: 272 seconds]
sbetrium has joined #nixos
felixfoertsch23 has joined #nixos
sbetrium has quit [Client Quit]
NoctisLabs has joined #nixos
felixfoertsch has quit [Ping timeout: 260 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
NoctisLa1 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79977 → osi: 0.108.4 -> 0.108.6 → https://git.io/JvWuz
<{^_^}> [nixpkgs] @bhipple opened pull request #79978 → treewide: change fetchCargoTarball default to opt-out → https://git.io/JvWuo
fusion809 has joined #nixos
<pikajude> well, my hydra is refusing to run the hydra vm-tests
<pikajude> and i'm not sure why, because it's not a required-features problem
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ridout has quit [Quit: Lost terminal]
<bhipple> selfsymmetric-mu: do you by any chance have a protonmail email? I spent hours in checkout on the phone and had to get help from a sales rep, only to find out they have "known" but undocumented issues handling any protonmail acct :/
<pikajude> machine 'localhost' does not support step '/nix/store/abdiqpql2xv3d111sq40q32wm6dymmj9-vm-test-run-unnamed.drv' (system type 'x86_64-linux')
<pikajude> yeah, not sure about that one hydra
<bhipple> If you can use paypal as an intermediary that also can reduce issues. Kinda comical a company of Lenovo's size wouldn't have this ironed out ...
<selfsymmetric-mu> bhipple: Incredible. I believe it. In my case I was checking out as a guest with a gmail account.
<selfsymmetric-mu> I'm not sure if I saw a PayPal option. I did try Amazon Pay. No dice there either.
<bhipple> If they didn't make really nice hardware I would've given up after the first hour, since it was an awful checkout experience
<selfsymmetric-mu> It truly is embarrassing. They should use some of the money they made selling PPI and hire themselves a web developer.
<bhipple> Firmware is really nicely supported on Linux, too! https://blogs.gnome.org/hughsie/2018/08/06/please-welcome-lenovo-to-the-lvfs/
<cole-h> How can I set a variable for a module in an `imports` list?
<selfsymmetric-mu> Maybe I'll try again tomorrow and everything will miraculously work.
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
<bhipple> Hah, if you call their sales line and wait on hold for 45 minutes a sales rep can manually fill out the order for you w/ your credit card :D
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79979 → numix-icon-theme-circle: 19.09.20 -> 19.12.27 → https://git.io/JvWup
<selfsymmetric-mu> hahaha I bet lol
<selfsymmetric-mu> Can any other laptop brand compete, when it comes to NixOS?
<selfsymmetric-mu> I can probably wean myself off trackpoints.
<bhipple> Weanning off trackpoints? It cannot be done.
mexisme has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<selfsymmetric-mu> Anyone else have them, besides Lenovo?
<bhipple> I don't think so. The fwupd support on Linux is really nice, too.
<selfsymmetric-mu> Thus we are trapped.
<bhipple> No need for them to hire that web developer to make the checkout less painful after all :/
<selfsymmetric-mu> Right. We're out of leverage.
<selfsymmetric-mu> I'll probably just cough up the cash.
<selfsymmetric-mu> That Jeff Bezos sure knows how to collect the scratch.
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #79980 → docker: 19.03.5 -> 19.03.6 → https://git.io/JvWzY
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @bhipple opened pull request #79981 → fetchCargoTarball: backport to 20.03 → https://git.io/JvWzs
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
nikola_i has joined #nixos
endformationage has quit [Ping timeout: 272 seconds]
NoctisLabs has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
mexisme has quit [Ping timeout: 240 seconds]
chagra_ has joined #nixos
smollcato has joined #nixos
mexisme has joined #nixos
chagra has quit [Ping timeout: 268 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
ryanartecona has joined #nixos
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drakonis_ has joined #nixos
ryanartecona has quit [Quit: ryanartecona]
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #69125 → mattermost: 5.9.0 -> 5.15.0 → https://git.io/Je326
<{^_^}> [nixpkgs] @ryantm pushed 4 commits to master: https://git.io/JvWzy
sbetrium has quit [Client Quit]
butterthebuddha has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @jtojnar merged pull request #79945 → libmypaint: 1.4.0 -> 1.5.0 → https://git.io/JvWcp
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JvWzQ
captn3m0 has quit [Ping timeout: 265 seconds]
captn3m0 has joined #nixos
WinchellsM has quit [Remote host closed the connection]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
gxt has joined #nixos
mexisme has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
mexisme has joined #nixos
jojojojojo has quit [Remote host closed the connection]
jojojojojo has joined #nixos
kvda has joined #nixos
mac10688 has quit [Quit: WeeChat 2.4]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
domogled has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
ryanartecona has joined #nixos
bhipple has quit [Remote host closed the connection]
sbetrium has joined #nixos
nikola_i has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #79982 → python3Packages.imgaug: 0.3.0 -> 0.4.0 → https://git.io/JvWgu
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @jonringer merged pull request #79969 → onnxruntime: 1.1.0 -> 1.1.1 → https://git.io/JvW0u
<{^_^}> [nixpkgs] @jonringer pushed to master « onnxruntime: 1.1.0 -> 1.1.1 »: https://git.io/JvWgz
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
instinctive has joined #nixos
nikola_i has joined #nixos
<instinctive> hi all - noob nixos user... just installed 19.09 onto a 2nd ssd following the manual, rebooted, appears to work, except I do `$ nix-env -qa` and get nothing... I'm sure I'm missing something obvious?
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
butterthebuddha has joined #nixos
hyper_ch has quit [Quit: ZNC 1.7.5 - https://znc.in]
<instinctive> example: `$ nix-env -qa$ nix-env -i helloerror: selector 'hello' matches no derivations`
mac10688 has joined #nixos
mexisme has quit [Ping timeout: 246 seconds]
hyper_ch has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
butterthebuddha has quit [Client Quit]
cidkid has joined #nixos
cidkid has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @bbigras opened pull request #79983 → starship: 0.35.1 -> 0.36.0 → https://git.io/JvWg7
<{^_^}> [nixpkgs] @dtzWill opened pull request #79984 → bdf2sfd: init at 1.1.0 → https://git.io/JvWgp
Maxdaman1us is now known as Maxdamantus
jmeredith has quit [Quit: Connection closed for inactivity]
<instinctive> answering my own question: I had to `# nix-channel --update` a couple of times and then `$ nix-channel --update`
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #72141 → go-license-detector: init at 3.0.2 → https://git.io/JeuqI
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/JvW2v
sbetrium has quit [Client Quit]
kleisli has quit [Ping timeout: 260 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
palo1 has joined #nixos
instinctive has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dtzWill merged pull request #77140 → samurai: init at 1.0 → https://git.io/JejMB
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/JvW2t
<{^_^}> [nixpkgs] @jonringer merged pull request #79982 → python3Packages.imgaug: 0.3.0 -> 0.4.0 → https://git.io/JvWgu
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.imgaug: 0.3.0 -> 0.4.0 »: https://git.io/JvW2Y
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
cole-h has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #79869 → python3Packages.mailman-web: prevent error from crashing eval → https://git.io/JvC1t
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JvW23
zupo has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kaliumxyz has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to fetchgit-sri « fetchgit: Sync hash support with fetchurl »: https://git.io/JvW20
<{^_^}> [nixpkgs] @jonringer opened pull request #79985 → pythonPackages.seaborn: disable <py3.6, abandoned upstream → https://git.io/JvW2E
<{^_^}> [nixpkgs] @jonringer opened pull request #79986 → python3Packages.snowflake-connector-python: 2.1.2 -> 2.2.0 → https://git.io/JvW2V
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @jtojnar pushed to fetchgit-sri « fetchgit: Sync hash support with fetchurl »: https://git.io/JvW2i
<{^_^}> [nixpkgs] @jtojnar opened pull request #79987 → fetchgit: add SRI hash support → https://git.io/JvW2P
drakonis_ has quit [Read error: Connection reset by peer]
mexisme has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
ryanartecona has quit [Quit: ryanartecona]
v88m has quit [Ping timeout: 265 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
mexisme has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
nikola_i has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
v88m has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
karantan has joined #nixos
FRidh2 has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
nikola_i has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #79985 → pythonPackages.seaborn: disable <py3.6, abandoned upstream → https://git.io/JvW2E
<{^_^}> [nixpkgs] @jonringer pushed to master « pythonPackages.seaborn: disable <py3.6, abandoned upstream »: https://git.io/JvWaZ
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer opened pull request #79988 → python3Packages.numba: disable for python < 3.6 → https://git.io/JvWan
bvdw has joined #nixos
domogled has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #79988 → python3Packages.numba: disable for python < 3.6 → https://git.io/JvWan
<{^_^}> [nixpkgs] @FRidh pushed commit from @jonringer to master « python3Packages.numba: disable for python < 3.6 »: https://git.io/JvWac
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @jonringer opened pull request #79989 → python3Packages.fix-airflow: fix dependencies → https://git.io/JvWaW
mexisme has joined #nixos
karantan has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #79990 → [20.03] python3Packages.numba: disable for python < 3.6 → https://git.io/JvWa8
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
TwoNicToupper has joined #nixos
oida has quit [Remote host closed the connection]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
oida has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #79990 → [20.03] python3Packages.numba: disable for python < 3.6 → https://git.io/JvWa8
<{^_^}> [nixpkgs] @FRidh pushed commit from @jonringer to release-20.03 « python3Packages.numba: disable for python < 3.6 »: https://git.io/JvWaB
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.fix-airflow: fix dependencies »: https://git.io/JvWaR
<{^_^}> [nixpkgs] @jonringer merged pull request #79989 → python3Packages.fix-airflow: fix dependencies → https://git.io/JvWaW
<{^_^}> [nixpkgs] @jonringer merged pull request #79986 → python3Packages.snowflake-connector-python: 2.1.2 -> 2.2.0 → https://git.io/JvW2V
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.snowflake-connector-python: 2.1.2 -> 2.2.0 »: https://git.io/JvWa0
nikola_i has quit [Ping timeout: 240 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @sikmir opened pull request #79991 → gpxsee: 7.20 -> 7.22 → https://git.io/JvWar
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
karantan has joined #nixos
karantan has quit [Client Quit]
karantan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79992 → python27Packages.av: 6.2.0 -> 7.0.1 → https://git.io/JvWaD
nikola_i has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #79993 → gitlab-workhorse: 8.20.0 -> 8.21.0 → https://git.io/JvWaS
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karantan has quit [Client Quit]
mac10688 has quit [Ping timeout: 272 seconds]
veske2 has joined #nixos
karantan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79994 → piper: 0.3 -> 0.4 → https://git.io/JvWaF
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
timor has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @mmahut opened pull request #79995 → grisbi: 1.2.1 -> 1.2.2 → https://git.io/JvWVW
<eoli3n> Hi
<eoli3n> simple question of the day : what is the benefit of the fact that nix is a functional language ? why that choice ?
Guest13424 has joined #nixos
Guest13424 has quit [Changing host]
timor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #79996 → mscgen: change platforms to 'all' after successful compile on macOS → https://git.io/JvWV0
TwoNicToupper has quit [Remote host closed the connection]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<Yaniel> eoli3n: it is stateless, like the package manager aims to be (as far as possible)
<eoli3n> ok :)
<eoli3n> thx
m0rphism has joined #nixos
<Yaniel> and functional code is often easier to reason about than imperative, once you know the basics
<eoli3n> found this
<Yaniel> yes those are true too
dingenskirchen has quit [Quit: dingenskirchen]
ng0 has joined #nixos
dingenskirchen1 has joined #nixos
<Yaniel> being easier to reason about also applies to the interpreter/compiler, and translates to easier to optimize
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<thongpv87> I have this nix expression for building docker images:
<thongpv87> dockerTools.buildImage {
<thongpv87> $!${stdenv.shell}
<thongpv87> runAsRoot = ''
<thongpv87> tag = "v0.1";
<thongpv87> name = "myapp";
<thongpv87> mkdir -p /usr/share
<thongpv87> ln -s /share/zoneinfo /usr/share/zoneinfo
<thongpv87> '';
<thongpv87> contents = [ tzdata ];
<thongpv87> EntryPoint = [ "${myapp}/bin/run"];
<thongpv87> config = {
<thongpv87> }
<thongpv87> };
<eoli3n> wowow, use ix.io thongpv87
dingenskirchen1 is now known as dingenskirchen
<eoli3n> Yaniel: that said, lets pill :)
<eoli3n> Yaniel++
<{^_^}> Yaniel's karma got increased to 5
karantan has joined #nixos
graf_blutwurst has joined #nixos
<thongpv87> Sorry, here is it: http://ix.io/2bBZ
zupo has joined #nixos
<thongpv87> When building with nix, I got this error: a 'x86_64-linux' with features {kvm} is required to build '/nix/store/x1c50mvix7fgw12y3h5k71akjq1l4w6h-docker-layer-myapp.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, nixos-test}
<eoli3n> thongpv87: FYI there is an "ix" package
xkapastel has joined #nixos
<thongpv87> I found that, if the command `runAsRoot` is commented out, then that error disapear
<thongpv87> But my app need to find zoneinfo in `/usr/share`, so I need those command.
orivej has quit [Ping timeout: 265 seconds]
<thongpv87> Why does it happen, and how can I solve it.
<thongpv87> Thanks @eoli3n
Tucky has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
<Yaniel> looks like it needs root permissions (duh) but nix-build can only have those in a virtual machine or something?
dm9 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chimay has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #79997 → poppler: 0.84.0 -> 0.85.0 → https://git.io/JvWwG
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
dm9 has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #79998 → rxvt-unicode: fix typo in aliases.nix → https://git.io/JvWw0
<{^_^}> [nixpkgs] @mmahut merged pull request #76481 → Deprecate the boot.vesa option → https://git.io/JebTa
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JvWwg
lsix has joined #nixos
vandenoever has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
f0i has joined #nixos
<{^_^}> [nixpkgs] @pmiddend opened pull request #79999 → quake3e: 2019-11-29 -> 2020-01-23 → https://git.io/JvWw6
m0rphism has quit [Ping timeout: 240 seconds]
gagbo has joined #nixos
zupo has joined #nixos
smatting has joined #nixos
Netsu has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #79016 → nixos/tests/openarena: run real openarena clients → https://git.io/Jv3Hu
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JvWwS
<{^_^}> [nixpkgs] @mmahut merged pull request #79700 → Upgrades coursier to 2.0.0-RC6-4 → https://git.io/Jvc1f
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JvWw9
<Netsu> Hello. Is it possible to check from `nix-shell` is there any other shells open for same environment (directory)?
Makaveli7 has joined #nixos
zupo_ has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #78389 → docbookrx & kramdown-asciidoc: init → https://git.io/Jvtz1
<{^_^}> [nixpkgs] @mmahut pushed 3 commits to master: https://git.io/JvWwH
<Netsu> want to add to mkShell's shellHook the trap with DB down on shell exit (but if only that's the last open shell for this environment)
zupo has quit [Ping timeout: 272 seconds]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
chloekek has joined #nixos
<{^_^}> [nixpkgs] @Tomahna opened pull request #80000 → mopidy-mpd: init at version 3.0.0 → https://git.io/JvWwj
fusion809 has quit [Remote host closed the connection]
__monty__ has joined #nixos
fusion809 has joined #nixos
Chiliparrot has joined #nixos
Naptra has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<eyJhb> Anyone else expericing when having Chromium in full-screen in i3 (super+f), that the search bar now hides?
Netsu has quit [Remote host closed the connection]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<eyJhb> Guess Chromium just removed it...
civodul has joined #nixos
Naptra has quit [Read error: Connection reset by peer]
Naptra has joined #nixos
anohigisavay has joined #nixos
<anohigisavay> hi!
<anohigisavay> so in my user profile i have installed the sole package 'hello'
<anohigisavay> now hello is not a link to the nix store
<anohigisavay> after i install something else it becomes a link
<anohigisavay> what is the reason behind this?
<anohigisavay> it's not exactly the same as what's said in nix pills
<anohigisavay> and commands like `nix-store -qR $(which hello)` will not work when it's not a link to the nix store
<anohigisavay> oops i see
<anohigisavay> the entire bin folder is a symbolic link
<Rovanion> On a Ubuntu system I've installed slurm through nix, as defined in https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/computing/slurm/default.nix. But it comes with no service files as far as I can see. Is this because I'm looking in the wrong place or because the build declared in nixpkgs did not produce it?
<{^_^}> [nixpkgs] @bennofs pushed to master « burpsuite: 3.1.07 -> 2020.1 »: https://git.io/JvWr2
sbetrium has joined #nixos
zupo_ has quit [Quit: Textual IRC Client: www.textualapp.com]
thc202 has joined #nixos
sbetrium has quit [Client Quit]
<ashkitten> Rovanion: nix packages don't have service files. you can either write your own or use nixos which provides the services.slurm configuration option
nikola_i has quit [Ping timeout: 240 seconds]
thongpv87 has quit [Remote host closed the connection]
FRidh2 has quit [Quit: Konversation terminated!]
<ashkitten> nix itself does not depend on systemd and is mostly os-agnostic so it wouldn't make sense to provide systemd service files anyways
sbetrium has joined #nixos
<Rovanion> ashkitten: Could it not make sense for nix to provide init scripts/service files if available and compatible with the underlying OS. I mean, it does have knowledge of OS and architecture to provide OS and architecture specific binaries/build recipies.
sbetrium has quit [Client Quit]
<Rovanion> But then I know: Nix provides no service files for no package.
cfricke has joined #nixos
<ashkitten> Rovanion: consider that most packaged programs do not provide their own service files and distros have to write them themselves. we only support service definitions on nixos for this reason, but i'm sure you could hack together something that uses the slurm nixos module code to generate and install a systemd service file on ubuntu if you want
<ashkitten> or you could just write your own
sbetrium has joined #nixos
<Rovanion> I don't know Nix (the language) well enough to go the first route so I'm going to write my own.
<ashkitten> good luck
<Rovanion> Thank you!
<Rovanion> And thank you for the answer!
<{^_^}> [nixpkgs] @lsix merged pull request #79956 → mercurial: 5.2.2 -> 5.3 → https://git.io/JvW4I
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/JvWry
<eoli3n> in a custom script how to found nix-store path ?
<eoli3n> i dynamically need absolute path of a file which isn't in PATH
sbetrium has quit [Quit: sbetrium]
o1lo01ol1o has joined #nixos
<ashkitten> eoli3n: you should be able to get the path of a built derivation with `nix-build --no-build-output --no-out-link '<nixpkgs>' -A hello` for example
cfricke has quit [Ping timeout: 240 seconds]
<ashkitten> do note that this will build the derivation if it's not built already
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80001 → postman: 7.16.1 -> 7.18.0 → https://git.io/JvWof
sbetrium has joined #nixos
<eoli3n> ashkitten: not sure that's what i need
claudiii has joined #nixos
<ashkitten> you're going to need to describe your requirements better, then
<eoli3n> yep
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<eoli3n> the image path on nix-store
cfricke has joined #nixos
gxt has quit [Ping timeout: 240 seconds]
ericsagnes has quit [Ping timeout: 246 seconds]
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen1 has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #79998 → rxvt-unicode: fix typo in aliases.nix → https://git.io/JvWw0
<{^_^}> [nixpkgs] @rnhmjoj pushed 5 commits to master: https://git.io/JvWok
dingenskirchen1 has quit [Client Quit]
ericsagnes has joined #nixos
dingenskirchen has joined #nixos
<ashkitten> eoli3n: try nix eval -f '<nixpkgs/nixos>' options.virtualisation.anbox.image.value.outPath
<eoli3n> worked
<eoli3n> thx
<ashkitten> np
sigmundv has joined #nixos
iyzsong-x has joined #nixos
iyzsong has quit [Ping timeout: 260 seconds]
sigmundv has quit [Remote host closed the connection]
karantan has joined #nixos
sigmundv has joined #nixos
cfricke has quit [Quit: WeeChat 2.7]
cfricke has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #80002 → lazygit: 0.14.2 -> 0.14.3 → https://git.io/JvWoz
<{^_^}> [nixpkgs] @peterhoeg opened pull request #80003 → elisa: move into kdeApplications → https://git.io/JvWog
<{^_^}> [nixpkgs] @peterhoeg opened pull request #80004 → crun: run tests and show the proper version number → https://git.io/JvWoa
<{^_^}> [nixpkgs] @rnhmjoj pushed 4 commits to release-20.03: https://git.io/JvWoo
tsrt^ has quit []
cfricke has quit [Client Quit]
nehsou^ has joined #nixos
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @danbst opened pull request #80005 → zoom-us: fix launch → https://git.io/JvWo6
gxt has joined #nixos
karantan has joined #nixos
karantan has quit [Ping timeout: 240 seconds]
graf_blutwurst has quit [Remote host closed the connection]
graf_blutwurst has joined #nixos
lorimer has quit [Read error: Connection reset by peer]
gxt has quit [Ping timeout: 240 seconds]
mexisme has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @basvandijk opened pull request #80006 → expect: remove autoreconfHook since that causes a wrong path to stty → https://git.io/JvWKq
<gentauro> I need to install a version less than `0.13` of `joblib`. For that I have made the following `default.nix` in my dev folder and I run it with `nix-shell`
<gentauro> { pkgs ? import <nixpkgs> {} }:
<gentauro> with pkgs;
<gentauro> mkShell { buildInputs = [ python3Packages.joblib ]; }
<gentauro> what do I need to add to `python3Packages.joblib` to have a specific version?
<gentauro> as I understand, this is the way to handle `python` packages right? (not using `pip`)
chagra_ has quit [Quit: WeeChat 2.6]
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
vandenoever has joined #nixos
vandenoever has quit [Changing host]
vidbina has joined #nixos
kai_w has joined #nixos
knupfer has joined #nixos
<gentauro> if I do a `nix-env -qaP | grep python37Packages.joblib`, it looks like there is only one package
<gentauro> `nixos.python37Packages.joblib python3.7-joblib-0.13.2`
<kai_w> what commands does nix need on a remote machine for remote builds?#
<gentauro> so I'm guessing Nix can't help me here?
iyzsong-x has quit [Ping timeout: 272 seconds]
<kai_w> I'm hoping to use the command= option in authorized_keys to lock things down a little
<{^_^}> [nixpkgs] @Mic92 merged pull request #79961 → ell,iwd: 0.28, 1.5, minor touchups, drop tmpfiles snippet → https://git.io/JvWBR
<{^_^}> [nixpkgs] @Mic92 pushed 6 commits to master: https://git.io/JvWKw
<Ashy> hmm, paraview seems to be broken on 19.09 atm with this error: https://nixos.wiki/wiki/Qt#qt.qpa.plugin:_Could_not_find_the_Qt_platform_plugin_.22xcb.22_in_.22.22
<wedens[m]> gentauro: you can override version https://github.com/search?q=joblib+overridePythonAttrs&type=Code
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLabs has joined #nixos
<Taneb> Is there any writeup about how to use restart triggers for a systemd service?
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #79979 → numix-icon-theme-circle: 19.09.20 -> 19.12.27 → https://git.io/JvWup
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JvWKy
sbetrium has quit [Quit: sbetrium]
o1lo01ol1o has joined #nixos
<gentauro> wedens[m]: I ended up `Emulating virtualenv with nix-shell` -> https://nixos.wiki/wiki/Python
<eso> Hello there, I was asking myself: what is used under the hood to build docker images using pkgs.buildDocker ? is it docker itself (i hope not) or another tool ?
<{^_^}> [nixpkgs] @Mic92 opened pull request #80007 → Fpu backport → https://git.io/JvW6t
<{^_^}> [nixpkgs] @Mic92 opened pull request #80008 → zfs: 0.8.2 -> 0.8.3 → https://git.io/JvW6q
<{^_^}> [nixpkgs] @Mic92 closed pull request #79938 → [19.09] zfs: 0.8.2 -> 0.8.3 → https://git.io/JvWOh
knupfer has quit [Read error: Connection reset by peer]
<wedens[m]> eso: it's created manually without docker
<wedens[m]> it's just an archive
<eso> Wonderful, more i know about nix ecosystem more i like it. thx :)
cmacrae has joined #nixos
<wedens[m]> you can look at nixpkgs/pkgs/build-support/docker/default.nix
cmacrae has quit [Client Quit]
NoctisLabs has quit [Ping timeout: 246 seconds]
<eso> I'll take a look
nehsou^ has quit []
tsrt^ has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #80009 → nix-prefetch-git: add gawk to PATH → https://git.io/JvW6l
gxt has joined #nixos
NoctisLa1 has joined #nixos
brandonhamilton has joined #nixos
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos
<rajivr___> I was wondering it there is a derivation equivalent to debian "build-essentials" in NixOS? I tried `nix-shell -E '(import ./nixpkgs.nix {}).stdenv'` but that does not seem to work.
<{^_^}> [nixpkgs] @edef1c opened pull request #80010 → google-cloud-sdk: fix gsutil startup crash → https://git.io/JvW62
evanjs has quit [Client Quit]
karetsu has joined #nixos
evanjs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80011 → python27Packages.nameparser: 1.0.5 -> 1.0.6 → https://git.io/JvW6S
<{^_^}> [nixpkgs] @edef1c pushed 2 commits to master: https://git.io/JvW6Q
<{^_^}> [nixpkgs] @edef1c merged pull request #79859 → pounce: 1.0p1 -> 1.1 → https://git.io/JvCKo
brandonhamilton has quit [Quit: Textual IRC Client: www.textualapp.com]
Soo_Slow has joined #nixos
<NinjaTrappeur> /buffer 1
<NinjaTrappeur> ...
Neo-- has joined #nixos
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #79887 → armadillo: 9.800.4 -> 9.850.1 → https://git.io/JvC99
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JvW6A
lovesegfault has quit [Ping timeout: 272 seconds]
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to master: https://git.io/JvWik
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80012 → python27Packages.diff_cover: 2.5.2 -> 2.6.0 → https://git.io/JvWiI
<{^_^}> [nixpkgs] @vcunat merged pull request #79917 → thunderbird, thunderbird-bin: 68.4.2 -> 68.5.0 [High security fixes] → https://git.io/JvCpA
chimay has quit [Ping timeout: 240 seconds]
NoctisLa1 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @bignaux opened pull request #80013 → romdirfs: init at 1.2 → https://git.io/JvWiY
NoctisLa1 has joined #nixos
qubasa has quit [Ping timeout: 268 seconds]
dingenskirchen has quit [Remote host closed the connection]
chimay has joined #nixos
dingenskirchen has joined #nixos
<{^_^}> [nixpkgs] @doronbehar opened pull request #80014 → cpp-utilities: patch upstream issue #18 → https://git.io/JvWiG
<genesis> 1700 opened PR :D
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
is_null has joined #nixos
<lassulus> wuhuu, its going down again
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<{^_^}> [nixpkgs] @marsam merged pull request #79983 → starship: 0.35.1 -> 0.36.0 → https://git.io/JvWg7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWil
justanotheruser has quit [Ping timeout: 268 seconds]
shafox has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #79972 → ocamlPackages.odoc: 1.4.2 -> 1.5.0 → https://git.io/JvWEc
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWig
<{^_^}> [nixpkgs] @marsam merged pull request #79884 → caf: 0.17.3 -> 0.17.4 → https://git.io/JvCyN
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWi2
domogled has joined #nixos
<{^_^}> [nixpkgs] @doronbehar opened pull request #80015 → pistol: init at 0.0.3 → https://git.io/JvWiV
<evanjs> alright, next item for today, get this working https://github.com/evanjs/nixpkgs/commit/b7684cb850781ff45fe8301431dea84acbe57f44.
claudiii has quit [Quit: Connection closed for inactivity]
<evanjs> We just do asserts for kernel version restrictions, yes?
<{^_^}> [nixpkgs] @marsam merged pull request #80012 → python27Packages.diff_cover: 2.5.2 -> 2.6.0 → https://git.io/JvWiI
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWiw
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #79980 → docker: 19.03.5 -> 19.03.6 → https://git.io/JvWzY
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JvWir
<evanjs> e.g. assert lib.versionAtLeast kernel.version "4.2" || lib.versionOlder kernel.version "4.0";
<evanjs> though the bigger question for this one is, how might I support both 4.1 and any other version? Like if conditional branch based on kernel version or etc
<{^_^}> [nixpkgs] @zowoq opened pull request #80016 → ncurses: 6.1-20190112 -> 6.2 → https://git.io/JvWiK
<{^_^}> [nixpkgs] @marsam merged pull request #79951 → mutagen: 0.10.3 -> 0.11.0 → https://git.io/JvWlQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWi6
<{^_^}> [nixpkgs] @marsam merged pull request #80011 → python27Packages.nameparser: 1.0.5 -> 1.0.6 → https://git.io/JvW6S
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWiP
domogled has quit [Quit: domogled]
nckx has quit [Quit: Updating my GNU Guix System — https://guix.gnu.org]
domogled has joined #nixos
qubasa has joined #nixos
cfricke has joined #nixos
orivej has joined #nixos
skrzyp has joined #nixos
mexisme has joined #nixos
<evanjs> is there an easier way of testing a new kernel module than referencing a local nixpkgs repo? an overlay, perhaps? Haven't dealt with kernel modules in one before
domogled has quit [Ping timeout: 272 seconds]
zebrag has quit [Ping timeout: 246 seconds]
inkbottle has joined #nixos
nckx has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « linux: 5.5-rc7 -> 5.6-rc1 »: https://git.io/JvWiy
<{^_^}> [nixpkgs] @juliendehos opened pull request #80017 → pythonPackages.bayesian-optimization: init at 1.0.1 → https://git.io/JvWiS
mexisme has quit [Ping timeout: 272 seconds]
domogled has joined #nixos
claudiii has joined #nixos
vandenoever has quit [Read error: Connection reset by peer]
pbb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #79964 → cargo-xbuild: 0.5.21 -> 0.5.24 → https://git.io/JvWRv
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWib
vandenoever has joined #nixos
vandenoever has joined #nixos
vandenoever has quit [Changing host]
<{^_^}> [nixpkgs] @marsam merged pull request #79965 → cargo-sweep: 0.4.1 -> 0.5.0 → https://git.io/JvWRt
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JvWiN
pbb has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen1 has joined #nixos
dingenskirchen1 is now known as dingenskirchen
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
markus1189 has joined #nixos
hyper_ch2 has joined #nixos
<eso> lsda
zupo has joined #nixos
sbetrium has joined #nixos
Rusty1 has joined #nixos
sbetrium has quit [Client Quit]
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-19.09: https://git.io/JvWPc
<{^_^}> [nixpkgs] @vcunat closed pull request #79918 → thunderbird, thunderbird-bin: 68.4.2 -> 68.5.0 [High security fixes][19.09] → https://git.io/JvCph
kleisli has joined #nixos
Soo_Slow has quit [Quit: Soo_Slow]
anohigisavay has quit [Quit: Konversation terminated!]
Soo_Slow has joined #nixos
justanotheruser has joined #nixos
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
<j4m3s__> question, I'm developing some C on my machine, How do I do to make gdb able to debug my program ? (it fails because it's missing debug information, but symbols are there in the glibc / ld.so). Strace shows that gdb fails to write in memory with Ptrace (Gettext) )
<j4m3s__> Do you guys have any idea ?
<multun> just compile with -g
<multun> works for me
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #80019 → heroku: 7.35.1 -> 7.38.1 → https://git.io/JvWXt
<{^_^}> [nixpkgs] @mmahut closed pull request #79993 → gitlab-workhorse: 8.20.0 -> 8.21.0 → https://git.io/JvWaS
domogled has quit [Ping timeout: 272 seconds]
Makaveli7 has quit [Quit: WeeChat 2.7]
<Soo_Slow> privacy question. Snap creates unique machine id (officially: for statistics). Iirc flatpak has something like that too. Does nix package manger suffer from that too?
iyzsong has quit [Read error: Connection reset by peer]
domogled has joined #nixos
<Taneb> I don't believe so
orivej has quit [Ping timeout: 240 seconds]
__monty__ has quit [Quit: leaving]
<gchristensen> nope
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
jethroksy has joined #nixos
fendor has quit [Read error: Connection reset by peer]
domogled has quit [Quit: domogled]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-20.03: https://git.io/JvWXM
fmhab has joined #nixos
<{^_^}> [nixpkgs] @alexanderkranga opened pull request #80020 → chromedriver 78.0.3904.70 => 80.0.3987.16 → https://git.io/JvWXQ
<{^_^}> [nixpkgs] @Mic92 closed pull request #80007 → Fpu backport → https://git.io/JvW6t
<{^_^}> [nixpkgs] @primeos pushed commit from @puckipedia to release-19.09 « signal-desktop: fix notifications »: https://git.io/JvWXd
cfricke has quit [Quit: WeeChat 2.7]
butterthebuddha has joined #nixos
philr has quit [Ping timeout: 268 seconds]
<evanjs> can somebody verify whether the wiki is up to date in regards to https://nixos.wiki/wiki/Linux_kernel#Booting_a_kernel_from_a_custom_source?
selfsymmetric-mu has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<clever> evanjs: looks like it should be fine at a glance
jmeredith has joined #nixos
linarcx has joined #nixos
<evanjs> clever: alright, any idea why I might be getting infinite recursion when trying to move it to a separate file? e.g. https://github.com/evanjs/mini-system/blob/master/linux_4_1.nix
<evanjs> not sure if/how @ args needs to be handled in the top level import in that case
<{^_^}> [nixpkgs] @MoochMcGee opened pull request #80021 → mame: 0.217 -> 0.218 → https://git.io/JvW18
<clever> evanjs: is this a module (in imports) or a package (loaded with callPackage)
domogled has joined #nixos
<clever> evanjs: its in imports, so it must set boot.kernelPackages, not return a set of linuxPackages
noudle has joined #nixos
<pie_[bnc]> does stuff like forwardPorts = [ { containerPort = 8080; hostPort = 27777; protocol = "tcp"; } ]; not work with extra-container?
<evanjs> clever: right, just noticed that, and updated accordingly
<evanjs> clever: was more trying to get it to return a set that I can import, and then set like I would normally, e.g. boot.kernelPackages = linuxPackages_4_1;
gxt has quit [Ping timeout: 240 seconds]
<clever> then you would want to load it with callPackage, and change line 1 to just linuxPackages, linuxPackagesFor
<{^_^}> [nixpkgs] @ookhoi opened pull request #80022 → sky: change → https://git.io/JvW1E
chagra has joined #nixos
anderslundstedt has quit [Ping timeout: 265 seconds]
<evanjs> clever: line 1 of linux_4_1.nix?
<clever> evanjs: yeah
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
domogled has quit [Quit: domogled]
domogled has joined #nixos
cartwright has quit [Ping timeout: 240 seconds]
cartwright has joined #nixos
vidbina has quit [Ping timeout: 246 seconds]
lorimer has joined #nixos
domogled has quit [Read error: Connection reset by peer]
domogled has joined #nixos
<rnhmjoj> i have to ask something that i didn't quite understand: when/how often are the hydra builds of a channel started? for example, the numbers i see here: https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents
<clever> rnhmjoj: check the configuration tab of the jobset
<evanjs> clever: had to merge { pkgs, lib } with what's normally in linux-v-v.nix drvs but bah. got the exfat assertion once more
<evanjs> assertion failed at /home/evanjs/src/nixpkgs/pkgs/os-specific/linux/exfat/default.nix:5:1
<evanjs> assert lib.versionAtLeast kernel.version "4.2" || lib.versionOlder kernel.version "4.0";
lorimer has quit [Client Quit]
<clever> evanjs: not sure what is causing that
<evanjs> clever: yeah likewise. hrm
<clever> evanjs: are you trying to nix-build the entire kernelPackages or just .kernel?
<rnhmjoj> clever: is that on the same page? i don't think i can find it
lorimer has joined #nixos
<clever> rnhmjoj: you have to go up to the jobset overview first, then configuration
<rnhmjoj> rnhmjoj: uhm, is that the check interval?
sbetrium has joined #nixos
<rnhmjoj> i guess 86400 = 1day
sbetrium has quit [Client Quit]
domogled1 has joined #nixos
<clever> rnhmjoj: yep
<clever> rnhmjoj: so once a day, it will eval the build inputs (also on the config page), and build whatever they contain
<clever> rnhmjoj: and only if everything under tested is green, will the channel then update
domogled has quit [Ping timeout: 240 seconds]
domogled1 is now known as domogled
<rnhmjoj> clever: thank you. so if a build doesn't appear every day that means it's tanking longer that a day to complete?
<rnhmjoj> *taking
m15k has joined #nixos
fmhab has quit [Remote host closed the connection]
<evanjs> clever: I'm just setting it in kernelPackages. tried both with and without recurseIntoAttrs
mexisme has joined #nixos
<clever> evanjs: recurseIntoAttrs only comes into play if you do nix-env -q
<evanjs> alright
<clever> rnhmjoj: if nothing has changed, then it may not make a new eval
<evanjs> nixos.config.boot.supportedFilesystems -> auto. lol hrmmm
<rnhmjoj> clever: ok, but on unstable something definitely changed in the last three day but no new build (failed or not) has appeared yet
<tilpner> rnhmjoj: Monitoring agrees with you: https://status.nixos.org/prometheus/alerts
mexisme has quit [Ping timeout: 245 seconds]
<clever> rnhmjoj: something is -9'ing the entire eval
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
veske2 has quit [Quit: This computer has gone to sleep]
<rnhmjoj> ah, i see. so whatever happened is affecting both unstable and release-20.03
sbetrium has joined #nixos
sbetrium has quit [Client Quit]
Guest13424 is now known as mrSpec
cjpbirkbeck has joined #nixos
orivej has joined #nixos
<tilpner> rnhmjoj: If I understand #nixos-dev backlog, it's either using custom Nix from the flakes branch, or trying to build a non-master nixpkgs
<gchristensen> neither are related
fusion809 has quit [Remote host closed the connection]
* tilpner doesn't understand #nixos-dev backlog
<gchristensen> master and 20.03's evaluations take a lot of memory -- reaching 34G before being OOM'd
<gchristensen> recenlty, several tests were added in one swoop which probably pushed it over: each nixos test vm requires a few hundred mb to evaluate
dirtwrangler has quit [Remote host closed the connection]
<gchristensen> there is some looking at a more effective GC for Nix to see about fixing that, and another option might be removing some of those tests for the time being
<clever> gchristensen: i was also experimenting with a method of forking, to reduce heap and speed up eval, when we where at nixcon, its currently stalled in segfaults and concurrency bugs
<gchristensen> ah
<{^_^}> [nixpkgs] @devhell opened pull request #80023 → profanity: 0.7.1 -> 0.8.1 → https://git.io/JvWMF
<pie_[bnc]> clever: Im stuck on networking stuff again :(
<pie_[bnc]> I cant get packets from the external ip addres to inside a container
<pie_[bnc]> on the machine i can do curl myexternalipaddress:27777 and it works fine
<pie_[bnc]> tcpdump shows the packets arriving on the external interface
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80024 → python27Packages.gym: 0.15.4 -> 0.15.6 → https://git.io/JvWDv
<evanjs> removing those assertions in my local nixpkgs seems to work... though I'd rather not do that. Any way to skip specific packages in kernelPackages? I mean I guess I shouldn't be building them all in the first place, right?
<eoli3n> it seems to be normal that packages doesn't work after a few...
<clever> evanjs: something must be adding it to extraKernelModules
<eoli3n> tried to install genymotion, needed to open issue. just tried to install steam, not working
<eoli3n> how is it possible has packages are stateless and has every deps in it ??
dansho has joined #nixos
<eoli3n> as i understand, where a package is "created" it should work everytime
<eoli3n> packages could become outdated but not broken
hyper_ch2 has quit [Remote host closed the connection]
butterthebuddha has quit [Quit: Textual IRC Client: www.textualapp.com]
<immae> eoli3n: Say at a given point you have package foo that depends on package bar, and it works. Then later you upgrade bar. If you don’t try to build foo after upgrading bar, then foo may be incompatible with the new version of bar and you didn’t notice that it broke, because you didn’t try build it. To ensure that foo works forever, you would need to point to a precise version of bar which cannot change
<immae> (and recursively if bar has dependencies too)
<eoli3n> immae: and nix doesn't do that ?
<immae> you can do that if you feel like it, but the set of derivations that you’ll find in nixpkgs doesn’t do that no
<eoli3n> so it "is normal" that a package break after a few ?
<immae> I mean: you can write a set of derivation that is garanteed to work until the end of times, but that’s not what nixpkgs do
<immae> Yes it is
<justanotheruser> for some reason, when I install python3Packages.pykeepass by including it in environment.systemPackages in configuration.nix, then running `nixos-rebuild switch` I fail to import pykeepassx. However, if I run `nix-shell -p python3Packages.pykeepass`, I can import it fine within the shell. Any idea why this might be?
<eoli3n> immae: that's sad
<eoli3n> nix magic is gone in my head :)
<Taneb> eoli3n: the specification of the package is the entire of nixpkgs
<immae> eoli3n: no, packages evolve with time. What is nice though is that it’s very easy to pin everything to a given working state if you need
<Taneb> If you keep that the same then nothing will change
<Taneb> But if you ever change any of nixpkgs, things may change
<{^_^}> [nix] @edolstra pushed to master « Prevent uninitialized StorePath creation »: https://git.io/JvWDD
<eoli3n> the only thing i see is that, as end user, i can't trust packages.
v88m has quit [Ping timeout: 265 seconds]
<eoli3n> i install them and often need to create an issue
<eoli3n> an nix learning curve doesn't let me tweak it to workaround
gustavderdrache has joined #nixos
<eoli3n> so i'm stuck with a package which doesn't work waiting for a dev to take a look at this
<immae> eoli3n: being able to workaround (and understand what you do) will come quickly
<eoli3n> immae: i'm reading pills since some days, and its really hard to get, even if pills are great
mac10688 has joined #nixos
<immae> eoli3n: at some point you should start working on your own derivations, nix-pills may be great but doing things by yourself will get you where you want
<{^_^}> [nixpkgs] @bennofs merged pull request #80009 → nix-prefetch-git: add gawk to PATH → https://git.io/JvW6l
<{^_^}> [nixpkgs] @bennofs pushed commit from @andir to master « nix-prefetch-git: add gawk to PATH »: https://git.io/JvWD7
nikola_i has joined #nixos
<eoli3n> as nix let us have multiple version of same packages, it should be default to pin versions to let packages be infinitly functionnal. Packages becomes outdated anyway so, upgrading packages is required, it seems better to upgrade the package AND its deps
<immae> eoli3n: I disagree with you there, since it’s very easy to actually pin a package in the way it’s currently done you don’t need to enforce it for "latest" snapshot (which would become very big otherwise)
<{^_^}> [nix] @edolstra pushed 3 commits to precise-gc: https://git.io/JvWDx
<immae> eoli3n: if you want a package foo that you know is working in some nixpkgs commit abcd, then you can add: nixpkgs-foo-working=https://url/to/commit to the NIX_PATH, and then install (import <nixpkgs-foo-working> {}).foo in your derivation
<immae> This way you’re garanteed to have the foo that was working at that time
<immae> with all its dependencies down to glibc itself
<simpson> eoli3n: It's easy to imagine a Nix-like system in which every branch modification is checked somehow to verify that all leaves are still viable. Such a system would take a *very* long time for certain changes, since some leaves have extremely dense builds.
<simpson> Hydra's "leaky integration" (sorry for the pun!) is a standard trick: Check lots of branches at once. There's so many branches to check that we wouldn't otherwise have time to do checks.
<eoli3n> i get what you mean immae, and yes simpsons, maybe nix packages needs a huge infrastructure to make CI on the whole thing :)
<immae> eoli3n: note that the NIX_PATH part is not mandatory, you may look at https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs for another version
<eoli3n> but in my exemple, i can't determine which branch to use for a certain package to work as i just discovered that latest is broken. And i don't want to pin ALL nixpkgs
<eoli3n> s/which branch/which commit
<immae> then, look at your package derivation in the nixpkgs repo, see when it last changed, and you can be quite assured that this commit will work
<simpson> Ah. For that, I'd use git-bisect. nixpkgs isn't always bisectable, but often enough it is.
<eoli3n> if package foo need commit n°1, and bar need commit n°3 to work, that's problematic
<simpson> Or immae's git-blame technique is also good, for rarely-changed leaves. You'll want to bisect to find the branch package that changed and broke things.
<eoli3n> i don't know git-bisect
ryanartecona has joined #nixos
NoctisLabs has joined #nixos
<immae> simpson: well, the goal here is to get a commit that you know will work. When such derivation changed last is a good optoin to look at to assume that it will probably work
<eoli3n> i was thinking that nix solved problem in front of other distros, but here, it seems to me a regression. A end user should be sure that installing a package works
<simpson> No worries. Learning git in anger/frustration is a possibility, but not the only one. So, there's two answers in that case. One answer is to use *two* nixpkgs in two different builds, and then mix the resulting packages using (either) nixpkgs' standard environment-builders on the resulting paths explicitly.
<simpson> The other is to cherry-pick one commit onto another, which is still git-in-anger, but relatively minor git.
NoctisLa1 has quit [Read error: Connection reset by peer]
<simpson> eoli3n: FWIW, most packages *do* work, for reasonable definitions of "most", "packages", and "work"; this is what Hydra gives us.
cjpbirkbeck has quit [Quit: cjpbirkbeck]
<simpson> Steam is a good example of a special package: It's unfree, requires the complexity of FHS, and has to change often. It's very hard to know *why* it is broken.
cjpbirkbeck has joined #nixos
<eoli3n> ahh didn't know about hydra, nice
<eoli3n> who pays for this ?
<eoli3n> Delft University of Technology ?
<gchristensen> we pay for some of it by donations, and a lot of it is contributed very generously by Packet.com
<simpson> There's a NixOS Foundation; they manage resources donated by many different groups. Corporate support gives the capital, and volunteer support gives the labor.
<gchristensen> and TUDelft hosts a few servers
<gchristensen> simpson++ much better answer
<{^_^}> simpson's karma got increased to 16
<eoli3n> thx all
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80026 → python37Packages.nest-asyncio: 1.2.2 -> 1.2.3 → https://git.io/JvWyP
<simpson> eoli3n: For specific leaf packages that don't have many users, you can look up the maintainers: https://github.com/NixOS/nixpkgs/blob/0107ee8c/pkgs/development/mobile/genymotion/default.nix#L79 They may know more about the package's build process and how to update it.
tsrt^ has quit []
shibboleth has joined #nixos
waleee-cl has joined #nixos
west28 has joined #nixos
west28 has quit [Remote host closed the connection]
domogled has quit [Quit: domogled]
knupfer has joined #nixos
NoctisLabs has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
NoctisLabs has joined #nixos
monotux has quit [Quit: WeeChat 2.6]
monotux has joined #nixos
nobody has joined #nixos
NoctisLa1 has quit [Ping timeout: 272 seconds]
NoctisLa2 has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #80027 → qlandkartegt: fix broken download links → https://git.io/JvWSB
kraem[m] has joined #nixos
<nobody> can anybody help, I want to install jupyterlab on nixos 18-09. how to do? thank you
sbetrium has joined #nixos
NoctisLabs has quit [Ping timeout: 246 seconds]
<tilpner> nobody: The attribute is python3Packages.jupyterlab
<tilpner> nobody: If that doesn't exist on 18.09, and you can't upgrade for some reason, see ,unstable
<tilpner> ,unstable
<evanjs> attributes with periods are so confusing to use in the nix repl lol
<evanjs> no indication of where the name is
<evanjs> e.g. nixos.config.boot.kernel.sysctl.kernel.kptr_restrict -> nixos.config.boot.kernel.sysctl.kernel.printk -> nixos.config.boot.kernel.sysctl."kernel.printk"
<evanjs> oops. nixos.config.boot.kernel.sysctl.kernel.printk -> nixos.config.boot.kernel.sysctl."kernel.printk"
NoctisLa2 has quit [Read error: Connection reset by peer]
NoctisLa2 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #79338 → rbtools: 0.7.2 -> 1.0.2 → https://git.io/JvZuN
<{^_^}> [nixpkgs] @jonringer pushed commit from @Flakebi to master « rbtools: 0.7.2 -> 1.0.2 »: https://git.io/JvW9e
<nobody> <tilpner> thank you! i will try that. I am a student and find nixos very useful, rock solid
<evanjs> clever: looks like it's in kernel and not extraModulesPackages, though I'm not sure what's pulling it in
<clever> evanjs: --show-trace
<tilpner> nobody: Do upgrade if you can, 18.09 is very old
knupfer has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python37Packages.nest-asyncio: 1.2.2 -> 1.2.3 »: https://git.io/JvW9q
<{^_^}> [nixpkgs] @jonringer merged pull request #80026 → python37Packages.nest-asyncio: 1.2.2 -> 1.2.3 → https://git.io/JvWyP
Soo_Slow has quit [Quit: Soo_Slow]
<{^_^}> [nix] @edolstra pushed to master « Bindings::get(): std::optional<Attr *> -> Attr * »: https://git.io/JvW9Y
<DigitalKiwi> clever++
<DigitalKiwi> clever++
<{^_^}> clever's karma got increased to 325
<{^_^}> clever's karma got increased to 326
<DigitalKiwi> clever++
<{^_^}> clever's karma got increased to 327
<DigitalKiwi> oh sorry it lagged ;)
werner291 has joined #nixos
<immae> so much karma
<clever> heh
wildtrees has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
v88m has joined #nixos
dingenskirchen1 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #79992 → python27Packages.av: 6.2.0 -> 7.0.1 → https://git.io/JvWaD
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.av: 6.2.0 -> 7.0.1 »: https://git.io/JvW9l
<evanjs> clever: yah not much here unless I've been missing it the whole time---on top of which... looks like the build for 4.1.8 fails with something about gcc, wondering if I should start looking at a different thing
<clever> evanjs: what does --show-trace show?
<evanjs> goal: get this dumb chip (r(tl?)8188eu) working with the initrd stuff)
dingenskirchen1 is now known as dingenskirchen
<karetsu> nobody: this might be of interest then https://www.tweag.io/posts/2019-02-28-jupyter-with.html
chloekek has quit [Quit: WeeChat 2.6]
magnetophon has quit [Ping timeout: 272 seconds]
justanotheruser has quit [Quit: WeeChat 2.6]
NoctisLabs has joined #nixos
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #80028 → git-filter-repo: add package to git-and-tools → https://git.io/JvW92
NoctisLa2 has quit [Ping timeout: 260 seconds]
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @jonringer merged pull request #80024 → python27Packages.gym: 0.15.4 -> 0.15.6 → https://git.io/JvWDv
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.gym: 0.15.4 -> 0.15.6 »: https://git.io/JvW9a
<{^_^}> [nixpkgs] @jonringer closed pull request #77049 → Revert "python: gym: 0.15.3 -> 0.15.4" → https://git.io/JejRw
<{^_^}> [nixpkgs] @mmahut merged pull request #80002 → lazygit: 0.14.2 -> 0.14.3 → https://git.io/JvWoz
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JvW96
karetsu has quit [Quit: WeeChat 2.6]
NoctisLa1 has joined #nixos
<evanjs> boy do I love wireless drivers/hardware >_> too bad rtlwifi doesn't seem to work with the 8188eu w/hostapd or etc
<{^_^}> [nixpkgs] @mmahut merged pull request #79903 → (20.03) trezord-go: 2.0.27 -> 2.0.28 → https://git.io/JvCdy
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to release-20.03: https://git.io/JvW9P
<evanjs> unless there's something else in tree
erasmas has joined #nixos
<srk> evanjs: I was wondering what caues my desktop panicks and it was 8188eu wifi /o\
<srk> think there were patches for hostapd for it as well but provided how "well" it works
civodul has joined #nixos
NoctisLabs has quit [Ping timeout: 240 seconds]
cole-h has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #80027 → qlandkartegt: fix broken download links → https://git.io/JvWSB
<evanjs> srk: yeah I'm trying the various tweaked versions. I didn't blacklist the staging driver before though so maybe that's related
<{^_^}> [nixpkgs] @jonringer pushed commit from @sikmir to master « qlandkartegt: fix broken download links »: https://git.io/JvW99
cole-h has quit [Client Quit]
<{^_^}> [nixpkgs] @rasendubi opened pull request #80031 → nethack: 3.6.2 -> 3.6.5 → https://git.io/JvW95
domogled has joined #nixos
mac10688 has quit [Ping timeout: 240 seconds]
graf_blutwurst has quit [Remote host closed the connection]
eso has quit [Quit: WeeChat 2.6]
<jared-w> So I'm trying to figure out how I can import a nix store and then run nix build without needing channels, internet access, or anything else. No matter how large of a closure or arcane incantation I figure out to use to grab more stuff from my store, nix keeps trying to download the channels first
<tilpner> jared-w: What's your nix-build call?
mexisme has joined #nixos
<jared-w> tilpner: on the system with internet I run: nix build. The default.nix uses a pinned nixpkgs, and runs buildEnv with a few packages.
<{^_^}> [nixpkgs] @jonringer merged pull request #80023 → profanity: 0.7.1 -> 0.8.1 → https://git.io/JvWMF
<{^_^}> [nixpkgs] @jonringer pushed commit from @devhell to master « profanity: 0.7.1 -> 0.8.1 »: https://git.io/JvW9x
<{^_^}> [nixpkgs] @grahamc merged pull request #79967 → nixos-enter: redirect to fd2 instead of a file named /dev/stderr → https://git.io/JvWRd
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/JvW9p
shibboleth has joined #nixos
<tilpner> jared-w: How do you determine the closure to transfer?
<jared-w> To dump everything I've tried: nix-store --export $(nix-store -qR --include-outputs $(nix-store -q --deriver ./result)) > full.nar (which was a much larger closure than the first attempt)
sbetrium has quit [Quit: sbetrium]
<clever> jared-w: --export doesnt generate a nar, it generates a stream containing many nar's
<clever> jared-w: nix copy --to local?root=/mnt/ might be simpler to manage
justanotheruser has joined #nixos
<clever> jared-w: you can also --option substituters 'local?root=/mnt https://cache.nixos.org' to make nix look in there, and grab what it can
NoctisLabs has joined #nixos
<jared-w> clever: ah okay, that makes sense. I was looking for a nix v2 way to do it but couldn't find anything
<tilpner> jared-w: How does default.nix pin nixpkgs, and how are you transferring the pinned nixpkgs to the other host?
<clever> jared-w: and why do you think its trying to download a channel?
<jared-w> tilpner: I'm using niv to pin nixpkgs, so it should be a sha256+fetchurl I believe?
<jared-w> clever: because it hangs on "downloading 'https://github.com/NixOS/nixpkgs-channels/archive/SHA.tar.gz'" :p
mexisme has quit [Ping timeout: 246 seconds]
chimay has quit [Ping timeout: 240 seconds]
<tilpner> That sounds like you're not transferring the pinned nixpkgs over at all
<clever> jared-w: that would be the pinned nixpkgs, which niv is downloading
<evanjs> ahhh this might be relevant https://github.com/jenssegers/RTL8188-hostapd
<tilpner> Your nar will contain the build-time closure, which includes the runtime closure
NoctisLa1 has quit [Ping timeout: 272 seconds]
<clever> but the --export doesnt include the eval-time closure and IFD stuff
<clever> so you need to copy that seperately
<jared-w> yeah, that's what I was thinking. Hmm...
<tilpner> But nix-store has no idea what was necessary to instantiate your thing
<jared-w> was currently in the process of running: nix-store -qR $(nix-instantiate default.nix) | xargs nix-store -r
<jared-w> which was doing quite a bit of stuff considering `nix build` no-ops
<tilpner> jared-w: nix-store has no idea what was necessary to instantiate your thing
NoctisLabs has quit [Read error: Connection reset by peer]
<tilpner> And the instantiation-time dependencies aren't necessarily store paths
NoctisLabs has joined #nixos
<clever> jared-w: i use code like this, to bundle all of the things from niv into a single derivation (called ifd-pins here), and then you can nix-build and copy-closure that
NoctisLabs has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
vandenoever has joined #nixos
<jared-w> will nix-copy-closure work if I just want to dump the result into a file that I can manually upload to the destination machine?
<clever> jared-w: thats where i prefer `nix copy --to local?root=/dir`, then you can tar it up or rsync it over
<clever> jared-w: although, how are you uploading it to the machine?
NoctisLa1 has quit [Read error: Connection reset by peer]
<clever> jared-w: there can be more optimal ways
NoctisLa1 has joined #nixos
<marek> I'm thining of adding a git revision to a specific version file, but I do not want to trigger unnecessary rebuilds, so I thought of adding it directly to the release.nix arg attrset, what is the best way to do that?
<jared-w> I unfortunately have to upload it by way of the browser. This may or may be coincidentally related to my rants on bad file upload UI patterns in #nixos-chat
<clever> marek: hydra passes the git revision to release.nix as an argument
NoctisLabs has joined #nixos
<clever> jared-w: step 1, fix whatever is forcing you to jump thru such hoops :P
<jared-w> heh, wouldn't that be nice
<marek> clever: how could I get that value and write that out to a specific file inside my derivation (outsite hydra, let's say, for example VERSION file in the release tarball)?
<jared-w> ifd-pins is great
cjpbirkbeck has quit [Quit: cjpbirkbeck]
<jared-w> No way would I have figured that out in any sane amount of time lol
* jared-w makes a mental note to just read through all of IOHK's nix files
NoctisLa1 has quit [Ping timeout: 268 seconds]
NoctisLa2 has joined #nixos
<marek> clever: or even better, actually adding it somewhere in the releaseTools.channel
<clever> marek: if you have an input named foo in hydra, then hydra will pass release.nix an attrset named foo, that contains the revision
<clever> marek: this code is providing a default, for when hydra wasnt in use
<jared-w> Hmm... Any reason a 'writeShellScript" would be causing nix copy to break due to lacking a valid signature?
NoctisLa2 has quit [Read error: Connection reset by peer]
<marek> clever: oh I see, nice, thank you
<clever> jared-w: the --export lacks signatures by default, and you need to either sign everything yourself, or disable signatures when importing
veske has joined #nixos
veske2 has joined #nixos
<jared-w> nix copy --yolo it is, then
NoctisLabs has quit [Ping timeout: 246 seconds]
<clever> marek: you can then route that string down to whatever is building the version file
NoctisLa2 has joined #nixos
<clever> jared-w: one idea i have had in the past, to deal with air-gapped machines, is to `nix copy --to local?root=/mnt/usb` then physically move the usb stick over the air gap, and --from on the other end
<clever> jared-w: the benefit that has over --export, is that it only copies what is missing from the usb stick, so changes are incremental
<jared-w> clever: ah nice
<clever> jared-w: but if your crappy UI lacks recursive upload, thats going to be even worse :P
ixxie has joined #nixos
<jared-w> Yeah it lacks recursive upload. Isn't that nice? I miiight be able to do some sort of shennanigans with sticking the nix store inside a shared "repo" thingy but that also scares me a bit because people can pull and push at any time, including when the store is in an inconsistent state, and that sounds like a recipe for utter disaster lol
Chiliparrot has joined #nixos
<tilpner> jared-w: Why do you want to build something on a system this restricted?
<jared-w> tilpner: define "want"
knupfer has joined #nixos
<jared-w> I enjoy my salary? :p I'm doing this so that other people having to actually use these machines don't have to deal with an OS that lacks every possible tool and is 10 years out of date? Various reasons I suppose lol
<tilpner> Ouch, so not really your choice
<{^_^}> [nixpkgs] @jonringer merged pull request #80001 → postman: 7.16.1 -> 7.18.0 → https://git.io/JvWof
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « postman: 7.16.1 -> 7.18.0 »: https://git.io/JvWH6
<tilpner> jared-w: Why do you need to instantiate locally? That sounds like you could just transfer the built tools?
<clever> that also sounds like an improvement
<jared-w> Assuming they're all statically linked, sure, but the real overall scheme here is to be able to give people a chroot-like environment so things like python work correctly
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e02fb6eaf70 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<clever> jared-w: they dont have to be staticly linked, just import them the same way your importing this closure
<jared-w> so it's really a build environment, not just a few binaries
<rnhmjoj> nobody: it appears to be packaged in nixpkgs since april 2018. so you should just add python3Packages.jupyterlab to your configuration.
<clever> jared-w: once it lands in /nix/store, the dynamic stuff will keep working
<marek> clever: I'm trying to think about this the other way, what if I can do a version file somewhere in /etc that contains lib.commitIdFromGitRepo but I do not want hydra to cause rebuilds on each commit (which would change the derivation), do you think this is something sane to do?
<jared-w> True. I might be shooting myself in the foot here a bit with thinking I need to build the profile before I actually use it
<clever> marek: haskell solves this with file-embed, build it once, with a magic string in the binary, then have a cheap derivation that will basically sed a new version into the raw binary
<{^_^}> [nixpkgs] @Mic92 opened pull request #80032 → nixos/redis: add requirePassFile option → https://git.io/JvWH1
opthomasprime has joined #nixos
shafox has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @sikmir opened pull request #80033 → calibre: 4.8.0 -> 4.10.1 → https://git.io/JvWH9
m15k has quit [Remote host closed the connection]
cole-h has joined #nixos
Ilya_G has joined #nixos
<Ilya_G> I am creating a qcow2 image using `nixos-generate` and I end up with the following issue when build process tries to reload that image: `qemu-system-x86_64: CPU model 'host' requires KVM`
<Ilya_G> any ideas as to why this occurs?
sbetrium has joined #nixos
zupo has joined #nixos
<marek> clever: interesting! looking thru some code, I found it might be possible to add my versionSuffinx directly into system.nixosVersion
<doublej472> ilya_g: maybe hardware virtualization is turned off in the bios?
smatting has quit [Ping timeout: 260 seconds]
<clever> marek: the binary patching, is basically just replacing a char *foo="biglongstring"; with "small\0\0\0\0\0" (of the same length)
<clever> marek: as long as you ensure you only replace the right bytes, and dont change the lenght of the thing your replacing, you can patch almost any compiled binary like that
<Ilya_G> doublej472 I am building this inside nixos docker image and I was able to do this before no problem.
<{^_^}> [nixpkgs] @jonringer merged pull request #79994 → piper: 0.3 -> 0.4 → https://git.io/JvWaF
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « piper: 0.3 -> 0.4 »: https://git.io/JvWHN
<clever> ilya_g: you either need to tell qemu to not use kvm, or ensure that /dev/kvm exists within the docker container
<Ilya_G> I remember struggling with this one and not sure what cause it to blow up on me again. :(
<gustavderdrache> ilya_g: last time i had that issue, it was because my user wasn't part of the 'kvm' group (on a non-NixOS system) despite having the necessary kvm packages
chimay has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #80021 → mame: 0.217 -> 0.218 → https://git.io/JvW18
<{^_^}> [nixpkgs] @jonringer pushed commit from @MoochMcGee to master « mame: 0.217 -> 0.218 »: https://git.io/JvWQI
Hunterkll has quit [Ping timeout: 240 seconds]
knupfer has quit [Remote host closed the connection]
Hunterkll has joined #nixos
NoctisLabs has joined #nixos
<Ilya_G> @clever any idea how to pass it to or through `nixos-generate`?
<clever> ilya_g: does /dev/kvm exist within the docker container?
<Ilya_G> clever no
NoctisLa2 has quit [Ping timeout: 272 seconds]
<clever> ilya_g: does it exist on the host?
<Ilya_G> No. I am on MacOS and it is not in the list of /dev
Hunterkll has quit [Remote host closed the connection]
NoctisLabs has quit [Read error: Connection reset by peer]
cjpbirkbeck has joined #nixos
Hunterkll has joined #nixos
<Ilya_G> @clever it was working before on this machine in this configuration if I am not mestaken
<clever> ilya_g: docker on darwin lies to you, its running a full linux distro, in a vm, and then running linux docker within that
<Ilya_G> Hm
<clever> ilya_g: but nested virtualisation likely isnt enabled, so you cant get kvm to work in darwin docker
<Ilya_G> @cleve
NoctisLabs has joined #nixos
<Ilya_G> @clever I did have this working within this configuration before
<clever> ilya_g: do you have the old code that used to work? how has it changed since then? does the old code still work?
<Ilya_G> @clever I did not change anything significant in my configuration
gagbo has quit [Ping timeout: 268 seconds]
OR[m] has joined #nixos
<Ilya_G> I just rebuilt my docker with updates to the latest stuff
<clever> ilya_g: does the old configuration still work? with the old nixpkgs
<Ilya_G> @clever: It got wiped away as I dumped my docker image and updated it :(
<clever> ilya_g: that gist says nothing about if kvm is working or not
<Ilya_G> I am working on producing a docker configuration that will be able to build images for me in production
<{^_^}> [nixpkgs] @dtzWill opened pull request #80035 → stretchly: 0.21.0 -> 0.21.1, use system electron, simplify → https://git.io/JvWQE
<Ilya_G> @clever correct that was a sample showing my system working a few days ago
<Ilya_G> sorry that was not clear from my messages
<{^_^}> [nixpkgs] @madjar pushed 2 commits to master: https://git.io/JvWQz
<{^_^}> [nixpkgs] @madjar merged pull request #79682 → fish-foreign-env: git-20170324 -> git-20200209 → https://git.io/JvcgU
<Ilya_G> @clever I added broken log sample
<Ilya_G> to the same gist
jethroksy has quit [Remote host closed the connection]
alexherbo2 has joined #nixos
<clever> ilya_g: thats weird, lines 1-8 show part of qemu did work, so why is it failing on 12
justanotheruser has quit [Read error: Connection reset by peer]
<clever> ilya_g: what does `nix show-derivation /nix/store/cz3pxdglzyfq6nf6mxd8hcpdck9x6m3v-nixos-disk-image.drv` reveal?
NoctisLa1 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Ilya_G> @clever I ran a re-biuld will get back to you shortly.
NoctisLabs has quit [Ping timeout: 260 seconds]
NoctisLa2 has joined #nixos
<OR[m]> Hello! I just started to discover what is NixOS and installed it in the VirtualBox using demo appliance for VirtualBox. I run it and noticed that virtualbox additions version is outdated (6.0.14). I have VirtualBox 6.1.2 r135662. So, my question is - how I can update it?
<OR[m]> I need it because my NixOS window isn't stretching and shared clipboard doesn't work and etc.
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<Yaniel> fork nixpkgs on github, update the package and make a pull request
<clever> OR[m]: sudo nixos-rebuild --upgrade switch`
NoctisLa1 has quit [Ping timeout: 268 seconds]
<Yaniel> oh yeah and that in case your image is old
<clever> OR[m]: if the additions within the latest nixpkgs are still too old, you may need to do what Yaniel said
<{^_^}> [nixpkgs] @edolstra opened pull request #80036 → Disable most VM tests → https://git.io/JvW7U
<{^_^}> [nixpkgs] @davidtwco opened pull request #80037 → snipe-it: init at 4.8.0 + module → https://git.io/JvW73
<gchristensen> davidtwco: ^ cool :)
v88m has quit [Ping timeout: 272 seconds]
<OR[m]> clever Yaniel Thank you, I'll try it. Offtop: I am new in the Matrix too and am I right that you both are from the freenode irc channel and don't see my reactions to your messages?
<Yaniel> we don't see reactions, correct
NoctisLabs has joined #nixos
zupo has joined #nixos
apriluwu has joined #nixos
NoctisLa2 has quit [Ping timeout: 268 seconds]
psyanticy has joined #nixos
<psyanticy> Hi,
<psyanticy> Im trying to run a custom telegraf check using a python script
<psyanticy> the script is something like this
sigmundv has quit [Read error: Connection reset by peer]
<psyanticy> the script will be ran as a programmatic user (telegraf with a nologin shell)
<psyanticy> the output os as follow:
sigmundv has joined #nixos
apriluwu has quit [Quit: WeeChat 2.6]
<psyanticy> anyone have an idea what i m i m missing
<psyanticy> i added telegraf the the nixbld group but same issue
chloekek has joined #nixos
<davidtwco> gchristensen: thanks, laravel made it a pain but I managed.
NoctisLa1 has joined #nixos
NoctisLabs has quit [Read error: Connection reset by peer]
<gchristensen> davidtwco: I wonder if the patches you've made could be solved more elegantly with help from snipe / her team?
<davidtwco> gchristensen: almost certainly, there’s some stuff that was pretty laravel specific but the vast majority of the patches was modifying snipe so that I could change the upload directory.
veske2 has quit [Quit: This computer has gone to sleep]
veske has quit [Quit: This computer has gone to sleep]
<davidtwco> I intend to file some issues upstream now that I know what needs changed.
<gchristensen> cool
<gchristensen> I told her about the PR already, because I think she'll like it
<davidtwco> Oh, cool!
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
<Ilya_G> @clever it came back with nothing sadly
<Ilya_G> { "/nix/store/cz3pxdglzyfq6nf6mxd8hcpdck9x6m3v-nixos-disk-image.drv": {}error: opening file '/nix/store/cz3pxdglzyfq6nf6mxd8hcpdck9x6m3v-nixos-disk-image.drv': No such file or directory}
nikola_i has quit [Ping timeout: 260 seconds]
<clever> ilya_g: the exact path, depends on the hash of all of the inputs, so it might change when you edit the source
<clever> ilya_g: you need to run the query in the container, after the build fails
vidbina has joined #nixos
tabasko has quit [Quit: leaving]
tabasko has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80039 → python27Packages.Wand: 0.5.8 -> 0.5.9 → https://git.io/JvW5C
NoctisLabs has joined #nixos
NoctisLa1 has quit [Read error: Connection reset by peer]
ryanartecona has quit [Quit: ryanartecona]
apriluwu has joined #nixos
NoctisLabs has quit [Read error: Connection reset by peer]
apriluwu has quit [Client Quit]
NoctisLabs has joined #nixos
Seto_Kaiba has joined #nixos
claudiii has quit [Quit: Connection closed for inactivity]
Hunterkll has quit [Ping timeout: 240 seconds]
noudle has quit []
NoctisLa1 has joined #nixos
Neo-- has quit [Ping timeout: 245 seconds]
Chiliparrot has joined #nixos
NoctisLabs has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
ddellacosta has joined #nixos
konobi has quit [Quit: konobi]
mexisme has joined #nixos
nek0 has quit [Remote host closed the connection]
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
<jared-w> clever: alright so turns out I was two parts dumb and on the right track
vidbina has quit [Read error: Connection reset by peer]
vidbina has joined #nixos
<jared-w> clever: the dumb bit--I never made the connection that I could just do `nix-env -p $some_path -i /nix/store/my-kewl-env` which is dumb because I was doing it earlier with the result symlink... which is just the store path. *sigh* ok whatevs.
nikola_i has joined #nixos
Blessjah has joined #nixos
nek0 has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
NoctisLa1 has quit [Read error: Connection reset by peer]
NoctisLa1 has joined #nixos
mexisme has quit [Ping timeout: 240 seconds]
<jared-w> clever: so, that works; don't need build dependencies, I can get away with the tinier store closure and simpler command, all is welmz. That being said, if I ever *do* want to rebuild the env for any reason, I'm screwed because I don't have the build dependencies. But thanks to your nifty ifd-pins, I should have all of that now and be able to dump that. `nix copy` combined with `nix from` should be all I need. As a bonus,
<jared-w> I can treat it like "db migrations" where I have a series of tar bundles, each one being the incremental changes, so that if we ever do a thing like update a python lib, people don't need to import 3GB of store for no reason.
* jared-w narrator voice: At least, in theory...
NoctisLa1 has quit [Read error: Connection reset by peer]
<clever> jared-w: --export and `nix copy --to local?root=` both produce the full closure, not incremental
sbetrium has quit [Quit: sbetrium]
NoctisLabs has joined #nixos
ardumont has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-20.03 « Revert-like "Merge #79656: release-combined: readd keymap tests" »: https://git.io/JvWdK
<clever> jared-w: things only get incremental if you can rsync the result from local?root= and copy the differences
<jared-w> yeah but I can do some nonsense with rsync in the middle to figure out what the minimal amount of files to copy over would be. Have rsync do a dry run and tell me what it'd copy over and then grab that and bundle that rather than everything
* jared-w needs to faster type type
wavirc22 has quit [Ping timeout: 265 seconds]
linarcx has quit [Quit: WeeChat 2.7]
<jared-w> either way, I don't expect to actually have to do that, but it's nice to know I can do that easier than the other way
<{^_^}> [nix] @edolstra pushed 4 commits to precise-gc: https://git.io/JvWdD
linarcx has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen1 has joined #nixos
apriluwu has joined #nixos
dingenskirchen1 is now known as dingenskirchen
NoctisLabs has quit [Read error: Connection reset by peer]
wavirc22 has joined #nixos
NoctisLabs has joined #nixos
drakonis has joined #nixos
apriluwu has quit [Quit: WeeChat 2.6]
NoctisLabs has quit [Read error: Connection reset by peer]
lovesegfault has quit [Quit: WeeChat 2.7]
NoctisLabs has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vidbina has quit [Ping timeout: 240 seconds]
Ovsyanka has quit [Quit: WeeChat 2.7]
NoctisLa1 has joined #nixos
bastii has quit [Remote host closed the connection]
NoctisLabs has quit [Ping timeout: 272 seconds]
dansho has quit [Ping timeout: 272 seconds]
NoctisLabs has joined #nixos
justanotheruser has quit [Read error: Connection reset by peer]
NoctisLa1 has quit [Ping timeout: 260 seconds]
NoctisLa2 has joined #nixos
NoctisLabs has quit [Read error: Connection reset by peer]
bvdw has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Ping timeout: 268 seconds]
linarcx has quit [Read error: Connection reset by peer]
Jackneill has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 240 seconds]
bvdw has joined #nixos
linarcx has joined #nixos
la-tiheis has quit [Ping timeout: 268 seconds]
NoctisLabs has joined #nixos
linarcx has quit [Read error: Connection reset by peer]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80043 → python27Packages.sphinx-jinja: 1.1.0 -> 1.1.1 → https://git.io/JvWFb
NoctisLabs has quit [Read error: Connection reset by peer]
NoctisLa2 has quit [Ping timeout: 240 seconds]
NoctisLabs has joined #nixos
NoctisLabs has quit [Read error: Connection reset by peer]
NoctisLabs has joined #nixos
Minijackson[m] has joined #nixos
<Minijackson[m]> Hey yall! Is it me or is mono broken on nixpkgs-unstable?
<{^_^}> [nixpkgs] @worldofpeace merged pull request #79785 → cargo-udeps: 0.1.5 -> 0.1.7 → https://git.io/JvCko
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvWbZ
<{^_^}> [nixpkgs] @doronbehar opened pull request #80044 → neovim-remote: add now needed setuptools as input → https://git.io/JvWbn
<Minijackson[m]> (at least mono5 to be precise)
zupo has joined #nixos
epl692_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80045 → python27Packages.shodan: 1.21.2 -> 1.21.3 → https://git.io/JvWbl
ryanartecona has joined #nixos
nek0 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<ajs124> Minijackson[m]: #79841
<{^_^}> https://github.com/NixOS/nixpkgs/issues/79841 (by ajs124, 2 days ago, open): mono build broken
epl692 has quit [Ping timeout: 260 seconds]
<Minijackson[m]> ah thank you
<Minijackson[m]> it seems to be the same problem as me
medvid has joined #nixos
nek0 has joined #nixos
<{^_^}> [nixpkgs] @bcdarwin opened pull request #80046 → c3d: unbreak via stdenv -> gcc8Stdenv → https://git.io/JvWbV
medvid__ has joined #nixos
NoctisLabs has quit [Read error: Connection reset by peer]
NoctisLabs has joined #nixos
ris has joined #nixos
medvid has quit [Ping timeout: 260 seconds]
mexisme has joined #nixos
la-tiheis has joined #nixos
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
kapil_ has quit [Quit: Connection closed for inactivity]
NoctisLa1 has joined #nixos
<{^_^}> [nixpkgs] @tfc opened pull request #80047 → nixosTests.cockroachdb: Port to python → https://git.io/JvWbN
NoctisLabs has quit [Ping timeout: 246 seconds]
<clever> ilya_g: my irc client doesnt react when you prefix messages with an @
justanotheruser has joined #nixos
<Ilya_G> Understood
<Ilya_G> I see it has "QEMU_OPTS" in "env" section
<clever> ilya_g: next, we need the contents of /nix/store/7cf2ziyfwd7r4dpxy46mf8fpcblgscgk-vm-run as well
<clever> ilya_g: that is the shell script nix runs in this derivation
<Ilya_G> clever: how would I retrieve it. (pardon noob question)
chimay has quit [Ping timeout: 272 seconds]
<clever> ilya_g: just open a shell in the container and run cat on it
<Ilya_G> perfect
zupo has joined #nixos
<boogiewoogie[m]> hey, is anyone using `services.psd.enable`? setting this to true doesn't seem to install `profile-sync-daemon` for me
<clever> boogiewoogie[m]: step 1, search for the option on https://nixos.org/nixos/options.html
<clever> boogiewoogie[m]: step 3, read lines 30-77, and see that it never adds anything to systemPackages, it just configures a usermode timer, to run it at a given interval
<boogiewoogie[m]> clever: yep, did both of them! I'm not fluent in nix though.
<boogiewoogie[m]> clever: oh, I see. I guess there's a reason for that then :)
<clever> boogiewoogie[m]: line 34-49 defines a psd service, that will always be running, and it runs sync on startup, and unsync on shutdown
<clever> boogiewoogie[m]: and 51-73 defines a psd-resync, that runs at a set interval
nobody has quit [Ping timeout: 260 seconds]
<clever> and then it "just works" without poluting your $PATH with things
o1lo01ol1o has joined #nixos
Tucky has quit [Quit: WeeChat 2.7]
wildtrees has quit [Quit: Leaving]
<Ilya_G> clever: I was not able to do it by just bashing into the docker instance and running it
<{^_^}> [nixpkgs] @tfc opened pull request #80048 → nixosTests.docker-tools: Port to Python → https://git.io/JvWNG
<clever> ilya_g: you have to run it in a container that has attempted to build the disk image
<Ilya_G> I am going to rerun the script with that command in it right after fail.
<clever> ilya_g: manually run the same nix-build in the container, to create the file
<clever> yeah
NoctisLabs has joined #nixos
<{^_^}> [nixpkgs] @tfc opened pull request #80049 → nixosTests.docker-containers: Port to python → https://git.io/JvWNZ
NoctisLabs has quit [Read error: Connection reset by peer]
<boogiewoogie[m]> clever: thanks for clarifying!
<{^_^}> [nixpkgs] @ajs124 opened pull request #80050 → mono: fix build w/glibc-2.30 → https://git.io/JvWNW
NoctisLabs has joined #nixos
<{^_^}> [nixpkgs] @tfc opened pull request #80051 → nixosTests.docker-preloader: Port to Python → https://git.io/JvWN4
NoctisLa1 has quit [Ping timeout: 240 seconds]
<ajs124> Minijackson[m]: fixed it. Needs someone to merge it, though.
o1lo01ol1o has quit [Ping timeout: 265 seconds]
zupo has quit [Ping timeout: 272 seconds]
apriluwu has joined #nixos
zupo has joined #nixos
sigmundv has quit [Ping timeout: 240 seconds]
mexisme has quit [Ping timeout: 240 seconds]
mexisme has joined #nixos
lovesegfault has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @kalbasit merged pull request #79846 → argocd: init at 1.4.2 → https://git.io/JvCzV
<{^_^}> [nixpkgs] @kalbasit pushed commit from @shahrukh330 to master « argocd: init at 1.4.2 (#79846) »: https://git.io/JvWNX
<Minijackson[m]> ajs124: sounds great! Do you know why the "-lgcc_s" flag was there?
<{^_^}> [nixpkgs] @mmilata opened pull request #80052 → hunspellDicts: add Czech and Slovak dictionary → https://git.io/JvWNy
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @tfc closed pull request #80047 → nixosTests.cockroachdb: Port to python → https://git.io/JvWbN
wildtrees has joined #nixos
sbetrium has joined #nixos
chloekek has quit [Ping timeout: 265 seconds]
sbetrium has quit [Client Quit]
orivej has joined #nixos
sbetrium has joined #nixos
mexisme has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @JeffLabonte opened pull request #80053 → Init python package bump2version → https://git.io/JvWAe
<Ilya_G> clever: I got the vm-run script extracted. I formatted it a bit for readability https://gist.github.com/ilyaGotfryd/11dfc48812067ad7b361860a1a0692c6#file-vm-run-drv
<clever> ilya_g: a: the path i gave you was the output, not the .drv file, that one is much cleaner
scoates has joined #nixos
<Ilya_G> :( sorry
<clever> ilya_g: b: run `nix-store --query --binding buildCommand /nix/store/hash-vm-run.drv`
<clever> ilya_g: that will extract 1 field for you
<clever> ilya_g: but we want the output, not the buildCommand, which is in line 1 of your gist, now /nix/store/7cf2ziyfwd7r4dpxy46mf8fpcblgscgk-vm-run
<clever> ilya_g: the gist contains a script that generates a script
<scoates> hey; I'm having a *lot* of trouble with nix + pipenv. I've even tried wiping the /nix/store + /nix/var (this is on Mac). if I do `nix-shell -p 'python3' -p 'pipenv'` I get the system `pip`, which has a bad import. Any ideas? I've read through this and thought it was resolved, but I'm still in a mess. https://github.com/NixOS/nixpkgs/issues/71178
<{^_^}> #71178 (by mawis, 17 weeks ago, closed): Difficulty using pip in a venv
<Ilya_G> clever: will do. I ended up formatting it so new lines are normal and not \n and it looks like it is running quem-kvm and expects $QUEM_OPTS at the end. Do I just possible need to some how feed `--no-kvm` into those and that would solve my problem?
<clever> ilya_g: the shell script qemu-kvm will test if /dev/kvm exists, and automatically omit -kvm if it doesnt
<clever> ilya_g: the problem is the -cpu host, which isnt as smart, you may be able to use -cpu again to overwrite it
<clever> ilya_g: you will also want to read the original nix expr for this
<Ilya_G> clever: I am still running the command you asked me with the correct `hash`, right?
<clever> $ vi pkgs/build-support/vm/default.nix
<clever> 195 qemuCommandLinux = ''
<clever> 197 -nographic -no-reboot \
<clever> 196 ${qemuBinary qemu} \
<clever> ilya_g: i dont see a -cpu host, on nixpkgs master
<clever> 19 qemuBinary = qemuPkg: {
<clever> 20 x86_64-linux = "${qemuPkg}/bin/qemu-kvm -cpu host";
<clever> ]$ vi nixos/lib/qemu-flags.nix
<clever> ilya_g: ahhh, thats why
<clever> ilya_g: if you override lib.qemuBinary, that might fix it
<Ilya_G> clever: is this a new development? I was running this fine before
<clever> $ git log --patch nixos/lib/qemu-flags.nix
<clever> commit 2bd296a7e9551fcc74330460d6bf47810a8f9555
<clever> Date: Thu Apr 18 19:35:51 2019 +0000
<clever> - x86_64-linux = "${qemuPkg}/bin/qemu-kvm -cpu kvm64";
<clever> + x86_64-linux = "${qemuPkg}/bin/qemu-kvm -cpu host";
<clever> ilya_g: yep, it was changed last year
<clever> 'kvm64' is the most generic CPU, which does not support SSE4.2, AVX and other ISA extentions.
sbetrium has quit [Quit: sbetrium]
<Ilya_G> Doesn't necessarily make sense that my build started failing as I started work on my image builder in September.
<clever> ilya_g: where you building from a channel other then unstable?
<Ilya_G> that assertion is neither here nor there, just wondering
mexisme has joined #nixos
<Ilya_G> Nope
<clever> ilya_g: https://github.com/NixOS/nixpkgs/commit/2bd296a7e9551fcc74330460d6bf47810a8f9555 and click the PR link within the header
noudle has joined #nixos
<clever> ilya_g: the commit was made in april, but the PR didnt get merged until 12 days ago!
<Ilya_G> Oh , kill me now! :D
<Ilya_G> So my course of action is to override this?
<clever> ilya_g: either override or edit nixpkgs, to undo that change, or move it to Haswell
<evanjs> what would be the appropriate replacement for KSRC on this line? https://github.com/lwfinger/rtl8188eu/blob/02614d02dc6a1da42597ae70823bf62876e475dc/Makefile#L155
<evanjs> currently it's pulling the host system's build, but what I want is the version of the linuxPackages/kernel passed into this module's expression
vandenoever has quit [Read error: Connection reset by peer]
<Ilya_G> clever: sorry what does "move it to Haswell" mean?
claudiii has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80054 → python27Packages.webassets: 0.12.1 -> 2.0 → https://git.io/JvWAV
<clever> ilya_g: change from `-cpu host` to `-cpu Haswell`, or go backwards to the original `-cpu kvm64`
vandenoever has joined #nixos
vandenoever has joined #nixos
vandenoever has quit [Changing host]
<samueldr> evanjs: grep in `pkgs/os-specific/linux` for better targeting out-of-tree module packages
sbetrium has joined #nixos
<clever> evanjs: and use linuxPackages.callPackage to load your nix file, if your not yet editing nixpkgs
<clever> from the same linuxPackages set the kernel came from
<clever> newLinuxPackages = oldLinuxPackages.extend (self: super: { foo = self.callPackage ./foo.nix {}; });
<clever> evanjs: and this lets you add another custom out-of-tree thing to a set
<evanjs> clever: yup I'm doing it via rtl8188eu = kernelPackages.rtl8188eu; in default where it links to my kernel override in nixos.nix
<evanjs> got that all figured out, TP-Link driver broadcasting, now I'm trying to see if the realtek one from https://github.com/lwfinger/rtl8188eu/ works
<evanjs> wow I misread that. thanks samueldr ... here I am trying to replace KSRC... when what you linked me sets it.... right XD
<samueldr> :D
<samueldr> there *may* be other patterns up there in `pkgs/os-specific/linux`, so feel free to ag/grep/ripgrep/whatever and pick your favourite
<samueldr> that's literally the first example of KSRC I found there
<evanjs> glad you added ripgrep there :P and ah alright
nikola_i has quit [Ping timeout: 240 seconds]
alexherbo29 has joined #nixos
<samueldr> the few times I had to deal with out of tree modules, that's how I got things working without having to think much
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo29 is now known as alexherbo2
travelion7 has quit [Quit: bye]
<{^_^}> [nixpkgs] @jonringer opened pull request #80056 → R ryantm/auto update/python2.7 sphinx jinja → https://git.io/JvWA9
shibboleth has quit [Quit: shibboleth]
travelion7 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #80045 → python27Packages.shodan: 1.21.2 -> 1.21.3 → https://git.io/JvWbl
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.shodan: 1.21.2 -> 1.21.3 »: https://git.io/JvWAb
growpotkin has joined #nixos
justanotheruser has quit [Read error: Connection reset by peer]
fendor has joined #nixos
<{^_^}> [nixpkgs] @WhittlesJr opened pull request #80057 → Update and add some Octoprint plugins → https://git.io/JvWxf
magnetophon has joined #nixos
Jackneill has joined #nixos
<evanjs> *sigh* always remember to invalidate your previous derivations sha256, guys >_>
<{^_^}> [nixpkgs] @jonringer opened pull request #80058 → python3Packages.docker: 4.1.0 -> 4.2.0 → https://git.io/JvWxL
<{^_^}> [nixpkgs] @samueldr opened pull request #80059 → refind: 0.11.4 -> 0.11.5 → https://git.io/JvWxO
<samueldr> evanjs: using the wrong source?
<clever> evanjs: if the name is set correctly, you dont have to
<clever> evanjs: the fetch name, not the main name
<samueldr> I think by design all sources in nixpkgs have the source `name`
<samueldr> oops, the name `source`
<evanjs> clever: ohhh the _fetch_ name
<{^_^}> [nixpkgs] @jonringer merged pull request #80050 → mono: fix build w/glibc-2.30 → https://git.io/JvWNW
<{^_^}> [nixpkgs] @jonringer pushed commit from @Ma27 to master « mono: fix build w/glibc-2.30 »: https://git.io/JvWxn
<clever> evanjs: basically, the algo is /nix/store/${hash sha256 name}-${name}
<clever> evanjs: so if the name changes, the hash totally changes, and it cant find the old $out, even with the same sha256
<ajs124> Minijackson[m]: no idea. Ma27 originally removed it. Seems like something went wrong when master was merged into staging-next.
<clever> evanjs: previously, fetchFromGitHub included the rev in the name, but that caused some issues where nix-prefetch-git doesnt use the same name, and the sha256 isnt right
<evanjs> well that's why then :D
<clever> evanjs: now most things in nixpkgs use name = "source"; which i feel makes things worse
<evanjs> I named them both rtl8188eu soooooooo :P
<evanjs> and definitely agree with that one
<clever> evanjs: fixed-output and non-fixed use a different algo to compute $out
<evanjs> 10 consecutive files in my rebuild with source ...
Yannik_Sc has joined #nixos
sbetrium has quit [Quit: sbetrium]
<m1cr0m4n> Hey folks. How would I override a python package in an overlay? Tried python37Packages.$pkgname = <standard overlay override> but that didn't do it
leotaku has joined #nixos
<m1cr0m4n> the pkg is hyperkitty in this case. It doesn't even build. Judging by the fact no one has a ticket for this I'm assuming I'm the only person to use mailman with hyperkitty :P
<{^_^}> [nixpkgs] @jonringer merged pull request #80054 → python27Packages.webassets: 0.12.1 -> 2.0 → https://git.io/JvWAV
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.webassets: 0.12.1 -> 2.0 »: https://git.io/JvWxl
Jackneill has quit [Remote host closed the connection]
<evanjs> m1cr0m4n: you sure it's not in there? nix-locate brings up e.g. /nix/store/lfnhw242q0xxljrjxwwj5ic7xmc247nb-python3.7-mailman-hyperkitty-1.1.0/lib/python3.7/site-packages/mailman_hyperkitty
<{^_^}> [nixpkgs] @jtojnar pushed to apeh-anyso « autoPatchelfHook: Support arbitrary paths in runtimeDependencies »: https://git.io/JvWx4
<evanjs> or is that just interop or something?
<evanjs> OH
<evanjs> it's under pythonPackages37 lol
<evanjs> m1cr0m4n: e.g. python37Packages.mailman-hyperkitty
<evanjs> ***python37Packages ...
<m1cr0m4n> evanjs: it is there yeah it's just that version doesn't build
vidbina has joined #nixos
<m1cr0m4n> so yeah that's what Im trying to do I have python37Packages.hyperkitty = an overrideAttrs but it's still using the old version. I've done overlays before in this very repo I'm working on
<evanjs> ohh you just need a bump
<m1cr0m4n> yeah. I will PR it in if it works
gagbo has joined #nixos
<evanjs> i typically just do it in a local nixpkgs repo :P then e.g. `nix build -f . python37Packages.mailman-hyperkitty` from the repo
KeiraT has quit [Remote host closed the connection]
KeiraT has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #80044 → neovim-remote: add now needed setuptools as input → https://git.io/JvWbn
<{^_^}> [nixpkgs] @jonringer pushed commit from @doronbehar to master « neovim-remote: add now needed setuptools as input »: https://git.io/JvWxu
apriluwu has quit [Quit: WeeChat 2.6]
<m1cr0m4n> eeeeeh ok I guess I'll keep a local nixpkgs ;P
Neo-- has joined #nixos
apriluwu has joined #nixos
<immae> m1cr0m4n: doing overlays on pythonPackages is a little trickier than on base but it’s still doable, if you don’t want to keep a local nixpkgs (which has other drawbacks)
<m1cr0m4n> immae: been trying to take inspiration from this comment on how to do it: https://github.com/NixOS/nixpkgs/pull/54266#issuecomment-455592425 but it's very complex
<claudiii> when trying to package an electron application should I try to build id with npm or just unpack the .deb? wat's the "best practice" here, I see both used?
opthomasprime has quit [Quit: Leaving.]
<Ilya_G> clever: I have it along side with another overlay I have made earlier. Am I even on the right track?
<immae> m1cr0m4n: I’m doing it like that: https://git.immae.eu/?p=perso/Immae/Config/Nix.git;a=tree;f=overlays/python-packages;h=13769f5518f30a1ef136d730b863401332f1afe2;hb=HEAD
Yannik_Sc has quit [Quit: Yannik_Sc]
<immae> which is... kind of similar to the comment you’re posting actually :p
linarcx has quit [Ping timeout: 240 seconds]
Yannik_Sc has joined #nixos
o1lo01ol1o has joined #nixos
<clever> ilya_g: 11 with import ../../../nixos/lib/qemu-flags.nix { inherit pkgs; };
<clever> ilya_g: crap, pkgs/build-support/vm/default.nix directly imports that file, you have no way to overlay it
<{^_^}> [nixpkgs] @flokli opened pull request #80062 → gitlab: 12.7.5 -> 12.7.6 → https://git.io/JvWxD
<Ilya_G> Oh, nooooooo!
bb010g has joined #nixos
<Ilya_G> clever: is there a way to use the older version in this flow? It has kvm64 in it
<clever> ilya_g: use an older nixpkgs rev, or use a fork of nixpkgs with it fixed
philr has joined #nixos
<{^_^}> [nixpkgs] @arianvp closed pull request #68953 → nixos/boot: Make sure interfaces are renamed in stage-1 → https://git.io/JeOzK
<Ilya_G> if I have `/nix/store/58l27cl4pks1v25c8q7yfpfq0hnzc1v6-nixpkgs-20.03pre194957.bef773ed53f/nixpkgs/nixos/lib/qemu-flags.nix` and `/nix/store/gv4m5kg1d7z5k1f5s3a3cr8158ng2kky-nixpkgs-20.03pre212770.cc1ae9f21b9/nixpkgs/nixos/lib/qemu-flags.nix`
<Ilya_G> is there a way to downgrade just that bit?
bb010g has quit [Quit: authenticating]
konobi has joined #nixos
peelz has joined #nixos
<m1cr0m4n> immae: wow that's a LOT of overlays
<peelz> Does anybody know what's going on here? My xdg mime mappings are generated through home-manager: https://i.imgur.com/jnsr7HR.png
nisstyre has joined #nixos
<immae> m1cr0m4n: yes, I remmeber that I spent quite some time to figure out how to do it correctly
<m1cr0m4n> immae: I haven't looked through too many but why have you needed so many?
<immae> Honestly I don’t remember, and I may have done too much
<m1cr0m4n> haha, ok :)
<immae> What I know is that it works though, since I use it every day
<m1cr0m4n> that's what counts!
<Ilya_G> clever: is it possible to downgrade just that package? ^^^
<immae> yes :p
<clever> ilya_g: import a second copy of nixpkgs, and get runInLinuxVM from that
<{^_^}> [nixpkgs] @tfc opened pull request #80063 → nixosTests.solr: Port to python → https://git.io/JvWpJ
Yannik_Sc has quit [Remote host closed the connection]
jgeerds has joined #nixos
<Ilya_G> clever: I am sorry I don't know what that means in this context. :(
<clever> ilya_g: figure out where your code is calling runInLinuxVM, within nixpkgs, and override that
Yannik_Sc has joined #nixos
<pbb> "cannot coerce null to a string, at /var/src/sources/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:191:19"
<pbb> Any ideas? I can not see a link between the system parameter and this line.
<pbb> I need to build a NixOS system for an i586 cpu, so I set the system parameter to "i586-linux". i686 works, but with i586 I get:
psyanticy has quit [Quit: Connection closed for inactivity]
<clever> pbb: i686-linux is the codename for all 32bit x86 cpu's
<pbb> This does not boot on that device: "Unable to boot - please use a kernel appropriate for your CPU."
<pbb> "This kernel requires an i686 CPU, but only detected an i586 CPU."
<pbb> So I need to use i686-linux as system, but set an i586 kernel?
<pbb> Won't there be incompatible instructions in there?
<pbb> (in the userspace parts too?)
<clever> pbb: youll need a custom linux .config file, or at least a few custom config entries, to force it down to 586
<pbb> Okay, thanks. I'll try
Yannik_Sc has quit [Remote host closed the connection]
justanotheruser has joined #nixos
magnetophon has quit [Ping timeout: 272 seconds]
squirrel1 has joined #nixos
squirrel has joined #nixos
WhittlesJr has joined #nixos
<{^_^}> [nixpkgs] @Frostman opened pull request #80064 → helm: 3.0.3 -> 3.1.0 → https://git.io/JvWpR
knupfer has joined #nixos
<Aleksejs> Hello! I'm trying to make a script that will use shebang, nix-shell and nodejs. I've already did some scripts like this but with nix-shell+runhaskell. But with node I'm getting an error
squirrel1 is now known as monkeys
<Aleksejs> the code is http://vpaste.net/zNluL
knupfer has quit [Ping timeout: 240 seconds]
gagbo has quit [Ping timeout: 268 seconds]
apriluwu has quit [Quit: WeeChat 2.6]
<Aleksejs> it throws an error about the first character on a second line (#)
apriluwu has joined #nixos
<immae> Aleksejs: that’s because # is not a valid comment start in js (it’s not a solution to your issue, only the explanation)
Olgierd has quit [Ping timeout: 260 seconds]
<Aleksejs> is there any workaround?
Olgierd has joined #nixos
<immae> Aleksejs: https://paste.ee/p/Wl6GN
<{^_^}> [nixpkgs] @tfc opened pull request #80065 → nixosTests.nsd: Port to python → https://git.io/JvWpi
<immae> (ugly, I admit :p )
<Aleksejs> nice, thank you :) at least it works
<immae> you’re welcome :)
TroelsAgergaardJ has joined #nixos
<NemesisD> hi all, i noticed when i boot into a nix shell and run `set -o` it shows that `vi` is on and `emacs` is off. what determines that? i'd like to default to emacs
<NemesisD> i've even tried `set -o emacs` to the shellHook but to no avail
apriluwu has quit [Quit: WeeChat 2.6]
apriluwu has joined #nixos
<multun> NemesisD: I'm pretty sure emacs is the default
<multun> NemesisD: no idea why it's changed in your system though
WhittlesJr has quit [Ping timeout: 260 seconds]
<m1cr0m4n> immae: I nearly have this override working but I can't resolve self.fetchPypi from within the override :P
apriluwu has quit [Client Quit]
<m1cr0m4n> immae: Here's what I got so far https://github.com/redbrick/nix-configs/commit/fd66fccf7646efca25c6a7f456c11841f43ea9e0#diff-230831873cdd3a22252c7af0a4bbcdbeR10 will tackle it again at the weekend gotta go to bed now
<immae> m1cr0m4n: does self.python3Packages.fetchPypi or pyself.fetchPypi work depending on where you are?
<m1cr0m4n> I'll try the latter quickly
<m1cr0m4n> oh! that might've worked
<immae> good
<immae> You’ll spend a better night less wondering what you missed :p
<m1cr0m4n> yeah haha
<scoates> even `nix-shell -p 'python3' -p 'pipenv'` is failing for me. Any idea where I should go next? https://paste.website/p/9ddbe0fd-0804-4764-b3cb-0faf967f43d1.txt
<NemesisD> multun: the plot thickens. outside of nix shell if i run bash it is in vi mode for some reason. i wonder if it inherits? because on another host where this isn't an issue, bash defaults to emacs and so does nix-shell
edwtjo has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #79663 → brightnessctl: Add systemd support → https://git.io/JvcBW
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/JvWhG
<NemesisD> i'm not sure where vi is being set though. i've checked ~/.bashrc, ~/.profile, /etc/profile, /etc/profile.d/*
<immae> scoates: the fact that it’s not able to fetch pipenv from the nixos cache suggests that either the package is broken (might happen if you are on unstable) or that you use a modified version (overlay / private code) that changes it
magnetophon has joined #nixos
<scoates> I am indeed on `nixpkgs https://nixos.org/channels/nixpkgs-unstable`
Naptra has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed to precise-gc « Add some GC diagnostics functions »: https://git.io/JvWhW
<m1cr0m4n> oh my god.... It's already 1.3.2 on master LOL. I haven't updated my channel!!!!
<scoates> the actual failure (`from pip._internal.cli.main import main', "ModuleNotFoundError: No module named 'pip._internal.cli.main'"`) is the same as https://github.com/NixOS/nixpkgs/issues/71178
<{^_^}> #71178 (by mawis, 17 weeks ago, closed): Difficulty using pip in a venv
<scoates> I thought it was working after that, but now I'm a mess again. Doesn't seem to be for everyone. /-:
ryanartecona has quit [Quit: ryanartecona]
<immae> scoates: did you try the workaround in the first comment?
<scoates> I've been through all of that. I can't even get a working pipenv to run that right now.
<scoates> (the actual nix-shell fails to provision pipenv)
<{^_^}> [nixpkgs] @flokli merged pull request #79631 → doc: consistent formatting on python manual section → https://git.io/JvcsX
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvWhB
<scoates> perhaps I should blow everything away and just switch to stable… I wonder…
<immae> In my case NIX_PATH=nixpkgs=https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz works (in the sense: I entered a nix shell correctly, I didn’t run anything from there), if you want to try it (it’s a bit old)
casaca has joined #nixos
<scoates> (trying that)
kvda has joined #nixos
<scoates> that gets me a shell but then pipenv itself fails because of the same problem in that issue… the workaround might work, but I don't have the luxury of reworking everything I have that uses pipenv. )-:
<NemesisD> found the issue. had an old .inputrc laying around
<immae> I cannot help you much more there scoates, sorry
<{^_^}> [nixpkgs] @flokli merged pull request #78360 → nixos/caddy: resync with upstream unit file → https://git.io/JvtGB
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvWh2
* scoates nods
<scoates> what's really a bummer is that this seems to be isolated to me somehow, and I have no idea where to find out how to take the next step.
<scoates> thanks for trying.
<immae> scoates: just in case it might help, I had something like that: https://paste.ee/p/k7sLQ that permitted me to run pip inside a nix-shell
<immae> (I don’t know if pip and pipenv are similar or not, so please check first)
* scoates nods
<scoates> thanks… the issue I linked very specifically says to not install pip from nix if you want to use it from pipenv (though pipenv does install pip)… it's all a mess )-:
<immae> Ha ha... good luck then, maybe someone will know better than me here
<scoates> I think I'm going to go make dinner. And flip the breaker. And wirecut the coax.
* scoates waves (-:
* immae waves
magnetophon has quit [Ping timeout: 240 seconds]
morr has quit [Quit: WeeChat 2.6]
morr has joined #nixos
morr has quit [Client Quit]
gustavderdrache has quit [Quit: Leaving.]
morr has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #80066 → nixos/mate: use upstream session → https://git.io/JvWhM
lsix has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @tfc opened pull request #80067 → nixosTests.plotinus: Port to Python → https://git.io/JvWhS
vidbina has quit [Ping timeout: 272 seconds]
endformationage has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
Olgierd has quit [Quit: WeeChat 1.9.1]
Olgierd has joined #nixos
Olgierd has joined #nixos
Olgierd has quit [Changing host]
Olgierd has quit [Client Quit]
<{^_^}> [nixpkgs] @jbedo opened pull request #80068 → dockerTools: fix export → https://git.io/JvWhd
<{^_^}> [nixpkgs] @flokli merged pull request #80062 → gitlab: 12.7.5 -> 12.7.6 → https://git.io/JvWxD
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvWhb
musteresel has joined #nixos
<{^_^}> [nixpkgs] @flokli pushed to release-20.03 « gitlab: 12.7.5 -> 12.7.6 »: https://git.io/JvWhN
<enteee> Is there a way for a derivation to signal that it will only work on macOS / or to only make a derivation available on macOS?
<{^_^}> [nixpkgs] @flokli pushed to release-19.09 « gitlab: 12.7.5 -> 12.7.6 »: https://git.io/JvWhx
<qyliss> enteee: platforms = platforms.linux;
<qyliss> in meta
Olgierd has joined #nixos
Olgierd has joined #nixos
Olgierd has quit [Changing host]
<enteee> qyliss: cheers!
<qyliss> oh, I meant platforms.darwin;
<musteresel> Hi ... I have a program which crashes due to a NULL pointer; to debug this I need debug symbols for glibc. How can I get glibc with debug symbols? I'm working in a nix-shell with a nix file with the usual stdenv.mkDerivation
<enteee> qyliss: yep, could connect the dots on my own ;) thank for you help
justanotheruser has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #80067 → nixosTests.plotinus: Port to Python → https://git.io/JvWhS
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvWje
tilcreator has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #80046 → c3d: unbreak via stdenv -> gcc8Stdenv → https://git.io/JvWbV
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvWjU
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to release-20.03: https://git.io/JvWjt
Ilya_G has quit [Remote host closed the connection]
tilcreator has joined #nixos
Yannik_Sc has joined #nixos
peelz has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #80063 → nixosTests.solr: Port to python → https://git.io/JvWpJ
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvWjB
zeta_0 has joined #nixos
mexisme has quit [Ping timeout: 272 seconds]
Yannik_Sc has quit [Client Quit]
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @hax404 opened pull request #80069 → bino3d: use mkDerivation from qt → https://git.io/JvWjr
philr has quit [Ping timeout: 272 seconds]
dansho has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #79976 → rust: Replace migration README with GitHub issue → https://git.io/JvWEN
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvWj6
Yannik_Sc has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to apeh-anyso « autoPatchelfHook: Support arbitrary paths in runtimeDependencies »: https://git.io/JvWjX
Yannik_Sc has quit [Remote host closed the connection]
Yannik_Sc has joined #nixos
noudle has quit []
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #80070 → autoPatchelfHook: Support arbitrary paths in runtimeDependencies → https://git.io/JvWjb
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #80069 → bino3d: use mkDerivation from qt → https://git.io/JvWjr
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvWjp
<{^_^}> [nixpkgs] @flokli pushed commit from @hax404 to release-20.03 « bino3d: use mkDerivation from qt »: https://git.io/JvWjh
ng0 has quit [Quit: leaving]
<{^_^}> [nixpkgs] @flokli pushed commit from @hax404 to release-19.09 « bino3d: use mkDerivation from qt »: https://git.io/Jvlee
<{^_^}> [nixpkgs] @flokli merged pull request #80065 → nixosTests.nsd: Port to python → https://git.io/JvWpi
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JvleJ
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
ixxie has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #80071 → python27Packages.Rtree: 0.9.3 -> 0.9.4 → https://git.io/Jvles
ixxie has joined #nixos
<noonien> i'm trying to do some cross-compilation, i'm calling a package with `crossPkgs.callPackage`, and i need python inside the package for the build process
<noonien> however, it seems to want to recompile python
fusion809 has joined #nixos
<noonien> i'm adding python as a dependency as such: `depsBuildBuild = with pkgs; [ python3 ];`
drakonis has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #80072 → dwarf-fortress: 0.44.12 -> 0.47.02 → https://git.io/Jvleg
<{^_^}> [nixpkgs] @primeos pushed to master « tdesktop: 1.9.12 -> 1.9.13 »: https://git.io/JvleV
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #79984 → bdf2sfd: init at 1.1.0 → https://git.io/JvWgp
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/Jvlew
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #75163 → gohufont: generate opentype files → https://git.io/Jeyd9
<{^_^}> [nixpkgs] @rnhmjoj pushed 7 commits to master: https://git.io/Jvleo
ryanartecona has joined #nixos
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #79860 → chromium: 80.0.3987.87 -> 80.0.3987.100 → https://git.io/JvCiv
<{^_^}> [nixpkgs] @primeos pushed 3 commits to master: https://git.io/JvleK
<DigitalKiwi> clever++
<{^_^}> clever's karma got increased to 328
jgeerds has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « liburing: 0.2 -> 0.4pre514_2454d630 »: https://git.io/Jvlei
erasmas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @jonringer closed pull request #80043 → python27Packages.sphinx-jinja: 1.1.0 -> 1.1.1 → https://git.io/JvWFb
<{^_^}> [nixpkgs] @jonringer merged pull request #80056 → python27Packages.sphinx-jinja: 1.1.0 -> 1.1.1 → https://git.io/JvWA9
<{^_^}> [nixpkgs] @zowoq opened pull request #80073 → gitAndTools.gh: 0.5.4 -> 0.5.5 → https://git.io/JvleX
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/Jvle1
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos