We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615bfbb commit 406d156Copy full SHA for 406d156
flake.nix
@@ -15,7 +15,7 @@
15
mkShells = packages: builtins.mapAttrs (k: v: v.overrideAttrs(old: {
16
hardeningDisable = [ "all" ];
17
nativeBuildInputs = old.nativeBuildInputs ++ v.devTools;
18
- })) (nixpkgs.lib.removeAttrs packages [ "wineserverHook" "uasm" ]);
+ })) (nixpkgs.lib.removeAttrs packages [ "wineserverHook" "uasm" "uasm-static" ]);
19
in {
20
packages = forAllSystems(pkgs: rec {
21
wineserverHook = pkgs.callPackage ./nix/wineserver-hook.nix { };
0 commit comments