Peter Becich

Results 200 comments of Peter Becich

I see one test fails: ``` expected : {"testing-terranix.enable":{"declarations":[{"channelPath":"/01.nix","path":"01.nix","url":"http://example.com/01.nix"}],"default":false,"description":"Whether to enable enable testing-terranix.","example":true,"loc":["testing-terranix","enable"],"readOnly":false,"type":"boolean"}} actual : {"testing-terranix.enable":{"declarations":[{"channelPath":"/01.nix","path":"01.nix","url":"http://example.com/01.nix"}],"default":{"_type":"literalExpression","text":"false"},"description":"Whether to enable enable testing-terranix.","example":{"_type":"literalExpression","text":"true"},"loc":["testing-terranix","enable"],"readOnly":false,"type":"boolean"}} ``` Specifically: ``` expected : ..."default":false... actual : ..."default":{"_type":"literalExpression","text":"false"}... ```...

@mdarocha , @mrVanDalo , please review

Fixed here: https://github.com/ndmitchell/hlint/pull/1594

https://github.com/wimpysworld/nothing-but-nix/issues/28

@f-f please review

Thanks, I should have included in description. It will ensure `spago` works well for any ARM Linux user.

Will investigate there: https://github.com/purescript/purescript/pull/4565

Good to know. Let me see if I can produce evidence it does not automatically update, thank you.

I think the materialization in `cicero-pipe` prevents Mac/Linux errors in `nix develop`, `nix build` and `nix run`. These issues concern `nix flake show` and `nix flake check`: > nix flake...