asymmetric
asymmetric
Independentlty of the appropriate invocation syntax, I do agree that the registry could ship with current stable + `nixos-unstable` as sensible defaults - and make do with the custom entries,...
Worth [keeping in mind](https://mpv.io/manual/stable/#options-hwdec): > In general, it's very strongly advised to avoid hardware decoding unless **absolutely** necessary, i.e. if your CPU is insufficient to decode the file in questions....
Should this issue be open? The issue is still present on the website.
@ttuegel Is it dependencies of dependencies that have no `url` and `sha1`? e.g. `maven-install-plugin` > `maven-project`
@jerith666 you're correct in that it would be best practice to fetch it from maven central first, and that's what the [solution](https://github.com/kframework/k/commit/24fd6b984d1f1940d73e6a99dac7c13041284bb7) ended up being. If you think there's nothing...
@ttuegel No, because of the problem you outlined in https://github.com/NixOS/mvn2nix-maven-plugin/issues/5#issuecomment-407763904.
I've noticed this too, the headers can be so tiny as to be almost illegible.
@dizzy I think doing this without Docker would be nicer, unless Docker really adds something unique. It would mean starting parity in Travis, and then running `scripts/setup-env.sh`. > I also...
@grandizzy For a quick and dirty solution, you can run parity with `nix run nixpkgs.parity`. This will use a non-deterministic version, but we can fix that later if/when it becomes...
I'm working on a Docker-less approach [here](https://github.com/makerdao/dss-deploy-scripts/tree/deploy-on-travis).