Skip to content

Commit

Permalink
chore: custom step to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Sep 23, 2024
1 parent 83d4c1b commit bfb4990
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
dev = {
inherit overrideInputs;
dir = "./dev";
};
doc = {
dir = "./doc";
};
root = {
dir = ".";
steps = {
custom = {
cz-check = {
Expand All @@ -49,6 +43,9 @@
};
};
};
doc = {
dir = "./doc";
};
};
};
}

0 comments on commit bfb4990

Please sign in to comment.