From 026ca3c8f3f8aa5f3a3a3688c91d3439726c2572 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 28 Jan 2021 13:22:50 -0500 Subject: nix build -f default.nix, experimental --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 941a217..17ccd5b 100755 --- a/shell.nix +++ b/shell.nix @@ -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 ''; } -- cgit v1.2.3