Nix-Config/bin/update-user.bash

7 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
nix-channel --update
pushd ~/.my_config/bin/
./apply-users.bash
popd