aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.nix
diff options
context:
space:
mode:
Diffstat (limited to 'project.nix')
-rwxr-xr-xproject.nix6
1 files changed, 1 insertions, 5 deletions
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=<provide local nix path>
- nix-build
- echo "built spine"
- '';
+ # buildPhase = [ ];
installPhase = ''
install -m755 -D spine $out/bin/spine
echo "built $out/bin/spine"