meta: drop deploy-rs
This commit is contained in:
parent
2aeea7be7f
commit
75f3a25d3b
3 changed files with 2 additions and 14 deletions
|
@ -36,15 +36,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
deploy-rs = {
|
||||
url = "gitlab:max/deploy-rs?host=git.privatevoid.net";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-compat.follows = "blank";
|
||||
utils.follows = "repin-flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
{
|
||||
packages = filters.doFilter filters.packages rec {
|
||||
inherit (packages.deploy-rs) deploy-rs;
|
||||
|
||||
nix-super = packages.nix-super.nix;
|
||||
|
||||
agenix = packages.agenix.agenix.override { nix = nix-super; };
|
||||
|
@ -17,4 +15,4 @@
|
|||
hci = packages.hercules-ci-agent.hercules-ci-cli;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
in {
|
||||
tools = with flakePkgs; [
|
||||
agenix
|
||||
deploy-rs
|
||||
dvc
|
||||
graf
|
||||
hci
|
||||
|
@ -70,4 +69,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue