summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-19 18:57:29 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-19 18:57:29 +0100
commit4306daa30ad88c83ef2554ce89850cc6714a788f (patch)
tree6e0c3849938dfbb96b8410a453f83c44ddde7a7c
parentca9dc0c07dd4970fc8d7d1f45875e8cb0dd357a6 (diff)
downloadlow-puszcza-4306daa30ad88c83ef2554ce89850cc6714a788f.tar.gz
low-puszcza-4306daa30ad88c83ef2554ce89850cc6714a788f.zip
Fix output path
-rw-r--r--flake.nix3
l---------result1
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