Revert "Flake: backport headscale changes to stable nixpkgs"
This reverts commit fdad5d88bb.
This commit is contained in:
parent
5c8044283a
commit
fc51305ad6
2 changed files with 1 additions and 1760 deletions
|
|
@ -105,9 +105,7 @@
|
|||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||
name = "patched-nixpkgs";
|
||||
src = nixpkgs-raw;
|
||||
patches = [
|
||||
./nixpkgs-patches/backport_unstable_headscale_changes.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.self;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue