fix(headscale): lock input because of breaking change
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-12 00:48:13 -05:00
parent 2c6ae3dd37
commit 85ef8c8d88
2 changed files with 7 additions and 3 deletions

View file

@ -373,16 +373,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1707502577, "lastModified": 1707460001,
"narHash": "sha256-/UuwuvrYgEKtFMMwhTsQYxtjRE3ugr2Y2KsS4iBb94s=", "narHash": "sha256-K9ULZEAr4mdB6ds/uoAcwLecj+ss2OQvJHKk+P91REA=",
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "c3257e2146304c52e588c6de2fd28bcc0f13b1ad", "rev": "00e7550e760b2d3d759471ff55d2b6e2dc81ad2b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "00e7550e760b2d3d759471ff55d2b6e2dc81ad2b",
"type": "github" "type": "github"
} }
}, },

View file

@ -156,6 +156,9 @@
owner = "juanfont"; owner = "juanfont";
repo = "headscale"; repo = "headscale";
# FIXME: wait for nixpkgs to reach this : https://github.com/juanfont/headscale/commit/94b30abf56ae09d82a1541bbc3d19557914f9b27
rev = "00e7550e760b2d3d759471ff55d2b6e2dc81ad2b";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };