Skip to content

Commit 406d156

Browse files
committed
flake: ignore uasm-static in mkShells
1 parent 615bfbb commit 406d156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
mkShells = packages: builtins.mapAttrs (k: v: v.overrideAttrs(old: {
1616
hardeningDisable = [ "all" ];
1717
nativeBuildInputs = old.nativeBuildInputs ++ v.devTools;
18-
})) (nixpkgs.lib.removeAttrs packages [ "wineserverHook" "uasm" ]);
18+
})) (nixpkgs.lib.removeAttrs packages [ "wineserverHook" "uasm" "uasm-static" ]);
1919
in {
2020
packages = forAllSystems(pkgs: rec {
2121
wineserverHook = pkgs.callPackage ./nix/wineserver-hook.nix { };

0 commit comments

Comments
 (0)