diff --git a/justfile b/justfile index bd211f59f7734b611558c9ad7259c3af98df44ac..b51e32c04b0058c3f4d5b97644add7d84d3ee05f 100644 --- a/justfile +++ b/justfile @@ -5,14 +5,14 @@ [private] rebuild *args: @git add . - @sudo nixos-rebuild --flake . {{args}} |& nix run nixpkgs#nix-output-monitor + @sudo nixos-rebuild --flake . {{args}} # Rebuild the current machine switch *args: @just rebuild switch {{args}} hm: - @home-manager switch --flake . |& nix run nixpkgs#nix-output-monitor + @home-manager switch --flake . @systemctl --user start agenix.service # Rebuild the current machine for next boot @@ -31,7 +31,3 @@ # 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 .