From b01190a532fbee23723446d196379ff6a704c2b5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 May 2024 10:21:28 -0400 Subject: [PATCH] fix(headscale): revert to last working commit --- flake.lock | 7 ++++--- flake.nix | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 9d473ac..210d7a6 100644 --- a/flake.lock +++ b/flake.lock @@ -484,16 +484,17 @@ ] }, "locked": { - "lastModified": 1714207659, - "narHash": "sha256-WvMkLtarhFksY4PIe4wj+6Uk2yDoUnJJRshuHWCe2tI=", + "lastModified": 1713937475, + "narHash": "sha256-UxXU9tsSXF7c5csEWZf1WYYa1Jy+B3YBsHqw9U2KOtE=", "owner": "juanfont", "repo": "headscale", - "rev": "cb0b495ea9b4a6728db84b6da7df4401d31190ae", + "rev": "fef8261339899fe526777a7aa42df57ca02021c5", "type": "github" }, "original": { "owner": "juanfont", "repo": "headscale", + "rev": "fef8261339899fe526777a7aa42df57ca02021c5", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 59b0271..8f5a094 100644 --- a/flake.nix +++ b/flake.nix @@ -199,6 +199,9 @@ owner = "juanfont"; repo = "headscale"; + # FIXME: doesn't work on latest + rev = "fef8261339899fe526777a7aa42df57ca02021c5"; + inputs.nixpkgs.follows = "nixpkgs"; };