Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adetokunbo/example-fetched-haskell-overridez

A demo project whose overrides can be fetched by haskell-overridez
https://github.com/adetokunbo/example-fetched-haskell-overridez

haskell haskell-overridez nix nix-expressions nixpkgs

Last synced: 8 days ago
JSON representation

A demo project whose overrides can be fetched by haskell-overridez

Awesome Lists containing this project

README

        

# Example for `haskell-overridez fetch` [![CircleCI](https://circleci.com/gh/adetokunbo/example-fetched-haskell-overridez.svg?style=svg)](https://circleci.com/gh/adetokunbo/example-fetched-haskell-overridez)

This is a demonstration project that provides a simple target for `haskell-overridez fetch`, a command that enables easy syncing of [nix][] override configuration between haskell projects that manage nix overrides with `haskell-overridez`.

## Usage

- Install `haskell-overridez`

```bash

nix-env --install -f https://github.com/adetokunbo/haskell-overridez/archive/v0.10.3.1.tar.gz

```

- Use `haskell-overridez fetch` to copy this project's override configuration

```bash

haskell-overridez fetch https://github.com/adetokunbo/example-fetched-haskell-overridez

```

[haskell-overridez]: https://github.com/adetokunbo/haskell-overridez
[nix]: https://nixos.org/nix/manual/#ch-about-nix