Skip to content

Commit

Permalink
chore: modify script description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruixi-rebirth committed May 4, 2023
1 parent bd50404 commit d2c3e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
};
mission-control.scripts = {
Install = {
description = "Install NixOS";
description = "After partitioning, formal installation of nixos";
exec = "sh ./scripts/install.sh";
category = "Tools";
};
update = {
description = "Update flake inputs what you want,Please check ./flake-update.sh";
description = "Update flake inputs what you want,Please check ./scripts/flake-update.sh";
exec = "sh ./scripts/flake-update.sh";
category = "Tools";
};
Expand Down

0 comments on commit d2c3e0d

Please sign in to comment.