nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 6 lines 99 B view raw
1appendToVar prePhases moveBuildDir 2 3moveBuildDir() { 4 mkdir -p $out/.build 5 cd $out/.build 6}