Flakes: Difference between revisions

imported>Flubbard
Mention nix 2.7 'default' changes
imported>Groves
m Show the full nixVersions.nix_2_7 in the comment. The short form like nix_2_7 stopped at nix_2_6
Line 44: Line 44:
{ pkgs, ... }: {
{ pkgs, ... }: {
   nix = {
   nix = {
     package = pkgs.nixFlakes; # or versioned attributes like nix_2_7
     package = pkgs.nixFlakes; # or versioned attributes like nixVersions.nix_2_8
     extraOptions = ''
     extraOptions = ''
       experimental-features = nix-command flakes
       experimental-features = nix-command flakes