flake: bump NixOS to 24.05

This commit is contained in:
Antoine Martin 2024-05-30 01:54:19 +02:00
parent da83517ab0
commit db03c81eeb
2 changed files with 10 additions and 10 deletions

View file

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