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