mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
7 lines
139 B
Fish
7 lines
139 B
Fish
function nix-build
|
|
if type -q nom-build
|
|
command nom-build $argv
|
|
else
|
|
command nix-build $argv
|
|
end
|
|
end
|