Flake: backport headscale changes to stable nixpkgs

This commit is contained in:
Toast 2024-11-05 19:22:35 +01:00
parent 32b291be20
commit fdad5d88bb
2 changed files with 1760 additions and 1 deletions

View file

@ -111,7 +111,9 @@
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches { nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs"; name = "patched-nixpkgs";
src = nixpkgs-raw; src = nixpkgs-raw;
patches = []; patches = [
./nixpkgs-patches/backport_unstable_headscale_changes.patch
];
}; };
# https://discourse.nixos.org/t/proper-way-of-applying-patch-to-system-managed-via-flake/21073/26 # 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.self;}; nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;};

File diff suppressed because it is too large Load diff