Update NixOS version for VM flake

This commit is contained in:
Aaron Honeycutt 2024-01-08 14:57:07 +00:00
parent 67b105e131
commit af298e85b5

View file

@ -2,7 +2,7 @@
description = "VM";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
};
outputs = { self, nixpkgs, ... }@inputs: {
@ -67,7 +67,7 @@
};
system = {
stateVersion = "23.05";
stateVersion = "23.11";
autoUpgrade.enable = true;
};
})