5 lines
104 B
Bash
5 lines
104 B
Bash
# Insert our scripts into the path.
|
|
export PATH=$PWD/scripts:$PATH
|
|
|
|
# Nix flakes are awesome.
|
|
use flake
|