mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-25 02:55:29 +00:00
Use new nix stable (22.05)
This commit is contained in:
parent
59a1a85a2b
commit
5316dd9c27
13
flake.lock
13
flake.lock
@ -17,17 +17,18 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1647536224,
|
"lastModified": 1653733789,
|
||||||
"narHash": "sha256-SUIiz4DhMXgM7i+hvFWmLnhywr1WeRGIz+EIbwQQguM=",
|
"narHash": "sha256-VIYazYCWNvcFNns2XQkHx/mVmCZ3oebZv8W2LS1gLQE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dd8cebebbf0f9352501f251ac37b851d947f92dc",
|
"rev": "d1086907f56c5a6c33c0c2e8dc9f42ef6988294f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"owner": "NixOS",
|
||||||
"ref": "master",
|
"ref": "nixos-22.05",
|
||||||
"type": "indirect"
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
@ -2,10 +2,7 @@
|
|||||||
description = "headscale - Open Source Tailscale Control server";
|
description = "headscale - Open Source Tailscale Control server";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# TODO: Use unstable when Go 1.18 has made it in
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
|
||||||
# https://nixpk.gs/pr-tracker.html?pr=164292
|
|
||||||
# nixpkgs.url = "nixpkgs/nixpkgs-unstable";
|
|
||||||
nixpkgs.url = "nixpkgs/master";
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user