Nix-Config/bin/update-system.bash

9 lines
110 B
Bash
Executable File

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