diff --git a/content/rambles/nix-on-other-distros.md b/content/rambles/nix-on-other-distros-packagemanagers.md similarity index 97% rename from content/rambles/nix-on-other-distros.md rename to content/rambles/nix-on-other-distros-packagemanagers.md index 3c01cc4..db6fe2e 100644 --- a/content/rambles/nix-on-other-distros.md +++ b/content/rambles/nix-on-other-distros-packagemanagers.md @@ -1,5 +1,5 @@ --- -title: "Nix on Other Distros" +title: "Nix on Other Distros' Packagemangers" date: "2022-09-12T11:37:11+02:00" author: "$HUMANOID" 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. 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: ```sh nix-channel --list