An open API service indexing awesome lists of open source software.

https://github.com/dpom/mynixpkgs

my custom nix packages and templates
https://github.com/dpom/mynixpkgs

nix package

Last synced: 10 months ago
JSON representation

my custom nix packages and templates

Awesome Lists containing this project

README

          

* mynixpkgs

My nix packages and templates

** Usage

*** Use a package

Example: use of the =cljstyle= package
#+begin_src shell
nix shell git+https://github.com/dpom/mynixpkgs#cljstyle
cljstyle --help
#+end_src

*** Use a template

Example: use of the =cljproj= template:
#+begin_src shell
nix flake init -t git+https://github.com/dpom/mynixpkgs#cljproj
#+end_src

*** 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:LICENSE][file]] for details.