From 52255a4158af8dfbd8f7a4dfbe14b4d46df2c601 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 21 Dec 2023 05:37:07 +0100 Subject: chore: only process scans --- 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..a639c84 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,14 @@ +{ + "nixpkgs": { + "branch": "nixos-unstable", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "de8562bcdef27d9b76528e6e95a0902fb3fb7414", + "sha256": "0vwjdr4f2x4bd9zl72wf0hzl4ipagyhdl3ivlz3qrv42a5nd6hds", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/de8562bcdef27d9b76528e6e95a0902fb3fb7414.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + } +} -- cgit v1.2.3