add Nix Links

This commit is contained in:
Denis Lehmann 2020-07-30 12:38:05 +02:00
parent bf151aad4e
commit 1ac460cb44
6 changed files with 28 additions and 0 deletions

View file

@ -14,6 +14,9 @@ Links**](./selfhosted.md).
If you are looking for new **hardware**, start at the [**Hardware If you are looking for new **hardware**, start at the [**Hardware
Links**](./hardware.md) Links**](./hardware.md)
If you are using the **Nix** package manager or **NixOS**, have a look
at the [**Nix Links**](./nix.md)
- [Casual](#casual) - [Casual](#casual)
- [Communication](#communication) - [Communication](#communication)
- [File Synchronisation](#file-synchronisation) - [File Synchronisation](#file-synchronisation)

10
nix.md Normal file
View file

@ -0,0 +1,10 @@
# Nix Links
This is a collection of software projects using the Nix ecosystem.
- [**Nixery**](http://nixery.dev/)
Ad-hoc container images that contain packages from the Nix package
manager
- [**pushnix**](https://github.com/arnarg/pushnix)
CLI tool to push your NixOS configuration repository to a remote
host using Git and then run `nixos-rebuild` on the host using SSH

View file

@ -14,3 +14,6 @@ Links**](./selfhosted.md).
If you are looking for new **hardware**, start at the [**Hardware If you are looking for new **hardware**, start at the [**Hardware
Links**](./hardware.md) Links**](./hardware.md)
If you are using the **Nix** package manager or **NixOS**, have a look
at the [**Nix Links**](./nix.md)

View file

@ -18,3 +18,4 @@ generate "default" "README"
generate "android" "android" generate "android" "android"
generate "selfhosted" "selfhosted" generate "selfhosted" "selfhosted"
generate "hardware" "hardware" generate "hardware" "hardware"
generate "nix" "nix"

7
raw/nix/body.md Normal file
View file

@ -0,0 +1,7 @@
[**Nixery**](http://nixery.dev/)
: Ad-hoc container images that contain packages from the Nix package
manager
[**pushnix**](https://github.com/arnarg/pushnix)
: CLI tool to push your NixOS configuration repository to a remote
host using Git and then run `nixos-rebuild` on the host using SSH

4
raw/nix/header.md Normal file
View file

@ -0,0 +1,4 @@
Nix Links
=========
This is a collection of software projects using the Nix ecosystem.