summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-16 19:39:59 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-16 19:39:59 -0700
commit10a239704ed4b9bd6ec9e153e2ca396e28eb7975 (patch)
tree71c1b32f78bf9939d3afdab1ef504ab90dcf6166
parent09aecc094038804413b4df1aa1f116de6bd115b7 (diff)
add loud
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 = [