diff --git a/nix/homeModules/common/fish/functions/nix-build.fish b/nix/homeModules/common/fish/functions/nix-build.fish index 4f541a72..8b074641 100644 --- a/nix/homeModules/common/fish/functions/nix-build.fish +++ b/nix/homeModules/common/fish/functions/nix-build.fish @@ -1,5 +1,5 @@ function nix-build - if type -q nix-build + if type -q nom-build nom-build $argv else nix-build $argv diff --git a/nix/homeModules/common/fish/functions/nix-shell.fish b/nix/homeModules/common/fish/functions/nix-shell.fish index a615057f..b108e9ed 100644 --- a/nix/homeModules/common/fish/functions/nix-shell.fish +++ b/nix/homeModules/common/fish/functions/nix-shell.fish @@ -1,5 +1,5 @@ function nix-shell - if type -q nix-shell + if type -q nom-shell nom-shell $argv else nix-shell $argv