mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
Set up direnv and update flake inputs (#6526)
Signed-off-by: Yusuke Shimizu <stm1051212@gmail.com>
This commit is contained in:
@@ -71,6 +71,9 @@ crates/goose/tests/mcp_replays/*errors.txt
|
|||||||
# Nix build output
|
# Nix build output
|
||||||
result
|
result
|
||||||
|
|
||||||
|
# direnv
|
||||||
|
.direnv/
|
||||||
|
|
||||||
# Goose self-test artifacts
|
# Goose self-test artifacts
|
||||||
gooseselftest/
|
gooseselftest/
|
||||||
.tasks/
|
.tasks/
|
||||||
|
|||||||
Generated
+6
-6
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755186698,
|
"lastModified": 1768305791,
|
||||||
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
|
"narHash": "sha256-AIdl6WAn9aymeaH/NvBj0H9qM+XuAuYbGMZaP0zcXAQ=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
|
"rev": "1412caf7bf9e660f2f962917c14b1ea1c3bc695e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -47,11 +47,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755571033,
|
"lastModified": 1768445213,
|
||||||
"narHash": "sha256-V8gmZBfMiFGCyGJQx/yO81LFJ4d/I5Jxs2id96rLxrM=",
|
"narHash": "sha256-y0BglISgDr61vvdb35m0O4npuqh1pojlBNDILo9j8AI=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "95487740bb7ac11553445e9249041a6fa4b5eccf",
|
"rev": "1cd63408e71cc0e6a89ff2cb7c4107214e2523cc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -30,9 +30,7 @@
|
|||||||
|
|
||||||
darwinInputs = with pkgs; [
|
darwinInputs = with pkgs; [
|
||||||
libiconv
|
libiconv
|
||||||
darwin.apple_sdk.frameworks.Security
|
apple-sdk
|
||||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
|
||||||
darwin.apple_sdk.frameworks.CoreServices
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = commonInputs
|
buildInputs = commonInputs
|
||||||
|
|||||||
Reference in New Issue
Block a user