worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || 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-inf
<lovesegfault> so ofc it fails
<lovesegfault> so, AIUI, I need to regen the bootstrap with the new glibc before I can build more advanced pkgs
<lovesegfault> but, again, I don't know!
<lovesegfault> and idk who knows
<lovesegfault> ma27[m]: seems to have done a major bump back in august?
<ma27[m]> yep. I just left a comment, we most likely need a Hydra jobset for that
<ma27[m]> IIRC I fixed ~40 packages after the actual bump
<lovesegfault> ma27[m]: Yeah, just read that, I agree this needs its own jobset
erasmas has quit [Quit: leaving]
<lovesegfault> Do you remember seeing this issue last time you bumped? https://github.com/NixOS/nixpkgs/pull/111616#issuecomment-771247040
bingobango has quit [Quit: Lost terminal]
<ma27[m]> nope. I guess some components in the bootstrap tools have to be updated
<ma27[m]> IIRC that was the case in the 2.27 -> 2.30 bump as well
<lovesegfault> yup, that's my assumption too
<lovesegfault> but I have no clue how that is done
<lovesegfault> let me search for the PR that made that bump
<{^_^}> [nixpkgs] @fabaff opened pull request #111619 → python3Packages.watchdog: 0.10.4 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/111619
nhs has quit [Ping timeout: 272 seconds]
<{^_^}> #66528 (by lblasc, 1 year ago, merged): glibc: 2.27 -> 2.30 WIP
<{^_^}> [nixpkgs] @mweinelt merged pull request #111614 → pythonPackages.python-levenshtein: 0.12.0 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/111614
ambro718 has quit [Ping timeout: 240 seconds]
dnlkrgr has quit [Ping timeout: 258 seconds]
bennofs__ has joined #nixos
SomeoneSerge has quit [Quit: WeeChat 3.0]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm
bennofs_ has quit [Ping timeout: 264 seconds]
nhs has joined #nixos
fresheyeball has quit [Ping timeout: 240 seconds]
noudle has quit []
rajivr has joined #nixos
m0rphism1 has joined #nixos
fresheyeball has joined #nixos
gustavderdrache has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/8230a316357 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<ashkitten> hmm i wonder if i should work on a rewrite of nix-top
<{^_^}> [nixpkgs] @aanderse merged pull request #110150 → musikcube: 0.96.2 -> 0.96.4 → https://github.com/NixOS/nixpkgs/pull/110150
<ashkitten> that seems like a pretty good idea
edwtjo has joined #nixos
edwtjo has joined #nixos
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #111621 → rt{audio,midi}: refactor → https://github.com/NixOS/nixpkgs/pull/111621
jonringer_ has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
medvid has quit [Ping timeout: 240 seconds]
dnlkrgr has joined #nixos
medvid has joined #nixos
xps has quit [Ping timeout: 264 seconds]
<samueldr> ashkitten: please :)
<samueldr> ready to give the name/project up too
<ashkitten> i'm currently digging around in nix source code to see if i can grab logs as they're created
<samueldr> it was one of my "do it badly to get others to want to prove me wrong" kind of thing :)
<samueldr> IIRC there wasn't much available from the outside in any kind of way
<energizer> any reason not to just run a service piping the log files into syslog?
ahmed_elgabri has joined #nixos
<ashkitten> well, nix has its own log dir
dnlkrgr has quit [Ping timeout: 258 seconds]
<ashkitten> hmm
medvid has quit [Ping timeout: 240 seconds]
medvid has joined #nixos
<ashkitten> it seems like the log file is not written until the build completes
<{^_^}> [nixpkgs] @otavio opened pull request #111622 → anydesk: 6.0.1 -> 6.1.0 → https://github.com/NixOS/nixpkgs/pull/111622
<energizer> it's created at the beginning but not flushed until the end?
<energizer> that seems unnecessarily memory intensive
<energizer> but i didn't check
<energizer> but i do know that birth time differs from modify/change time
<energizer> by an amount that could be the duration of the build
<{^_^}> [nixpkgs] @bbigras opened pull request #111623 → tailscale: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/111623
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « Revert "zfs: 2.0.1 -> 2.0.2" »: https://git.io/Jt02K
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-20.09 « Revert "zfs: 2.0.1 -> 2.0.2" »: https://git.io/Jt02X
<ashkitten> energizer: it seems like it's created at the beginning and kept open. it's a buffered sink; a compression sink if compression is enabled.
<ashkitten> i don't know how sinks work in c++
<ashkitten> but it's clearly not flushed to disk immediately
<energizer> im not good in c++, cant help there
seku has quit [Quit: Connection closed]
<ashkitten> this issue is related https://github.com/NixOS/nix/issues/4395
<energizer> it might be an os/fileystem buffering thing rather than an app-level thing tho
<{^_^}> nix#4395 (by sternenseemann, 5 weeks ago, open): Make nix log show build output of not fully realized derivations
<ashkitten> i wonder if it would Just Work if the buffer was flushed immediately inside nix
<energizer> did you try disabling compression?
<ashkitten> i did not
<DigitalKiwi> compressed ram, compressed zfs, compressed c++ sink, ... maybe that's why my computer freezes
<ashkitten> now i did
m0rphism1 has quit [Ping timeout: 240 seconds]
<ashkitten> it does not flush immediately still
<ashkitten> i need to dig into nix code and make it do that
gueorgui has quit [Ping timeout: 246 seconds]
cole-h has quit [Ping timeout: 256 seconds]
gueorgui has joined #nixos
m0rphism1 has joined #nixos
sigmundv has quit [Ping timeout: 256 seconds]
thelounge526 has joined #nixos
thelounge52 has quit [Read error: Connection reset by peer]
thelounge526 is now known as thelounge52
thelounge520 has joined #nixos
bgamari has joined #nixos
bgamari_ has quit [Ping timeout: 264 seconds]
thelounge52 has quit [Ping timeout: 240 seconds]
thelounge520 is now known as thelounge52
bitmapper has joined #nixos
<matthewcroughan> When is nixos gonna have a discourse nixpkg? ;D
<matthewcroughan> I really want it
ahmedelgabri has joined #nixos
<{^_^}> [hydra] @grahamc opened pull request #860 → Move evaluation errors from evaluations to EvaluationErrors, a new table → https://github.com/NixOS/hydra/pull/860
ahmed_elgabri has quit [Ping timeout: 264 seconds]
ahmedelgabri has quit [Remote host closed the connection]
uwap has quit [Ping timeout: 256 seconds]
petar has quit [Ping timeout: 246 seconds]
jb55 has quit [Ping timeout: 268 seconds]
Hail_Spacecake has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/196aeddd09a (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/26187c65b63 (from 12 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Hail_Spacecake has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
fiddlerwoaroof has joined #nixos
duckfullstop has joined #nixos
petar has joined #nixos
uwap has joined #nixos
jb55 has joined #nixos
penguwin has joined #nixos
sss2 has joined #nixos
coderobe has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #111624 → nixos/thinkfan: rewrite for 1.2 update → https://github.com/NixOS/nixpkgs/pull/111624
nhs has quit [Ping timeout: 240 seconds]
jonatanb has quit [Ping timeout: 240 seconds]
mmohammadi9812 has quit [Ping timeout: 240 seconds]
mmohammadi9812 has joined #nixos
charukiewicz has quit [Read error: Connection reset by peer]
ml| has quit [Ping timeout: 260 seconds]
<matthewcroughan> My system runs out of memory rebuilding nixos just by coyping paths
<matthewcroughan> the system in question has 1GB of memory
nhs has joined #nixos
<kiboneu> yeah i make a swap file for rebuilding on <=1GB systems
nhs has quit [Ping timeout: 240 seconds]
<siraben> If there's a GitHub repo with flakes, how do I build and run it without cloning it manually?
<siraben> Something like `nix-build -I nixpkgs="$URL" '<nixpkgs>' -A package` ?
<matthewcroughan> kiboneu: I have done that, I forgot to turn it on with `swapon`, my bad.
<matthewcroughan> bennofs: lovesegfault: Success!! I've upgraded to 19.03 from 18.03
<matthewcroughan> it is merely the installation media that is broken on i686
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
dandart has quit [Ping timeout: 265 seconds]
<{^_^}> [nixos-hardware] @winterqt opened pull request #226 → Add the Microsoft Surface configuration to flakes.nix → https://github.com/NixOS/nixos-hardware/pull/226
ml| has joined #nixos
<naivesheep> the push znc module in nixpkgs is pinned to a revision from 2016, does anyone know why?
<colemickens> siraben: nix build github:colemickens/nixpkgs-wayland#waybar
<siraben> colemickens: thanks
m0rphism1 has quit [Ping timeout: 265 seconds]
<siraben> colemickens: what if the github repository is private?
<colemickens> hehe, something like this: nix run 'ssh+git://git@github.com:colemickens/redacted'
<siraben> colemickens: I get ... is not a valid URL
<colemickens> maybe its changed or maybe that only works in the flake.nix
nhs has joined #nixos
<siraben> But it tries to get the master branch instead of main
<tpw_rules> naivesheep: probably because nobody updated it
<matthewcroughan> colemickens: do you know anything about i686 devices on nix?
nhs has quit [Ping timeout: 258 seconds]
h0m1 has quit [Ping timeout: 258 seconds]
h0m1 has joined #nixos
<siraben> How do I build from a different branch other than master in this command? ` nix build git+ssh://git@github.com/owner/repo`
<{^_^}> [nixpkgs] @jbedo opened pull request #111625 → singularity: 3.7.0 -> 3.7.1 → https://github.com/NixOS/nixpkgs/pull/111625
<siraben> Ah, `nix build "git+ssh://git@github.com/owner/repo?ref=main"`
aveltras has quit [Quit: Connection closed for inactivity]
nhs has joined #nixos
sneak has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
Qwerky has joined #nixos
ajs124 has quit [Quit: Bridge terminating on SIGTERM]
Scriptkiddi has quit [Quit: Bridge terminating on SIGTERM]
cheriimoya has quit [Quit: Bridge terminating on SIGTERM]
mrpi has quit [Quit: Bridge terminating on SIGTERM]
das_j has quit [Quit: Bridge terminating on SIGTERM]
Qwerky has quit [Ping timeout: 256 seconds]
mrpi has joined #nixos
cheriimoya has joined #nixos
Scriptkiddi has joined #nixos
ajs124 has joined #nixos
das_j has joined #nixos
moet has joined #nixos
<moet> if i do `nix-build --dry-run` i get a whole bunch of output about dependencies and then on the last line the store path of the would-be build.. is there some easy way to obtain just that store path, or just the hash-part of it? ... or should i be doing `nix-build --dry-run | tail -1 | sed ...` stuff?
nhs has joined #nixos
jonringer has joined #nixos
moet has quit [Ping timeout: 258 seconds]
nhs has quit [Ping timeout: 246 seconds]
erh^ has quit []
K0kada has quit [Ping timeout: 265 seconds]
tsrt^ has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
gustavderdrache has joined #nixos
spacefrogg has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
nhs has joined #nixos
philr has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #111615 → waybox: init at unstable-2020-05-01 → https://github.com/NixOS/nixpkgs/pull/111615
hyper_ch2 has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
stephank7 has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/65211f5afcc (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
doyougnu has joined #nixos
stephank7 is now known as stephank
nhs has joined #nixos
LnL has quit [Ping timeout: 260 seconds]
thelounge52 has quit [Ping timeout: 258 seconds]
Supersonic112 has joined #nixos
LnL has joined #nixos
LnL has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
Supersonic has quit [Ping timeout: 256 seconds]
Supersonic112 is now known as Supersonic
LilleCarl1 has quit [Ping timeout: 265 seconds]
nhs has joined #nixos
doyougnu has quit [Quit: ERC (IRC client for Emacs 27.1)]
nhs has quit [Ping timeout: 240 seconds]
jonatanb has joined #nixos
Qwerky has joined #nixos
nhs has joined #nixos
jonatanb has quit [Ping timeout: 256 seconds]
Qwerky has quit [Ping timeout: 258 seconds]
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
thelounge52 has joined #nixos
<matthewcroughan> Hah! nixos-unstable has no i686 cache
<matthewcroughan> no wonder my remote build server is going crazy :D
<matthewcroughan> gives it something to do
nhs has quit [Ping timeout: 258 seconds]
moet has joined #nixos
nhs has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @marsam merged pull request #111623 → tailscale: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/111623
<{^_^}> [nixpkgs] @marsam merged pull request #111587 → [20.09] graphicsmagick: 1.3.35 -> 1.3.36 → https://github.com/NixOS/nixpkgs/pull/111587
<{^_^}> [nixpkgs] @marsam merged pull request #111491 → python3Packages.GitPython: 3.1.11 -> 3.1.12 → https://github.com/NixOS/nixpkgs/pull/111491
nhs has quit [Ping timeout: 240 seconds]
<colemickens> Has there been previous discussion of having some way of forcing a test evaluation of nixos-unstable + CVE patches, and a way to circumvent the normal cascade of updates?
nhs has joined #nixos
<colemickens> Maybe that would make things too complicated for (back)porting though, I don't really know?
<moet> i lost connection for awhile...
<colemickens> hey moet !
<colemickens> moet: you can use `nix-instantiate` for what you were asking about.
<colemickens> moet: or `nix eval --json ...`
<moet> colemickens: thanks! i was about to ask again
<moet> i lost my internet connection briefly
zebrag has quit [Quit: Konversation terminated!]
MidAutumnHotaru has quit [Quit: Ping timeout (120 seconds)]
MidAutumnHotaru has joined #nixos
<moet> colemickens: oh, this works great.. i'm using it for a cache-key on circleci
<moet> thanks!
lopsided98 has quit [Ping timeout: 240 seconds]
<colemickens> moet: hm, I'm curious, what are you using it as a cache key for?
simba1 has joined #nixos
lopsided98 has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
<moet> the /nix dir
<moet> i'm still kind of working it out..
<moet> i want to do `nix-instantiate` to get the key for the data which would be produced by `nix-shell --run true`
<moet> ie. i'd like to key the set of dependencies for the project which would be built by `nix-build`
<colemickens> what are you trying to do, though
<colemickens> I'm just wondering if there's a better strategy overall, for whatever it is you're trying to cache.
akaWolf has joined #nixos
<ashkitten> hmm i'd really like an actual supported way to inspect nix builders, specifically what phase they're in and their build log
stephank has quit [Quit: Ping timeout (120 seconds)]
* colemickens dreams of a t(rust)y nix daemon with grpc for such things.
stephank has joined #nixos
<moet> colemickens: i'd like to cache the dependencies of the build..
<moet> colemickens: circleCI ignores a "save cache" action if it already has a cashe
<moet> colemickens: so that means i need to change the cache key with the dependencies to ensure that the cache is updated when dependencies change
euandreh has quit [Ping timeout: 264 seconds]
Quick_Wango has joined #nixos
<lovesegfault> Is there some way for me to see where a trace is coming from when I evaluate a file?
<lovesegfault> like, to track down the trace as what happens when you get an error
<{^_^}> [nixpkgs] @iAmMrinal0 opened pull request #111626 → google-cloud-sdk: 323.0.0 -> 325.0.0 → https://github.com/NixOS/nixpkgs/pull/111626
sss2 has quit [Quit: Leaving]
waleee-cl has quit [Quit: Connection closed for inactivity]
dsg has quit [Ping timeout: 240 seconds]
dsg has joined #nixos
<moet> how can i read the `out` from a drv file?
<lovesegfault> moet: what do you mean by "read"?
<lovesegfault> find out the path?
<lovesegfault> if so you can just `nix-build` the drv
<lovesegfault> or `nix-store --realise myDrv`
<moet> i mean, is there an easy way to print out the `out` dir without doing a nix-build
<moet> nix-instantiate gives the drv path, so i could parse that manually.. i'm wondering if there's a way to print it to stdout
orivej has joined #nixos
naivesheep has joined #nixos
naivesheep has quit [Client Quit]
<{^_^}> [nixpkgs] @iAmMrinal0 opened pull request #111627 → keepassxc: 2.6.3 -> 2.6.4 → https://github.com/NixOS/nixpkgs/pull/111627
palo1 has joined #nixos
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
Jd007 has quit [Quit: Jd007]
<colemickens> Okay I see
eacameron has joined #nixos
naivesheep has joined #nixos
naivesheep has quit [Client Quit]
acarrico has quit [Ping timeout: 240 seconds]
naivesheep has joined #nixos
euandreh has joined #nixos
<moet> ok, so this `nix-shell --run 'echo $out'` is what i want, and `grep --only '"out","\([^"]\+\)"' $(env IN_NIX_SHELL=1 nix-instantiate) | head -1` gets me pretty much the same string.. so i think i'm good! thanks :)
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<lovesegfault> Is there a flake workspace concept?
<lovesegfault> what do I do if I want a bunch of flakes inside one repo to all have the same lock?
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/7d0ff33b691 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
nhs has quit [Ping timeout: 264 seconds]
amfl_ has joined #nixos
marusich has quit [Ping timeout: 246 seconds]
amfl has quit [Ping timeout: 264 seconds]
amfl_ is now known as amfl
naivesheep has quit [Quit: ZNC 1.8.2 - https://znc.in]
marusich has joined #nixos
naivesheep has joined #nixos
attila_lendvai has joined #nixos
cole-h has joined #nixos
wentasah has joined #nixos
naivesheep has quit [Client Quit]
naivesheep has joined #nixos
<{^_^}> [nixpkgs] @Scriptkiddi closed pull request #111534 → nixos/xmonad: fix type error for haskellPackages → https://github.com/NixOS/nixpkgs/pull/111534
karantan has joined #nixos
LilleCarl has joined #nixos
<{^_^}> [nixpkgs] @r-burns opened pull request #111628 → ccache: 4.1 -> 4.2 → https://github.com/NixOS/nixpkgs/pull/111628
sangoma has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/eca54e37ae5 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/eca54e37ae5 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
thelounge52 has quit [Ping timeout: 272 seconds]
cfricke has joined #nixos
riksteri has joined #nixos
mallox has joined #nixos
cptrbn has quit [Quit: Textual IRC Client: www.textualapp.com]
orivej has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.semaphore-compat: init at 1.0.1 »: https://git.io/Jt0DQ
<{^_^}> [nixpkgs] @danieldk opened pull request #111630 → nvidia-settings: fix parallel build race condition → https://github.com/NixOS/nixpkgs/pull/111630
thelounge52 has joined #nixos
domogled has joined #nixos
<moet> colemickens: lovesegfault: this is what i got: https://termbin.com/njne
<moet> in case you're curious
<moet> it's tested as far as building dependencies.. i don't know if the cache_restore and cache_save steps will work once there's a cache there, but otherwise i think it's mostly right
d3od has joined #nixos
thelounge52 has quit [Ping timeout: 265 seconds]
moet has quit [Ping timeout: 264 seconds]
ATuin has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @humancalico opened pull request #111631 → cargo-edit: init at 0.7.0 → https://github.com/NixOS/nixpkgs/pull/111631
philr has joined #nixos
saschagrunert has joined #nixos
kaliumxyz has quit [Ping timeout: 256 seconds]
thelounge52 has joined #nixos
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
t3hyoshi has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
lewo has joined #nixos
lsix has joined #nixos
berberman_ has joined #nixos
berberman_ has quit [Max SendQ exceeded]
berberman has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @humancalico closed pull request #111631 → WIP cargo-edit: init at 0.7.0 → https://github.com/NixOS/nixpkgs/pull/111631
berberman has joined #nixos
vidbina has joined #nixos
poscat has quit [Quit: ZNC 1.8.2 - https://znc.in]
poscat has joined #nixos
respawn_ has joined #nixos
jonringer has quit [Ping timeout: 258 seconds]
malook has joined #nixos
hugolgst has joined #nixos
<hugolgst> do you have any idea on how could i install a custom man page for my derivation?
malook has quit [Quit: malook]
<t3hyoshi> Is your man page in a documentation format?
Yaourt has joined #nixos
<hugolgst> in roff yes
<hugolgst> the default man page syntax
Yaourt has quit [Client Quit]
sangoma has quit [Ping timeout: 264 seconds]
<t3hyoshi> This probably isn't the Nix way of doing it, but you're probably going to have to manually copy it into /usr/local/man/man7 and gzip it there.
<hugolgst> usr in nix?
<eyJhb> 2 sec, let me find it
thelounge52 has joined #nixos
<eyJhb> This is how you normally do it
<hugolgst> gonna look at it thanks
Compilador has joined #nixos
<{^_^}> [nixpkgs] @felixsinger opened pull request #111632 → iotools: Init at 1.6 → https://github.com/NixOS/nixpkgs/pull/111632
hiro98 has joined #nixos
<eyJhb> No problem!
<hugolgst> thanks a lot
thelounge52 has quit [Ping timeout: 246 seconds]
<eyJhb> Did it work hugolgst ? :D
nschoe has joined #nixos
jhuizy has joined #nixos
shapr has joined #nixos
yourfate has joined #nixos
shapr is now known as Guest44411
zupo has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111633 → libkeyfinder: 2.1 -> 2.2.4 → https://github.com/NixOS/nixpkgs/pull/111633
alp has joined #nixos
ahmedelgabri has joined #nixos
<hugolgst> not tested yet but saved it :)
<eyJhb> Fair ;)
<Compilador> Hey all, sorry to ask this again but I'm really stuck here. I have a rust project that depends on jemalloc, but it seems the vendored cargo deps is stripping all executable flags from the .sh scripts in the upstream repo
<{^_^}> [nixpkgs] @cdepillabout opened pull request #111634 → spago: fix build by using older dhall version → https://github.com/NixOS/nixpkgs/pull/111634
<{^_^}> [nixpkgs] @cdepillabout merged pull request #111634 → spago: fix build by using older dhall version → https://github.com/NixOS/nixpkgs/pull/111634
Qwerky has joined #nixos
Qwerky_ has joined #nixos
Qwerky has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @xaverdh opened pull request #111635 → nixos/hidpid: add warning (it is broken currently) → https://github.com/NixOS/nixpkgs/pull/111635
<{^_^}> [nixpkgs] @netixx opened pull request #111636 → nixos/openvswitch: make ipsectools conditionnal → https://github.com/NixOS/nixpkgs/pull/111636
<{^_^}> [nixpkgs] @rasendubi opened pull request #111637 → planner: remove → https://github.com/NixOS/nixpkgs/pull/111637
<{^_^}> [nixpkgs] @Ma27 pushed to master « gitea: 1.13.1 -> 1.13.2 »: https://git.io/Jt0Qo
stolyaroleh_ has joined #nixos
sangoma has joined #nixos
civodul has joined #nixos
anzbev[m] has quit [Quit: Idle for 30+ days]
<siraben> What's the flakes equivalent of `nix-shell -p "haskellPackages.ghcWithPackages (h: [ h.quickCheck ])"`?
dandart has joined #nixos
energizer has quit [Disconnected by services]
fendor has joined #nixos
<cole-h> `nix shell --impure --expr 'with import ./. {}; pkgs.mkShell { buildInputs = [ hello ]; }` maybe/
Darkmatter66 has joined #nixos
nixbitco- has quit [Quit: nixbitcoin out]
nixbitcoin has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #111540 → [20.09] go-ethereum: 1.9.24 -> 1.9.25 → https://github.com/NixOS/nixpkgs/pull/111540
<s1341> hi
<s1341> what is the best way to handle multiple src tars?
thelounge52 has joined #nixos
<cole-h> Multiple in what way?
<cole-h> Multiple as in fallback paths, or multiple as in "requires tar A, B, and C"
<cole-h> ?
<s1341> to build my package, i need to download and unpack two tars, such that they share a base dir...
<s1341> cole-h: ^
d3od has quit [Ping timeout: 240 seconds]
d3od has joined #nixos
energizer_ has joined #nixos
xps has joined #nixos
turlando has joined #nixos
<cole-h> Maybe `tar1 = fetchzip { url = ""; sha256 = ""; };` and the same with tar2, and `cp -r $tar1 . && cp -r $tar2 .`
<s1341> cole-h: so i have bleuprintxxxx.tar.gz and soongxxxx.tar.gz, and i need them unpacked into build/blueprint and build/soong dirs respectively.
<cole-h> (fetchzip is overloaded to deal with unpacking many types of compressed files, IIRC)
<s1341> the cp of $tar1 is going to copy the unpacked contents?
d3od has quit [Remote host closed the connection]
thelounge52 has quit [Ping timeout: 246 seconds]
<cole-h> If my recollection re: fetchzip being overloaded to unpack many forms of compression, yes :)
sangoma has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/abe7f458820 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
m0rphism1 has joined #nixos
titouan has quit [Quit: titouan]
sangoma has joined #nixos
titouan has joined #nixos
crazazy[m] has joined #nixos
m0rphism1 has quit [Ping timeout: 246 seconds]
respawn_ has quit [Quit: Leaving]
urkk has quit [Ping timeout: 264 seconds]
energizer_ is now known as energizer
domogled has quit [Quit: domogled]
domogled1 has joined #nixos
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111605 → fuzzel: 1.5.0 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/111605
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111607 → fwupd: 1.5.3 → 1.5.5 → https://github.com/NixOS/nixpkgs/pull/111607
sigmundv has joined #nixos
dandart has quit [Remote host closed the connection]
akegalj has joined #nixos
thelounge52 has joined #nixos
<s1341> thanks cole-h that worked
<s1341> now i have another question... how do i find the correct GOROOT to use in the build phase of my package?
hugolgst has quit [Quit: Lost terminal]
thelounge52 has quit [Ping timeout: 246 seconds]
cole-h has quit [Ping timeout: 264 seconds]
kaliumxyz has joined #nixos
m0rphism1 has joined #nixos
hyper_ch has quit [Ping timeout: 272 seconds]
hyper_ch2 has quit [Ping timeout: 240 seconds]
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @taku0 merged pull request #107167 → tageditor: init at 3.3.10, tagparser: init at 9.4.0 → https://github.com/NixOS/nixpkgs/pull/107167
amir has joined #nixos
hyper_ch has joined #nixos
<s1341> ok. got GOROOT set correctly. but what do I set GOPATH to?
janneke has quit [Quit: janneke quits Mes'sing]
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « gitea: 1.13.1 -> 1.13.2 »: https://git.io/Jt0NG
janneke has joined #nixos
asheshambasta has joined #nixos
<asheshambasta> Is there a good resource on how to get nix working well with GH actions? We use S3 based caching for our nix builds, but build times are skyrocketing for us (so are costs). We're in the order of a 40 minute build time for a 170 module Haskell project.
<{^_^}> [nixpkgs] @jollheef opened pull request #111638 → python3Packages.cmsis-svd: init at 0.4 → https://github.com/NixOS/nixpkgs/pull/111638
thelounge52 has joined #nixos
Lord_of_Life_ has joined #nixos
jonatanb has joined #nixos
mlen has joined #nixos
Lord_of_Life has quit [Ping timeout: 264 seconds]
Lord_of_Life_ is now known as Lord_of_Life
<s1341> what does this mean:
<s1341> 10:28:08 Build sandboxing disabled due to nsjail error.
thelounge52 has quit [Ping timeout: 264 seconds]
kaliumxyz has quit [Ping timeout: 264 seconds]
jonatanb has quit [Ping timeout: 240 seconds]
<samueldr> AFAICT this is not a Nix issue, but something about the build that's being run
<samueldr> Nix builds happen in a sandbox
<samueldr> sometimes sandboxes don't like being asked to run inside another sandbox
<{^_^}> [nixpkgs] @onsails opened pull request #111639 → vim: add nvim-lightbulb → https://github.com/NixOS/nixpkgs/pull/111639
<samueldr> seems it might not be an issue https://groups.google.com/g/android-building/c/F5zUCXwE5JU
thc202 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Qwerky_ has quit [Remote host closed the connection]
orivej has joined #nixos
__monty__ has joined #nixos
<{^_^}> [mobile-nixos] @samueldr opened pull request #293 → Fix misc. breakage from Nixpkgs changes → https://github.com/NixOS/mobile-nixos/pull/293
Qwerky has joined #nixos
sangoma has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
a12l[m] has joined #nixos
domogled has quit [Quit: domogled]
<a12l[m]> Is the C language server Clangd available in NIxpkgs? I can't find it, but I've seen at least on issue on GH discussing installing Clangd via Nix :/
Uma has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #111637 → planner: remove → https://github.com/NixOS/nixpkgs/pull/111637
<__monty__> a12l[m]: Would there be a binary of the same name?
thelounge52 has joined #nixos
<__monty__> ,locate bin clangd
<{^_^}> Found in packages: swift, clang-tools, llvmPackages.clang-unwrapped, llvmPackages.clang-polly-unwrapped
<__monty__> I suspect you might want clang-tools.
lopsided98 has quit [Ping timeout: 258 seconds]
Qwerky has quit [Remote host closed the connection]
lopsided98 has joined #nixos
thelounge52 has quit [Ping timeout: 240 seconds]
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
respawn_ has joined #nixos
Jackneill has quit [Read error: Connection reset by peer]
fuiltilt has quit [Quit: WeeChat 2.9]
hugolgst has joined #nixos
<hugolgst> hey guys is it easy to launch your own hydra server?
haritz has quit [Ping timeout: 264 seconds]
haritz has joined #nixos
haritz has quit [Changing host]
haritz has joined #nixos
dev_mohe has joined #nixos
__monty__ has quit [Ping timeout: 256 seconds]
dev_mohe has quit [Client Quit]
<Taneb> If you're running NixOS, pretty easy
vidbina has quit [Ping timeout: 246 seconds]
aveltras has joined #nixos
malook has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #111401 → [20.09] mbedtls: 2.16.3 -> 2.16.9 → https://github.com/NixOS/nixpkgs/pull/111401
vidbina has joined #nixos
Jackneill has joined #nixos
<a12l[m]> monty: Thanks!
ece3 has joined #nixos
Compilador has quit [Quit: Connection closed]
yjftsjthsd has quit [Read error: Connection reset by peer]
malook has quit [Quit: malook]
yjftsjthsd has joined #nixos
zupo has joined #nixos
ManiacOfMadness has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @CheariX opened pull request #111640 → joplin-desktop: 1.6.7 -> 1.7.10 → https://github.com/NixOS/nixpkgs/pull/111640
<{^_^}> [nixpkgs] @romildo opened pull request #111641 → ppx_deriving_cmdliner: init at 0.5.1 → https://github.com/NixOS/nixpkgs/pull/111641
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @turion opened pull request #111642 → nixos/tests: add keepassxc → https://github.com/NixOS/nixpkgs/pull/111642
<avn> Folks, anyone can hint me, why it happens: lockfile contains mutable lock '{"ref":"master","type":"git","url":"ssh://git@gitlab.com/some/some.hit")'?
thelounge52 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @prusnak merged pull request #111627 → keepassxc: 2.6.3 -> 2.6.4 → https://github.com/NixOS/nixpkgs/pull/111627
ximun has quit [Quit: WeeChat 2.3]
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/8cef6531ff8 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/8cef6531ff8 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
hiro98 has quit [Ping timeout: 258 seconds]
vidbina has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @turion opened pull request #111643 → nixos/tests: add musescore → https://github.com/NixOS/nixpkgs/pull/111643
<averell> What is the policy on release backports? Can #110550 be picked to 20.09? Because the non-LTS kernels were removed recently, that means people using virtualbox have to *downgrade* their kernels to 5.4 or lose virtualbox.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/110550 (by bryanasdev000, 1 week ago, merged): virtualbox: 6.1.16 -> 6.1.18
nixbitco- has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #111591 → nixos/zfs: expose zfs package as readonly attribute → https://github.com/NixOS/nixpkgs/pull/111591
nixbitcoin has quit [Ping timeout: 268 seconds]
ManiacOfMadness has joined #nixos
graphLoom has joined #nixos
Qwerky has joined #nixos
Qwerky_ has joined #nixos
Qwerky has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @danieldk merged pull request #111630 → nvidia-settings: fix parallel build race condition → https://github.com/NixOS/nixpkgs/pull/111630
graphLoom has left #nixos [#nixos]
hyper_ch4 has joined #nixos
<{^_^}> [nixpkgs] @0x4A6F opened pull request #111644 → routinator: 0.8.2 -> 0.8.3 → https://github.com/NixOS/nixpkgs/pull/111644
hyper_ch2 has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111625 → singularity: 3.7.0 -> 3.7.1 → https://github.com/NixOS/nixpkgs/pull/111625
hugolgst has quit [Quit: Lost terminal]
thelounge52 has joined #nixos
lewo has quit [Remote host closed the connection]
thelounge52 has quit [Ping timeout: 256 seconds]
Darkmatter66 has quit [Ping timeout: 272 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meh` has joined #nixos
hyper_ch5 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111619 → python3Packages.watchdog: 0.10.4 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/111619
hugolgst has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111626 → google-cloud-sdk: 323.0.0 -> 325.0.0 → https://github.com/NixOS/nixpkgs/pull/111626
<{^_^}> [nixpkgs] @primeos opened pull request #111645 → iputils: 20200821 -> 20210202 → https://github.com/NixOS/nixpkgs/pull/111645
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111628 → ccache: 4.1 -> 4.2 → https://github.com/NixOS/nixpkgs/pull/111628
hyper_ch4 has quit [Ping timeout: 272 seconds]
hyper_ch2 has joined #nixos
hyper_ch5 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #111646 → treewide: Remove doBuild = false, remove some stale substituteInPlace, fix some hanging tests on darwin → https://github.com/NixOS/nixpkgs/pull/111646
lsix has quit [Ping timeout: 264 seconds]
lsix has joined #nixos
malook has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to girt-2.0.0 « gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0 »: https://git.io/JtEf1
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #111647 → gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/111647
ece3 has quit [Read error: Connection reset by peer]
malook has quit [Remote host closed the connection]
malook has joined #nixos
malook has quit [Remote host closed the connection]
<hugolgst> do you guys know why in buildEnv, postBuild when doing install -Dm644 -t $out/share/man/man1 sl.1{,.ja}
<hugolgst> I dont have the permission
<{^_^}> [nixpkgs] @hmenke opened pull request #111648 → zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111648
<clever> hugolgst: if only one input to the buildEnv has a share dir, then $out/share is a symlink to that one input
<clever> hugolgst: and now all of $out/share is read-only
<hugolgst> how can I solve that?
<clever> *looks*
Qwerky has joined #nixos
Qwerky_ has quit [Read error: Connection reset by peer]
alexherbo2 has joined #nixos
<clever> hugolgst: if you add pathsToLink = [ "/share/man/man1" ];, then it will be forced to create man1 as a directory, and fill it with symlinks to each input
<clever> and now you can freely mutate the contents of man1
<hugolgst> thanks a lot
lsix has quit [Ping timeout: 260 seconds]
<attila_lendvai> is there a way to abort a build? i have accidentally initiated a build with a nix-shell invocation, then i C-c'd it, but the build is running in the background...
<attila_lendvai> or it may have been lorri that started the build
<clever> attila_lendvai: just run the kill command on a random process within the build, and the whole build will implode due to that process failing
<clever> attila_lendvai: restarting lorri may also kill it
kalipso has joined #nixos
lewo has joined #nixos
<attila_lendvai> clever, i had to sudo killall cc1, but then also nix-instantiate, but then it stopped. thanks!
thelounge52 has joined #nixos
Lux[m]1 has joined #nixos
<kalipso> hey, how do people manage their secrets when building nixos configurations with flakes? I have my secrets in files contained in the .gitignore. that means they are not part of the git repository and nixos-rebuild failes because the secrets file cannot be found
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to girt-2.0.0 « gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0 »: https://git.io/JtEJ3
<ocharles> Anyone have any tips on how to populate `/root/.aws/config` from configuration.nix using nixops? I have deployment.keys.aws-config set, and I think just need to create a symlink. Maybe system.activationScripts
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111639 → vim: add nvim-lightbulb → https://github.com/NixOS/nixpkgs/pull/111639
<ocharles> Or maybe there's a better place to put this symlinking?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111640 → joplin-desktop: 1.6.7 -> 1.7.10 → https://github.com/NixOS/nixpkgs/pull/111640
malook has joined #nixos
ardumont has quit [Ping timeout: 272 seconds]
<clever> ocharles: the nixops secrets mechanism allows you to set a dest dir
<ocharles> clever: the dir is not enough though, I need the file _name_ to be set too
thelounge52 has quit [Ping timeout: 240 seconds]
<ocharles> And I don't really want `deployment.keys.credentials`, that's too general
<clever> ocharles: and you can control the name as well
<ocharles> Only by the attribute name, iirc?
malook has quit [Client Quit]
<supersandro2000> did you try nix-sops?
<clever> symlink is probably the simplest then
<hugolgst> btw do you know where should I run my command to install a manual in buildEnv
<clever> hugolgst: i would just use runCommand to make a new derivation with the manual, and then use that as an input
euandreh has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/JtEJV
<{^_^}> [nixpkgs] @vcunat merged pull request #111495 → nixosTests.installer: Increase memory allocated to the VM → https://github.com/NixOS/nixpkgs/pull/111495
lsix has joined #nixos
ManiacOfMadness has quit []
<kalipso> supersandro2000 not yet, i wanted to try in the future and thought i could avoid it for now... maybe i was wrong
davidv7 has quit [Remote host closed the connection]
ardumont has joined #nixos
davidv7 has joined #nixos
mmohammadi9812 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111492 → flutter: added dev libraries for the emulator → https://github.com/NixOS/nixpkgs/pull/111492
mmohammadi9812 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111511 → pythonPackages.pysaml2: 5.0.0 -> 6.5.1, addressing CVE-2021-21238 & CVE-2021-21239 → https://github.com/NixOS/nixpkgs/pull/111511
ManiacOfMadness has joined #nixos
jimmiehansson has joined #nixos
<{^_^}> [nixpkgs] @adisbladis opened pull request #111649 → poetry2nix: 1.14.0 -> 1.15.0 → https://github.com/NixOS/nixpkgs/pull/111649
K900 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111153 → nixos/hadoop: add types → https://github.com/NixOS/nixpkgs/pull/111153
K900 has left #nixos [#nixos]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110405 → elfutils: 0.180 -> 0.182, fix building under musl → https://github.com/NixOS/nixpkgs/pull/110405
sangoma has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111644 → routinator: 0.8.2 -> 0.8.3 → https://github.com/NixOS/nixpkgs/pull/111644
<attila_lendvai> does anyone know about a project/example where a linux executable is compiled that doesn't link to libc; i.e. gcc -nostdlib, but still uses argc and argv? i have a toy language that compiles to asm, and i would like to link it as a static elf executable that doesn't link with neither ld.so nor libc.so. i'm trying to avoid including/writing my own crtx.S files...
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to girt-2.0.0 « gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0 »: https://git.io/JtEUS
<attila_lendvai> i get lost in the glibc startup complexity jungle... :) staring at this now: https://0xax.gitbooks.io/linux-insides/content/Misc/linux-misc-4.html
thelounge52 has joined #nixos
Guest39037 is now known as theuni
cfricke has quit [Quit: WeeChat 3.0]
thelounge52 has quit [Ping timeout: 265 seconds]
euandreh has joined #nixos
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
cfricke has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #111650 → License autossh → https://github.com/NixOS/nixpkgs/pull/111650
hugolgst has quit [Quit: Lost terminal]
<{^_^}> [nix] @regnat opened pull request #4511 → Cache the result of getFlake → https://github.com/NixOS/nix/pull/4511
<{^_^}> [nix] @regnat pushed 4 commits to cache-getflake: https://git.io/JtET9
mmohammadi9812 has quit [Read error: Connection reset by peer]
mmohammadi9812 has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #110171 → openvswitch: 2.14.0 -> 2.14.1 → https://github.com/NixOS/nixpkgs/pull/110171
<s1341> what do
<s1341> I have to add to buildInputs to get rid of the following: error while loading shared libraries: libstdc++.so.6
<andi-> s1341: sounds like you want to investigate patchelf
<andi-> stdenv.cc.lib might contain what you are looking for
kalipso has quit [Quit: Connection closed]
karantan has quit [Quit: Textual IRC Client: www.textualapp.com]
malook has joined #nixos
malook has quit [Client Quit]
<s1341> andi... hrm. patchelf is a good idea.
Guest44411 is now known as shapr
shapr is now known as Guest92861
Guest92861 is now known as shapr`
shapr` has quit [Changing host]
shapr` has joined #nixos
bn_work has joined #nixos
thelounge52 has joined #nixos
Compilador has joined #nixos
<Compilador> Just going to ask again, still debugging, 2 days in now. rustBuildPackage seems to be stripping the executable flag from files in vendored dependencies. Anyone have any idea why?
thelounge52 has quit [Ping timeout: 258 seconds]
mmmattyx has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111652 → boundary: 0.1.4 -> 0.1.5 → https://github.com/NixOS/nixpkgs/pull/111652
<exarkun> How do I list generations available on a system?
<dminuoso> ix-env -p /nix/var/nix/profiles/system --list-generations
<dminuoso> nix-env -p /nix/var/nix/profiles/system --list-generations
<exarkun> thanks
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111405 → gomacro: init at 2.7 → https://github.com/NixOS/nixpkgs/pull/111405
<b42> dminuoso++
<{^_^}> dminuoso's karma got increased to 5
<s1341> we've opened a new channel, #nixos-android, for all things related to nixos and building stuff for android.
vidbina has joined #nixos
stolyaroleh_ has quit [Ping timeout: 272 seconds]
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtEtV
<{^_^}> [nixpkgs] @adisbladis merged pull request #111649 → poetry2nix: 1.14.0 -> 1.15.2 → https://github.com/NixOS/nixpkgs/pull/111649
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
thelounge52 has joined #nixos
stolyaroleh_ has joined #nixos
mallox has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @mweinelt opened pull request #111653 → python3Packages.sqlalchemy: 1.3.20 -> 1.3.23 → https://github.com/NixOS/nixpkgs/pull/111653
mallox has joined #nixos
mallox has quit [Client Quit]
thelounge52 has quit [Ping timeout: 240 seconds]
ManiacOfMadness has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/9b838c8f9d2 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
Compilador has quit [Quit: Ping timeout (120 seconds)]
mallox has joined #nixos
mallox has quit [Client Quit]
attila_lendvai has quit [Ping timeout: 256 seconds]
wnklmnn has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jd007 has joined #nixos
felschr[m] has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111654 → octant: refactor → https://github.com/NixOS/nixpkgs/pull/111654
jonringer has joined #nixos
<felschr[m]> jonringer: hey Jon, could you take at my PR that you reviewed again? https://github.com/NixOS/nixpkgs/pull/104003
<{^_^}> #104003 (by felschr, 11 weeks ago, open): etebase-server: init at 0.7.0
<{^_^}> [nixpkgs] @mweinelt opened pull request #111655 → python3Packages.pillow: 8.0.1 -> 8.1.0 → https://github.com/NixOS/nixpkgs/pull/111655
<felschr[m]> * jonringer: hey Jon, could you take a look at my PR that you reviewed again? https://github.com/NixOS/nixpkgs/pull/104003
<{^_^}> #104003 (by felschr, 11 weeks ago, open): etebase-server: init at 0.7.0
<{^_^}> [nixpkgs] @claudiiii opened pull request #111656 → [20.09] keepassxc: 2.6.3 -> 2.6.4 → https://github.com/NixOS/nixpkgs/pull/111656
truby has joined #nixos
<truby> I'm using nix-shell to manage my development environment for C++, I was wondering if it's possible to specify that I want debug symbols for all the libraries it's pulling in? I can't work out a way to say I want e.g. glibc debug symbols. Any ideas?
cfricke has quit [Ping timeout: 264 seconds]
<clever> nix-repl> enableDebugging hello
<clever> «derivation /nix/store/3vvfczijxs5nrdj64b048k50wq2rpjpr-hello-2.10.drv»
<edef> yeah, but that isn't exactly recursive
<clever> truby: this function can be ran on any package, to make a debug variant of that
<edef> and overriding glibc means rebuilding *everything*
<truby> yeah, I am aware of that one but you can't easily get it on glibc right? and I want debug symbols for all of my dependencies ideally
<clever> i generally use gdb to figure out where the problem is, then an overlay to rebuild just one thing with debug
<edef> really wish we'd build everything with a debuginfo output
akaWolf has quit [Ping timeout: 264 seconds]
<clever> yeah, that would help
<Reventlov> hey
mkaito has joined #nixos
zupo has joined #nixos
<Reventlov> so i'm trying to setup a nix-shell to do GUI with rust, but I have a problem. Some dependency that cargo retrieves has a custom build command, which I have to patch because it has some hardcoded path
<Reventlov> how would I go achieving this ? Retrieving dependencies via cargo, patching them "manually", or something else?
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @holymonson opened pull request #111658 → [WIP] darwin/apple-sdk: add parse-sdk → https://github.com/NixOS/nixpkgs/pull/111658
Jackneill has quit [Ping timeout: 240 seconds]
Compilador has joined #nixos
fresheyeball has quit [Ping timeout: 246 seconds]
thelounge52 has joined #nixos
fresheyeball has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #111659 → samba: 4.13.3 -> 4.13.4 → https://github.com/NixOS/nixpkgs/pull/111659
<{^_^}> [nixpkgs] @jkachmar opened pull request #111660 → Haskell generic args builder modifier backport → https://github.com/NixOS/nixpkgs/pull/111660
respawn_ has quit [Quit: Leaving]
thelounge52 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111646 → treewide: Remove doBuild = false, remove some stale substituteInPlace, fix some hanging tests on darwin → https://github.com/NixOS/nixpkgs/pull/111646
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #111661 → home-assistant dependencies → https://github.com/NixOS/nixpkgs/pull/111661
<{^_^}> [hydra] @grahamc merged pull request #860 → Move evaluation errors from evaluations to EvaluationErrors, a new table → https://github.com/NixOS/hydra/pull/860
ManiacOfMadness has joined #nixos
malook has joined #nixos
shapr` is now known as shapr
Kozova1 has quit [Quit: Leaving]
<bqv> Ugh I really want to rip systemd out of my system. It upsets me that a distro entirely about maximum configurability like nixos, forces systemd on you with zero alternative
<bqv> I have a git stash where I'm working on making a system without systemd, but it's taking time to do
<edef> looking forward to seeing that
<bqv> Me too
<edef> my feeling is that people underestimate the utility it provides
<bqv> What, systemd?
<edef> aye
<bqv> I used linux for years before systemd
<bqv> It is not necessary.
<edef> as did i
<edef> and when the Linux world was still sysvinit, i was also running my illumos systems with SMF
malook has quit [Client Quit]
<edef> and by *god* was writing the heap of XML preferable over trying to debug large deployments full of custom process monitors because on Linux your dead process wouldn't even get restarted, or get logged centrally
<veleiro> bqv: maybe use Guix?
<bqv> Considered it, for a number of reasons. There's a lot less packages though, so it's a little bit of a downgrade
<bqv> (it's an upgrade in some other senses, just, having to write package defs for half the stuff you use isn't ideal)
<M86ul[m]> Hum, I am trying to get the downloaded NixOS sha256sum checked, but after "sha256sum --ignore-missing -c sha256sum.txt" I got a reply "no File was verified".
<M86ul[m]> I was following this guideline https://linuxmint.com/verify.php and trying to apply it on NixOS, but without succes it seem.
oreoking[m] has left #nixos ["User left"]
oreoking[m]1 has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
lsix has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @nicknovitski opened pull request #111662 → Remove Ruby 2.5 → https://github.com/NixOS/nixpkgs/pull/111662
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
Qwerky has quit [Remote host closed the connection]
berberman has joined #nixos
<M86ul[m]> <M86ul[m] "I was following this guideline h"> Some suggestions?
mananamenos has joined #nixos
l33[m] has quit [Quit: Idle for 30+ days]
mananamenos has quit [Client Quit]
thelounge52 has joined #nixos
nhs has quit [Ping timeout: 258 seconds]
mananamenos has joined #nixos
moet has joined #nixos
ATuin has quit [Ping timeout: 240 seconds]
mananamenos has quit [Client Quit]
<{^_^}> [hydra] @grahamc merged pull request #858 → Fix transition from declarative non-flake to flake jobset → https://github.com/NixOS/hydra/pull/858
<{^_^}> [hydra] @grahamc merged pull request #855 → JobsetEvals: fixup permission references → https://github.com/NixOS/hydra/pull/855
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « sbt-extras: 2020-12-26 → 2021-02-01 »: https://git.io/JtEGt
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
moet has quit [Ping timeout: 240 seconds]
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
waleee-cl has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
berberman has quit [Max SendQ exceeded]
berberman has joined #nixos
erasmas has joined #nixos
<wucke13> When using `overrideAttr`, how can I force `patches` to be empty ?
<infinisil> wucke13: Set it?
<wucke13> infinisil: I still end up with patches ran, so that's not cutting it
<infinisil> Then they aren't coming from `patches`
qbit has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
v0|d has joined #nixos
<qbit> is there a way to re-"init" a users env? i overwrote my ~/.profile and what not .. and now nothing is in my path \o/ :D
growpotkin has joined #nixos
<qbit> (i was able to whack the ~/.profile file - and things seem mostly back to normal.. but i can't log into kde anymore)
philr has quit [Ping timeout: 256 seconds]
<wucke13> infinisil: Where could they come from? I'm trying to override qemu
emptyflask has joined #nixos
<infinisil> wucke13: Check the qemu derivation Nix file
<infinisil> Are patches set in something other than `patches`?
<wucke13> ah, found it. postPatch had another patch
<qbit> ah! had a stray .xsession file
thelounge52 has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #111663 → ajour: 0.6.3 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/111663
<shapr> As far as I can tell, my nvidia OpenGL performance is much lower in NixOS than in Ubuntu, is there any advice on how to fix that?
jmeredith has joined #nixos
mmohammadi9812 has quit [Remote host closed the connection]
jtomas has joined #nixos
jtomas has left #nixos [#nixos]
mmohammadi9812 has joined #nixos
<shapr> I think that's the reason my vlc has problems playing DVDs directly from a disc drive, has anyone else seen problems or fixes?
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111664 → terragrunt: 0.27.4 -> 0.28.0 → https://github.com/NixOS/nixpkgs/pull/111664
<tpw_rules> DVD playing doesn't really use the GPU, except i suppose for hardware MPEG2 decoding
<shapr> I was getting hardware surface allocation errors, iirc
<shapr> ah, here's one: [00007fa858319ab0] avcodec decoder error: hardware acceleration picture allocation failed
<shapr> tpw_rules: any ideas?
<tpw_rules> so the problem isn't 3D graphics but hardware decoding
* shapr thinks
<shapr> There's hardware for decoding DVDs?
<shapr> wat?
<tpw_rules> because decoding video in software is slow and inefficient
<shapr> ah, interesting
<shapr> I can probably figure that out then
<tpw_rules> back in the day CPUs simply weren't powerful enough so you had to buy a card with a decoder chip on it
<shapr> tpw_rules: any idea why shadertoy.com would give me about a third the framerate in NixOS that I get from Ubuntu, on the exact same laptop?
<shapr> ah, that's a great link, thanks!
<tpw_rules> the nvidia accelerated video system is called VDPAU
<tpw_rules> does your laptop have nvidia optimus or whatever that is?
<shapr> I have that option, but ended up pinning to nvidia-only for NixOS install
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #111665 → fluxcd: 0.7.5 -> 0.7.6 → https://github.com/NixOS/nixpkgs/pull/111665
<shapr> Sounds like this nixos.wiki link will probably help me figure out both the VLC and Firefox video slowdown
j2t has joined #nixos
j2t has quit [Remote host closed the connection]
j2t has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #111613 → flatpak: 1.8.2 → 1.10.1 → https://github.com/NixOS/nixpkgs/pull/111613
<lukegb> M86ul[m]: ah, the filenames don't match...
<lukegb> if you cat the .sha256 file, you'll see what the ISO file needs to be named
<lukegb> (or you can run `sha256sum` on the ISO yourself and manually compare to the .sha256 file)
<jtojnar> 86ul: where did you get the sha256sum.txt file?
<jtojnar> ugh, matrix got stuck
nhs has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #110522 → [20.09] wordpress: 5.5.1 -> 5.5.3 → https://github.com/NixOS/nixpkgs/pull/110522
mmohammadi9812 has quit [Ping timeout: 264 seconds]
nixbitco- has quit [Quit: nixbitcoin out]
nixbitcoin has joined #nixos
<bqv> Someone wanna merge this? https://github.com/NixOS/nixpkgs/pull/100078
misuzu has joined #nixos
<{^_^}> #100078 (by mdevlamynck, 16 weeks ago, open): grub2: fix grub-kbdcomp
<bqv> jtojnar: infinisil:
doot99 has joined #nixos
<doot99> hello
<abathur> yo
<doot99> is there a way to install the rtl8821ce module before installation of the OS?
<doot99> I have a Wireless USB adapter that I use for Wifi
<jtojnar> bqv: do not know anything about grub to merge but that does not look safe to merge either way
mmohammadi9812 has joined #nixos
<bqv> Fair nuff
<goibhniu> doot99: I don't know about that, but if you have a phone that allows wifi sharing over usb (e.g. android) that should work without any extra configuration
<abathur> I don't know anything about the process, but you might also be able to build an installer that includes it?
<{^_^}> [nixpkgs] @danieldk opened pull request #111666 → _1password-gui: 0.9.10-5 -> 0.9.11-3 → https://github.com/NixOS/nixpkgs/pull/111666
<abathur> no clue if the wiki for it is up to date since I've never tried, but I mean something like https://nixos.wiki/wiki/Creating_a_NixOS_live_CD
<M86ul[m]> Another question about spyware. In case I have spyware installed, I can roll back before it's installation?
<doot99> thanks, I'll check that out
<M86ul[m]> *spywares, malware, being hacked, etc.
<gchristensen> M86ul[m]: it depends on the sophistication of the spyware. you can run nix-store --verify --check-contents to see if it was tricky enough to manipulate the store
<{^_^}> [nixpkgs] @alyssais merged pull request #110866 → weechatScripts.weechat-matrix: fix PYTHONPATH → https://github.com/NixOS/nixpkgs/pull/110866
<{^_^}> [nixpkgs] @alyssais merged pull request #110728 → autoreconfHook: make overridable → https://github.com/NixOS/nixpkgs/pull/110728
doot99 has quit [Quit: Connection closed]
<jared-w> `file 'nixpkgs/nixos' was not found in the Nix search path`. RIP
sangoma has joined #nixos
ahmedelgabri has quit [Ping timeout: 272 seconds]
<jtojnar> but if it managed to modify the existing store paths, it might also change replace the `nix-store` command
<gchristensen> jtojnar: good point
ahmedelgabri has joined #nixos
<tpw_rules> i would say strictly speaking rollback cannot save you because malicious software can, say, rewrite your .bashrc or drop a config file for some package to cause itself to be rexecuted
zebrag has joined #nixos
<jasom> There's other mutable state too; it could have installed a new user account in the wheel group, for example.
<bqv> `assertion '((vanillaPackages).stdenv.buildPlatform == localSystem)' failed` uhoh
lunik1 has joined #nixos
ahmedelgabri has quit [Ping timeout: 260 seconds]
<leo60228> what's the relationship between Target, Tweag, and Nix? my initial impression was that Tweag is a subsidary of Target who just happens to make a lot of Nix contributions, but i don't think that's the case
<gchristensen> Target hired Tweag as a consultancy for a while
moet has joined #nixos
<lordcirth> When will a 21.03 branch/channel be forked off unstable?
akegalj has quit [Quit: leaving]
<leo60228> gchristensen: that makes sense
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/9b838c8f9d2 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<leo60228> another thing i'm confused about though, fwiw, is whether Tweag employs people to work on Nix, or if they just make heavy usage of Nix internally and contribute a lot upstream
<leo60228> lordcirth: future releases are yy.05/yy.11
<cransom> they are nix consultants.
<lordcirth> leo60228, oh? Why does https://releases.nixos.org/?prefix=nixos/unstable/ still show only 21.03?
<{^_^}> [nixpkgs] @dotlambda opened pull request #111667 → [20.09] rebar3: 3.12.0 -> 3.14.2 → https://github.com/NixOS/nixpkgs/pull/111667
<leo60228> i'm guessing that whatever that's sourced from just hasn't been changed
<lordcirth> leo60228, thanks!
acarrico has joined #nixos
Lord_of_Life has quit [Read error: Connection reset by peer]
<lordcirth> leo60228, I'm mostly wondering how far in advance a branch gets forked from master/unstable for testing.
Lord_of_Life has joined #nixos
<leo60228> lordcirth: there's active work on formalizing the release process but it's incomplete, see https://nixos.github.io/release-wiki/Home.html for the current docs
<jared-w> It's less that they are nix consultants and more that they are applied research and "high quality engineering" consultants (for lack of a better overall phrase) and happen to use nix as a preferred tool for a lot of their work.
microbY has joined #nixos
<leo60228> the branch-off will be announced a month in advance but i do not believe that there is set schedule for when the branch-off itself is
<microbY> guys, is there a tool that takes systemd.service files and outputs nix compatible systemd definition that I can paste back into configuration.xml ?
akaWolf has joined #nixos
<leo60228> https://github.com/NixOS/nixpkgs/issues/97405 is the main tracking issue for this work, i believe
<{^_^}> #97405 (by jonringer, 21 weeks ago, open): Improvement items for release process
<{^_^}> [nixpkgs] @alyssais opened pull request #111668 → pinball: init at 0.3.20201218 → https://github.com/NixOS/nixpkgs/pull/111668
<leo60228> oh wait, it's documented in the manual
<leo60228> the branch-off is on the first day of the month, the release is the last day
endformationage has joined #nixos
<microbY> Guys, is there a tool that takes systemd.service files and outputs nix compatible systemd definition that I can paste back into configuration.xml ? I am using podman to run containers, and podman can only generate sysytemd files if I want to start the containers on startup....
<microbY> If this is not the proper place to ask, where ?
dnlkrgr has joined #nixos
xps has quit [Ping timeout: 246 seconds]
microby38 has joined #nixos
microbY has quit [Quit: Connection closed]
<microby38> ping
<bqv> microby38: no.
<microby38> deim
<microby38> thanks:)
<bqv> microby38: but service files are ini files
<bqv> So you can read them as such
<microby38> Can I use them for something like systemd.services.myPodManContainer.fromFile = './podman.gave.me.that.service' ?
<{^_^}> [nixpkgs] @apeyroux opened pull request #111669 → masterpdfeditor: 5.6.09 -> 5.7.20 → https://github.com/NixOS/nixpkgs/pull/111669
<{^_^}> [nixpkgs] @dotlambda opened pull request #111670 → openslp: add patch for CVE-2019-5544 → https://github.com/NixOS/nixpkgs/pull/111670
suzikijentleman has joined #nixos
suzikijentleman has quit [Client Quit]
ahmedelgabri has joined #nixos
microby38 has left #nixos [#nixos]
microbY has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #111671 → python3Packages.numpy: 1.19.4 -> 1.20.0 → https://github.com/NixOS/nixpkgs/pull/111671
microbY has quit [Client Quit]
sangoma has quit [Read error: Connection reset by peer]
ahmedelgabri has quit [Ping timeout: 258 seconds]
lsix has quit [Ping timeout: 264 seconds]
lsix has joined #nixos
moet has quit [Quit: leaving]
cole-h has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
Kozova1 has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e7130630d96 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @timokau merged pull request #110577 → tridactyl-native: 1.20.3 -> 1.20.4 → https://github.com/NixOS/nixpkgs/pull/110577
lunik1 has quit [Read error: Connection reset by peer]
ahmedelgabri has joined #nixos
genevino has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111672 → checkinstall: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111672
jonatanb has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @risicle opened pull request #111673 → [20.09] pythonPackages.pillow: add patches for CVE-2020-35654 → https://github.com/NixOS/nixpkgs/pull/111673
nhs has joined #nixos
<tobiasBora> Hello, for some reasons I need to install gedit with plugins in order to demonstrate the "block comment" plugin. Usual distro seems to have it available under gedit-plugins, but can't find anything like that with nix. What is the solution? https://stackoverflow.com/questions/7649626/block-commenting-in-gedit
<tobiasBora> Or maybe it has to do with this comment "Unfortunately, the plugin seems to have been discontinued."?
<jtojnar> tobiasBora: it just is not packaged
jonatanb has quit [Ping timeout: 258 seconds]
<tobiasBora> but it's not the only plugin that is not available anymore. There is also the terminal that is not available anymore (I can just see a non working python plugin)
<jtojnar> we would have to package https://gitlab.gnome.org/GNOME/gedit-plugins
noudle has joined #nixos
<tobiasBora> jtojnar: ok, gedit behing quite popular (at least in universities) I was expecting it to be packaged. Thanks
<tobiasBora> beeing*
dev_mohe has joined #nixos
<jtojnar> it is not in gnome core apps so we did not package it automatically
Qwerky has joined #nixos
<jtojnar> and I guess nobody asked about it before now
<tobiasBora> jtojnar: ahah ok ^^
<jtojnar> it should probably be pretty easy to package if you want to try
kdlv has joined #nixos
<jtojnar> using gedit expression as a starting point
vidbina has quit [Ping timeout: 246 seconds]
ahmedelgabri has joined #nixos
mmohammadi9812 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @mattchrist opened pull request #111674 → retroarch: 1.8.5 -> 1.9.0 → https://github.com/NixOS/nixpkgs/pull/111674
mmohammadi9812 has joined #nixos
meh` has quit [Ping timeout: 240 seconds]
<tobiasBora> jtojnar: hum, sure, I can try. There is just one thing that seems a bit magic: gedit is supposed to be compiled with "meson && ninja && ninja install", but in the derivation, there is nothing like that. Is nix aware of the commands to run as soon as it sees some meson/ninja in the buildInputs?
kdlv is now known as aa47f8
<clever> tobiasBora: packages like ninja can contain a setup hook, which mutates the default phases
<tobiasBora> clever: ok I see, thanks
<clever> nix-build '<nixpkgs>' -A ninja --option min-free 0
<clever> cat result/nix-support/setup-hook
<clever> tobiasBora: this defines a ninjaBuildPhase, and also does `buildPhase=ninjaBuildPhase`
ahmedelgabri has quit [Ping timeout: 264 seconds]
<clever> and meson has the same, mesonConfigurePhase
<clever> so just adding them to the inputs for a drv magically changes how the stdenv behaves
<lucus16> How can I override a haskell package for all haskell.packages.ghc* simultaneously?
<tobiasBora> clever: oh, nice trick to avoid looking at the source. Thanks!
<clever> > ninja.meta.position
<{^_^}> "/var/lib/nixbot/nixpkgs/master/repo/pkgs/development/tools/build-managers/ninja/default.nix:37"
<clever> tobiasBora: this is also handy, to know where the source is
<tobiasBora> clever: O_o
<tobiasBora> > steam-run.meta.position
<{^_^}> "/var/lib/nixbot/nixpkgs/master/repo/pkgs/build-support/trivial-builders.nix:7"
<tobiasBora> god
<clever> that one is via runCommand i believe
<{^_^}> [nixpkgs] @veprbl merged pull request #110605 → qt515.qtwebengine: update darwin patches → https://github.com/NixOS/nixpkgs/pull/110605
<clever> > builtins.unsafeGetAttrPos "steam-run" pkgs
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/top-level/all-packages.nix"; line = 26915; }
<clever> tobiasBora: this will instead say where the steam-run= is, in all-packages.nix
<clever> 25210 steam = steamPackages.steam-fhsenv;
<clever> 25211
<clever> 25212 steam-run = steam.run;
<clever> and if you then go there, youll find this
<clever> 25206 steamPackages = dontRecurseIntoAttrs (callPackage ../games/steam {
<clever> and this
Hail_Spacecake has quit [Ping timeout: 268 seconds]
asheshambasta has quit [Ping timeout: 272 seconds]
xps has joined #nixos
Hail_Spacecake has joined #nixos
<tobiasBora> clever: really nice tricks! Relying on the buggy search of github + grep is quite annoying, this is lovely
<clever> > builtins.unsafeGetAttrPos "run" pkgs.steam
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/games/steam/fhsenv.nix"; line = 292; }
<clever> and knowing that steam-run is just steam.run, you can then ask, where was the run=
<tobiasBora> clever: great! Also, I manage to run this in nix repl '<nixpkgs>', but is it possible to get it non interactively? I tried nix eval --raw -f "<nixpkgs/nixos>" steam-run.meta.position but if fails
<clever> tobiasBora: <nixpkgs/nixos> is the path to nixos, not pkgs
<tobiasBora> oh true
<tobiasBora> thanks
<clever> tobiasBora: also, nix edit -f '<nixpkgs>' steam-run
ahmedelgabri has joined #nixos
<tobiasBora> clever: how many dark commands nix contains??
nuncanada has joined #nixos
<clever> tobiasBora: `nix` will reveal all!
<{^_^}> [nixpkgs] @jtojnar pushed 59 commits to staging: https://git.io/JtE4R
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111652 → boundary: 0.1.4 -> 0.1.5 → https://github.com/NixOS/nixpkgs/pull/111652
<tobiasBora> oh, nix bundle is now officially supported?
proofofkeags has joined #nixos
ahmedelgabri has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111366 → fishnet: init at 2.2.3 → https://github.com/NixOS/nixpkgs/pull/111366
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/410bbd828cd (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Compilador has quit [Quit: Ping timeout (120 seconds)]
naivesheep has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111292 → cinnamon.xviewer: init at 2.8.3 → https://github.com/NixOS/nixpkgs/pull/111292
<{^_^}> [nixpkgs] @jtojnar pushed to master « gnome3.gnome-software: clean up »: https://git.io/JtE4y
civodul has quit [Ping timeout: 272 seconds]
<clever> tobiasBora: oh, thats new
tsrt^ has quit [Ping timeout: 240 seconds]
civodul has joined #nixos
tsrt^ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111638 → python3Packages.cmsis-svd: init at 0.4 → https://github.com/NixOS/nixpkgs/pull/111638
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109414 → galene: init at 0.2 → https://github.com/NixOS/nixpkgs/pull/109414
Qwerky has quit [Remote host closed the connection]
chloekek has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #111650 → autossh: add license → https://github.com/NixOS/nixpkgs/pull/111650
berberman_ has joined #nixos
berberman has quit [Ping timeout: 260 seconds]
berberman_ has quit [Max SendQ exceeded]
berberman has joined #nixos
xelxebar has quit [Ping timeout: 268 seconds]
Qwerky has joined #nixos
xelxebar has joined #nixos
fresheyeball has quit [Ping timeout: 240 seconds]
fresheyeball has joined #nixos
julm has joined #nixos
ninnin[m] has joined #nixos
ninnin[m] has left #nixos [#nixos]
stolyaroleh_ has quit [Quit: Konversation terminated!]
chloekek has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jtojnar pushed to master « Revert "deja-dup: add dconf" »: https://git.io/JtEBz
<tobiasBora> clever: ok, nice! It links to this https://github.com/matthewbauer/nix-bundle or it's a different implementation?
hiro98 has quit [Ping timeout: 246 seconds]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/90cec09c364 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
vrinek has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<clever> tobiasBora: thats the variant ive been using
vrinek has joined #nixos
<Yaniel> how should functions be handled that are only relevant in one module but should be available to people in their configuration.nix?
<Yaniel> as in, where should they be defined/exported
ahmedelgabri has quit [Ping timeout: 258 seconds]
lsix has quit [Ping timeout: 260 seconds]
v0|d has quit [Ping timeout: 258 seconds]
mmohammadi9812 has quit [Ping timeout: 240 seconds]
saschagrunert has quit [Ping timeout: 264 seconds]
noudle has quit []
mmohammadi9812 has joined #nixos
<bqv> #108938
<{^_^}> https://github.com/NixOS/nixpkgs/issues/108938 (by siraben, 3 weeks ago, closed): Deprecate use of stdenv.lib across Nixpkgs
<{^_^}> [mobile-nixos] @samueldr merged pull request #238 → Make the package set a parameter instead of using `<nixpkgs>` everywhere → https://github.com/NixOS/mobile-nixos/pull/238
<evanjs> *comes back to try and upgrade after a while* "A definition for option `services.hoogle.haskellPackages' is not of type `package'"
<evanjs> wait wat
<Yaniel> bqv: was that a reply to me?
<bqv> N
<bqv> O
<bqv> (sorry, premature enter)
<Yaniel> ok
<Yaniel> (I just want to expose the toSPAJSON function for use in configuration.nix and be done with the pipewire upate PR)
<{^_^}> [nixpkgs] @duijf opened pull request #111676 → pythonPackages.markdown2: 2.3.6 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/111676
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JtEE3
aa47f8 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @markuskowa opened pull request #111677 → open-isns: 0.100 -> 0.101 → https://github.com/NixOS/nixpkgs/pull/111677
Qwerky has quit [Remote host closed the connection]
d3od has joined #nixos
fresheyeball has quit [Ping timeout: 264 seconds]
fresheyeball has joined #nixos
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti opened pull request #111678 → Update Haskell package set to Stackage Nightly 2021-02-02 (plus other fixes) → https://github.com/NixOS/nixpkgs/pull/111678
alexherbo2 has quit [Ping timeout: 258 seconds]
fendor has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 pushed to master « galene: Remove stdenv.lib »: https://git.io/JtEuO
<evanjs> *checks master* Oh. well look at that.
jonatanb has joined #nixos
<evanjs> This is one of those times where comprehension is _way_ behind what I'm reading lol. I realized what had happened after seeing that commit
<evanjs> haskellPackages != package haha
nhs has quit [Ping timeout: 240 seconds]
ambro718 has joined #nixos
jonatanb has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
zupo has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/410bbd828cd (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
ambro718 has quit [Quit: Konversation terminated!]
vrinek has quit [Ping timeout: 272 seconds]
dnlkrgr has quit [Ping timeout: 272 seconds]
zupo_ has joined #nixos
dnlkrgr has joined #nixos
zupo has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @chrisportela opened pull request #111680 → Updated pulumi all plugins → https://github.com/NixOS/nixpkgs/pull/111680
litschi has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #111681 → galene: Fix wrong input → https://github.com/NixOS/nixpkgs/pull/111681
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111681 → galene: Fix wrong input → https://github.com/NixOS/nixpkgs/pull/111681
litschi has joined #nixos
<{^_^}> [nixpkgs] @svanderburg closed pull request #110813 → nodePackages: regenerate with node2nix 1.9.0 → https://github.com/NixOS/nixpkgs/pull/110813
lsix has joined #nixos
drakonis has joined #nixos
red[evilred] has joined #nixos
<red[evilred]> So, I'm doing my first fresh install of nixos in a while and just noticed that a fresh "minimal" build appears to have grown substantially.
<red[evilred]> like, it's pulled in half of X11 for no reason I can see
<{^_^}> [nixpkgs] @Fluepke opened pull request #111682 → Add metric_relabel_configs to prometheus scrapeConfig → https://github.com/NixOS/nixpkgs/pull/111682
hiro98 has quit [Remote host closed the connection]
<red[evilred]> anyone got any idea as to how I could determine the cause?
<red[evilred]> (it's still building in /mnt during installation so limited debugging options I guess?)
d3od has quit [Remote host closed the connection]
<red[evilred]> oh, I didn't define environment.systemPackages at all
<red[evilred]> does it default to something huge?
<{^_^}> [nixpkgs] @svanderburg reopened pull request #110813 → nodePackages: regenerate with node2nix 1.9.0 → https://github.com/NixOS/nixpkgs/pull/110813
<{^_^}> [nixpkgs] @flokli merged pull request #111669 → masterpdfeditor: 5.6.09 -> 5.7.20 → https://github.com/NixOS/nixpkgs/pull/111669
thelounge52 has quit [Ping timeout: 240 seconds]
<red[evilred]> without anything in systemPackages, it's 2436 packages
<red[evilred]> seems excessive
jonatanb has joined #nixos
ahmedelgabri has joined #nixos
<red[evilred]> it installs soundtheme-freedesktop, but not vi
<red[evilred]> something is wrong here :-)
<ldlework> DigitalKiwi: when you use thinkorswim, what are you running steam-run against?
<ldlework> oh probably the wierd binary thing
<ldlework> nm got it working
nuncanada has quit [Ping timeout: 256 seconds]
K0kada has joined #nixos
K0kada has quit [Read error: Connection reset by peer]
sangoma has joined #nixos
dnlkrgr has quit [Ping timeout: 265 seconds]
Kozova1 has quit [Quit: Leaving]
dev_mohe has quit [Quit: dev_mohe]
shibboleth has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #111677 → open-isns: 0.100 -> 0.101 → https://github.com/NixOS/nixpkgs/pull/111677
lunik1 has joined #nixos
<{^_^}> [nixos-hardware] @Mic92 merged pull request #226 → Add the Microsoft Surface configuration to flakes.nix → https://github.com/NixOS/nixos-hardware/pull/226
riksteri has quit [Quit: riksteri]
fendor_ has joined #nixos
<j2t> hi, how do you enable hibernation on gnome in nixos?
fendor has quit [Ping timeout: 256 seconds]
seku has joined #nixos
thelounge52 has joined #nixos
fuiltilt has joined #nixos
j2t has quit [Ping timeout: 246 seconds]
thelounge52 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111609 → tmux-mem-cpu-load: init at 3.4.0 → https://github.com/NixOS/nixpkgs/pull/111609
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111664 → terragrunt: 0.27.4 -> 0.28.1 → https://github.com/NixOS/nixpkgs/pull/111664
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111665 → fluxcd: 0.7.5 -> 0.7.6 → https://github.com/NixOS/nixpkgs/pull/111665
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111670 → openslp: add patch for CVE-2019-5544 → https://github.com/NixOS/nixpkgs/pull/111670
j4m3s__ has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
oida has quit [Quit: byez]
oida has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
multun has joined #nixos
jonatanb has quit [Ping timeout: 272 seconds]
thelounge52 has joined #nixos
<{^_^}> [nix] @sternenseemann opened pull request #4514 → Include note about type of catched errors in tryEval documentation → https://github.com/NixOS/nix/pull/4514
<{^_^}> [nixpkgs] @dotlambda pushed to release-20.09 « openslp: add patch for CVE-2019-5544 »: https://git.io/JtEVo
seku has quit [Quit: Connection closed]
kaliumxyz has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault merged pull request #111249 → glusterfs: 8.3 -> 9.0 → https://github.com/NixOS/nixpkgs/pull/111249
charly2 has joined #nixos
charly2 has quit [Client Quit]
philr has joined #nixos
thelounge52 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #111039 → firejail: 0.9.64 -> 0.9.64.2 → https://github.com/NixOS/nixpkgs/pull/111039
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105815 → graalvm-ce-20.2.0 -> 20.3.0 + darwin support. → https://github.com/NixOS/nixpkgs/pull/105815
fendor_ has quit [Read error: Connection reset by peer]
cmk_zzz has joined #nixos
__monty__ has joined #nixos
__monty__ has quit [Client Quit]
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #111684 → zfs: Add test references → https://github.com/NixOS/nixpkgs/pull/111684
ximun has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
aveltras has quit [Quit: Connection closed for inactivity]
marusich has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @humancalico opened pull request #111685 → dotenv-linter: init at 3.0.0 → https://github.com/NixOS/nixpkgs/pull/111685
<colemickens> It seems like Flutter is catching on, too.
<colemickens> (It stinks in that it's "hard", that is, I have no flutter opinions)
<Mic92> ma27[m]: what your ssh host key length?
<Mic92> you used in sops-nix
<ma27[m]> `3401 /etc/ssh/ssh_host_rsa_key`
<colemickens> -rw------- 1 root root 3381 Aug 21 19:31 /etc/ssh/ssh_host_rsa_key
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #111686 → python37Packages.google-*: Update, others → https://github.com/NixOS/nixpkgs/pull/111686
thelounge52 has joined #nixos
<Mic92> ma27[m]: Ok. This might be the common denominator.
<Mic92> ma27[m]: you could check if 4096 works.
<Mic92> oh, just read your commen in the github issue
marusich has joined #nixos
nuncanada has joined #nixos
thelounge52 has quit [Ping timeout: 256 seconds]
<ma27[m]> yeah sorry, gotta catch some sleep now :)
<{^_^}> [nixpkgs] @lechner opened pull request #111687 → wolfssl: 4.5.0 -> 4.6.0 → https://github.com/NixOS/nixpkgs/pull/111687
marusich has quit [Ping timeout: 258 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
Jackneill has quit [Ping timeout: 240 seconds]
domogled has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/90cec09c364 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
hyper_ch2 has quit [Read error: Connection reset by peer]
hyper_ch2 has joined #nixos
gustavderdrache has joined #nixos
erasmas has quit [Quit: leaving]
wnklmnn has quit [Quit: Leaving]
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @Luflosi opened pull request #111689 → glfw: hardwire path to libGL.so.1 the intended way → https://github.com/NixOS/nixpkgs/pull/111689
thelounge52 has joined #nixos
cognemo has joined #nixos
proofofkeags has quit [Remote host closed the connection]
Quick_Wango has quit [Quit: Bye! - http://cubeisland.de]
Quick_Wango has joined #nixos
thelounge52 has quit [Ping timeout: 272 seconds]
nuncanada has quit [Ping timeout: 264 seconds]
jimmiehansson has quit [Remote host closed the connection]
davidv7 has quit [Ping timeout: 240 seconds]
mmohammadi9812 has quit [Ping timeout: 240 seconds]
mmohammadi9812 has joined #nixos
davidv7 has joined #nixos
unkn has joined #nixos
<shapr> tpw_rules: thanks for suggesting https://nixos.wiki/wiki/Accelerated_Video_Playback I can now play steam games and watch streaming video at a reasonable frame rate!
<shapr> For my next question: how do I play physical DVDs with nixos? I've added libdvdcss to my configuration.nix, do I need to do anything else?
orivej has quit [Ping timeout: 246 seconds]
<Yaniel> easiest is probably to just install vlc
<Yaniel> *or* install makemkv and rip them
<Yaniel> likely a good idea to do either way so you have a backup
<samueldr> you're unlikely to need to add libraries to systemPackages, ever
shibboleth has quit [Quit: shibboleth]
<shapr> Yaniel: hadn't heard of makemkv, I'll try that since vlc is giving me trouble.
<Yaniel> note that makemkv is shareware (but atm in beta and there is a free key posted on the forum every month)
<shapr> I expected I'd have to install libdvdcss separately from VLC
simba1 has quit [Ping timeout: 264 seconds]
<Yaniel> pretty sure vlc has it as a dependency
<Yaniel> at least it should (at least optionally)
<Yaniel> and on nixos you never install libraries