diff options
author | Alan Pearce | 2024-06-29 17:36:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 17:36:24 +0200 |
commit | cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69 (patch) | |
tree | 247ab90505579d296d474c42bbe8317edb863ccd /justfile | |
download | gopkgs-cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69.tar.lz gopkgs-cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69.tar.zst gopkgs-cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69.zip |
initial commit
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..37eeaaf --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +#! /usr/bin/env cached-nix-shell +#! nix-shell -i "just --justfile" + +cd: + vanity-imports --config vanity-imports.toml |