Skip to content

Commit

Permalink
flake: reduce inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed May 15, 2023
1 parent 0b4849e commit b316e67
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 207 deletions.
237 changes: 31 additions & 206 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,26 @@
url = "github:t184256/nix-on-droid";
inputs.home-manager.follows = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nix-formatter-pack.follows = "nix-formatter-pack";
inputs.nmd.follows = "nix-formatter-pack/nmd";
};

cachix-deploy-flake.url = "github:cachix/cachix-deploy-flake";
cachix-deploy-flake = {
url = "github:cachix/cachix-deploy-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};

agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
inputs.darwin.follows = "cachix-deploy-flake/darwin";
};
agenix-cli = {
url = "github:cole-h/agenix-cli";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "home-manager/utils";
};
homeage = {
url = "github:jordanisaacs/homeage";
Expand Down Expand Up @@ -58,6 +67,7 @@
nixGL = {
url = "github:guibou/nixGL";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "home-manager/utils";
};

nix-index-database = {
Expand Down

0 comments on commit b316e67

Please sign in to comment.