Flake: remove unneeded patch
This commit is contained in:
parent
ac36661d4e
commit
6adbd2d38c
2 changed files with 1 additions and 108 deletions
|
|
@ -100,9 +100,7 @@
|
|||
nixpkgs-unstable-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs-unstable";
|
||||
src = nixpkgs-unstable-raw;
|
||||
patches = [
|
||||
./nixpkgs-patches/update-hhd.patch
|
||||
];
|
||||
patches = [];
|
||||
};
|
||||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue