fix store rw, pass user account to cc sandbox

This commit is contained in:
illustris
2026-03-04 01:06:55 +05:30
parent 288ea09e91
commit c829e5451b
2 changed files with 211 additions and 111 deletions

109
flake.lock generated
View File

@@ -18,6 +18,40 @@
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"illustris-lib": {
"flake": false,
"locked": {
"lastModified": 1772324173,
"narHash": "sha256-1Fy9mbNheMr7YBDZ0MJF21NvVLLy1YyPsbwwqrGmAEA=",
"owner": "illustris",
"repo": "flake",
"rev": "b8fcfb188509e044269c79ecbc5dd506bc7d48e3",
"type": "github"
},
"original": {
"owner": "illustris",
"repo": "flake",
"type": "github"
}
},
"microvm": {
"inputs": {
"nixpkgs": [
@@ -39,7 +73,43 @@
"type": "github"
}
},
"nix-mcp": {
"inputs": {
"flake-utils": "flake-utils",
"illustris-lib": "illustris-lib",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1772325604,
"narHash": "sha256-ZSYl+YyapjY4BZcuqhvHLQ9xxtQYbByTUDfrSWuSptQ=",
"owner": "illustris",
"repo": "nix-mcp",
"rev": "023934c4943b402864aebd93b79e668c02cbcd87",
"type": "github"
},
"original": {
"owner": "illustris",
"repo": "nix-mcp",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1772198003,
"narHash": "sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1772198003,
"narHash": "sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE=",
@@ -55,7 +125,7 @@
"type": "github"
}
},
"nixpkgs_2": {
"nixpkgs_3": {
"locked": {
"lastModified": 1770107345,
"narHash": "sha256-tbS0Ebx2PiA1FRW8mt8oejR0qMXmziJmPaU1d4kYY9g=",
@@ -71,7 +141,7 @@
"type": "github"
}
},
"nixpkgs_3": {
"nixpkgs_4": {
"locked": {
"lastModified": 1771724586,
"narHash": "sha256-The//BXCIdGDkYK23LZOZKDt7xGrUogp8jxbyIlX6Bg=",
@@ -92,15 +162,16 @@
"zig2nix": "zig2nix"
},
"locked": {
"lastModified": 1772328825,
"narHash": "sha256-xAez0hPWyChoOTTjOt/OHCJsmqEa+DdS4+0g/drjV2Q=",
"owner": "nullclaw",
"lastModified": 1772565037,
"narHash": "sha256-ToafgQCwxEmV9W+GIZELupvRFJXHRoLwvfyLHrQCk1g=",
"owner": "illustris",
"repo": "nullclaw",
"rev": "9a64fd94c65ee409a1c523653463ef43e1961aac",
"rev": "b558b0429ae4c21df0df0c4708d1c1cb6be10b85",
"type": "github"
},
"original": {
"owner": "nullclaw",
"owner": "illustris",
"ref": "fix-nix",
"repo": "nullclaw",
"type": "github"
}
@@ -108,7 +179,8 @@
"root": {
"inputs": {
"microvm": "microvm",
"nixpkgs": "nixpkgs",
"nix-mcp": "nix-mcp",
"nixpkgs": "nixpkgs_2",
"nullclaw": "nullclaw"
}
},
@@ -143,9 +215,24 @@
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": "nixpkgs_2"
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1770228511,
@@ -163,8 +250,8 @@
},
"zig2nix": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs_3"
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1771727470,