All my system configs and packages in one repo
1
fork

Configure Feed

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

roles: set stateVersion in darwin/nixos.nix

+4
+2
roles/darwin.nix
··· 6 6 (map (s: /${s}/darwin.nix)) 7 7 (builtins.filter builtins.pathExists) 8 8 ]); 9 + 10 + system.stateVersion = 4; 9 11 }
+2
roles/nixos.nix
··· 6 6 (map (s: /${s}/nixos.nix)) 7 7 (builtins.filter builtins.pathExists) 8 8 ]); 9 + 10 + system.stateVersion = "24.05"; 9 11 }