$ nix flake error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it
~/.config/nixに以下を書き込む。
~/.config/nix
experimental-features = nix-command flakes
このページの著者: takanotume24