From 33e7b5d19de3e16b7842795ad5474bdcf9eca776 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 25 Oct 2024 16:02:31 +0200 Subject: [PATCH] Unpin sops --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c0f877f..357a614 100644 --- a/flake.lock +++ b/flake.lock @@ -318,17 +318,16 @@ "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { - "lastModified": 1729669122, - "narHash": "sha256-SpS3rSwYcskdOpx+jeCv1lcZDdkT/K5qT8dlenCBQ8c=", + "lastModified": 1729775275, + "narHash": "sha256-J2vtHq9sw1wWm0aTMXpEEAzsVCUMZDTEe5kiBYccpLE=", "owner": "Mic92", "repo": "sops-nix", - "rev": "a4c33bfecb93458d90f9eb26f1cf695b47285243", + "rev": "78a0e634fc8981d6b564f08b6715c69a755c4c7d", "type": "github" }, "original": { "owner": "Mic92", "repo": "sops-nix", - "rev": "a4c33bfecb93458d90f9eb26f1cf695b47285243", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 416376e..2eac616 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ }; sops-nix = { - url = "github:Mic92/sops-nix/a4c33bfecb93458d90f9eb26f1cf695b47285243"; + url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; };