diff options
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" + } +} |