diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-17T14·18+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-17T14·25+0000 |
commit | 3ecb412055532bfea0c7badaa137ddf75e563392 (patch) | |
tree | 4786d5f70d6e291db4c3d7b8c322b7978b0b4b6f /users/tazjin/dt/README.md | |
parent | 1c81ccb99634d107eb7f9b986bc4822c7a517d13 (diff) |
chore(tazjin/*): Remove some dead code r/3620
Change-Id: Ic938bc9ae446620f132d912e4787f4b42ffd9341 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4983 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/dt/README.md')
-rw-r--r-- | users/tazjin/dt/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/users/tazjin/dt/README.md b/users/tazjin/dt/README.md deleted file mode 100644 index ee43d5606409..000000000000 --- a/users/tazjin/dt/README.md +++ /dev/null @@ -1,11 +0,0 @@ -dt -== - -It's got a purpose. - -## Usage: - -``` -nix-build -E '(import (builtins.fetchGit "https://git.tazj.in/") {}).fun.dt' -./result/bin/dt --one ... --two ... -``` |