formatting goes brrr

This commit is contained in:
LavaDesu 2021-07-15 19:57:49 +07:00
parent 4e8e8f0fed
commit 0f37f09199
Signed by: cilly
GPG key ID: 6500251E087653C9
17 changed files with 110 additions and 110 deletions

View file

@ -1,9 +1,8 @@
{
buildLinux,
callPackage,
kernelPatches,
lib,
...
{ buildLinux
, callPackage
, kernelPatches
, lib
, ...
} @ args:
let

View file

@ -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";