update to 23.05

This commit is contained in:
2023-06-03 19:38:11 +08:00
parent b0ae82d147
commit cf1a0cbee2
2 changed files with 11 additions and 27 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
description = "Samw's home environment, as managed by nix/home-manager.";
inputs = {
# Nixpkgs
nixpkgs = {url = "github:nixos/nixpkgs/release-22.11";};
nixpkgs = {url = "github:nixos/nixpkgs/release-23.05";};
# Other modules
home-manager = {
url = "github:nix-community/home-manager/release-22.11";
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";