Skip to content

Commit

Permalink
#3076 nix: use root path to use the cmake folder
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Aug 6, 2024
1 parent 620445a commit 3155c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in
stdenv.mkDerivation {
inherit pname appname version;

src = builtins.path { path = ./src; name = "qownnotes"; };
src = builtins.path { path = ./.; name = "qownnotes"; };

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 3155c51

Please sign in to comment.