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.
-
1 parent fea02bd commit 71f31ceCopy full SHA for 71f31ce
overlays/bootstrap.nix
@@ -21,7 +21,7 @@ let
21
done
22
23
mkdir -p $out/evalDeps
24
- for P in $($out/bin/${targetPrefix}ghc-pkg list --simple-output | sed 's/-[0-9.]*//g'); do
+ for P in $($out/bin/${targetPrefix}ghc-pkg list --simple-output | sed 's/-[0-9][0-9.]*//g'); do
25
touch $out/evalDeps/$P
26
if id=$($out/bin/${targetPrefix}ghc-pkg field $P id --simple-output); then
27
echo "package-id $id" >> $out/evalDeps/$P
0 commit comments