tomberek

Results 79 issues of tomberek

The proposed interface in the [RFC](https://github.com/NixOS/nix/issues/2993) exposed a `-c, --command` to allow for program names other than the default. I got something like this working, but not sure if there's...

I find myself doing this to wrap arbitrary packages (including GTK ones) with appimage. ``` let appimage_src = drv : exec : with self; self.stdenv.mkDerivation rec { name = drv.name...

Unknown why (or if there is a way to turn it off), but it seems the debug builds bring in a dependency on the rust compiler toolchain. Split builds for...

bug

Found BuildHost, but I'm not sure how complete that is. My use case is deploying to AWS (working on a minimal example) with a team on both OSX and Linux....

Not sure about this API. It may require some additional changes to make it easier to use, but it seems to work and does simplify some things. I updated the...

I was going to give this library a try and implement this in Go: http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html But quickly ran into the limited callback functions and private callbackID on Element. I'm experimenting...

Is this or a similar effort still alive?

Enables shebang usage of nix shell. All arguments with `#! nix` get added to the nix invocation. This implementation does NOT set any additional arguments other than placing the script...

feature
UX

Anyone have experience with getting ARM support for this?