Initialize repo
This commit is contained in:
commit
09381d17d0
9 changed files with 108 additions and 0 deletions
10
derivation.nix
Normal file
10
derivation.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib, python313Packages }:
|
||||
with python313Packages;
|
||||
buildPythonApplication {
|
||||
pname = "cereal";
|
||||
version = "0.0.1";
|
||||
propagatedBuildInputs = [ flask requests waitress];
|
||||
src = ./.;
|
||||
pyproject = true;
|
||||
build-system = [setuptools];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue