Nix-Config/bin/update-user.bash

7 lines
90 B
Bash
Raw Normal View History

2023-02-05 14:48:47 +00:00
#!/usr/bin/env bash
nix-channel --update
2023-02-17 11:51:36 +00:00
pushd ~/.my_config/bin/
2023-02-05 14:48:47 +00:00
./apply-users.bash
2023-02-17 11:51:36 +00:00
popd