Skip to content

Commit

Permalink
#3076 nix: use ./src as source path after CMakeLists.txt moved
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Aug 7, 2024
1 parent ec02625 commit 475afeb
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 = ./.; name = "qownnotes"; };
src = builtins.path { path = ./src; name = "qownnotes"; };

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 475afeb

Please sign in to comment.