From cefce32ed839756e79e6c30843f65599230b62c1 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 9 Jan 2026 12:55:09 +0100 Subject: [PATCH] Replaced Makefile with Justfile --- Makefile => Justfile | 5 ++++- modules/packages.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) rename Makefile => Justfile (82%) diff --git a/Makefile b/Justfile similarity index 82% rename from Makefile rename to Justfile index 7717002..e6b572c 100644 --- a/Makefile +++ b/Justfile @@ -1,8 +1,11 @@ -HOSTNAME = $(shell hostname) +default: + @just --list all: @echo "No command provided" +home: + echo "HOME is: '${HOME}'" machine: @echo "${HOSTNAME}" diff --git a/modules/packages.nix b/modules/packages.nix index d67178c..6409e48 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -20,6 +20,7 @@ htop inotify-tools jq + just killall krabby nmap