hix icon indicating copy to clipboard operation
hix copied to clipboard

Haskell/Nix development build tools

Results 7 hix issues
Sort by recently updated
recently updated
newest added

Hello there! My sincerest thanks for developing hix! It's genuinely amongst the most feature-complete devops solutions I've seen that leverage nix (for any language), and I'm surprised more people aren't...

Hey, I'm relatively new to nix and hix, I've been trying to include a library from GitHub but so far haven't managed to get it working. I'd like to do...

Here is my flake (mostly generated with `nix run 'github:tek/hix?ref=0.8.0#new' -- --name 'test-envs' --author 'Me'`): ```nix { description = "A Haskell project"; inputs.hix.url = "github:tek/hix?ref=0.8.0"; outputs = { hix, ......

I just have a plain project which using `string-interpolate` relies on TH. Run `nix build .#static` got the error below, while for my other non-TH projects build static work and...

I'm having some trouble adding `alex` as a `build-tool`, I've tried doing `haskellTools = ghc : [ghc.alex];` but I still get ``` > Error: [Cabal-4123] > The program 'alex' is...