This commit is contained in:
Nox Sluijtman 2022-09-12 18:25:26 +02:00
parent 46f394fa47
commit 54eb0dc42b

View file

@ -1,5 +1,5 @@
--- ---
title: "Nix on Other Distros" title: "Nix on Other Distros' Packagemangers"
date: "2022-09-12T11:37:11+02:00" date: "2022-09-12T11:37:11+02:00"
author: "$HUMANOID" author: "$HUMANOID"
tags: ["technology", "linux"] tags: ["technology", "linux"]
@ -117,7 +117,7 @@ source ~/.profile
Now you have a functioning Nix package manager configuration and all that remains to be done is adding and syncing the repo. Now you have a functioning Nix package manager configuration and all that remains to be done is adding and syncing the repo.
The Alpine package defaults to adding the `unstable` channel. The Alpine package defaults to adding the `unstable` channel.
Debian doesn't add any channels at all. The Debian package doesn't add any channels at all by default.
This can be verified with: This can be verified with:
```sh ```sh
nix-channel --list nix-channel --list