Simplified flake dependencies
This commit is contained in:
parent
2a06e239a9
commit
8384baff6e
2 changed files with 19 additions and 39 deletions
15
flake.nix
15
flake.nix
|
|
@ -11,17 +11,26 @@
|
|||
# agenix.url = "github:ryantm/agenix";
|
||||
ragenix = { url = "github:yaxitech/ragenix"; inputs.nixpkgs.follows = "nixpkgs"; };
|
||||
deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; };
|
||||
nix-rice.url = "github:bertof/nix-rice/modules";
|
||||
nix-rice = {
|
||||
url = "github:bertof/nix-rice/modules";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-generators = { url = "github:nix-community/nixos-generators"; inputs.nixpkgs.follows = "nixpkgs"; };
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
|
||||
systems.url = "github:nix-systems/default";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
git-hooks.url = "github:cachix/git-hooks.nix";
|
||||
git-hooks = {
|
||||
url = "github:cachix/git-hooks.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# agenix-shell.url = "github:aciceri/agenix-shell"; # TODO
|
||||
# agenix-rekey.url = "github:oddlama/agenix-rekey"; # TODO
|
||||
# emanote.url = "github:srid/emanote";
|
||||
cute-api.url = "git+ssh://git@gitlab.com/bertof/cute-api.git?ref=main";
|
||||
cute-api = {
|
||||
url = "git+ssh://git@gitlab.com/bertof/cute-api.git?ref=main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue