Skip to content
Snippets Groups Projects
Commit b7498c7a authored by Florian Sesser's avatar Florian Sesser
Browse files

Supply a name to cleanSourceWith to suppress build-time warning:

> trace: WARNING: `cleanSourceWith` called on /nix/store/l74k6l0sw0dfqnykxxa9zazlbxkqdb8n-source without a `name`. Consider adding `name = "l74k6l0sw0dfqnykxxa9zazlbxkqdb8n-source";`
 
I cargo-culted this from https://input-output-hk.github.io/haskell.nix/tutorials/getting-started.html#scaffolding , hoping it does the right thing. 
parent 389a1b57
No related branches found
No related tags found
1 merge request!3Supply a name to cleanSourceWith to suppress build-time warning
Pipeline #5720 failed
......@@ -17,6 +17,8 @@ let
haskellNix.sources.nixpkgs-2111 haskellNix.nixpkgsArgs;
in
pkgs.haskell-nix.project {
src = pkgs.haskell-nix.haskellLib.cleanGit {
name = "LeaseReport";
src = ../.;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment