fix: use latest headscale again
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-25 12:59:40 -04:00
parent a44d11d20c
commit ac16dde84e
3 changed files with 3 additions and 8 deletions

View file

@ -652,17 +652,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713937475, "lastModified": 1716543011,
"narHash": "sha256-UxXU9tsSXF7c5csEWZf1WYYa1Jy+B3YBsHqw9U2KOtE=", "narHash": "sha256-CmmR39fsEJU8K5mq+1GSa4Eiup0TLx/BO9zVzUQAWrc=",
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "fef8261339899fe526777a7aa42df57ca02021c5", "rev": "51b56ba447b7b2b3a38ee4e80ce9bc6f179f4144",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "fef8261339899fe526777a7aa42df57ca02021c5",
"type": "github" "type": "github"
} }
}, },

View file

@ -103,7 +103,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
owner = "juanfont"; owner = "juanfont";
repo = "headscale"; repo = "headscale";
rev = "fef8261339899fe526777a7aa42df57ca02021c5";
type = "github"; type = "github";
}; };
home-manager = { home-manager = {

View file

@ -76,9 +76,6 @@ let
headscale = mkDep { headscale = mkDep {
owner = "juanfont"; owner = "juanfont";
repo = "headscale"; repo = "headscale";
# FIXME: doesn't work on latest
rev = "fef8261339899fe526777a7aa42df57ca02021c5";
}; };
caddy-plugins = mkDep { caddy-plugins = mkDep {