Files
nixpkgs/pkgs/stdenv/generic/source-stdenv.sh
Wolfgang Walther 899c40e6f8 stdenv: remove .attrs.sh fallback for structuredAttrs
This was eventually fixed in Nix 2.16+. More discussion in #357053.
2025-08-12 12:34:30 +02:00

4 lines
99 B
Bash

if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; fi
source "$stdenv/setup"
source "$1"