Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 686 Bytes

README.org

File metadata and controls

36 lines (22 loc) · 686 Bytes

mynixpkgs

My nix packages and templates

Usage

Use a package

Example: use of the cljstyle package

nix shell git+https://github.com/dpom/mynixpkgs#cljstyle
cljstyle --help

Use a template

Example: use of the cljproj template:

nix flake init -t git+https://github.com/dpom/mynixpkgs#cljproj

Import this flake in another flake

See the flake.nix of the cljproj template.

References

  1. https://github.com/NixOS/nixpkgs
  2. https://gitlab.inria.fr/x-QGuill/mypkgs_example

Tasks

License

mynixpkgs is released under the GNU General Public License. See the file for details.