From 1939f193eb1027c80a7d5f7f4a7d1c85bfa8bdc5 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 29 May 2024 22:24:52 -0500 Subject: [PATCH] build: add nom and fetch Signed-off-by: jolheiser --- justfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index b51e32c..bd211f5 100644 --- a/justfile +++ b/justfile @@ -5,14 +5,14 @@ default: [private] rebuild *args: @git add . - @sudo nixos-rebuild --flake . {{args}} + @sudo nixos-rebuild --flake . {{args}} |& nix run nixpkgs#nix-output-monitor # Rebuild the current machine switch *args: @just rebuild switch {{args}} hm: - @home-manager switch --flake . + @home-manager switch --flake . |& nix run nixpkgs#nix-output-monitor @systemctl --user start agenix.service # Rebuild the current machine for next boot @@ -31,3 +31,7 @@ update-flake: # Update an individual input update input: @nix flake lock --update-input {{input}} + +fetch: + @nix run nixpkgs#onefetch -- --true-color never --no-bots -d lines-of-code + @nix run nixpkgs#scc -- --no-cocomo .