aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index f956cf7..99a87e6 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ See the list of packages [online].
## How to add this to different OSes
+
### Guix
Add this channel to your `~/.config/guix/channels.scm`:
@@ -31,6 +32,7 @@ Add this channel to your `~/.config/guix/channels.scm`:
See also the Guix manual for usage on channels: <https://guix.gnu.org/manual/en/guix.html#Channels>
+
### NixOS
Adding the overlay to your `/etc/nixos/configuration.nix`:
@@ -39,12 +41,13 @@ Adding the overlay to your `/etc/nixos/configuration.nix`:
nixpkgs = {
overlays = [
(import (fetchTarball {
- url = "https://euandre.org/git/package-repository/snapshot/package-repository-main.tar.gz";
+ url = "https://euandre.org/git/package-repository/snapshot/package-repository-main.tar.xz";
}) { inherit pkgs; })
];
};
```
+
### Debian
```shell
@@ -52,9 +55,12 @@ $ wget -qO- https://euandre.org/s/package-repository/debian/public-key.asc | sud
$ sudo apt-add-repository 'deb https://euandre.org/s/package-repository/debian ./'
```
-### Homebrew
+### Homebrew
+```shell
+$ brew tap --force-auto-update org/euandre https://euandre.org/git/package-repository/
+```
## Contributing