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

source /nix/store/mhxn5kwnri3z9hdzi3x0980id65p0icn-lib.sh

systemConfig='/nix/store/c5r86y4p4jrcsahihpxk56sw2rlkzikz-nixos-system-nixos-25.11pre887511.2fb006b87f04'

export PATH=/empty
for i in /nix/store/xs8scz9w9jp4hpqycx3n3bah5y07ymgj-coreutils-9.8 /nix/store/22r4s6lqhl43jkazn51f3c18qwk894g4-gnugrep-3.12 /nix/store/qqvfnxa9jg71wp4hfg1l63r4m78iwvl9-findutils-4.10.0 /nix/store/z2rky17d63gma8q9php047za3imr59mc-getent-glibc-2.40-66 /nix/store/76zn66xib0r80s5y7p0m1ba3y036sxwh-glibc-2.40-66-bin /nix/store/s9l669gswfahrj9rg54i82i70bfgrcy0-shadow-4.18.0 /nix/store/7nfba04cmbihd823zl2w1xsq6b5acwg5-util-linux-2.41.2-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/r28im6vvslfb32vws7382xs3nh9x45z3-perl-5.40.0-env/bin/perl \
-w /nix/store/7sb1nkpf82nb5kj7qc4bbqkwj1l1mdv9-update-users-groups.pl /nix/store/4lc2mk816w1cqr2lkcps9cam90jyw595-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.


