Domen Kožar

Results 425 issues of 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...

bug

For now `src` is just hardcoded.

bug

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...

enhancement

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

bug

It could be that substituters got GCed, so we need to rebuild a path.

bug
enhancement

Add an error message specifically when ignoring values at the expression root. In particular when it's a list, recommend an attrset.

enhancement