beb4621f4b
* Update project setup to use spago. * Add license and repo info to spago.dhall * Fix check.yaml * Remove unused dependencies * Remove --no-install from checks.yaml * Minor cleanup * Readd nix checks * Migrate everything to spago & remove Makefile * Split nix environment install from build in workflow * Fix NIX_PATH * Make build step of workflow build everything * Fix github action Co-authored-by: sigma-andex <sigma.andex@pm.me>
39 lines
1.7 KiB
JSON
39 lines
1.7 KiB
JSON
{
|
|
"easy-purescript-nix": {
|
|
"branch": "master",
|
|
"description": "Easy PureScript (and other tools) with Nix",
|
|
"homepage": "",
|
|
"owner": "justinwoo",
|
|
"repo": "easy-purescript-nix",
|
|
"rev": "7802db65618c2ead3a55121355816b4c41d276d9",
|
|
"sha256": "0n99hxxcp9yc8yvx7bx4ac6askinfark7dnps3hzz5v9skrvq15q",
|
|
"type": "tarball",
|
|
"url": "https://github.com/justinwoo/easy-purescript-nix/archive/7802db65618c2ead3a55121355816b4c41d276d9.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"nixpkgs": {
|
|
"branch": "release-20.09",
|
|
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
|
|
"homepage": "https://github.com/NixOS/nixpkgs",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "1c1f5649bb9c1b0d98637c8c365228f57126f361",
|
|
"sha256": "0f2nvdijyxfgl5kwyb4465pppd5vkhqxddx6v40k2s0z9jfhj0xl",
|
|
"type": "tarball",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/1c1f5649bb9c1b0d98637c8c365228f57126f361.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
},
|
|
"nixpkgs-unstable": {
|
|
"branch": "nixpkgs-unstable",
|
|
"description": "Nix Packages collection",
|
|
"homepage": "",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "8f39ad3da14ce78daf249c8291a4e43a17bbcf98",
|
|
"sha256": "1sdfb6bq8n0v5m6962cz5nfw3hkcrlzc1xnw6b0xnkr3sxxj6m34",
|
|
"type": "tarball",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/8f39ad3da14ce78daf249c8291a4e43a17bbcf98.tar.gz",
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
}
|
|
}
|