From 89b1bcce3ae09c4d808a69019d586ef79b50492a Mon Sep 17 00:00:00 2001 From: vkcku Date: Mon, 1 Jun 2026 12:15:35 +0530 Subject: infra: add impermanence to base module monorepo-revid: dea24bc37b399da7739ce19063e7439ec756a457 --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b55a537..4a8daec 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,12 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + 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"; -- cgit v1.3.1