Skip to content

Commit

Permalink
use cleanSourceWith
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Jul 16, 2022
1 parent e24651e commit a84fbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
# This overlay adds our project to pkgs
fission =
final.haskell-nix.project' {
# src = pkgs.haskell-nix.haskellLib.cleanGit { name = "fission"; src = ./.; };
src = ./.;
src = pkgs.haskell-nix.haskellLib.cleanSourceWith { name = "fission"; src = ./.; };
compiler-nix-name = "ghc8107";
stack-sha256 = "029kzhvljx3x13ngmb1mvf4ljf75l3ngnj95n3gxmbj7a211xs3c";
materialized = ./nix/materialized;

# NOTE: Currently handling devShells separately from haskell.nix
#
# shell.tools = {
Expand Down

0 comments on commit a84fbdd

Please sign in to comment.