fix(headscale): revert to last working commit

This commit is contained in:
matt1432 2024-05-01 10:21:28 -04:00
parent bc4be97591
commit b01190a532
2 changed files with 7 additions and 3 deletions

View file

@ -484,16 +484,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1714207659, "lastModified": 1713937475,
"narHash": "sha256-WvMkLtarhFksY4PIe4wj+6Uk2yDoUnJJRshuHWCe2tI=", "narHash": "sha256-UxXU9tsSXF7c5csEWZf1WYYa1Jy+B3YBsHqw9U2KOtE=",
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "cb0b495ea9b4a6728db84b6da7df4401d31190ae", "rev": "fef8261339899fe526777a7aa42df57ca02021c5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "fef8261339899fe526777a7aa42df57ca02021c5",
"type": "github" "type": "github"
} }
}, },

View file

@ -199,6 +199,9 @@
owner = "juanfont"; owner = "juanfont";
repo = "headscale"; repo = "headscale";
# FIXME: doesn't work on latest
rev = "fef8261339899fe526777a7aa42df57ca02021c5";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };