From 77e1652eead8fed1cb66ce0719ba9eeda1bfd9f1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 22 Jan 2024 08:09:56 -0800 Subject: add more commands to devshell's menu --- flake/devshell.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flake/devshell.nix') diff --git a/flake/devshell.nix b/flake/devshell.nix index 886d7c1..2cdce16 100644 --- a/flake/devshell.nix +++ b/flake/devshell.nix @@ -46,6 +46,18 @@ help = "Switch to the current darwin configuration"; command = "darwin-rebuild switch --flake .#"; } + { + name = "build-commands"; + category = "cmd"; + help = "Build all the commands"; + command = "make build-binaries"; + } + { + name = "clean"; + category = "cmd"; + help = "Delete all the artifacts in bin/"; + command = "make clean"; + } ]; }; -- cgit 1.4.1