maintainers/haskell/dependencies: work around throwing ghcup alias

This commit is contained in:
sternenseemann
2026-03-07 22:34:53 +01:00
parent 2b8a2958af
commit 72ee4fc7f9
+1 -1
View File
@@ -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: