Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 354 Bytes

This is a minimal working example for using python with nix, more information can be found here. You can

  • Run a development environment using
nix-shell nix/
  • Package the project with
nix-build nix/release.nix
  • Build a docker image using
nix-build nix/docker.nix