init_6 has quit [Remote host closed the connection]
tilpner has quit [Quit: WeeChat 2.3]
tilpner has joined #nixos-dev
tilpner has quit [Quit: WeeChat 2.3]
tilpner has joined #nixos-dev
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-dev
JosW has joined #nixos-dev
aszlig has quit [Quit: Kerneling down for reboot NOW.]
aszlig has joined #nixos-dev
drakonis has joined #nixos-dev
<simpson>
ofborg question: On https://github.com/NixOS/nixpkgs/pull/55182 ofborg doesn't think that there's anything to do or check. How can I make this better? At a minimum it would tell me whether `pypyPackages.mock` is broken.
<{^_^}>
#55182 (by MostAwesomeDude, 6 days ago, open): Unbreak many PyPy packages
<ekleog>
simpson: you can do `@GrahamcOfBorg build pypyPackages.mock`
JosW has quit [Ping timeout: 252 seconds]
asymmetric has joined #nixos-dev
asymmetric has quit [Remote host closed the connection]
asymmetric has joined #nixos-dev
JosW has joined #nixos-dev
<gchristensen>
I've found a bit of an annoying problem with nix's --check result, which is it creates `storepath.check` directories -- they're not actually store paths, though, and they're not in the store path DB -- they're just there until they're GC'd away.
<gchristensen>
I was sort of thinking I'd create a .nar for them, but I doubt I can since they're not registered. is there a nice way to make a reproducible tar? I'm assuming it is annoying, if we went ahead and invented .nars