From d10fbaba5a286f20292ff4a8cdd36c17c10910de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Fri, 9 Feb 2024 16:51:28 +0100 Subject: [PATCH] feat: remove references to nixos 23.05 --- templates/php/flake.nix | 2 +- templates/trivial/flake.nix | 2 +- users/gael/home.nix | 2 +- users/lab/home.nix | 2 +- users/router/home.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/php/flake.nix b/templates/php/flake.nix index 1d612cd..c796fa7 100644 --- a/templates/php/flake.nix +++ b/templates/php/flake.nix @@ -2,7 +2,7 @@ description = "A basic php flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; treefmt-nix = { diff --git a/templates/trivial/flake.nix b/templates/trivial/flake.nix index e1943ac..bbf0ded 100644 --- a/templates/trivial/flake.nix +++ b/templates/trivial/flake.nix @@ -2,7 +2,7 @@ description = "A trivial but enhanced flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; treefmt-nix = { diff --git a/users/gael/home.nix b/users/gael/home.nix index 60cd961..70886a2 100644 --- a/users/gael/home.nix +++ b/users/gael/home.nix @@ -9,7 +9,7 @@ ]; home = { - stateVersion = "23.05"; + stateVersion = "23.11"; sessionVariables = { EDITOR = "vim"; BAT_THEME = "Solarized (light)"; diff --git a/users/lab/home.nix b/users/lab/home.nix index 1038f20..422f3f5 100644 --- a/users/lab/home.nix +++ b/users/lab/home.nix @@ -6,7 +6,7 @@ ]; home = { - stateVersion = "23.05"; + stateVersion = "23.11"; sessionVariables = { EDITOR = "vim"; }; diff --git a/users/router/home.nix b/users/router/home.nix index 18297c1..cdc84a3 100644 --- a/users/router/home.nix +++ b/users/router/home.nix @@ -6,7 +6,7 @@ ]; home = { - stateVersion = "23.05"; + stateVersion = "23.11"; sessionVariables = { EDITOR = "vim"; };