jonringer / nix-template

Make creating nix expressions easy
Creative Commons Zero v1.0 Universal
205 stars 8 forks source link

Create "--flake-project" option #51

Open jonringer opened 1 year ago

jonringer commented 1 year ago

Would be nice to be able to extend a template to give an opinionated flake project setup for a template:

flake.nix
flake.lock
nix/
  overlay.nix
  <pname>.nix
jonringer commented 1 year ago

another option would be to create a "project" subcommand:

nix-template project python