From 7af1f6a0b34841cb50fa581caf03614a9863c55e Mon Sep 17 00:00:00 2001 From: vkcku Date: Mon, 1 Jun 2026 12:28:47 +0530 Subject: infra: add secrets management to base module monorepo-revid: 1a906a2a1a486db986b9daaa632328579da32522 --- flake.lock | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index e78f754..fa94d59 100644 --- a/flake.lock +++ b/flake.lock @@ -110,9 +110,30 @@ "impermanence": "impermanence", "import-tree": "import-tree", "nixpkgs": "nixpkgs", + "sops-nix": "sops-nix", "treefmt-nix": "treefmt-nix" } }, + "sops-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1777944972, + "narHash": "sha256-VfGRo1qTBKOe3s2gOv8LSoA6Fk19PvBlwQ1ECN0Evn8=", + "owner": "Mic92", + "repo": "sops-nix", + "rev": "c591bf665727040c6cc5cb409079acb22dcce33c", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "sops-nix", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ -- cgit v1.3.1