File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 treefmt-nix . url = "github:numtide/treefmt-nix" ;
2121 git-hooks . url = "github:cachix/git-hooks.nix" ;
2222
23- elemental- wine-source = {
24- url = "gitlab:ElementalWarrior /wine?host=gitlab.winehq.org&ref=affinity-photo3-wine9.13-part3 " ;
23+ wine-source = {
24+ url = "gitlab:wine /wine?host=gitlab.winehq.org&ref=wine-11.6 " ;
2525 flake = false ;
2626 } ;
2727
Original file line number Diff line number Diff line change 88 } :
99 let
1010 wineUnstable =
11- (
12- inputs . nixpkgs-wine . legacyPackages . ${ pkgs . stdenv . hostPlatform . system } . wineWow64Packages . full . override
11+ ( inputs . nixpkgs . legacyPackages . ${ pkgs . stdenv . hostPlatform . system } . wineWow64Packages . full . override {
12+ wineRelease = "unstable" ;
13+ } ) . overrideAttrs
1314 {
14- wineRelease = "unstable" ;
15- }
16- ) . overrideAttrs
17- {
18- src = inputs . elemental-wine-source ;
19- version = "9.13-part3" ;
15+ src = inputs . wine-source ;
16+ version = "11.0" ;
2017 } ;
2118
2219 symlink = pkgs . callPackage ./symlink.nix { } ;
You can’t perform that action at this time.
0 commit comments