From 9e021d4ce1be7b2f1f375fbd8ef09e655181ee93 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sun, 27 Dec 2020 18:09:34 +0000 Subject: nix: Init nix setup --- nix/sources.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 nix/sources.json (limited to 'nix/sources.json') diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..3fbcb1a --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,26 @@ +{ + "niv": { + "branch": "master", + "description": "Easy dependency management for Nix projects", + "homepage": "https://github.com/nmattia/niv", + "owner": "nmattia", + "repo": "niv", + "rev": "ba57d5a29b4e0f2085917010380ef3ddc3cf380f", + "sha256": "1kpsvc53x821cmjg1khvp1nz7906gczq8mp83664cr15h94sh8i4", + "type": "tarball", + "url": "https://github.com/nmattia/niv/archive/ba57d5a29b4e0f2085917010380ef3ddc3cf380f.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, + "nixpkgs": { + "branch": "master", + "description": "Nix Packages collection", + "homepage": "", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "74854fa3b9a5c4dbb70789bedadfa4fee6f0b117", + "sha256": "0mh6w2ybdczx5bzdl2yhcyk6n3mdayzhjfccwajw8ci7sp3vnxw9", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/74854fa3b9a5c4dbb70789bedadfa4fee6f0b117.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + } +} -- cgit