refactor(flake.lock): add flake-parts as input for other inputs to follow

This commit is contained in:
Mohammad Rafiq 2025-05-07 14:37:08 +08:00
parent 57a73bbcae
commit ca26099c9f
No known key found for this signature in database
2 changed files with 13 additions and 36 deletions

View file

@ -47,6 +47,9 @@
inputs.systems.follows = "systems";
url = "github:numtide/flake-utils";
};
flake-parts = {
url = "github:hercules-ci/flake-parts";
};
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
@ -65,6 +68,7 @@
};
nix-gaming = {
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
url = "github:fufexan/nix-gaming";
};
nvf = {
@ -72,6 +76,7 @@
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
flake-parts.follows = "flake-parts";
};
url = "github:NotAShelf/nvf";
};