maintainers/haskell/dependencies: work around throwing ghcup alias
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Nix script to calculate the Haskell dependencies of every haskellPackage. Used by ./hydra-report.hs.
|
||||
let
|
||||
pkgs = import ../../.. { };
|
||||
pkgs = import ../../.. { config.allowAliases = false; };
|
||||
inherit (pkgs) lib;
|
||||
getDeps =
|
||||
_: pkg:
|
||||
|
||||
Reference in New Issue
Block a user