From d3b83da522a0b45cd1368764dab5c2e0456d80da Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 24 Dec 2023 00:08:37 +0100 Subject: [PATCH] Update stateVersion --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 14bf36d..ac02d7d 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ }; outputs = { self, nixpkgs, home-manager, ... }@inputs: let - stateVersion = "23.05"; + stateVersion = "23.11"; in rec { nixosConfigurations = {