···1212 system = {
1313 # this is the NixOS version that the configuration was generated with
1414 # this should be change to the version of the NixOS release that the configuration was generated with
1515- stateVersion = mkDefault (ldTernary pkgs "23.05" 5);
1515+ stateVersion = mkDefault (ldTernary pkgs "23.05" 6);
16161717 # we can get the git rev that we are working on and set that to the configurationRevision
1818 # this *might* be useful for debugging
+4
modules/darwin/config-path.nix
···11+{
22+ # do not set the path to the darwin configuration
33+ environment.darwinConfig = null;
44+}
+2
modules/darwin/default.nix
···77 ./services # services exclusive to nix-darwin
8899 ./activation.nix # run when we start the system
1010+ ./config-path.nix # set the path to the darwin configuration
1111+ ./documentation.nix # turn off docs
1012 ./nix.nix # nix settings that can only be applied to nix-darwin
1113 ./remote-modules.nix # modules that are not in this repo, and don't have a nice place to be imported in
1214 ];