yep, more dotfiles
1{ self 2, config 3, lib 4, ... 5}: 6 7{ 8 imports = [ ]; 9 10 config = { 11 system.configurationRevision = self.rev or self.dirtyRev; 12 13 # Used for backwards compatibility, please read the changelog before changing. 14 # $ darwin-rebuild changelog 15 system.stateVersion = 4; 16 17 nixpkgs.hostPlatform = "aarch64-darwin"; 18 }; 19}