Flake: remove unneeded nixpkgs patch
This commit is contained in:
parent
77edacc9d4
commit
2f970835b2
2 changed files with 1 additions and 34 deletions
|
|
@ -105,9 +105,7 @@
|
|||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs";
|
||||
src = nixpkgs-raw;
|
||||
patches = [
|
||||
./nixpkgs-patches/fix-endlessh-dns-resolution.patch
|
||||
];
|
||||
patches = [];
|
||||
};
|
||||
# https://discourse.nixos.org/t/proper-way-of-applying-patch-to-system-managed-via-flake/21073/26
|
||||
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.nixpkgs-unstable-raw;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue