Flake: remove unneeded nixpkgs patch

This commit is contained in:
Toast 2025-01-18 00:27:52 +01:00
parent 77edacc9d4
commit 2f970835b2
2 changed files with 1 additions and 34 deletions

View file

@ -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;};