lol

nixos: flakes.nix -> nix-flakes.nix

I guess this is what people expect to find. Thanks Sandro.

+3 -3
nixos/modules/config/flakes.nix nixos/modules/config/nix-flakes.nix
+1 -1
nixos/modules/config/nix-channel.nix
··· 4 4 5 5 See also 6 6 - ./nix.nix 7 - - ./flakes.nix 7 + - ./nix-flakes.nix 8 8 */ 9 9 { config, lib, ... }: 10 10 let
+1 -1
nixos/modules/config/nix.nix
··· 3 3 4 4 See also 5 5 - ./nix-channel.nix 6 - - ./flakes.nix 6 + - ./nix-flakes.nix 7 7 - ./nix-remote-build.nix 8 8 - nixos/modules/services/system/nix-daemon.nix 9 9 */
+1 -1
nixos/modules/module-list.nix
··· 2 2 ./config/appstream.nix 3 3 ./config/console.nix 4 4 ./config/debug-info.nix 5 - ./config/flakes.nix 6 5 ./config/fonts/fontconfig.nix 7 6 ./config/fonts/fontdir.nix 8 7 ./config/fonts/fonts.nix ··· 19 18 ./config/networking.nix 20 19 ./config/nix.nix 21 20 ./config/nix-channel.nix 21 + ./config/nix-flakes.nix 22 22 ./config/nix-remote-build.nix 23 23 ./config/no-x-libs.nix 24 24 ./config/nsswitch.nix