update nixpkgs

This commit is contained in:
2025-06-12 16:57:12 -05:00
parent 60d04cd425
commit ed2afd64af
2 changed files with 6 additions and 9 deletions
+4 -4
View File
@@ -88,16 +88,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1748995628,
"narHash": "sha256-bFufQGSAEYQgjtc4wMrobS5HWN0hDP+ZX+zthYcml9U=",
"lastModified": 1749727998,
"narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8eb3b6a2366a7095939cd22f0dc0e9991313294b",
"rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
+2 -5
View File
@@ -2,7 +2,7 @@
description = "Server Config Controller";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
quasiSecrets.url = "git+ssh://git@github.com/RoyDumblauskas/server-semi-secrets?shallow=1";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
@@ -21,10 +21,7 @@
# It just happens to be stored in the same repository (relative),
# but could well be a separate repository
tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1";
minio-service = {
url = "path:../homelab-services/minio-service";
flake = true;
};
minio-service.url = "path:../homelab-services/minio-service";
};
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs: