Flake: update lock file and remove unneeded nixpkgs patches
This commit is contained in:
parent
49130f062d
commit
fe9678388d
3 changed files with 50 additions and 239 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue