chore: remove legacy nix profile resources

This commit is contained in:
2026-05-30 12:05:34 +09:00
parent 1100ded218
commit b981bbd87b
11 changed files with 171 additions and 474 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ mod tests {
);
metadata.resolved_manifest_snapshot = Some(serde_json::json!({
"pod": { "name": "profile-pod" },
"profile": { "source": { "kind": "path", "path": "/profiles/coder.nix" } }
"profile": { "source": { "kind": "path", "path": "/profiles/coder.lua" } }
}));
let json = serde_json::to_string(&metadata).unwrap();