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 --- project.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'project.nix') diff --git a/project.nix b/project.nix index 8acb093..6dbafcd 100755 --- a/project.nix +++ b/project.nix @@ -27,11 +27,7 @@ mkDubDerivation rec { ] ) ]; - shellHook = '' - # nix-build -I nixpkgs= - nix-build - echo "built spine" - ''; + # buildPhase = [ ]; installPhase = '' install -m755 -D spine $out/bin/spine echo "built $out/bin/spine" -- cgit v1.2.3