From ddfd8c800ba2e7b5619b44da0e265609f49e3a3f Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 16 Nov 2023 14:15:15 +0000 Subject: [PATCH] flake stuff --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bddd8bc..f875965 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ mkdir "$out/bin" mkdir -p "$out/nix-support" echo "$propagatedBuildInputs" > "$out/nix-support/propagated-build-inputs" + cp find_vanity.js "$out/bin/" cp update_directory_hashes.sh "$out/bin/update-directory-hashes" ''; };