From a35f7b653073d9596aa44c67e1384b71e38c8e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 4 Jan 2026 15:54:05 +0100 Subject: [PATCH] home/fish: fix nix-* functions check --- nix/homeModules/common/fish/functions/nix-build.fish | 2 +- nix/homeModules/common/fish/functions/nix-shell.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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