16 lines
240 B
Makefile
16 lines
240 B
Makefile
|
alias t := test
|
||
|
test:
|
||
|
git aa && nix run .
|
||
|
|
||
|
alias to := testone
|
||
|
testone:
|
||
|
git aa && nix run . -- flake.nix
|
||
|
|
||
|
alias tt := testtwo
|
||
|
testtwo:
|
||
|
git aa && nix run . -- flake.nix .stylua.toml
|
||
|
|
||
|
alias s := search
|
||
|
search this:
|
||
|
nh search {{this}}
|