upgrade to 24.05

This commit is contained in:
Till 2024-06-13 22:29:11 +02:00
parent aabefeaf1d
commit 7efd15464e
3 changed files with 16 additions and 18 deletions

View file

@ -2,8 +2,8 @@
description = "Complete system and home config";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
home-manager.url = "github:nix-community/home-manager/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nur.url = "github:nix-community/nur";
};