From 272b3ace747857729171780edae898819d211832 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 25 Jul 2024 09:42:11 +0200 Subject: init --- 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..e36b267 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,14 @@ +{ + "nixpkgs": { + "branch": "release-24.05", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "36097d5a3f3ce6334a35717edeb90dba184d7081", + "sha256": "0ygi382h7sslzpzpcacbi9pdplldr5mqn5qq97lcwlxs9ksk1z64", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/36097d5a3f3ce6334a35717edeb90dba184d7081.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + } +} -- cgit v1.2.3