Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 358 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 358 Bytes

Contributing

This file should explain everything you need to know about the project to get started developing on it.

Add a package

  • Create a directory in pkgs with the file default.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.