diff options
author | 2025-02-19 21:03:19 +0100 | |
---|---|---|
committer | 2025-02-19 21:03:21 +0100 | |
commit | cf20ad648a6654d2184b0b6f528d698a4fbc0b63 (patch) | |
tree | a340eeee92c317de1b3c7321b6959e747e9fdbaf /nix/sources.json |
init
basic haskell-halogen project, `app/Main.hs` from
Swordlash/haskell-halogen@0db1410e5bf2a383148fa067ae46a986a87c30c4
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..57e75d7 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,26 @@ +{ + "haskell-halogen": { + "branch": "master", + "description": "Port of purescript-halogen to Haskell", + "homepage": null, + "owner": "Swordlash", + "repo": "haskell-halogen", + "rev": "0db1410e5bf2a383148fa067ae46a986a87c30c4", + "sha256": "0zrnixngfighngza2y3ps8pj0v7pdaflspiyi7742k691q17vbg8", + "type": "tarball", + "url": "https://github.com/Swordlash/haskell-halogen/archive/0db1410e5bf2a383148fa067ae46a986a87c30c4.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "nixpkgs": { + "branch": "nixpkgs-unstable", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "632f04521e847173c54fa72973ec6c39a371211c", + "sha256": "16l9l6jbx2xy751p2nbz14fd9qgk9qsns38pihr5g12fk7361fsi", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/632f04521e847173c54fa72973ec6c39a371211c.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |