Salt Extension for interacting with Nix
Project description
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file saltext_nix-1.0.0.tar.gz
.
File metadata
- Download URL: saltext_nix-1.0.0.tar.gz
- Upload date:
- Size: 49.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7ceae9ab0eec24aa1fa2934d19aa0097c26acb75a15a7d47776a462d2b59c62 |
|
MD5 | 185dbfb7a2f4000404d9f8b324e1799d |
|
BLAKE2b-256 | b34267f7c549644fff57ce458f8da5d0733230012491ac63aced2866db13108c |
File details
Details for the file saltext.nix-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: saltext.nix-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73d13a0d19f72bed7c59821c7984000c7d6c126e7a1ca6e806a94be7b63437d2 |
|
MD5 | 70f2e893a9f47d9f3fcc3a7e5d44b32a |
|
BLAKE2b-256 | 76e9ac11a7fe9a5076d50897d3a7528d21dfe27f84d243b8d4ce32c4d22f0008 |