flake: bump NixOS to 23.11

This commit is contained in:
Antoine Martin 2023-11-30 03:46:40 +01:00
parent 97e03b4493
commit c266a60059
2 changed files with 10 additions and 10 deletions

View file

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