diff options
| author | vkcku <[email protected]> | 2026-06-01 12:15:35 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 12:15:35 +0530 |
| commit | 89b1bcce3ae09c4d808a69019d586ef79b50492a (patch) | |
| tree | 8ea9b1cdc3ec6e84e35bed28d4f9e340b075d167 /flake.lock | |
| parent | infra: add ZFS configuration to base module (diff) | |
infra: add impermanence to base module
monorepo-revid: dea24bc37b399da7739ce19063e7439ec756a457
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -38,6 +38,25 @@ "type": "github" } }, + "impermanence": { + "inputs": { + "home-manager": [], + "nixpkgs": [] + }, + "locked": { + "lastModified": 1769548169, + "narHash": "sha256-03+JxvzmfwRu+5JafM0DLbxgHttOQZkUtDWBmeUkN8Y=", + "owner": "nix-community", + "repo": "impermanence", + "rev": "7b1d382faf603b6d264f58627330f9faa5cba149", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "impermanence", + "type": "github" + } + }, "import-tree": { "locked": { "lastModified": 1778781969, @@ -88,6 +107,7 @@ "inputs": { "disko": "disko", "flake-parts": "flake-parts", + "impermanence": "impermanence", "import-tree": "import-tree", "nixpkgs": "nixpkgs", "treefmt-nix": "treefmt-nix" |
