Skip to content

Commit

Permalink
feat: update devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 10, 2023
1 parent 921757d commit 62e44cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions devShell/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
shellCommands = [
{
help = "Rebuild the system using nh os switch";
name = "sw";
command = "nh os switch";
category = "build";
}
{
help = "Rebuild the system using nh os boot";
name = "boot";
command = "nh os boot";
category = "build";
}
{
help = "Format the source tree with treefmt";
name = "fmt";
Expand Down

0 comments on commit 62e44cb

Please sign in to comment.