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": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1748995628, "lastModified": 1749727998,
"narHash": "sha256-bFufQGSAEYQgjtc4wMrobS5HWN0hDP+ZX+zthYcml9U=", "narHash": "sha256-mHv/yeUbmL91/TvV95p+mBVahm9mdQMJoqaTVTALaFw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8eb3b6a2366a7095939cd22f0dc0e9991313294b", "rev": "fd487183437963a59ba763c0cc4f27e3447dd6dd",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-24.11", "ref": "nixos-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
+2 -5
View File
@@ -2,7 +2,7 @@
description = "Server Config Controller"; description = "Server Config Controller";
inputs = { 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"; quasiSecrets.url = "git+ssh://git@github.com/RoyDumblauskas/server-semi-secrets?shallow=1";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager/release-24.11";
@@ -21,10 +21,7 @@
# It just happens to be stored in the same repository (relative), # It just happens to be stored in the same repository (relative),
# but could well be a separate repository # but could well be a separate repository
tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1"; tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1";
minio-service = { minio-service.url = "path:../homelab-services/minio-service";
url = "path:../homelab-services/minio-service";
flake = true;
};
}; };
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs: outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs: