about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/wpcarro/Makefile17
-rw-r--r--users/wpcarro/README.md1
2 files changed, 0 insertions, 18 deletions
diff --git a/users/wpcarro/Makefile b/users/wpcarro/Makefile
deleted file mode 100644
index 4e3361b800..0000000000
--- a/users/wpcarro/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-install-cli-tools:
-	nix-env -f "${BRIEFCASE}" -iA shared.cliTools
-
-install-configs:
-	nix-build -A configs.install && \
-	./result && \
-	rm ./result
-
-uninstall-configs:
-	nix-build -A configs.uninstall && \
-	./result && \
-	rm ./result
-
-list-broken-links:
-	nix-build -A tools.symlinkManager && \
-	./result/bin/symlink-mgr -audit && \
-	rm ./result
diff --git a/users/wpcarro/README.md b/users/wpcarro/README.md
index fdc885be20..7347c516c0 100644
--- a/users/wpcarro/README.md
+++ b/users/wpcarro/README.md
@@ -43,4 +43,3 @@ Below I have outlined a few projects that you might find interesting.
   - old computer: `configs/.gnupg/export.sh $outdir`
   - new computer: `configs/.gnupg/import.sh <path-to-zip>`
   from the new machine.
-- Consult `Makefile`.