From 3bc9128dfc0c7b7e5d14239b875eef41eb634670 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 14 Jun 2022 13:02:59 +0000 Subject: refactor(3p): fetch impermanence via niv Change-Id: Ic6bc463304643a7f983a5f7c182f95a7706ca35b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5868 Reviewed-by: tazjin Reviewed-by: sterni Autosubmit: tazjin Tested-by: BuildkiteCI --- third_party/sources/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'third_party/sources/sources.json') diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index 901b2ccfea..a8310c63ad 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -23,6 +23,18 @@ "url": "https://github.com/nix-community/emacs-overlay/archive/29dcfbc1b29ae7281e95367e0f2358b44224a46e.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "impermanence": { + "branch": "master", + "description": "Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]", + "homepage": "", + "owner": "nix-community", + "repo": "impermanence", + "rev": "2f39baeb7d039fda5fc8225111bb79474138e6f4", + "sha256": "0x7mwbqj1h3rym93hy1knxd33dzspmy5i7y1k930vg85yp3a1y8q", + "type": "tarball", + "url": "https://github.com/nix-community/impermanence/archive/2f39baeb7d039fda5fc8225111bb79474138e6f4.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "naersk": { "branch": "master", "description": "Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: @Patryk27]", -- cgit 1.4.1