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.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4a8daec..6c0c3bd 100644 --- a/flake.nix +++ b/flake.nix @@ -10,16 +10,21 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + flake-parts.url = "github:hercules-ci/flake-parts"; + impermanence = { url = "github:nix-community/impermanence"; inputs.nixpkgs.follows = ""; inputs.home-manager.follows = ""; }; - flake-parts.url = "github:hercules-ci/flake-parts"; - import-tree.url = "github:denful/import-tree"; + sops-nix = { + url = "github:Mic92/sops-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.3.1