windows: minimal eval (#437193)

This commit is contained in:
jopejoe1
2025-08-26 18:02:33 +00:00
committed by GitHub
parent 831fd42298
commit 465ab8f097
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -10922,7 +10922,7 @@ with pkgs;
v4l-utils = callPackage ../os-specific/linux/v4l-utils { };
windows = callPackages ../os-specific/windows { };
windows = recurseIntoAttrs (callPackages ../os-specific/windows { });
wpa_supplicant = callPackage ../os-specific/linux/wpa_supplicant { };
-1
View File
@@ -20,7 +20,6 @@
rPackages
roundcubePlugins
sourceHanPackages
windows
;
# Make sure haskell.compiler is included, so alternative GHC versions show up,