feat(shells): add opencode dev shell with mkOpencodeRules demo
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 2m27s
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 2m27s
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# DevOps development environment
|
||||
# Usage: nix develop .#devops
|
||||
{pkgs}:
|
||||
{
|
||||
pkgs,
|
||||
inputs ? null,
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
name = "devops-dev";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user