Skip to content
Snippets Groups Projects
Commit 4e2205ad authored by MERCIER Michael's avatar MERCIER Michael
Browse files

[nix] fix path of src

parent 068ef5aa
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ with kapack; ...@@ -8,7 +8,7 @@ with kapack;
(batsched_dev.override {}).overrideAttrs (attrs: rec { (batsched_dev.override {}).overrideAttrs (attrs: rec {
name = "batsched-1.4.0-nix-local"; name = "batsched-1.4.0-nix-local";
src = ../.; src = ./.;
enableParallelBuilding = true; enableParallelBuilding = true;
doCheck = false; doCheck = false;
dontStrip = true; dontStrip = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment