diff options
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,12 +3,9 @@ pkgs.mkShell { buildInputs = with pkgs; [ (import ./nix/pkglst/shell-pkgs.nix { inherit pkgs; }) ]; - buildPhase = "nix build -f default.nix"; shellHook = '' - echo "built spine @ ./result/bin/spine" if [[ -e ".envrc" ]]; then source .envrc fi - #nix-instantiate | nix show-derivation | jq ''; } |