Nix-Config/bin/update-system.bash

7 lines
95 B
Bash
Executable File

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