Flake: add nixpkgs pr

This commit is contained in:
Toast 2025-01-09 09:58:30 +01:00
parent bd0d7e5495
commit c66d7c21da
2 changed files with 34 additions and 1 deletions

View file

@ -108,7 +108,9 @@
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs";
src = nixpkgs-raw;
patches = [];
patches = [
./nixpkgs-patches/fix-endlessh-dns-resolution.patch
];
};
# 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;};