From 10a239704ed4b9bd6ec9e153e2ca396e28eb7975 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 16 Mar 2026 19:39:59 -0700 Subject: add loud --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6173e6a..23d3ae8 100644 --- a/flake.nix +++ b/flake.nix @@ -358,7 +358,7 @@ ${pre-commit-check.shellHook} git config branch.main.mergeoptions "--no-ff" alias gprune='git branch --merged | grep -v -E "^\*|main|master|dev" | xargs -r git branch -d' alias serve='cd result; python3 -m http.server 10005' -alias build='nix build .#website && ${mkNotification "CI build done!"} ' +alias build='nix build .#website -L && ${mkNotification "CI build done!"} ' alias check='nix flake check; ${mkNotification "flake checks done!"} ' ''; buildInputs = [ -- cgit v1.3