From 6660fc840aa02cf52b80f324a8b1a87e2c561e0e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 29 Nov 2023 11:38:14 +0300 Subject: [PATCH] Remove nix-find function --- machines/enka/nushell/environment.nu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/enka/nushell/environment.nu b/machines/enka/nushell/environment.nu index c918f55..2127877 100644 --- a/machines/enka/nushell/environment.nu +++ b/machines/enka/nushell/environment.nu @@ -12,10 +12,6 @@ $env.ENV_CONVERSIONS.PATH = { } } -def nix-find [thing: string] { - nix-locate ("bin/" + $thing) | grep --invert-match "^\\(" | grep ($thing + "\\$") -} - def hx [...arguments] { kitty @ set-spacing padding=0