From 8214a4972ce234e6712b7756f301a36ce496ffae Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 16 Nov 2023 14:10:05 +0000 Subject: [PATCH] flake stuff --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 09cff5a..9a2a5d4 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,9 @@ src = self; propagatedBuildInputs = with pkgs; [kubo jq nodejs-slim]; # TODO: actually fixup the script buildPhase = '' - cp update_directory_hashes.sh "$out" + mkdir "$out" + mkdir "$out/bin" + cp update_directory_hashes.sh "$out/bin/update-directory-hashes" ''; }; };