Switch to 23.11

This commit is contained in:
Jakob Lechner 2023-11-24 19:47:55 +00:00
parent 341b31f04f
commit 0b96be4950
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 10 additions and 10 deletions

View file

@ -1,13 +1,13 @@
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgsMaster.url = "github:NixOS/nixpkgs/master";
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};