aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-01 12:28:47 +0530
committervkcku <[email protected]>2026-06-01 12:28:47 +0530
commit7af1f6a0b34841cb50fa581caf03614a9863c55e (patch)
treeab5f4b1373b4aba5b0be7651f153400db6162025 /flake.nix
parentinfra: add impermanence to base module (diff)
infra: add secrets management to base module
monorepo-revid: 1a906a2a1a486db986b9daaa632328579da32522
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 7 insertions, 2 deletions
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";