From 4306daa30ad88c83ef2554ce89850cc6714a788f Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Tue, 19 Jan 2021 18:57:29 +0100 Subject: Fix output path --- flake.nix | 3 +-- result | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 result 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 -- cgit 1.4.1