update to 24.05

This commit is contained in:
2024-06-08 22:42:24 +01:00
parent 7f90b53891
commit 36ae4c738d
4 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
description = "Samw's home environment, as managed by nix/home-manager.";
inputs = {
# Nixpkgs
nixpkgs = {url = "github:nixos/nixpkgs/release-23.11";};
nixpkgs = {url = "github:nixos/nixpkgs/release-24.05";};
nixpkgs-unstable = {url = "github:nixos/nixpkgs";};
# Other modules
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";