<bgamari-> alright, I'm going to have to audit my patches for this in that case
<bgamari-> I'm sure there are more of those
<Sonarpulse> bgamari-: ok i g2g
<Sonarpulse> but I found problem in binutils-wrapper
<Sonarpulse> force-pushed 1-line fix
<Sonarpulse> I'll double check manual at some point soon
<Sonarpulse> sorry about that
<bgamari-> quite alright
<bgamari-> cheers!
jtojnar has joined joined #nixos-dev
pxc has joined joined #nixos-dev
<pxc> is this a good place to ask questions about pending contributions to NixOS (and Nixpkgs), or more of a special meeting place for core developers?
<orivej> pxc: if your question may be answered not only by core developers but also by experienced users, asking on #nixos would be better
<pxc> cool! thanks
mbrgm has quit [(Ping timeout: 248 seconds)]
mbrgm has joined joined #nixos-dev
pxc has quit [(Quit: WeeChat 1.9.1)]
infinisil has quit [(Ping timeout: 248 seconds)]
infinisil has joined joined #nixos-dev
tv has joined joined #nixos-dev
MichaelRaskin has quit [(Quit: MichaelRaskin)]
stites[m] has quit [(Ping timeout: 246 seconds)]
hedning[m] has quit [(Ping timeout: 246 seconds)]
nocent has quit [(Ping timeout: 240 seconds)]
grahamc has quit [(Ping timeout: 240 seconds)]
sphalerite has quit [(Ping timeout: 246 seconds)]
regnat[m] has quit [(Ping timeout: 255 seconds)]
moredread[m] has quit [(Ping timeout: 240 seconds)]
olejorgenb[m] has quit [(Ping timeout: 240 seconds)]
copumpkin has quit [(Ping timeout: 240 seconds)]
florianjacob has quit [(Ping timeout: 240 seconds)]
hl has quit [(Ping timeout: 264 seconds)]
FRidh[m] has quit [(Ping timeout: 255 seconds)]
rycee has quit [(Ping timeout: 255 seconds)]
peterhoeg has quit [(Ping timeout: 246 seconds)]
pstn has quit [(Ping timeout: 276 seconds)]
tv has quit [(Ping timeout: 255 seconds)]
FRidh has joined joined #nixos-dev
tv has joined joined #nixos-dev
JosW has joined joined #nixos-dev
orivej has quit [(Ping timeout: 248 seconds)]
goibhniu has joined joined #nixos-dev
florianjacob has joined joined #nixos-dev
goibhniu has quit [(Remote host closed the connection)]
goibhniu has joined joined #nixos-dev
florianjacob has quit [(Read error: Connection reset by peer)]
florianjacob has joined joined #nixos-dev
nocent has joined joined #nixos-dev
stites[m] has joined joined #nixos-dev
regnat[m] has joined joined #nixos-dev
olejorgenb[m] has joined joined #nixos-dev
grahamc has joined joined #nixos-dev
hl has joined joined #nixos-dev
sphalerite has joined joined #nixos-dev
pstn has joined joined #nixos-dev
hedning[m] has joined joined #nixos-dev
copumpkin has joined joined #nixos-dev
rycee has joined joined #nixos-dev
peterhoeg has joined joined #nixos-dev
FRidh[m] has joined joined #nixos-dev
moredread[m] has joined joined #nixos-dev
__Sander__ has joined joined #nixos-dev
_ts_ has joined joined #nixos-dev
<_ts_> Hi, I've pushed a new, re-based version of NixUP (#9250), and it would be great if someone could maybe review it! :)
<makefu> 45
<makefu> wupps, sorry
<MoreTea> nice globin :)
<MoreTea> i'd love to see a simple development environment, opened an issue for that.
ocharles has quit [(Ping timeout: 255 seconds)]
mbrock has quit [(Ping timeout: 255 seconds)]
mbrock has joined joined #nixos-dev
ocharles has joined joined #nixos-dev
orivej has joined joined #nixos-dev
disasm has joined joined #nixos-dev
<aminechikhaoui> niksnut: nix version bump ? :)
orivej has quit [(Ping timeout: 240 seconds)]
orivej has joined joined #nixos-dev
FRidh has quit [(Remote host closed the connection)]
FRidh has joined joined #nixos-dev
<dtzWill> ( NixUP == Nix User Profile, pull req _ts_ mentioned is here: https://github.com/NixOS/nixpkgs/pull/9250 )
<copumpkin> what was the magic feature in 1.12 for downloading a fixed-output derivation to find out its hash
<copumpkin> I'm trying to find the commit that added it
<domenkozar> nix build --hash
<copumpkin> ah cool
<orivej> by the way, is it functionally different from "nix-prefetch-url -A" in Nix 1.11?
<LnL> the nix-prefetch-* are not reliable in my experience
<disasm> LnL: same here :)
<jtojnar> could someone please change the gnome jobset back to gnome-3.26 branch?
jtojnar has quit [(Quit: jtojnar)]
foo_ has joined joined #nixos-dev
vcunat has joined joined #nixos-dev
foo_ has left #nixos-dev []
<domenkozar> anyone knows how to strip quotes from nix-instantiate output? :)
<Dezgeg> I use --json and then pipe to jq
<Dezgeg> LowTech(tm)
<domenkozar> $ nix-instantiate --eval -E "/. + (import <nix/config.nix>).coreutils"
<domenkozar> /nix/store/vp8y0rh8rq7vikbbrpf28jfym79xq9z8-coreutils-8.28/bin
<domenkozar> ha
__Sander__ has quit [(Quit: Konversation terminated!)]
<clever> Dezgeg: no jq installed at this point
goibhniu has quit [(Ping timeout: 255 seconds)]
Sonarpulse has joined joined #nixos-dev
<niksnut> domenkozar: nix eval --raw '(import <nix/config.nix>).coreutils' :-)
<domenkozar> :-)
<domenkozar> wonderful
<copumpkin> niksnut: iirc you changed the sandbox build dir in 1.12 to /build or something?
<niksnut> yes
<copumpkin> make: *** No rule to make target 'build/*.lo', needed by 'build/libSDL.la'. Stop.
<copumpkin> builder for '/nix/store/1n4msgmrfyx7pac5x3fbyzg6d3b0dsjr-SDL-1.2.15.drv' failed with exit code 2
<copumpkin> I think it might be confusing the SDL build
<copumpkin> :O
<copumpkin> cooking up a repro
<Sonarpulse> niksnut: https://github.com/NixOS/nixpkgs/pull/30549 looking to merge this wednesday
<Sonarpulse> got two nice big comments from me and orivej that hopefully provide enough context
<Sonarpulse> same for you, copumpkin :)
<rycee> _ts_: Hi! I'll try to check out your changes and respond to the mail within the next few days.
<rycee> Anybody know of guidelines for module names? It seems there is a mix between camel case and hyphenation where hyphenation is most common for modules associated with some package in Nixpkgs.
<rycee> But for example, the oh-my-zsh module was renamed to ohMyZsh…
disasm has quit [(Ping timeout: 240 seconds)]
FRidh has quit [(Quit: Konversation terminated!)]
FRidh has joined joined #nixos-dev
vcunat has quit [(Ping timeout: 250 seconds)]
adisbladis has quit [(Read error: Connection reset by peer)]
adisbladis has joined joined #nixos-dev
florianjacob has quit [(Ping timeout: 246 seconds)]
hedning[m] has quit [(Ping timeout: 240 seconds)]
rycee has quit [(Ping timeout: 246 seconds)]
copumpkin has quit [(Ping timeout: 246 seconds)]
peterhoeg has quit [(Ping timeout: 255 seconds)]
stites[m] has quit [(Ping timeout: 255 seconds)]
sphalerite has quit [(Ping timeout: 255 seconds)]
moredread[m] has quit [(Ping timeout: 248 seconds)]
grahamc has quit [(Ping timeout: 276 seconds)]
nocent has quit [(Ping timeout: 264 seconds)]
regnat[m] has quit [(Ping timeout: 246 seconds)]
pstn has quit [(Ping timeout: 250 seconds)]
FRidh[m] has quit [(Ping timeout: 276 seconds)]
olejorgenb[m] has quit [(Ping timeout: 276 seconds)]
hl has quit [(Ping timeout: 264 seconds)]
vcunat has joined joined #nixos-dev
_rvl has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
_rvl has joined joined #nixos-dev
_rvl has quit [(Client Quit)]
_rvl has joined joined #nixos-dev
bgamari- is now known as bgamari
florianjacob has joined joined #nixos-dev
JosW has quit [(Quit: Konversation terminated!)]
vcunat has quit [(Quit: Leaving.)]
romildo has joined joined #nixos-dev
goibhniu has joined joined #nixos-dev
romildo has quit [(Quit: Leaving)]
florianjacob has quit [(Remote host closed the connection)]
orivej has quit [(Ping timeout: 268 seconds)]
florianjacob has joined joined #nixos-dev
orivej has joined joined #nixos-dev
_ts_ has quit [(Ping timeout: 240 seconds)]
florianjacob has quit [(Read error: Connection reset by peer)]
florianjacob has joined joined #nixos-dev
Jackneilll has quit [(Read error: Connection reset by peer)]
Jackneilll has joined joined #nixos-dev