nix store log

This commit is contained in:
IDONTSUDO 2023-12-14 23:04:45 +03:00
parent 5d0e5f7f1c
commit 0d140e58ca
13 changed files with 81 additions and 46 deletions

View file

@ -41,25 +41,3 @@ export const mockSimplePipeline: IPipeline[] = [
stackGenerateType: StackGenerateType.SINGLETON,
},
];
// const p: IPipeline[] = [
// {
// process: {
// type: EXEC_TYPE.EXEC,
// command: `nix run gitlab:robossembler/nix-robossembler-overlay#test-script '{
// "filesMeta":[
// {"type":"folder","name":"example", "path": null,"rewrite":true}
// ],
// "path":"$PATH"
// }'`,
// isGenerating: true,
// isLocaleCode: false,
// issueType: IssueType.WARNING,
// },
// trigger: {
// type: TriggerType.FILE,
// value: ["context"],
// },
// env: null,
// stackGenerateType: StackGenerateType.SINGLETON,
// },
// ]