feat: added command-runner server

This commit is contained in:
uttarayan21
2025-06-23 12:06:14 +05:30
parent 371c35d73e
commit 7702946c5f
9 changed files with 398 additions and 192 deletions

View File

@@ -170,6 +170,11 @@
nixos-rpi = {
url = "github:nvmd/nixos-raspberrypi/main";
};
command-runner = {
# url = "github:uttarayan21/command-runner";
url = "git+file:/home/servius/Projects/command-runner";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {