Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-22 | Prefix env vars for attrs.* files with NIX_ | Maximilian Bosch | |
2021-06-22 | Set environment variables for .attrs.json & .attrs.sh | Maximilian Bosch | |
This way no derivation has to expect that these files are in the `cwd` during the build. This is problematic for `nix-shell` where these files would have to be inserted into the nix-shell's `cwd` which can become problematic with e.g. recursive `nix-shell`. To remain backwards-compatible, the location inside the build sandbox will be kept, however using these files directly should be deprecated from now on. | |||
2020-01-21 | Fix derivation computation with __structuredAttrs and multiple outputs | Eelco Dolstra | |
Fixes error: derivation '/nix/store/klivma7r7h5lndb99f7xxmlh5whyayvg-zlib-1.2.11.drv' has incorrect output '/nix/store/fv98nnx5ykgbq8sqabilkgkbc4169q05-zlib-1.2.11-dev', should be '/nix/store/adm7pilzlj3z5k249s8b4wv3scprhzi1-zlib-1.2.11-dev' | |||
2017-10-25 | exportReferencesGraph: Allow exporting a list of store paths | Eelco Dolstra | |
2017-10-25 | Fix exportReferencesGraph in the structured attrs case | Eelco Dolstra | |
2017-10-25 | Pass lists/attrsets to bash as (associative) arrays | Eelco Dolstra | |