From 1ac460cb4428559fbc75df2fe1e628a8a158e16a Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 30 Jul 2020 12:38:05 +0200 Subject: [PATCH] add Nix Links --- README.md | 3 +++ nix.md | 10 ++++++++++ raw/default/header.md | 3 +++ raw/generate.sh | 1 + raw/nix/body.md | 7 +++++++ raw/nix/header.md | 4 ++++ 6 files changed, 28 insertions(+) create mode 100644 nix.md create mode 100644 raw/nix/body.md create mode 100644 raw/nix/header.md diff --git a/README.md b/README.md index a7fa3ba..1c67307 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Links**](./selfhosted.md). If you are looking for new **hardware**, start at the [**Hardware Links**](./hardware.md) +If you are using the **Nix** package manager or **NixOS**, have a look +at the [**Nix Links**](./nix.md) + - [Casual](#casual) - [Communication](#communication) - [File Synchronisation](#file-synchronisation) diff --git a/nix.md b/nix.md new file mode 100644 index 0000000..27e1223 --- /dev/null +++ b/nix.md @@ -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 diff --git a/raw/default/header.md b/raw/default/header.md index 1150f3e..504deaa 100644 --- a/raw/default/header.md +++ b/raw/default/header.md @@ -14,3 +14,6 @@ Links**](./selfhosted.md). If you are looking for new **hardware**, start at the [**Hardware Links**](./hardware.md) + +If you are using the **Nix** package manager or **NixOS**, have a look +at the [**Nix Links**](./nix.md) diff --git a/raw/generate.sh b/raw/generate.sh index 481599e..53cd8f9 100755 --- a/raw/generate.sh +++ b/raw/generate.sh @@ -18,3 +18,4 @@ generate "default" "README" generate "android" "android" generate "selfhosted" "selfhosted" generate "hardware" "hardware" +generate "nix" "nix" diff --git a/raw/nix/body.md b/raw/nix/body.md new file mode 100644 index 0000000..00047f4 --- /dev/null +++ b/raw/nix/body.md @@ -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 diff --git a/raw/nix/header.md b/raw/nix/header.md new file mode 100644 index 0000000..a155d4d --- /dev/null +++ b/raw/nix/header.md @@ -0,0 +1,4 @@ +Nix Links +========= + +This is a collection of software projects using the Nix ecosystem.