From cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5 Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Thu, 5 Jan 2023 17:22:10 +0100 Subject: =?UTF-8?q?Initial=20commit=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/sources.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 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..de0bdb3 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,38 @@ +{ + "niv": { + "branch": "master", + "description": "Easy dependency management for Nix projects", + "homepage": "https://github.com/nmattia/niv", + "owner": "nmattia", + "repo": "niv", + "rev": "351d8bc316bf901a81885bab5f52687ec8ccab6e", + "sha256": "1yzhz7ihkh6p2sxhp3amqfbmm2yqzaadqqii1xijymvl8alw5rrr", + "type": "tarball", + "url": "https://github.com/nmattia/niv/archive/351d8bc316bf901a81885bab5f52687ec8ccab6e.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, + "nixpkgs": { + "branch": "release-21.11", + "description": "Nix Packages collection", + "homepage": "", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31", + "sha256": "sha256:162dywda2dvfj1248afxc45kcrg83appjd0nmdb541hl7rnncf02", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, + "rust": { + "branch": "master", + "description": "Pure and reproducible nix overlay of binary distributed rust toolchains", + "homepage": "", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "9767af967a0becaa3bb79eeda838dbf81295eb62", + "sha256": "00jbn8c8mzhf73n8ny2j7y44m181v0vip1qjhc2qkvdv6v1wnhs6", + "type": "tarball", + "url": "https://github.com/oxalica/rust-overlay/archive/9767af967a0becaa3bb79eeda838dbf81295eb62.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + } +} -- cgit v1.2.3