about summary refs log tree commit diff
path: root/third_party/impermanence/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-06-14T13·02+0000
committerclbot <clbot@tvl.fyi>2022-06-14T13·09+0000
commit3bc9128dfc0c7b7e5d14239b875eef41eb634670 (patch)
treee2491e4dbcad20fb2e0a83f4e10bd3ae1b531806 /third_party/impermanence/default.nix
parentdc56b365e63d8e162b504738f54e4bd91d1b067e (diff)
refactor(3p): fetch impermanence via niv r/4238
Change-Id: Ic6bc463304643a7f983a5f7c182f95a7706ca35b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5868
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/impermanence/default.nix')
-rw-r--r--third_party/impermanence/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/impermanence/default.nix b/third_party/impermanence/default.nix
deleted file mode 100644
index 6ef72e4943..0000000000
--- a/third_party/impermanence/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-# NixOS modules for systems with ephemeral root disks.
-#
-# https://github.com/nix-community/impermanence
-
-{ pkgs, ... }:
-
-pkgs.fetchFromGitHub {
-  owner = "nix-community";
-  repo = "impermanence";
-  rev = "58558845bc68dcf2bb32caa80564f7fe3f6cbc61";
-  sha256 = "10z3g4knkvq838zbfq71pkfyl8cffrpavna448wf5mjscycp0gnv";
-}