chore(nix): add TODO about uninstalling old nix

This commit is contained in:
reo101 2024-07-25 12:26:02 +03:00
parent 40a9818bc6
commit 3c6419cf45
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -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;