remove patches

This commit is contained in:
Luj 2023-11-24 21:37:18 +01:00
parent 211ddd0761
commit 8c77040001
Signed by: luj
GPG key ID: 6FC74C847011FD83
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
{