Skip to content

Commit 576590d

Browse files
Set up direnv and update flake inputs (#6526)
Signed-off-by: Yusuke Shimizu <stm1051212@gmail.com>
1 parent f293948 commit 576590d

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
use flake

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ crates/goose/tests/mcp_replays/*errors.txt
7171
# Nix build output
7272
result
7373

74+
# direnv
75+
.direnv/
76+
7477
# Goose self-test artifacts
7578
gooseselftest/
7679
.tasks/

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030

3131
darwinInputs = with pkgs; [
3232
libiconv
33-
darwin.apple_sdk.frameworks.Security
34-
darwin.apple_sdk.frameworks.SystemConfiguration
35-
darwin.apple_sdk.frameworks.CoreServices
33+
apple-sdk
3634
];
3735

3836
buildInputs = commonInputs

0 commit comments

Comments
 (0)