From b1c25b6855e3ebc71160390ba358782c3ae91ad5 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 23 Jan 2023 17:43:57 -0700 Subject: [PATCH] templates: bump to 22.11 --- templates/ada/flake.nix | 2 +- templates/go/flake.nix | 2 +- templates/mojo/flake.nix | 2 +- templates/ocaml/flake.nix | 2 +- templates/perl/flake.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/ada/flake.nix b/templates/ada/flake.nix index 25d9f4e..c758dff 100644 --- a/templates/ada/flake.nix +++ b/templates/ada/flake.nix @@ -1,7 +1,7 @@ { description = "thing: stuff and things"; - inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; + inputs.nixpkgs.url = "nixpkgs/nixos-22.11"; outputs = { self, nixpkgs }: let diff --git a/templates/go/flake.nix b/templates/go/flake.nix index 9ab3994..c836e94 100644 --- a/templates/go/flake.nix +++ b/templates/go/flake.nix @@ -1,7 +1,7 @@ { description = "thing: stuff and things"; - inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; + inputs.nixpkgs.url = "nixpkgs/nixos-22.11"; outputs = { self, nixpkgs }: let diff --git a/templates/mojo/flake.nix b/templates/mojo/flake.nix index 56ec292..f1fbd95 100644 --- a/templates/mojo/flake.nix +++ b/templates/mojo/flake.nix @@ -1,7 +1,7 @@ { description = "thing: stuff and things"; - inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; + inputs.nixpkgs.url = "nixpkgs/nixos-22.11"; outputs = { self, nixpkgs }: let diff --git a/templates/ocaml/flake.nix b/templates/ocaml/flake.nix index dccc842..5114cf7 100644 --- a/templates/ocaml/flake.nix +++ b/templates/ocaml/flake.nix @@ -1,7 +1,7 @@ { description = "thing: stuff and things"; - inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; + inputs.nixpkgs.url = "nixpkgs/nixos-22.11"; outputs = { self, nixpkgs }: let diff --git a/templates/perl/flake.nix b/templates/perl/flake.nix index 77a9b73..9fb8147 100644 --- a/templates/perl/flake.nix +++ b/templates/perl/flake.nix @@ -1,7 +1,7 @@ { description = "thing: stuff and things"; - inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; + inputs.nixpkgs.url = "nixpkgs/nixos-22.11"; outputs = { self, nixpkgs }: let