From cfc871cce6aefaa0ff64619780a807cba761c6b2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Jan 2023 12:20:23 +0100 Subject: ... --- flake.lock | 113 +++++++++++++++++++++++++------------------------------------ 1 file changed, 46 insertions(+), 67 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index a120770d..76b91fd8 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,33 @@ { "nodes": { + "ca-util": { + "inputs": { + "leapseconds": "leapseconds", + "mach-nix": [ + "mach-nix" + ], + "nixpkgs": [ + "nixpkgs" + ], + "pypi-deps-db": [ + "pypi-deps-db" + ] + }, + "locked": { + "lastModified": 1674031436, + "narHash": "sha256-4+vtkiFvRbs9NEmdQGHJaYpFrH8AbzBYH4U8XU3peMk=", + "owner": "gkleen", + "repo": "ca", + "rev": "2b4abef8f9d02de60be4bcfdfe8be8e5b15127aa", + "type": "gitlab" + }, + "original": { + "owner": "gkleen", + "ref": "v2.0.1", + "repo": "ca", + "type": "gitlab" + } + }, "deploy-rs": { "inputs": { "flake-compat": [ @@ -8,7 +36,9 @@ "nixpkgs": [ "nixpkgs" ], - "utils": "utils" + "utils": [ + "flake-utils" + ] }, "locked": { "lastModified": 1672327199, @@ -43,21 +73,6 @@ } }, "flake-utils": { - "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", @@ -68,6 +83,7 @@ }, "original": { "owner": "numtide", + "ref": "master", "repo": "flake-utils", "type": "github" } @@ -77,7 +93,9 @@ "nixpkgs": [ "nixpkgs" ], - "utils": "utils_2" + "utils": [ + "flake-utils" + ] }, "locked": { "lastModified": 1673654363, @@ -108,7 +126,9 @@ }, "mach-nix": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" ], @@ -184,28 +204,14 @@ "type": "github" } }, - "nixpkgs-stable_2": { - "locked": { - "lastModified": 1673100377, - "narHash": "sha256-mT76pTd0YFxT6CwtPhDgHJhuIgLY+ZLSMiQpBufwMG4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "9f11a2df77cb945c115ae2a65f53f38121597d73", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "release-22.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nvfetcher": { "inputs": { "flake-compat": [ "flake-compat" ], - "flake-utils": "flake-utils_2", + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" ] @@ -243,10 +249,11 @@ }, "root": { "inputs": { + "ca-util": "ca-util", "deploy-rs": "deploy-rs", "flake-compat": "flake-compat", + "flake-utils": "flake-utils", "home-manager": "home-manager", - "leapseconds": "leapseconds", "mach-nix": "mach-nix", "nix-index-database": "nix-index-database", "nixpkgs": "nixpkgs", @@ -261,7 +268,9 @@ "nixpkgs": [ "nixpkgs" ], - "nixpkgs-stable": "nixpkgs-stable_2" + "nixpkgs-stable": [ + "nixpkgs-stable" + ] }, "locked": { "lastModified": 1673481602, @@ -277,36 +286,6 @@ "repo": "sops-nix", "type": "github" } - }, - "utils": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "utils_2": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } } }, "root": "root", -- cgit v1.2.3