Alternative Package Sets: Difference between revisions
imported>Makefu No edit summary |
imported>Ip1981 mNo edit summary |
||
| Line 18: | Line 18: | ||
Some external modules provide extra functionality to the nixpkgs module system. You can include these modules after extracting them onto the system by using <code>imports = [ `path to module`]</code> or add them to your <code>NIX_PATH</code> via <code>NIX_PATH=$NIX_PATH:musnix=/path/to/musnix</code> and import them by including <code>imports = [ <musnix> ]</code> in your </code>configuration.nix<code.. | Some external modules provide extra functionality to the nixpkgs module system. You can include these modules after extracting them onto the system by using <code>imports = [ `path to module`]</code> or add them to your <code>NIX_PATH</code> via <code>NIX_PATH=$NIX_PATH:musnix=/path/to/musnix</code> and import them by including <code>imports = [ <musnix> ]</code> in your </code>configuration.nix<code.. | ||
* [https://github.com/ | * [https://github.com/ip1981/nixsap Nixsap] - allows to run multiple instances of a service without containers. | ||
* [https://github.com/musnix/musnix musnix] - real-time audio in NixOS. | * [https://github.com/musnix/musnix musnix] - real-time audio in NixOS. | ||
* [https://github.com/r-raymond/nixos-mailserver nixos-mailserver] - full-featured mail server module | * [https://github.com/r-raymond/nixos-mailserver nixos-mailserver] - full-featured mail server module | ||