diff options
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..71b4a98 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,20 @@ +{ + "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/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "website": { + "branch": "main", + "repo": "git@code.nomath.org:~/website", + "rev": "21b71667e42a2af1ebb22631ce956f2b95971454", + "type": "git" + } +} |