Skip to content

Commit ab19195

Browse files
committed
chore: default os version now ventura
1 parent b2c69d7 commit ab19195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ pkgs ? import (builtins.getFlake(toString ./.)).inputs.nixpkgs {}
2-
, osVersion ? "monterey"
2+
, osVersion ? "ventura"
33
, localAdditions ? ./local
44
, localArgs ? {}
55
, ...

0 commit comments

Comments
 (0)