Upgrade to release 23.05

This commit is contained in:
2023-06-03 20:21:58 +01:00
parent 8fedf749f6
commit 5ed11ad011
6 changed files with 23 additions and 37 deletions

View File

@ -2,9 +2,9 @@
description = "NixOS/Darwin system configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs.url = "nixpkgs/nixos-23.05";
home-manager = {
url = "github:nix-community/home-manager/release-22.11";
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};