mirror of
https://github.com/the-programmers-hangout/swiftspiracy-bot.git
synced 2026-09-10 07:56:26 +02:00
added example shell command to devshell
This commit is contained in:
@@ -54,6 +54,20 @@
|
|||||||
value = "experimental-features = nix-command flakes";
|
value = "experimental-features = nix-command flakes";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
commands = [
|
||||||
|
{
|
||||||
|
name = "fmt";
|
||||||
|
help = "format nix code (using alejandra)";
|
||||||
|
command = "nix fmt";
|
||||||
|
category = "nix";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "lint";
|
||||||
|
help = "lint go code";
|
||||||
|
command = "gofmt";
|
||||||
|
category = "golang";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user