From 3c6419cf458bb685c482392eaf0cafe398d3b618 Mon Sep 17 00:00:00 2001 From: reo101 Date: Thu, 25 Jul 2024 12:26:02 +0300 Subject: [PATCH] chore(nix): add `TODO` about uninstalling old `nix` --- machines/nix-darwin/aarch64-darwin/limonka/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/nix-darwin/aarch64-darwin/limonka/configuration.nix b/machines/nix-darwin/aarch64-darwin/limonka/configuration.nix index d374f96..c155281 100644 --- a/machines/nix-darwin/aarch64-darwin/limonka/configuration.nix +++ b/machines/nix-darwin/aarch64-darwin/limonka/configuration.nix @@ -12,6 +12,7 @@ flakeInputs = lib.filterAttrs (lib.const (lib.isType "flake")) inputs; in { # Ensure we can work with flakes + # TODO: add to `README.md` # NOTE: run `sudo -i nix-env --uninstall nix` to uninstall the global `nix` package = pkgs.nixVersions.monitored.latest;