diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-22 15:25:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-27 12:12:35 -0400 |
commit | fd3cdddf8ca1b2c46ef5b9da337efec7b1646635 (patch) | |
tree | 0e39d82792aadaae42a006d107e89ab7d57d8ad6 /makefile | |
parent | spine, harvests require doc abstraction be run (diff) |
org .envrc-local_ (sample for nix-shell)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ get_depends: done; \ cd $${hwd} set_depends: get_depends - dub describe | sed 's_$(shell echo `pwd | sed 's_/_\\/_g'`)_._g' > dub_describe.json + dub describe | sed 's~$(shell echo `pwd | sed 's_/_\\/_g'`)~.~g' > dub_describe.json rm_flakelock: git reset HEAD flake.lock && \ touch flake.lock \ |