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
+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: