From dab163bf237db2b11ed3a90e074d8a9228586a29 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 14 Mar 2024 22:46:47 +0800 Subject: [PATCH] feat(Justfile): eval tests --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 3461bf8d..2fbdc6dd 100644 --- a/Justfile +++ b/Justfile @@ -28,6 +28,9 @@ s-hypr mode="default": nixos-switch shoukei-hyprland {{mode}} +test: + nix eval .#evalTests --show-trace --print-build-logs --verbose + up: nix flake update