mirror of
https://github.com/vale981/nix-development-configs
synced 2025-03-05 09:51:39 -05:00
7 lines
358 B
ReStructuredText
7 lines
358 B
ReStructuredText
Nix Flake development Environment for Python
|
|
--------------------------------------------
|
|
|
|
Just go through and rename `pythonflake` to your project name. Doesn't seem to work with either hyphens or underscores in the project name so beware. The useful commands are then
|
|
`nix develop` to enter a shell
|
|
`nix run` to run the application
|
|
`nix build` to build it
|