mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
Rename
This commit is contained in:
parent
46f394fa47
commit
54eb0dc42b
|
@ -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
|
Loading…
Reference in a new issue