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