From c4089574242a027db1655f0ee15eac9953fe9993 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 25 Feb 2021 10:36:43 -0500 Subject: cleaning --- shell.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index c2e52a6..445e0b1 100755 --- a/shell.nix +++ b/shell.nix @@ -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 ''; } -- cgit v1.2.3