fix(headscale): revert to last working commit
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-04-28 21:32:15 -04:00
parent b32b4b80b7
commit f0437b5236
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";
}; };