mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update flake.nix
This commit is contained in:
parent
75f7447318
commit
c4c64ab7e2
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "Vetra";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-22.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -100,7 +100,7 @@
|
|||
|
||||
# System
|
||||
system = {
|
||||
stateVersion = "22.11";
|
||||
stateVersion = "23.05";
|
||||
autoUpgrade.enable = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue