Flake: remove unneeded patches

This commit is contained in:
Toast 2025-04-03 18:37:03 +02:00
parent f7a528a94f
commit 630e634cd2
3 changed files with 0 additions and 44 deletions

View file

@ -99,18 +99,12 @@
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [
./nixpkgs-patches/kinfocenter-preserve-argv0.patch
./nixpkgs-patches/pr390197.patch
];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs";
src = nixpkgs-raw;
patches = [
(nixpkgs-raw.legacyPackages.x86_64-linux.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/370713.patch";
hash = "sha256-gZPP99e42XdYrQz9wWHpS0ChRhK7m9Yitmy7UT5OxiM=";
})
];
};
# https://discourse.nixos.org/t/proper-way-of-applying-patch-to-system-managed-via-flake/21073/26