Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adetokunbo/example-fetched-haskell-overridez
- Owner: adetokunbo
- License: bsd-3-clause
- Created: 2018-05-18T06:18:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T01:52:23.000Z (about 6 years ago)
- Last Synced: 2024-11-07T09:52:36.685Z (about 2 months ago)
- Topics: haskell, haskell-overridez, nix, nix-expressions, nixpkgs
- Language: Nix
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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