flake: reorganize common follows
This commit is contained in:
parent
3843d742b5
commit
98ec1ada97
1 changed files with 33 additions and 43 deletions
76
flake.nix
76
flake.nix
|
@ -34,57 +34,47 @@
|
||||||
nixvim.url = "github:nix-community/nixvim";
|
nixvim.url = "github:nix-community/nixvim";
|
||||||
|
|
||||||
### Cleanup ###
|
### Cleanup ###
|
||||||
## Follow nixpkgs
|
## Common
|
||||||
|
blank.url = "github:divnix/blank";
|
||||||
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
||||||
|
systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
|
## Follow common
|
||||||
|
agenix.inputs.darwin.follows = "blank";
|
||||||
|
agenix.inputs.home-manager.follows = "home-manager";
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
agenix.inputs.systems.follows = "systems";
|
||||||
|
devshell.inputs.flake-utils.follows = "flake-utils";
|
||||||
devshell.inputs.nixpkgs.follows = "nixpkgs";
|
devshell.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
nix-minecraft.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
universe-cli.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
## Blank out
|
|
||||||
blank.url = "github:divnix/blank";
|
|
||||||
agenix.inputs.darwin.follows = "blank";
|
|
||||||
nix-minecraft.inputs.flake-compat.follows = "blank";
|
|
||||||
nixos-wsl.inputs.flake-compat.follows = "blank";
|
|
||||||
nixvim.inputs.flake-compat.follows = "blank";
|
|
||||||
nixvim.inputs.nix-darwin.follows = "blank";
|
|
||||||
|
|
||||||
## Follow flake-utils
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
|
||||||
devshell.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
nix-minecraft.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
nixos-wsl.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
rust-overlay.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
universe-cli.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
|
|
||||||
## Follow systems
|
|
||||||
systems.url = "github:nix-systems/default";
|
|
||||||
agenix.inputs.systems.follows = "systems";
|
|
||||||
flake-utils.inputs.systems.follows = "systems";
|
flake-utils.inputs.systems.follows = "systems";
|
||||||
universe-cli.inputs.systems.follows = "systems";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
nix-minecraft.inputs.flake-compat.follows = "blank";
|
||||||
## Misc
|
nix-minecraft.inputs.flake-utils.follows = "flake-utils";
|
||||||
agenix.inputs.home-manager.follows = "home-manager";
|
nix-minecraft.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
nixos-wsl.inputs.flake-compat.follows = "blank";
|
||||||
|
nixos-wsl.inputs.flake-utils.follows = "flake-utils";
|
||||||
|
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
nixvim.inputs.devshell.follows = "devshell";
|
||||||
|
nixvim.inputs.flake-compat.follows = "blank";
|
||||||
nixvim.inputs.flake-parts.follows = "flake-parts";
|
nixvim.inputs.flake-parts.follows = "flake-parts";
|
||||||
nixvim.inputs.home-manager.follows = "home-manager";
|
nixvim.inputs.home-manager.follows = "home-manager";
|
||||||
nixvim.inputs.devshell.follows = "devshell";
|
nixvim.inputs.nix-darwin.follows = "blank";
|
||||||
|
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixvim.inputs.pre-commit-hooks.follows = "pre-commit-hooks";
|
nixvim.inputs.pre-commit-hooks.follows = "pre-commit-hooks";
|
||||||
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
pre-commit-hooks.inputs.flake-compat.follows = "blank";
|
||||||
pre-commit-hooks.inputs = {
|
pre-commit-hooks.inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||||
flake-compat.follows = "blank";
|
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixpkgs.follows = "nixpkgs";
|
rust-overlay.inputs.flake-utils.follows = "flake-utils";
|
||||||
nixpkgs-stable.follows = "nixpkgs";
|
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
universe-cli.inputs.devshell.follows = "devshell";
|
||||||
universe-cli.inputs = {
|
universe-cli.inputs.flake-parts.follows = "flake-parts";
|
||||||
devshell.follows = "devshell";
|
universe-cli.inputs.flake-utils.follows = "flake-utils";
|
||||||
flake-parts.follows = "flake-parts";
|
universe-cli.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
rust-overlay.follows = "rust-overlay";
|
universe-cli.inputs.rust-overlay.follows = "rust-overlay";
|
||||||
};
|
universe-cli.inputs.systems.follows = "systems";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ flake-parts, nixpkgs, private, ... }: flake-parts.lib.mkFlake { inherit inputs; } ({ self, lib, ... }: {
|
outputs = inputs@{ flake-parts, nixpkgs, private, ... }: flake-parts.lib.mkFlake { inherit inputs; } ({ self, lib, ... }: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue