default nixpkgs 23.11
This commit is contained in:
parent
59aba76075
commit
98871a2d78
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ var (
|
|||
),
|
||||
"default_nixpkgs": hclspec.NewDefault(
|
||||
hclspec.NewAttr("default_nixpkgs", "string", false),
|
||||
hclspec.NewLiteral(`"github:nixos/nixpkgs/nixos-22.05"`),
|
||||
hclspec.NewLiteral(`"github:nixos/nixpkgs/nixos-23.11"`),
|
||||
),
|
||||
"allow_caps": hclspec.NewDefault(
|
||||
hclspec.NewAttr("allow_caps", "list(string)", false),
|
||||
|
|
Loading…
Reference in a new issue