Silvan Mosberger

Results 111 comments of Silvan Mosberger

It's a bit misleading, but the error happens before the command is actually started and has nothing to do with either `grep` or `/etc/*release`. For https://github.com/niteoweb/nix-docker-base, which uses the same...

Looks like somebody figured it out! https://github.com/actions/checkout/issues/334#issuecomment-713845806 With nixpkgs' Docker builders, these dynamic libraries could be added relatively easily, though this will sacrifice a bit of purity. I'll certainly give...

Was able to fix it for https://github.com/niteoweb/nix-docker-base with https://github.com/niteoweb/nix-docker-base/commit/0a5ceed0441a32b25a33b6904a47e007231b58c6, turns out it's a bit different for Nix. See also https://github.com/actions/checkout/issues/334#issuecomment-716068696. Feel free to reuse this fix for `docker-nixpkgs`.

I'm having a similar problem where the default `us` layout is always chosen, even though I specified the `dvp` (programmer dvorak) variant. I was however able to fix that by...

I think for now we could at least introduce a `builtins.floatToString` that uses [Ryū](https://github.com/ulfjack/ryu) as suggested by @andersk, so that we don't need to change the evaluation result but at...

I did a bit of investigating, and I'm now fairly certain that the `cat /etc/*-release` command has nothing to do with this failure. I confirmed this by changing `sh` to...

Nice, I also looked into this again and figured it out in Nix's case as well, see https://github.com/niteoweb/nix-docker-base/commit/0a5ceed0441a32b25a33b6904a47e007231b58c6 for the fix for [nix-docker-base](https://github.com/niteoweb/nix-docker-base) In short: - The node binary uses...

See https://github.com/input-output-hk/haskell.nix/issues/550#issuecomment-627466107

It is indeed possible to do this with the module system without getting infinite recursion. The important thing to know is that if you have an option of type `attrsOf...

@purefn Yeah that goes into the `modules` list