flake: 24.05->24.11

This commit is contained in:
2025-05-13 00:57:14 +01:00
parent 5b373b9a57
commit 78f926a1a1
2 changed files with 10 additions and 10 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-24.05";};
nixpkgs = {url = "github:nixos/nixpkgs/release-24.11";};
nixpkgs-unstable = {url = "github:nixos/nixpkgs";};
# Other modules
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";