From ec0ea18486ed2569808f2e511ecac52f812300b0 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 28 May 2024 22:04:34 +0200 Subject: init --- nix/sources.json | 20 ++++++++++++++++++++ 1 file changed, 20 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..21ed699 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,20 @@ +{ + "json2sql": { + "branch": "main", + "repo": "git@code.nomath.org:~/json2sql", + "rev": "bbe3b75bfd0767c61bcd436e843b9c785efd289f", + "type": "git" + }, + "nixpkgs": { + "branch": "nixos-unstable", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe", + "sha256": "16f329z831bq7l3wn1dfvbkh95l2gcggdwn6rk3cisdmv2aa3189", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + } +} -- cgit v1.2.3