diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-21 05:37:07 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-21 05:37:07 +0100 |
commit | 52255a4158af8dfbd8f7a4dfbe14b4d46df2c601 (patch) | |
tree | 5588132e732b54b623d619eb48aed0172da6c74d /nix/sources.json | |
parent | 1b574f472e6ca052db3ab5041e2fc1ab9923f163 (diff) |
chore: only process scans
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 14 |
1 files changed, 14 insertions, 0 deletions
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/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |