aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-17 20:43:21 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-17 20:43:21 +0100
commit98871a2d786f2627f1699d0ae49e7d6d3792f469 (patch)
treefcd9aa6d14072f22a3b69dc39ece6aa5158632c2
parent59aba7607507193587be7c24229dc71066e3ae87 (diff)
downloadnomad-driver-nix2-98871a2d786f2627f1699d0ae49e7d6d3792f469.tar.gz
nomad-driver-nix2-98871a2d786f2627f1699d0ae49e7d6d3792f469.zip
default nixpkgs 23.11HEADmain
-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),