Simplified flake dependencies

This commit is contained in:
Filippo Berto 2025-09-05 10:27:05 +02:00
parent 2a06e239a9
commit 8384baff6e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 19 additions and 39 deletions

View file

@ -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: