mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Replaced Makefile with Justfile
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
HOSTNAME = $(shell hostname)
|
||||
default:
|
||||
@just --list
|
||||
|
||||
all:
|
||||
@echo "No command provided"
|
||||
|
||||
home:
|
||||
echo "HOME is: '${HOME}'"
|
||||
|
||||
machine:
|
||||
@echo "${HOSTNAME}"
|
||||
@@ -20,6 +20,7 @@
|
||||
htop
|
||||
inotify-tools
|
||||
jq
|
||||
just
|
||||
killall
|
||||
krabby
|
||||
nmap
|
||||
|
||||
Reference in New Issue
Block a user