From ed2afd64afdc5b3354c2e38269ad89777e58b480 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 12 Jun 2025 16:57:12 -0500 Subject: [PATCH] update nixpkgs --- nixos/flake.lock | 8 ++++---- nixos/flake.nix | 7 ++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index dabfd3c..c09ced3 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -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" } diff --git a/nixos/flake.nix b/nixos/flake.nix index 5e0aee8..66394b0 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -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: