Updated nix package section
This commit is contained in:
parent
011f205ce3
commit
f4595c1bc6
2 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue