diff --git a/docs/alpine-desktop-setup/post-install/nix.md b/docs/alpine-desktop-setup/post-install/nix.md index b814ce3..7eb1f77 100644 --- a/docs/alpine-desktop-setup/post-install/nix.md +++ b/docs/alpine-desktop-setup/post-install/nix.md @@ -12,8 +12,6 @@ To set `nix` up install its package and activate its service: # rc-service nix-daemon start ``` -> (The `nix` package is only available in the `edge` and `apk-ample` repositories) - Don't forget to add your user to the nix group: ``` diff --git a/docs/alpine-desktop-setup/post-install/repositories.md b/docs/alpine-desktop-setup/post-install/repositories.md index 46af40d..a277498 100644 --- a/docs/alpine-desktop-setup/post-install/repositories.md +++ b/docs/alpine-desktop-setup/post-install/repositories.md @@ -11,7 +11,7 @@ This will use the latest stable repository of Alpine (for example `v3.19`). To u ## apk-ample -We also host our own repository which contains some packages not found in the stable repository like `nix` but also our own packages like `linux-hardened`. If you want to add it to your system edit `/etc/apk/repositories` and add this line under the other repositories: +We also host our own repository which contains some packages not found in the stable repository but also our own packages like `linux-hardened`. If you want to add it to your system edit `/etc/apk/repositories` and add this line under the other repositories: ``` https://git.bijl.us/lnco/apk-ample/raw/branch/main/alpine/