Flake: update lock file and remove unneeded nixpkgs patches

This commit is contained in:
Toast 2024-12-18 15:47:03 +01:00
parent 49130f062d
commit fe9678388d
3 changed files with 50 additions and 239 deletions

View file

@ -103,9 +103,7 @@
nixpkgs-unstable-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [
./nixpkgs-patches/pr361364.patch
];
patches = [];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs";