Skip to content

Commit

Permalink
Exported the variable 'compiler-nix-name' in Nix to use it in other p…
Browse files Browse the repository at this point in the history
…rojects such as plutus-starter (#3337)
  • Loading branch information
koslambrou committed Jun 10, 2021
1 parent 71f3c54 commit 6e09b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/pkgs/default.nix
Expand Up @@ -10,7 +10,7 @@ let

gitignore-nix = pkgs.callPackage sources."gitignore.nix" { };

# { index-state, project, projectPackages, packages, extraPackages }
# { index-state, compiler-nix-name, project, projectPackages, packages, extraPackages }
haskell = pkgs.callPackage ./haskell {
inherit gitignore-nix sources;
inherit agdaWithStdlib checkMaterialization enableHaskellProfiling;
Expand Down
2 changes: 1 addition & 1 deletion nix/pkgs/haskell/default.nix
Expand Up @@ -60,6 +60,6 @@ let

in
rec {
inherit index-state project projectAllHaddock projectPackages projectPackagesAllHaddock packages;
inherit index-state compiler-nix-name project projectAllHaddock projectPackages projectPackagesAllHaddock packages;
inherit extraPackages;
}

0 comments on commit 6e09b7e

Please sign in to comment.