Files
Hamish Mackenzie a94fc19b6a Fix hix support for github (#1627)
With this change we can build and run the latest `cabal` from github using haskell.nix with:

```
hix run github:haskell/cabal#cabal-install:exe:cabal -- --version
```

You can install it in your profile with:

```
hix profile install github:haskell/cabal#cabal-install:exe:cabal
```

Because the `flake.nix` file is stored in `$HOME/.hix/github:haskell/cabal` we can lock it with:

```
hix flake lock github:haskell/cabal
```
2022-08-30 07:11:40 +00:00
..
2022-08-05 10:17:16 +12:00
2022-08-30 07:11:40 +00:00