add description

This commit is contained in:
Daylin Morgan 2024-05-19 10:35:44 -05:00
parent 93cd78cf85
commit 0df4c078d7
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -6,7 +6,7 @@ import (
var buildCmd = &cobra.Command{ var buildCmd = &cobra.Command{
Use: "build", Use: "build",
Short: "A brief description of your command", Short: "nix build",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
oizys.NixBuild(args...) oizys.NixBuild(args...)
}, },