From 54eb0dc42b451f747b784c2abf03a6ba7379d6bc Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 12 Sep 2022 18:25:26 +0200 Subject: [PATCH] Rename --- ...her-distros.md => nix-on-other-distros-packagemanagers.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename content/rambles/{nix-on-other-distros.md => nix-on-other-distros-packagemanagers.md} (97%) 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