From bd7c39f16efe8cb5b667ef40a03e0343b087af78 Mon Sep 17 00:00:00 2001 From: LuoChen Date: Thu, 1 Aug 2024 23:20:49 +0800 Subject: [PATCH] chore: nix run now run funix . --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 98f9cee..b0475c8 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ type = "app"; program = "${pkgs.writeShellScript "funix-app" '' source ${self.devShells.${system}.default.shellHook} - funix ./src + funix . ''}"; }; });