Update flake.nix

This commit is contained in:
Aaron Honeycutt 2023-09-15 00:04:33 +00:00
parent 75f7447318
commit c4c64ab7e2

View file

@ -2,7 +2,7 @@
description = "Vetra"; description = "Vetra";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-22.11"; url = "github:nix-community/home-manager/release-22.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -100,7 +100,7 @@
# System # System
system = { system = {
stateVersion = "22.11"; stateVersion = "23.05";
autoUpgrade.enable = true; autoUpgrade.enable = true;
}; };
}) })