aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix2/driver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix2/driver.go b/nix2/driver.go
index cba3bee..7b5ab9d 100644
--- a/nix2/driver.go
+++ b/nix2/driver.go
@@ -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),