Quick Start
The only dependency is nix, so make sure you have it installed.
Get the Template
Here is a snippet that will work as long as nix-shell
is in your path:
nix-shell https://github.com/nrdxp/nixflk/archive/core.tar.gz -A shell \
--run "flk get core"
cd flk
nix-shell
git init
git add .
git commit -m init
You can change
core
tocommunity
in the call toflk get
This will place you in a new folder named flk
in the current directory with
git set up, and a nix-shell that provides all the dependencies, including the
required nix version.