Use nodejs 22
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m41s

This commit is contained in:
2025-01-16 23:18:43 +00:00
parent f237ba2c0b
commit ee346f40b3

View File

@ -11,7 +11,7 @@ in {
config = lib.mkIf cfg.enable {
user.packages = with pkgs; [
nodejs_latest
nodejs_22
];
};
}