Domen Kožar
Domen Kožar
If one has following in `elm-package.json`: ``` "source-directories": [ "../src", "." ], ``` then elm2nix generated Nix expression will only have access to current directory, failing to have access to...
Nixify `./scripts/tests.sh`
Currently, it fetches tarballs, but it could only request https://package.elm-lang.org/packages/elm/time/latest/endpoint.json and get the sha256sums. Since elm packages are so small, there's almost no timing difference just downloading the tarballs for...
Add support. https://github.com/Synthetica9/nix-linter/blob/master/src/Main.hs#L82
Most likely caused by https://github.com/NixOS/nix/issues/1559
It could be that substituters got GCed, so we need to rebuild a path.
Add an error message specifically when ignoring values at the expression root. In particular when it's a list, recommend an attrset.