Removed old deploy script

This commit is contained in:
Tim Schubert 2021-12-11 23:35:11 +01:00
parent c1fe091ec5
commit 1cd04cab09
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 1 additions and 40 deletions

View file

@ -48,11 +48,8 @@
type = "app";
program = "${selfPkgs.recipemd}/bin/recipemd";
};
devShell = pkgs.callPackage ./shell.nix {
deploy = selfPkgs.deploy;
};
devShell = pkgs.callPackage ./shell.nix { };
packages = flake-utils.lib.flattenTree {
deploy = pkgs.callPackage ./pkgs/deploy.nix { };
recipemd = pkgs.python3Packages.toPythonApplication python3Packages.recipemd;
};
})) // {