Shea Levy

Results 136 comments of Shea Levy

How does it break hermeticity? The function args are passed in by hydra and are tracked as part of the jobset. You can look at a jobset and reevaluate it...

What if we had something like: ```nix { inputs = { a.url = "a"; b.url = "b"; }; outputs = { a, b, self }@inputs: let jobsetFun = { a...

Any thoughts on this? Bit by it today.

> A "hacking guide" could be nice, if people want to understand the insides and get a kickstart. This would be great! I'm digging into the source code now but...

@edolstra I'm considering working on this. Is there any chance I can get some assurance of a timely review and/or permission to merge myself before I put a large amount...

Internally at Target we expose fetchGit through an interface that enforces specifying either a revision or a tag (we map tags to `tags/${tag}` in the ref and they're only trusted...

`--pure` disallows filesystem access (except possibly in store). #1816 would reallow it if you know the hash in advance.

See also https://github.com/input-output-hk/haskell.nix/issues/1531

@L-as Did you ever try this overlay approach?

@spudlyo Is this something a new contributor might be able to help with?