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
- Host: GitHub
- URL: https://github.com/dpom/mynixpkgs
- Owner: dpom
- License: lgpl-2.1
- Created: 2024-09-28T17:29:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T09:37:15.000Z (12 months ago)
- Last Synced: 2025-08-16T14:01:26.845Z (10 months ago)
- Topics: nix, package
- Language: Nix
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.