diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 75 |
1 files changed, 60 insertions, 15 deletions
@@ -90,7 +90,7 @@ }, "crane_2": { "inputs": { - "flake-compat": "flake-compat_2", + "flake-compat": "flake-compat_3", "flake-utils": [ "ragenix", "flake-utils" @@ -166,13 +166,13 @@ }, "effects": { "inputs": { - "flake-parts": [ - "parts" - ], + "flake-parts": "flake-parts", "hercules-ci-agent": [ + "getchoo", "hercules-ci-agent" ], "nixpkgs": [ + "getchoo", "nixpkgs" ] }, @@ -222,6 +222,39 @@ "type": "github" } }, + "flake-compat_3": { + "flake": false, + "locked": { + "lastModified": 1673956053, + "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1688466019, + "narHash": "sha256-VeM2akYrBYMsb4W/MmBo1zmaMfgbL4cH3Pu8PGyIwJ0=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "8e8d955c22df93dbe24f19ea04f47a74adbdc5ec", + "type": "github" + }, + "original": { + "id": "flake-parts", + "type": "indirect" + } + }, "flake-utils": { "inputs": { "systems": "systems" @@ -242,15 +275,9 @@ }, "getchoo": { "inputs": { - "effects": [ - "effects" - ], - "flake-compat": [ - "flake-compat" - ], - "hercules-ci-agent": [ - "hercules-ci-agent" - ], + "effects": "effects", + "flake-compat": "flake-compat_2", + "hercules-ci-agent": "hercules-ci-agent", "nixpkgs": [ "nixpkgs" ], @@ -335,10 +362,12 @@ "hercules-ci-agent": { "inputs": { "flake-parts": [ + "getchoo", "parts" ], "haskell-flake": "haskell-flake", "nixpkgs": [ + "getchoo", "nixpkgs" ] }, @@ -471,6 +500,24 @@ "type": "indirect" } }, + "nixpkgs-lib": { + "locked": { + "dir": "lib", + "lastModified": 1688049487, + "narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9", + "type": "github" + }, + "original": { + "dir": "lib", + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-stable": { "locked": { "lastModified": 1693953029, @@ -605,12 +652,10 @@ "arkenfox": "arkenfox", "darwin": "darwin", "deploy": "deploy", - "effects": "effects", "flake-compat": "flake-compat", "flake-utils": "flake-utils", "getchoo": "getchoo", "guzzle_api": "guzzle_api", - "hercules-ci-agent": "hercules-ci-agent", "hm": "hm", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", |
