Salt Extension for Nix
Salt Extension for interacting with Nix
Security
If you discover a security vulnerability, please refer to Salt's security guide.
User Documentation
For setup and usage instructions, please refer to the User Documentation.
Contributing
The saltext-nix project welcomes contributions from anyone!
The Salt Extensions guide provides comprehensive instructions on all aspects of Salt extension development, including writing tests, running tests, writing documentation and rendering the docs.
Quickstart
To get started contributing, first clone this repository (or your fork):
# Clone the repo
git clone --origin upstream git@github.com:salt-extensions/saltext-nix.git
# Change to the repo dir
cd saltext-nix
Automatic
If you have installed direnv, allowing the project's .envrc ensures
a proper development environment is present and the virtual environment is active.
Without direnv, you can still run the automation explicitly:
python3 tools/initialize.py
source .venv/bin/activate
Manual
Please follow the first steps, skipping the repository initialization and first commit.
Pull request
Always make changes in a feature branch:
git switch -c my-feature-branch
To submit a Pull Request, you'll need a fork of this repository in
your own GitHub account. If you followed the instructions above,
set your fork as the origin remote now:
git remote add origin git@github.com:<your_fork>.git
Ensure you followed the first steps and commit your changes, fixing any
failing pre-commit hooks. Then push the feature branch to your fork and submit a PR.
Ways to contribute
Contributions come in many forms, and they’re all valuable! Here are some ways you can help without writing code:
- Documentation: Especially examples showing how to use this project to solve specific problems.
- Triaging issues: Help manage issues and participate in discussions.
- Reviewing Pull Requests: We especially appreciate reviews using Conventional Comments.
You can also contribute by:
- Writing blog posts
- Sharing your experiences using Salt + Nix on social media
- Giving talks at conferences
- Publishing videos
- Engaging in IRC, Discord or email groups
Any of these things are super valuable to our community, and we sincerely appreciate every contribution!
Release files for saltext.nix 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| saltext_nix-1.0.0.tar.gz | 49.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| saltext.nix-1.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 61.3 kB
Release files / saltext_nix-1.0.0.tar.gz
| Download URL | saltext_nix-1.0.0.tar.gz |
|---|---|
| Size | 49.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c7ceae9ab0eec24aa1fa2934d19aa0097c26acb75a15a7d47776a462d2b59c62
|
|
BLAKE2b-256 checksum How to use checksums |
b34267f7c549644fff57ce458f8da5d0733230012491ac63aced2866db13108c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.6
|
Release files / saltext.nix-1.0.0-py2.py3-none-any.whl
| Download URL | saltext.nix-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
73d13a0d19f72bed7c59821c7984000c7d6c126e7a1ca6e806a94be7b63437d2
|
|
BLAKE2b-256 checksum How to use checksums |
76e9ac11a7fe9a5076d50897d3a7528d21dfe27f84d243b8d4ce32c4d22f0008
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.6
|