upgrading to 24.05

This commit is contained in:
Sebastian Moser
2024-07-01 17:01:21 +02:00
parent 9e664da490
commit 07f4013350
2 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
################################### INPUTS #########################################
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -18,7 +18,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};