From b364181dd6c71e4763215d7419b8699f05dc9d9d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 16 Sep 2024 12:53:58 +0800 Subject: [PATCH] fix: eval tests --- home/darwin/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/darwin/shell.nix b/home/darwin/shell.nix index 2b6b3fc2..83fc3900 100644 --- a/home/darwin/shell.nix +++ b/home/darwin/shell.nix @@ -1,4 +1,4 @@ -{lib}: let +{lib, ...}: let envExtra = lib.mkAfter '' export PATH="$PATH:/opt/homebrew/bin:/usr/local/bin" '';