refactoring
This commit is contained in:
parent
88fe4f636b
commit
83f072dac2
2 changed files with 2 additions and 4 deletions
|
@ -151,8 +151,6 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
pkgs-stable = inputs.nixpkgs-stable.legacyPackages.x86_64-linux;
|
|
||||||
|
|
||||||
nixosModules = genAttrs (map nameOf (listFilesRecursive ./modules/system)) (
|
nixosModules = genAttrs (map nameOf (listFilesRecursive ./modules/system)) (
|
||||||
name: import ./modules/system/${name}.nix
|
name: import ./modules/system/${name}.nix
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
nix-config,
|
nix-config,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
nixpkgs,
|
pkgs-stable,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
wineWowPackages.stagingFull = nix-config.pkgs-stable.wineWowPackages.stagingFull.overrideAttrs
|
wineWowPackages.stagingFull = pkgs-stable.wineWowPackages.stagingFull.overrideAttrs
|
||||||
(old: {
|
(old: {
|
||||||
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
|
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
|
||||||
waylandSupport = true;
|
waylandSupport = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue