From da9480ad558f68d764ad61934d4385c055eda8d9 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 31 May 2020 16:18:14 +0100 Subject: Setup lorri+niv environment --- nix/sources.json | 14 ++++++++++++++ 1 file changed, 14 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..8e183ea --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,14 @@ +{ + "nixpkgs": { + "branch": "nixos-20.03", + "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", + "homepage": "https://github.com/NixOS/nixpkgs", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "e7752db2fb6c5e05f1de2b275535dbde07d30090", + "sha256": "1lx2wdagigq5c7qp1fcy25ccpfvz5cl5x0b9rhnz1x409vn7icx1", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/e7752db2fb6c5e05f1de2b275535dbde07d30090.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + } +} -- cgit v1.2.3