A collection of flake templates for easy project development and packaging.
rust
python-app
- python applicationpython-shell
- standalone scriptslatex
Using rust template:
nix flake new -t "github:rdk31/nix-flake-templates/master#rust" my-project
git init && git add -A
# change the name in Cargo.toml
nix develop --impure
cargo run
# or just
nix run
git add --intent-to-add {flake.nix,flake.lock}
git update-index --assume-unchanged {flake.nix,flake.lock}