Skip to content

Commit

Permalink
chore(docs): update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Mar 16, 2024
1 parent 3b93853 commit 180015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
cat ${self}/parts/pkgs/default.nix |
awk '/= pkgs/{print $1}' |
awk "!/docs/" |
sed -E "s/(.*)/- [\1](https:\/\/github.com\/isabelroses\/dotfiles\/blob\/main\/flake\/pkgs\/\1\.nix)/g" >> $out
sed -E "s/(.*)/- [\1](https:\/\/github.com\/isabelroses\/dotfiles\/blob\/main\/parts\/pkgs\/\1\.nix)/g" >> $out
# declare docs
cat ${self}/parts/pkgs/default.nix |
Expand Down

0 comments on commit 180015e

Please sign in to comment.