formatting goes brrr
This commit is contained in:
parent
4e8e8f0fed
commit
0f37f09199
17 changed files with 110 additions and 110 deletions
|
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
getPaths,
|
||||
winePackages,
|
||||
wineUnstable,
|
||||
wineStaging,
|
||||
...
|
||||
{ getPaths
|
||||
, winePackages
|
||||
, wineUnstable
|
||||
, wineStaging
|
||||
, ...
|
||||
}:
|
||||
# TODO: Use winePackages.callPackage
|
||||
(wineStaging.overrideDerivation(o: {
|
||||
patches = (o.patches or []) ++ getPaths ./patches;
|
||||
(wineStaging.overrideDerivation (old: {
|
||||
patches = (old.patches or []) ++ getPaths ./patches;
|
||||
})).override {
|
||||
wineRelease = "staging";
|
||||
wineBuild = "wineWow";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue