Skip to content

Nix files and Haskell overlay containing Hnix packages and surrounding ecosystem

License

Notifications You must be signed in to change notification settings

sorki/hnix-overlay

Repository files navigation

hnix-overlay

Nix files and Haskell overlay containing Hnix packages and surrounding ecosystem.

Warning: this is currently my hnix integration playground and will change very frequently, master will be kept buildable (at least with pinned nixpkgs) while things are not upstreamed, which should make this repo obsolete.

Usage

To enter development shell for hnix install Nix and run

nix-shell

Targets

Build target

To build a specific target use

nix-build -A hnix

Shells for targets

To jump to shell for specific project use

nix-shell -E "with (import ./default.nix {}); mkShell scope.hnix-store-experiments"

You can then jump to projects repo checkout and use cabal build/repl/run/test.

local branch

Check-out local branch to build everything from locally cloned repositories. Meta tooling for cloning repositories from higher level description in progress.

About

Nix files and Haskell overlay containing Hnix packages and surrounding ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published