mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #175649 from Artturin/opt-in-structured-attrs
stdenv: support opt-in __structuredAttrs
This commit is contained in:
commit
16f5747575
88 changed files with 644 additions and 192 deletions
|
@ -1,3 +1,4 @@
|
|||
if [ -e .attrs.sh ]; then source .attrs.sh; fi
|
||||
source $stdenv/setup
|
||||
|
||||
doSub() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue