diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 50 |
1 files changed, 25 insertions, 25 deletions
@@ -194,6 +194,26 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1706830856, + "narHash": "sha256-a0NYyp+h9hlb7ddVz4LUn1vT/PLwqfrWYcHMvFB1xYg=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "b253292d9c0a5ead9bc98c4e9a26c6312e27d69f", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "flake-root": { "locked": { "lastModified": 1692742795, @@ -269,7 +289,7 @@ "type": "github" } }, - "hm": { + "home-manager": { "inputs": { "nixpkgs": [ "nixpkgs" @@ -294,7 +314,7 @@ "crane": "crane", "flake-compat": [], "flake-parts": [ - "parts" + "flake-parts" ], "flake-utils": [ "pre-commit", @@ -469,26 +489,6 @@ "type": "github" } }, - "parts": { - "inputs": { - "nixpkgs-lib": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1706830856, - "narHash": "sha256-a0NYyp+h9hlb7ddVz4LUn1vT/PLwqfrWYcHMvFB1xYg=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "b253292d9c0a5ead9bc98c4e9a26c6312e27d69f", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "pre-commit": { "inputs": { "flake-compat": "flake-compat", @@ -538,8 +538,9 @@ "darwin": "darwin", "deploy": "deploy", "firefox-addons": "firefox-addons", + "flake-parts": "flake-parts", "getchvim": "getchvim", - "hm": "hm", + "home-manager": "home-manager", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", @@ -548,7 +549,6 @@ "nixpkgs-stable": "nixpkgs-stable", "nu-scripts": "nu-scripts", "openwrt-imagebuilder": "openwrt-imagebuilder", - "parts": "parts", "pre-commit": "pre-commit", "teawiebot": "teawiebot", "terranix": "terranix" @@ -635,7 +635,7 @@ "nixpkgs" ], "parts": [ - "parts" + "flake-parts" ], "pre-commit": [ "pre-commit" |
