diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 9e576c3..7c9f2e9 100644 --- a/flake.nix +++ b/flake.nix @@ -15,8 +15,7 @@ nativeBuildInputs = [ pkgs.zip pkgs.nur.repos.pn.saait ]; installPhase = '' - mkdir $out - cp -r output $out/ + cp -r output $out ''; }; |