Skip to content

Commit

Permalink
feat: remove references to nixos 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Feb 9, 2024
1 parent c21457b commit d10fbab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/php/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion templates/trivial/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion users/gael/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
];

home = {
stateVersion = "23.05";
stateVersion = "23.11";
sessionVariables = {
EDITOR = "vim";
BAT_THEME = "Solarized (light)";
Expand Down
2 changes: 1 addition & 1 deletion users/lab/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
];

home = {
stateVersion = "23.05";
stateVersion = "23.11";
sessionVariables = {
EDITOR = "vim";
};
Expand Down
2 changes: 1 addition & 1 deletion users/router/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
];

home = {
stateVersion = "23.05";
stateVersion = "23.11";
sessionVariables = {
EDITOR = "vim";
};
Expand Down

0 comments on commit d10fbab

Please sign in to comment.