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": {
"lastModified": 1713937475,
"narHash": "sha256-UxXU9tsSXF7c5csEWZf1WYYa1Jy+B3YBsHqw9U2KOtE=",
"lastModified": 1716543011,
"narHash": "sha256-CmmR39fsEJU8K5mq+1GSa4Eiup0TLx/BO9zVzUQAWrc=",
"owner": "juanfont",
"repo": "headscale",
"rev": "fef8261339899fe526777a7aa42df57ca02021c5",
"rev": "51b56ba447b7b2b3a38ee4e80ce9bc6f179f4144",
"type": "github"
},
"original": {
"owner": "juanfont",
"repo": "headscale",
"rev": "fef8261339899fe526777a7aa42df57ca02021c5",
"type": "github"
}
},

View file

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

View file

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