adding meshtastic

This commit is contained in:
Kyle Isom 2025-05-09 14:03:41 -07:00
parent d5b14fefc6
commit 5d811a0cc1
2 changed files with 13 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
BIN_DIR := ${HOME}/.local/bin
SCRIPTS := $(BIN_DIR)/rebuild-nixos
.PHONY: all
all: $(SCRIPTS)
$(BIN_DIR):
mkdir -p $(BIN_DIR)
$(BIN_DIR)/rebuild-nixos: script/rebuild-nixos
cp script/rebuild-nixos $(BIN_DIR)/
chmod +x $(BIN_DIR)/rebuild-nixos

View File

@ -68,6 +68,7 @@
podman-tui
pwgen
python3Full
python313Packages.meshtastic
rlwrap
rofi
sbcl