0
0
Fork 0
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:
Robert Hensing 2022-12-10 21:12:43 +01:00 committed by GitHub
commit 16f5747575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 644 additions and 192 deletions

View file

@ -1,3 +1,4 @@
if [ -e .attrs.sh ]; then source .attrs.sh; fi
source $stdenv/setup
doSub() {