chore: remove deploy-rs remnants
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
f8246b014a
commit
d25ae77658
1 changed files with 0 additions and 10 deletions
10
flake.nix
10
flake.nix
|
|
@ -70,16 +70,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
forAllSystems = nixpkgs.lib.genAttrs systems;
|
forAllSystems = nixpkgs.lib.genAttrs systems;
|
||||||
|
|
||||||
deploy-rs = inputs.deploy-rs // {
|
|
||||||
packages = forAllSystems (
|
|
||||||
system:
|
|
||||||
(inputs.deploy-rs.packages.${system} or { })
|
|
||||||
// {
|
|
||||||
default = nixpkgs.legacyPackages.${system}.deploy-rs;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
# custom pkgs
|
# custom pkgs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue