Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nix-community/nix-snippets
Nix Snippets: Curated, simple, fun examples of the Nix Expression Language [maintainer=]
https://github.com/nix-community/nix-snippets
nix nix-expression-language snippets
Last synced: 3 months ago
JSON representation
Nix Snippets: Curated, simple, fun examples of the Nix Expression Language [maintainer=]
- Host: GitHub
- URL: https://github.com/nix-community/nix-snippets
- Owner: nix-community
- License: cc0-1.0
- Archived: true
- Created: 2021-11-01T20:30:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T22:07:50.000Z (about 3 years ago)
- Last Synced: 2024-11-10T19:31:45.675Z (3 months ago)
- Topics: nix, nix-expression-language, snippets
- Language: Nix
- Homepage:
- Size: 17.6 KB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nix-snippets
Welcome to nix-snippets!
This project aspires to become a community curation of simple Nix expression language snippets.
It seeks to boost your confidence understanding Nix as a language and ecosystem.## contributing
We most appreciate it!
See [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md)
## credits
The original author has benefited from these projects:
- [nu_scripts](https://github.com/nushell/nu_scripts)
- ["Rust By Example"](https://github.com/rust-lang/rust-by-example)
- [@mbbx6spp's superb nix cookbook](https://github.com/functionalops/nix-cookbook)
- I'm stealing the naming conventions and some examples.
- [learnxinyminutes-docs on nix](https://github.com/adambard/learnxinyminutes-docs/blob/74ccc905616e648b443f68fe1e96c5a64449290c/nix.html.markdown)
- The bulk of the initial examples in this repository come from that list.