yawnt

Results 19 comments of yawnt

sure... this is how it appears when you click on `relationships` http://i.imgur.com/9odxm.jpg this is how it should appear http://i.imgur.com/5KLnN.jpg (because the anchor is above `relationships`) hope that made it clear,...

thanks for taking the time to look into this :)

:+1: , I was having trouble loading a static library on ArchLinux. Converting the very same `.a` to a `.so` fixed it. I'd be curious as to how to link...

(downgrading to 0.1.10 seemed to have fixed it)

Ah, interesting indeed! What's weird is that I had actually simplified the repro further by only building the app without the wrapper script. In that instance the `result` symlink was...

I can't really promise anything because I'm not very familiar with the codebase, but if you could update the pointers to the code (the ones [here](https://github.com/NixOS/nix/issues/4859#issuecomment-852980341) are outdated), I can...

Hi, i was taking a quick look at this. If I understand it correctly, the best way is to make sure that `state.store->makeFixedOutputPath` invoked while creating the derivation takes into...

A simpler repro (I'm still investigating 😄 ): **flake.nix** ```nix { description = "A very basic flake"; outputs = { self, nixpkgs }: { defaultPackage.x86_64-linux = let pkgs = import...

standalone emacs module would be great, so people could reuse it from clojure/other languages