deliciouslytyped

Results 207 comments of deliciouslytyped

Automatic bisect with ``` [nix-shell:~/nixpkgs]$ git bisect reset && git bisect start HEAD $(git rev-list -n 1 --before="3 months ago" master) Updating files: 100% (11133/11133), done. Previous HEAD position was...

podman-compose appears to implement some flag passing in https://github.com/containers/podman-compose/issues/278 but on a very superficial look it sounds a bit janky. There is some consideration for extending the compose specification: -...

It may or may not be a problem that https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#posix-platform-hooks requires paths to be absolute. (Why?)

I'm just doing some sanity checks here; is there any theoretical reason you couldn't have a `sudo` in android? Googling `android sudo` seems to yield results, and I don't see...

I would like to have sha256 hashes or the like available so that I can check for duplicate files that I don't want to sync into my respository. Storing these...

It turns out Dante/socksify support UDP, but I haven't quite gotten mosh to work yet.

So, I think doing something like ``` prod ``` solves the -Pprod problem.

The `postUnpack` problem still remains, but in a different way now: I need to deal with preparing some nodejs stuff in the build, and I'd want to put some code...

I see. `mvnix-update` sets `-E '(import "/some/path/default.nix" {}).overrideAttrs (_: { build = false; })'`. That leaves me confused however. If that's disabled, why and how does maven build? -> The...

As one data point for usecases; I recently started wanting to be able - in nix-on-droid - to start web servers for apps from f-droid that are just frontend clients....