Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/68752.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for nix package manager.
1 change: 1 addition & 0 deletions doc/ref/modules/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ execution modules
network
nfs3
nftables
nixpkg
npm
nxos
nxos_api
Expand Down
6 changes: 6 additions & 0 deletions doc/ref/modules/all/salt.modules.nixpkg.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
salt.modules.nixpkg
===================

.. automodule:: salt.modules.nixpkg
:members:
:exclude-members: available_version
3 changes: 3 additions & 0 deletions doc/ref/modules/all/salt.modules.pkg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Execution Module Used for
``emerge(1)``)
:py:mod:`~salt.modules.freebsdpkg` FreeBSD-based OSes using ``pkg_add(1)``
:py:mod:`~salt.modules.openbsdpkg` OpenBSD-based OSes using ``pkg_add(1)``
:py:mod:`~salt.modules.nixpkg` Systems using the `Nix`_ package
manager
:py:mod:`~salt.modules.pacmanpkg` Arch Linux-based distros using
``pacman(8)``
:py:mod:`~salt.modules.pkgin` NetBSD-based OSes using ``pkgin(1)``
Expand All @@ -38,4 +40,5 @@ Execution Module Used for
====================================== ========================================

.. _Homebrew: https://brew.sh/
.. _Nix: https://nixos.org/
.. _OpenCSW: https://www.opencsw.org/
Loading
Loading