Flakes: Difference between revisions
imported>Aaronjanse m split example into 2 code blocks |
imported>Ajs124 update config for system-wide install and drop separate command |
||
| Line 43: | Line 43: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
{ pkgs, ... }: { | { pkgs, ... }: { | ||
nix | nix.settings.experimental-features = [ "nix-command" "flakes" ]; | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||