Upgrade stable to 24.05

Stable nix and home-manager inputs upgraded
Remove openssl overlay that is no longer necessary for HA
This commit is contained in:
Greg Hellings
2024-06-10 13:30:23 -05:00
parent 485fb374a3
commit e6722b16c5
3 changed files with 10 additions and 14 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
};
flake-utils.url = "github:numtide/flake-utils";
hm = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixstable";
};
hmunstable = {
@@ -24,7 +24,7 @@
};
nixvim.url = "github:nix-community/nixvim";
nix23_05.url = "github:NixOS/nixpkgs/nixos-23.05";
nixstable.url = "github:nixos/nixpkgs/nixos-23.11";
nixstable.url = "github:nixos/nixpkgs/nixos-24.05";
nixunstable.url = "github:nixos/nixpkgs/nixos-unstable";
nurpkgs.url = "github:nix-community/NUR";
wsl = {