#!/nix/store/q7sqwn7i6w2b67adw0bmix29pxg85x3w-bash-5.3p3/bin/bash

source /nix/store/mhxn5kwnri3z9hdzi3x0980id65p0icn-lib.sh

systemConfig='/nix/store/5g6gvk7ajyirm1an0bl6nd1ww0qj8wwc-nixos-system-nixos-25.11pre866707.e643668fd71b'

export PATH=/empty
for i in /nix/store/8ksax0a2mxglr5hlkj2dzl556jx7xqn5-coreutils-9.7 /nix/store/vlckk0vnmawq9wwh7ndkrwxlpv4h29yh-gnugrep-3.12 /nix/store/l964krgbp613d5jxga2vy5qdssj7zfzj-findutils-4.10.0 /nix/store/ah5ms38f9ava60jdwvf6whwbw7663w6l-getent-glibc-2.40-66 /nix/store/4jxivbjpr86wmsziqlf7iljlwjlxz8bh-glibc-2.40-66-bin /nix/store/av5pjki6zxb2l4l212akfs7jz8qqcddd-shadow-4.18.0 /nix/store/sv1i066ladvjml5g5qpnk1y7ygigiv3y-util-linux-2.41.1-bin; do
    PATH=$PATH:$i/bin:$i/sbin
done

_status=0
trap "_status=1 _localstatus=\$?" ERR

# Ensure a consistent umask.
umask 0022

#### Activation script snippet stdio does not support dry activation.
#### Activation script snippet binsh does not support dry activation.
#### Activation script snippet users:
_localstatus=0
install -m 0700 -d /root
install -m 0755 -d /home

/nix/store/51axx5hr6nsj5axaisqrj7pqbsmif5qi-perl-5.40.0-env/bin/perl \
-w /nix/store/7sb1nkpf82nb5kj7qc4bbqkwj1l1mdv9-update-users-groups.pl /nix/store/z7988maa6mqw5grkh3li12k4z5db8n6k-users-groups.json


if (( _localstatus > 0 )); then
  printf "Activation script snippet '%s' failed (%s)\n" "users" "$_localstatus"
fi

#### Activation script snippet groups does not support dry activation.
#### Activation script snippet specialfs does not support dry activation.
#### Activation script snippet etc does not support dry activation.
#### Activation script snippet hashes does not support dry activation.
#### Activation script snippet usrbinenv does not support dry activation.
#### Activation script snippet var does not support dry activation.


