chore: upgrade to NixOS 23.11

This commit is contained in:
Felix Schröter 2023-11-28 00:08:27 +01:00
parent d28a89f32a
commit 531a407c08
Signed by: felschr
GPG key ID: 671E39E6744C807D
10 changed files with 38 additions and 52 deletions

View file

@ -15,7 +15,7 @@ rec {
};
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2305.tar.gz";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.tar.gz";
nixpkgs-unstable.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.tar.gz";
@ -35,7 +35,7 @@ rec {
flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.tar.gz";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "https://flakehub.com/f/nix-community/home-manager/0.2311.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};