refactor(flake.lock): add flake-parts as input for other inputs to follow
This commit is contained in:
parent
57a73bbcae
commit
ca26099c9f
2 changed files with 13 additions and 36 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue