You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.buildkite | 3 years ago | |
cardano-lib | 2 years ago | |
ci | 3 years ago | |
jormungandr-lib | 3 years ago | |
lib | 4 years ago | |
nix | 3 years ago | |
overlays | 3 years ago | |
pkgs | 3 years ago | |
supervisord | 3 years ago | |
tests | 3 years ago | |
.envrc | 2 years ago | |
.gitignore | 2 years ago | |
README.rst | 2 years ago | |
bors.toml | 3 years ago | |
changelog.md | 3 years ago | |
ci.nix | 3 years ago | |
default.nix | 3 years ago | |
fetch-tarball-with-override.nix | 4 years ago | |
maybe-env.nix | 5 years ago | |
release.nix | 3 years ago | |
shell.nix | 2 years ago |
README.rst
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</html>
MCA Common Nix Code
This is a localised fork of iohk-nix. The canonical source for this fork is mca-nix.
Original README continues below:
This repo contains build code and tools shared between IOHK projects.
- Pinned versions of [input-output-hk/nixpkgs](https://github.com/input-output-hk/nixpkgs).
- Scripts for regenerating code with nix-tools.
- Some util functions such as source filtering or helpers for [Haskell.nix](https://github.com/input-output-hk/haskell.nix).
- Nix builds of development tools such as HLint, ShellCheck, Stylish Haskell, SHC, cache-s3.
- Nix packages and overlay for the [rust-cardano](https://github.com/input-output-hk/rust-cardano) projects.
How to use in your project
See [new project skeleton](https://github.com/input-output-hk/cardano-skeleton/).
When making changes to iohk-nix
Please document any change that might affect project builds in the [ChangeLog](./changelog.md). For example:
- Bumping nixpkgs to a different branch.
- Changing API (renaming attributes, changing function parameters, etc).
Also update the [skeleton](https://github.com/input-output-hk/cardano-skeleton/) project if necessary.