remove patches

This commit is contained in:
Luj 2023-11-24 21:37:18 +01:00
parent 36cc2c9ac3
commit 835da479c0
4 changed files with 3 additions and 66 deletions

View file

@ -6,7 +6,7 @@ let
nixpkgs-patched-src = (import inputs.nixpkgs { system = arch; }).applyPatches {
name = "nixpkgs-patches";
src = inputs.nixpkgs;
patches = [ ../patches/bcachefs-systemd-stage-1.patch ];
patches = [ ];
};
in
{