remove repl-flake

This commit is contained in:
notgne2 2024-10-28 00:40:03 -07:00
parent 2fbfde8937
commit 42d3c40eaf
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE
2 changed files with 3 additions and 5 deletions

View File

@ -42,9 +42,7 @@ all: {
settings = { settings = {
trusted-users = ["root" "builder" "@wheel"]; trusted-users = ["root" "builder" "@wheel"];
builders-use-substitutes = true; builders-use-substitutes = true;
experimental-features = ["nix-command" "flakes" "repl-flake"]; experimental-features = ["nix-command" "flakes"];
keep-outputs = true;
keep-derivations = true;
}; };
}; };

View File

@ -36,7 +36,7 @@ in {
}; };
home.packages = let home.packages = let
newwine = pkgs.winePackages.full.override { newwine = pkgs.winePackages.waylandFull.override {
wineBuild = "wineWow"; wineBuild = "wineWow";
wineRelease = "staging"; wineRelease = "staging";
}; };
@ -49,7 +49,7 @@ in {
''; '';
}); });
oldwine = pkgs.wineWowPackages.full; oldwine = pkgs.wineWowPackages.waylandFull;
oldwinetricks = pkgs.winetricks.overrideAttrs (old: rec { oldwinetricks = pkgs.winetricks.overrideAttrs (old: rec {
pathAdd = "${oldwine}/bin:" + old.pathAdd; pathAdd = "${oldwine}/bin:" + old.pathAdd;
postInstall = '' postInstall = ''