Flake: backport headscale changes to stable nixpkgs
This commit is contained in:
parent
32b291be20
commit
fdad5d88bb
2 changed files with 1760 additions and 1 deletions
|
|
@ -111,7 +111,9 @@
|
|||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs";
|
||||
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
|
||||
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;};
|
||||
|
|
|
|||
1757
nixpkgs-patches/backport_unstable_headscale_changes.patch
Normal file
1757
nixpkgs-patches/backport_unstable_headscale_changes.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue