mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
home/fish: fix nix-* functions check
This commit is contained in:
parent
0308024ce3
commit
a35f7b6530
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
function nix-build
|
function nix-build
|
||||||
if type -q nix-build
|
if type -q nom-build
|
||||||
nom-build $argv
|
nom-build $argv
|
||||||
else
|
else
|
||||||
nix-build $argv
|
nix-build $argv
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
function nix-shell
|
function nix-shell
|
||||||
if type -q nix-shell
|
if type -q nom-shell
|
||||||
nom-shell $argv
|
nom-shell $argv
|
||||||
else
|
else
|
||||||
nix-shell $argv
|
nix-shell $argv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue