Flakes: Difference between revisions
imported>Fricklerhandwerk revert change that is incorrect |
imported>Aaronjanse m split example into 2 code blocks |
||
| Line 481: | Line 481: | ||
}; | }; | ||
} | } | ||
</syntaxHighlight> | |||
<syntaxHighlight lang=nix> | |||
# NixOS configuration.nix, can now use "pkgs.package" or "pkgs.unstable.package" | # NixOS configuration.nix, can now use "pkgs.package" or "pkgs.unstable.package" | ||
{ config, pkgs, ... }: { | { config, pkgs, ... }: { | ||