Nix-Config/bin/update-system.bash

9 lines
110 B
Bash
Raw Normal View History

2023-02-05 14:48:47 +00:00
#!/usr/bin/env bash
2023-03-09 18:49:28 +00:00
pushd ~/.my_config
nix flake update
2023-03-09 18:49:28 +00:00
popd
2023-02-17 11:51:36 +00:00
pushd ~/.my_config/bin
2023-02-05 14:48:47 +00:00
./apply-system.bash
2023-02-17 11:51:36 +00:00
popd