8 lines
162 B
Bash
Executable file
8 lines
162 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
REPO_ROOT="${SCRIPT_DIR}/.."
|
|
cd $REPO_ROOT
|
|
|
|
nix flake update
|