flake: bump to 23.05

This commit is contained in:
Antoine Martin 2023-06-01 17:53:01 +02:00
parent fdc3dfb1e6
commit f603634ec9
2 changed files with 11 additions and 27 deletions

View file

@ -5,7 +5,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-22.11";
ref = "nixos-23.05";
};
nixpkgs-unstable-small = {
@ -25,7 +25,7 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
ref = "release-22.11";
ref = "release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};