fix wine
This commit is contained in:
parent
786ba9a1c9
commit
8f8c4136a2
1 changed files with 5 additions and 0 deletions
|
@ -13,5 +13,10 @@ in
|
|||
winetricks
|
||||
wineWowPackages.staging
|
||||
];
|
||||
nixpkgs.config = {
|
||||
wine = {
|
||||
release = "unstable";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue