diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 18:57:29 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 18:57:29 +0100 |
commit | 4306daa30ad88c83ef2554ce89850cc6714a788f (patch) | |
tree | 6e0c3849938dfbb96b8410a453f83c44ddde7a7c | |
parent | ca9dc0c07dd4970fc8d7d1f45875e8cb0dd357a6 (diff) | |
download | low-puszcza-4306daa30ad88c83ef2554ce89850cc6714a788f.tar.gz low-puszcza-4306daa30ad88c83ef2554ce89850cc6714a788f.zip |
Fix output path
-rw-r--r-- | flake.nix | 3 | ||||
l--------- | result | 1 |
2 files changed, 2 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 ''; }; diff --git a/result b/result new file mode 120000 index 0000000..df849b8 --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/g40qp2vn5x7qv8dsz3avc3dbrz5qdw6n-low-puszcza \ No newline at end of file |