diff --git a/flake.lock b/flake.lock index d1d1304..6b995c3 100644 --- a/flake.lock +++ b/flake.lock @@ -72,23 +72,6 @@ "type": "indirect" } }, - "flake-parts_3": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib_3" - }, - "locked": { - "lastModified": 1701473968, - "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", - "type": "github" - }, - "original": { - "id": "flake-parts", - "type": "indirect" - } - }, "flake-utils": { "inputs": { "systems": "systems" @@ -149,7 +132,9 @@ }, "kpt": { "inputs": { - "flake-parts": "flake-parts_2", + "flake-parts": [ + "flake-parts" + ], "kpt": "kpt_2", "nixpkgs": [ "nixpkgs" @@ -311,24 +296,6 @@ "type": "github" } }, - "nixpkgs-lib_3": { - "locked": { - "dir": "lib", - "lastModified": 1701253981, - "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", - "type": "github" - }, - "original": { - "dir": "lib", - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-regression": { "locked": { "lastModified": 1643052045, @@ -379,7 +346,7 @@ }, "octopilot": { "inputs": { - "flake-parts": "flake-parts_3", + "flake-parts": "flake-parts_2", "nixpkgs": [ "nixpkgs" ] diff --git a/flake.nix b/flake.nix index 3616ede..97ee82e 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ kpt = { url = "path:kpt"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-parts.follows = "flake-parts"; }; octopilot = { @@ -64,7 +65,7 @@ ```sh echo .devenv >> .gitignore - echo .pre-commit-hook.yaml >> .gitignore + echo .pre-commit-config.yaml >> .gitignore ``` ''; }; @@ -77,7 +78,7 @@ ```sh echo .devenv >> .gitignore - echo .pre-commit-hook.yaml >> .gitignore + echo .pre-commit-config.yaml >> .gitignore echo '**/secret*.yaml' >> .gitignore ``` '';