Skip to content

Latest commit

 

History

History

nix_python_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Nix Python application

Nix expression for simple python application

build

$ nix-build

run

$ nix-build
$ result/bin/myapp
$ nix-shell --run 'myapp'