Nix (command): Difference between revisions

imported>Fendor
m Make it a bit more clearer the man page is located at `man 5 nix.conf` and not at `man nix.conf5`. (At least I was confused by this notation)
imported>Pinkcreeper100
No edit summary
Line 26: Line 26:
       experimental-features = nix-command
       experimental-features = nix-command
   '';
   '';
  # this is required until nix 2.4 is released
  nix.package = pkgs.nixUnstable;
}
}
</syntaxHighlight>
</syntaxHighlight>