Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,647 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in NixOS/nix that received 2 comments
[WIP] Lazy attribute names
This is an initial prototype of lazy attribute names, allowing things like: (throw "" // { x = 0; }).x -> 0 See #4090 for more info. This is a work…
Created an issue in NixOS/nix that received 9 comments
Allowing derivations to verify existence of dependency subpaths before building
Is your feature request related to a problem? Please describe.
When you reference a subpath of a dependency, e.g. "${pkgs.bash}/bin/bash", it can e…

