add Nix Links
This commit is contained in:
parent
bf151aad4e
commit
1ac460cb44
6 changed files with 28 additions and 0 deletions
|
|
@ -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
10
nix.md
Normal 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
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
7
raw/nix/body.md
Normal 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
4
raw/nix/header.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Nix Links
|
||||||
|
=========
|
||||||
|
|
||||||
|
This is a collection of software projects using the Nix ecosystem.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue