From edd4c3aafce916aedeb934d453889a39bfa3378c Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 20 Jan 2021 08:27:31 +1000 Subject: [PATCH] Added iohk-nix for cardano-node --- nix/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nix/sources.json b/nix/sources.json index a629995..9e4eb3d 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -23,6 +23,18 @@ "url": "https://github.com/input-output-hk/daedalus/archive/a63d191e3274068723954c4d1d7ee94218a9e8d4.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "iohk-nix": { + "branch": "master", + "description": "nix scripts shared across projects", + "homepage": null, + "owner": "input-output-hk", + "repo": "iohk-nix", + "rev": "65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a", + "sha256": "1b2n1c3cygrczhgffq6px42hln0344l88cf0hgq78l7m5w7lysal", + "type": "tarball", + "url": "https://github.com/input-output-hk/iohk-nix/archive/65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "niv": { "branch": "master", "description": "Easy dependency management for Nix projects",