From ea2a725e9d5d758495b556631c3280de9d97fa0a Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 10 Apr 2024 14:05:08 +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..3185bc5 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,20 @@ +{ + "nixpkgs": { + "branch": "release-23.11", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "af7e9fb77b8993a7b5f01282c869e503d6cc9e6e", + "sha256": "174r9nhpmvgrjlr46gvs5vvn38nmlzz0hhr27xz5qaabnlwi6b8m", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/af7e9fb77b8993a7b5f01282c869e503d6cc9e6e.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, + "sh": { + "branch": "main", + "repo": "git@code.nomath.org:~/sh", + "rev": "3ea4e6459333409c60f66a5745bb472d136da741", + "type": "git" + } +} -- cgit v1.2.3