diff options
| author | seth <[email protected]> | 2024-02-09 15:56:07 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-09 15:56:07 -0500 |
| commit | ed19b2e58435bb6db6a10758b025821256b1af1f (patch) | |
| tree | 95d29b21541d2830710602f01cbd88601aac180e /flake.nix | |
| parent | 700fa81dd66cffdf0e8fa5a3e02b76bc7124d33a (diff) | |
rename hm & parts to home-manager & flake-parts
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,7 +9,7 @@ outputs = inputs: let inherit ((import ./modules/flake).flake) flakeModules; in - inputs.parts.lib.mkFlake {inherit inputs;} { + inputs.flake-parts.lib.mkFlake {inherit inputs;} { imports = [ ./lib ./modules @@ -43,7 +43,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - parts = { + flake-parts = { url = "github:hercules-ci/flake-parts"; inputs.nixpkgs-lib.follows = "nixpkgs"; }; @@ -91,7 +91,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - hm = { + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -101,7 +101,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-compat.follows = ""; - flake-parts.follows = "parts"; + flake-parts.follows = "flake-parts"; flake-utils.follows = "pre-commit/flake-utils"; pre-commit-hooks-nix.follows = "pre-commit"; }; @@ -145,7 +145,7 @@ url = "github:getchoo/teawiebot"; inputs = { nixpkgs.follows = "nixpkgs"; - parts.follows = "parts"; + parts.follows = "flake-parts"; pre-commit.follows = "pre-commit"; }; }; |
