From d25ae776582e925924fbd314cea78ffe446d243e Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 23 Sep 2025 11:50:52 +0200 Subject: [PATCH] chore: remove deploy-rs remnants Signed-off-by: Lander Van den Bulcke --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index 5811732..e26acf6 100644 --- a/flake.nix +++ b/flake.nix @@ -70,16 +70,6 @@ ]; 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 rec { # custom pkgs