diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..42f9dcc --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +graft raincloud/static +graft raincloud/templates +global-exclude *.pyc \ No newline at end of file diff --git a/flake.nix b/flake.nix index a16e2c6..e35d313 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ let system = config.nixpkgs.localSystem.system; - python = nixpkgs.legacyPackages.${system}.python; + python = nixpkgs.legacyPackages.${system}.python3Packages.python; flask = nixpkgs.legacyPackages.${system}.python3Packages.flask; gunicorn = nixpkgs.legacyPackages.${system}.python3Packages.gunicorn; raincloud = self.packages.${system}.raincloud;