Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

fix: darwin host not having the possibility to build with str stateVersion

cosmeak ae469409 c63767c0

+2 -1
+1 -1
modules/factories/configuration.nix modules/factories/host.nix
··· 74 74 }; 75 75 76 76 stateVersion = lib.mkOption { 77 - type = lib.types.str; 77 + type = lib.types.oneOf [ lib.types.str lib.types.int ]; 78 78 default = "24.05"; 79 79 description = "State version for the system"; 80 80 };
modules/lib/unfree.nix modules/nix/unfree.nix
+1
modules/users/cosmeak.nix
··· 9 9 bat 10 10 code-cursor 11 11 helix 12 + jujutsu 12 13 lazygit 13 14 librewolf 14 15 obsidian