diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-01-09 16:03:21 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-01-09 16:03:21 +0100 |
| commit | 1799569ff0a86acb19e268f9b32de488716a4303 (patch) | |
| tree | b27cfe4c7040bf3015c4bcd4207cd03b90e0ad09 /flake.lock | |
| parent | a20ca17ece0f463bf62673c332d2f247b96faf39 (diff) | |
finish tailnet with radicale
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 38 insertions, 1 deletions
@@ -36,6 +36,27 @@ "type": "github" } }, + "dns": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1635273082, + "narHash": "sha256-EHiDP2jEa7Ai5ZwIf5uld9RVFcV77+2SUxjQXwJsJa0=", + "owner": "kirelagin", + "repo": "dns.nix", + "rev": "c7b9645da9c0ddce4f9de4ef27ec01bb8108039a", + "type": "github" + }, + "original": { + "owner": "kirelagin", + "repo": "dns.nix", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -127,6 +148,21 @@ } }, "flake-utils": { + "locked": { + "lastModified": 1614513358, + "narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5466c5bbece17adaab2d82fae80b46e807611bf3", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { "inputs": { "systems": "systems" }, @@ -188,7 +224,7 @@ }, "neovim-flake": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "nixpkgs": [ "neovim-nightly-overlay", "nixpkgs" @@ -360,6 +396,7 @@ "root": { "inputs": { "deploy-rs": "deploy-rs", + "dns": "dns", "home-manager": "home-manager", "neovim-nightly-overlay": "neovim-nightly-overlay", "nixpkgs": "nixpkgs_3", |
