Upgrade nix to 24.11

This commit is contained in:
marc
2024-12-03 15:22:42 +01:00
parent 39cdbaa430
commit c62acaa77f
7 changed files with 160 additions and 42 deletions

View File

@@ -4,10 +4,10 @@
inputs = {
# - Nixpkgs ----------------------------------
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
# - Home Manager -----------------------------
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# - Agenix -----------------------------------
@@ -24,6 +24,9 @@
# - Themeing ---------------------------------
nix-colors.url = "github:misterio77/nix-colors";
# - Hyprland ---------------------------------
hyprcursor-rose-pine.url = "github:ndom91/rose-pine-hyprcursor";
};
outputs = inputs @ { self, nixpkgs, home-manager, ... }: