Open imcnanie opened 3 months ago
Hey, this was written when the most common version was still 2.3, haha. Time flies. Not a typo, but it's probably redundant info right now.
When I run this I get
nix --version ✔ at 10:00:22
export NIX_CONFIG="experimental-features = nix-command flakes"
nix (Nix) 2.24.10
Is there something wrong with my setup?
https://github.com/NixOS/nix/tags
Make sure you're running Nix 2.4+, and opt into the experimental flakes and nix-command features:
Should be 2.4+
nix --version export NIX_CONFIG="experimental-features = nix-command flakes"