We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
approachPkgs
1 parent 6ff5d79 commit abefab4Copy full SHA for abefab4
survey/default.nix
@@ -78,6 +78,8 @@ let
78
79
lib = pkgs.lib;
80
81
+ approachPkgs = pkgs;
82
+
83
# Function that tells us if a given entry in a `haskellPackages` package set
84
# is a proper Haskell package (as opposed to some fancy function like
85
# `.override` and the likes).
@@ -1676,7 +1678,7 @@ in
1676
1678
];
1677
1679
1680
inherit normalPkgs;
- approachPkgs = pkgs;
1681
+ inherit approachPkgs;
1682
# Export as `pkgs` our final overridden nixpkgs.
1683
pkgs = pkgsWithStaticHaskellBinaries;
1684
0 commit comments