This file should explain everything you need to know about the project to get started developing on it.
- Create a directory in
pkgs
with the filedefault.nix
in it - Edit
imports/pkgs-all.nix
to add the new package
Test package:
nix shell .#your-app
Then check the content of the result/
directory.