flake: upgrade to NixOS 24.11

This commit is contained in:
Antoine Martin 2024-12-01 17:23:43 +01:00
parent f6d04359f6
commit 51e44c05d5
2 changed files with 10 additions and 10 deletions

View file

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