My nixos configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fall back if dirtyRev is unknown

+1 -1
+1 -1
parts/system_configs.nix
··· 89 89 {boot.tmp.cleanOnBoot = true;} 90 90 {networking.hostName = name;} 91 91 {nix.flakes.enable = true;} 92 - {system.configurationRevision = self.rev or "${self.dirtyRev}-dirty";} 92 + {system.configurationRevision = self.rev or "${self.dirtyRev or "unknown"}-dirty";} 93 93 {documentation.man.enable = true;} 94 94 {documentation.man.generateCaches = true;} 95 95 {nixpkgs.hostPlatform.system = config.system;}