diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/impermanence/default.nix | 12 | ||||
-rw-r--r-- | third_party/sources/sources.json | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/third_party/impermanence/default.nix b/third_party/impermanence/default.nix deleted file mode 100644 index 6ef72e4943ab..000000000000 --- 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"; -} diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index 901b2ccfeafe..a8310c63addd 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/<owner>/<repo>/archive/<rev>.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/<owner>/<repo>/archive/<rev>.tar.gz" + }, "naersk": { "branch": "master", "description": "Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: @Patryk27]", |