Skip to content

Commit

Permalink
git?
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Oct 18, 2020
1 parent 43e4f1a commit 9bdc463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs.nix
Expand Up @@ -4,7 +4,7 @@ pkgs: _: with pkgs;
compiler = config.haskellNix.compiler or "ghc865";
in {
cardanoDbSyncHaskellPackages = callPackage ./haskell.nix {
inherit compiler gitrev;
inherit compiler git;
};

# Grab the executable component of our package.
Expand Down

0 comments on commit 9bdc463

Please sign in to comment.