Skip to content

Commit

Permalink
Update haskell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Jan 11, 2021
1 parent 4335976 commit 20e641f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -23,7 +23,7 @@ let
haskellPackagesMusl64 = recRecurseIntoAttrs
# the Haskell.nix package set, reduced to local packages.
(selectProjectPackages pkgs.pkgsCross.musl64.votingToolsHaskellPackages);
votingToolsTarball = pkgs.runCommandNoCC "voter-registration-tarball" { buildInputs = [ pkgs.gnutar gzip ]; } ''
votingToolsTarball = pkgs.runCommandNoCC "voting-tools-tarball" { buildInputs = [ pkgs.gnutar gzip ]; } ''
cp ${haskellPackagesMusl64.voting-tools.components.exes.voter-registration}/bin/voter-registration ./
cp ${haskellPackagesMusl64.voting-tools.components.exes.fetch-registration}/bin/fetch-registration ./
mkdir -p $out
Expand Down
36 changes: 18 additions & 18 deletions nix/sources.json
@@ -1,14 +1,26 @@
{
"cardano-node": {
"branch": "cardano-lib-metadata",
"description": "The core component that is used to participate in a Cardano decentralised blockchain.",
"homepage": "https://cardano.org",
"owner": "input-output-hk",
"repo": "cardano-node",
"rev": "cbd7dcc58be81a5174f6aca9431f93ed370b3993",
"sha256": "1fx0sy5hgfqaim1lv1ajx2ih87nb7m4z996cfs7bbmyjchg9nqyy",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/cbd7dcc58be81a5174f6aca9431f93ed370b3993.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"haskell.nix": {
"branch": "master",
"description": "Alternative Haskell Infrastructure for Nixpkgs",
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
"rev": "b8584ac62977097b81160104ae577cc3fb66aafd",
"sha256": "0lnwgk3pk8wz6mvg6dfy3iszafndw9085l4blbvwiigc9pxfwnwx",
"rev": "0f7c5afc41ad315824271ef7f7357e3a8da9908a",
"sha256": "0bzj9jsf8vcp1hdk6n7agl5ik2kqp36yr2cibgr1pfa1kxh64lkq",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/b8584ac62977097b81160104ae577cc3fb66aafd.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/0f7c5afc41ad315824271ef7f7357e3a8da9908a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"iohk-nix": {
Expand All @@ -17,10 +29,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "5b86d63a0b59b7666d19901b654d8fbde27d9500",
"sha256": "1mfb93nnw0x4gyq93v6lh6h7imliw4j0wp5l9gpdafy3rw621xzb",
"rev": "65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a",
"sha256": "1b2n1c3cygrczhgffq6px42hln0344l88cf0hgq78l7m5w7lysal",
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/5b86d63a0b59b7666d19901b654d8fbde27d9500.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand All @@ -34,17 +46,5 @@
"type": "tarball",
"url": "https://github.com/nmattia/niv/archive/9d35b9e4837ab88517210b1701127612c260eccf.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-node": {
"branch": "cardano-lib-metadata",
"description": "The core component that is used to participate in a Cardano decentralised blockchain.",
"homepage": "https://cardano.org",
"owner": "input-output-hk",
"repo": "cardano-node",
"rev": "cbd7dcc58be81a5174f6aca9431f93ed370b3993",
"sha256": "1fx0sy5hgfqaim1lv1ajx2ih87nb7m4z996cfs7bbmyjchg9nqyy",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/cbd7dcc58be81a5174f6aca9431f93ed370b3993.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit 20e641f

Please sign in to comment.