fix package
This commit is contained in:
parent
311a65b465
commit
60ccb11a63
2 changed files with 4 additions and 1 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
graft raincloud/static
|
||||
graft raincloud/templates
|
||||
global-exclude *.pyc
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue