Instructions
Installing Nix
curl -sSf -L https://install.determinate.systems/nix | sh -s -- install
Configuring new projects:
nix flake new -t github:cruel-intentions/devshell-files my-project
cd my-project
git init
git add *.nix flake.lock
Configuring existing projects:
nix flake new -t github:cruel-intentions/devshell-files ./
git add *.nix
git add flake.lock
Generating files:
nix develop --build
or entering in shell with all commands and alias
nix develop -c $SHELL
# to list commands and alias
# now run: menu