stuff
This commit is contained in:
parent
4b560281bd
commit
206a5ce766
18
flake.lock
18
flake.lock
|
@ -937,17 +937,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723550937,
|
"lastModified": 1723583256,
|
||||||
"narHash": "sha256-5gEXPy9qIrNi0nPk3D1ctVxh5Ndfrhyu+02R6BIcnHQ=",
|
"narHash": "sha256-EhgdkSGgEFZJsPhlq3tG9LvWBaix/ZoLUeqcAUPDWlk=",
|
||||||
"ref": "refs/heads/master",
|
"owner": "chayleaf",
|
||||||
"rev": "e0f642180056f351fd712f2b4f3149fd9f02367f",
|
"repo": "unbound-rust-mod",
|
||||||
"revCount": 24,
|
"rev": "8a99f2ed1290addee2eabeb5963e6bfc4f825295",
|
||||||
"type": "git",
|
"type": "github"
|
||||||
"url": "https://git.pavluk.org/chayleaf/unbound-rust-mod.git"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "chayleaf",
|
||||||
"url": "https://git.pavluk.org/chayleaf/unbound-rust-mod.git"
|
"repo": "unbound-rust-mod",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"utils": {
|
"utils": {
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
unbound-rust-mod = {
|
unbound-rust-mod = {
|
||||||
url = "git+https://git.pavluk.org/chayleaf/unbound-rust-mod.git";
|
url = "github:chayleaf/unbound-rust-mod";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
flake-compat = {
|
flake-compat = {
|
||||||
|
|
|
@ -112,6 +112,7 @@ in {
|
||||||
"https://git.sr.ht/"
|
"https://git.sr.ht/"
|
||||||
"https://api.github.com/repos/"
|
"https://api.github.com/repos/"
|
||||||
"https://github.com/"
|
"https://github.com/"
|
||||||
|
"https://git.pavluk.org/"
|
||||||
# for nginx CF-Connecting-IP config generation
|
# for nginx CF-Connecting-IP config generation
|
||||||
"https://www.cloudflare.com/ips-v4"
|
"https://www.cloudflare.com/ips-v4"
|
||||||
"https://www.cloudflare.com/ips-v6"
|
"https://www.cloudflare.com/ips-v6"
|
||||||
|
|
Loading…
Reference in a new issue