fix(headscale): lock input because of breaking change
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2c6ae3dd37
commit
85ef8c8d88
2 changed files with 7 additions and 3 deletions
|
@ -373,16 +373,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1707502577,
|
||||
"narHash": "sha256-/UuwuvrYgEKtFMMwhTsQYxtjRE3ugr2Y2KsS4iBb94s=",
|
||||
"lastModified": 1707460001,
|
||||
"narHash": "sha256-K9ULZEAr4mdB6ds/uoAcwLecj+ss2OQvJHKk+P91REA=",
|
||||
"owner": "juanfont",
|
||||
"repo": "headscale",
|
||||
"rev": "c3257e2146304c52e588c6de2fd28bcc0f13b1ad",
|
||||
"rev": "00e7550e760b2d3d759471ff55d2b6e2dc81ad2b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "juanfont",
|
||||
"repo": "headscale",
|
||||
"rev": "00e7550e760b2d3d759471ff55d2b6e2dc81ad2b",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
owner = "juanfont";
|
||||
repo = "headscale";
|
||||
|
||||
# FIXME: wait for nixpkgs to reach this : https://github.com/juanfont/headscale/commit/94b30abf56ae09d82a1541bbc3d19557914f9b27
|
||||
rev = "00e7550e760b2d3d759471ff55d2b6e2dc81ad2b";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue