Upgrade to 25.05

This commit is contained in:
Jacob Hinkle 2025-08-25 09:26:04 -04:00
parent 0daf378156
commit 719511cee4
2 changed files with 10 additions and 10 deletions

16
flake.lock generated
View File

@ -7,17 +7,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725180166, "lastModified": 1747556789,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=", "narHash": "sha256-7uHyVw9mhvTB6RS1WcIRsebBxj8SZAnlXxZarx7Xk7M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb", "rev": "e08e6e2389234000b0447e57abf61d8ccd59a68e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb", "rev": "e08e6e2389234000b0447e57abf61d8ccd59a68e",
"type": "github" "type": "github"
} }
}, },
@ -38,16 +38,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1751290243, "lastModified": 1756118950,
"narHash": "sha256-kNf+obkpJZWar7HZymXZbW+Rlk3HTEIMlpc6FCNz0Ds=", "narHash": "sha256-4a6FhTr4VcFEqFIUysjmVkRvYslO3RU0ug+XmiGq75E=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5ab036a8d97cb9476fbe81b09076e6e91d15e1b6", "rev": "edde2afc1f283db1cd3885392e6102c6d3c2b258",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "release-24.11", "ref": "release-25.05",
"type": "indirect" "type": "indirect"
} }
}, },

View File

@ -2,13 +2,13 @@
description = "NixOS configurations for my machines"; description = "NixOS configurations for my machines";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/release-24.11"; nixpkgs.url = "nixpkgs/release-25.05";
nixos-hardware = { nixos-hardware = {
url = github:nixos/nixos-hardware; url = github:nixos/nixos-hardware;
}; };
home-manager = { home-manager = {
# url = github:nix-community/home-manager; # url = github:nix-community/home-manager;
url = github:nix-community/home-manager/471e3eb0a114265bcd62d11d58ba8d3421ee68eb; url = github:nix-community/home-manager/e08e6e2389234000b0447e57abf61d8ccd59a68e;
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
sops-nix = { sops-nix = {