<ehmry>
I have small project with a Tup build system, and I'm using `nix build other-project#…` to build a test environment inside my working repository
<ehmry>
I need to run `nix develop` to get the tools to drive the build system, but what if the nix registry were locked to the inputs of a flake when inside a dev-shell?
<ehmry>
i imagine this could be done using an environmental variable like NIX_REGISTRY_
* ehmry
fatfingered that last part
<ehmry>
the Tup tool can track changes to environmental variables, so this would get me a more "correct" build
ris has joined #nix-lang
__monty__ has joined #nix-lang
tilpner has quit [Remote host closed the connection]
tilpner has joined #nix-lang
<infinisil>
ehmry: That's more of a #nixos question :)