mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update NixOS version for VM flake
This commit is contained in:
parent
67b105e131
commit
af298e85b5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue