From ed19b2e58435bb6db6a10758b025821256b1af1f Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 9 Feb 2024 15:56:07 -0500 Subject: rename hm & parts to home-manager & flake-parts --- flake.lock | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index c78f7b8..fe0c088 100644 --- a/flake.lock +++ b/flake.lock @@ -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" -- cgit v1.2.3