chore(nix): add TODO
about uninstalling old nix
This commit is contained in:
parent
40a9818bc6
commit
3c6419cf45
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue