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:
|
all:
|
||||||
@echo "No command provided"
|
@echo "No command provided"
|
||||||
|
|
||||||
|
home:
|
||||||
|
echo "HOME is: '${HOME}'"
|
||||||
|
|
||||||
machine:
|
machine:
|
||||||
@echo "${HOSTNAME}"
|
@echo "${HOSTNAME}"
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
htop
|
htop
|
||||||
inotify-tools
|
inotify-tools
|
||||||
jq
|
jq
|
||||||
|
just
|
||||||
killall
|
killall
|
||||||
krabby
|
krabby
|
||||||
nmap
|
nmap
|
||||||
|
|||||||
Reference in New Issue
Block a user