sisyphus/nixos/update.sh

4 lines
75 B
Bash
Executable file

#!/usr/bin/env bash
pushd ~/projects/sisyphus/nixos/
nix flake update
popd