From 34d6e7d1a2af448e72394898bc8e7ddfcc1519f0 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 6 Dec 2020 19:21:44 +0100 Subject: [PATCH] Add sops-nix Package --- nix/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nix/sources.json b/nix/sources.json index a8800df..b64d605 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -22,5 +22,17 @@ "type": "tarball", "url": "https://github.com/NixOS/nixpkgs/archive/030e2ce817c8e83824fb897843ff70a15c131b96.tar.gz", "url_template": "https://github.com///archive/.tar.gz" + }, + "sops-nix": { + "branch": "master", + "description": "Atomic secret provisioning for NixOS based on sops", + "homepage": "", + "owner": "Mic92", + "repo": "sops-nix", + "rev": "21333cfb81cf2e679be5d10cb08585564384aff8", + "sha256": "0s55kjy4smqnn6v97jz6gvqh0vcny5lvqzknn0r9rsrrcwn3zw6p", + "type": "tarball", + "url": "https://github.com/Mic92/sops-nix/archive/21333cfb81cf2e679be5d10cb08585564384aff8.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" } }