diff options
Diffstat (limited to 'lass/1systems/xerxes')
| -rw-r--r-- | lass/1systems/xerxes/config.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix index bf818a9b2..6972567d7 100644 --- a/lass/1systems/xerxes/config.nix +++ b/lass/1systems/xerxes/config.nix @@ -47,7 +47,7 @@      wantedBy = [ "multi-user.target" ];      script = ''        ${pkgs.xboxdrv.overrideAttrs(o: { -        patches = [ (pkgs.fetchurl { +        patches = o.patches ++ [ (pkgs.fetchurl {            url = "https://patch-diff.githubusercontent.com/raw/xboxdrv/xboxdrv/pull/251.patch";            sha256 = "17784y20mxqrlhgvwvszh8lprxrvgmb7ah9dknmbhj5jhkjl8wq5";          }) ]; | 
