diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 19:39:59 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 19:39:59 -0700 |
| commit | 10a239704ed4b9bd6ec9e153e2ca396e28eb7975 (patch) | |
| tree | 71c1b32f78bf9939d3afdab1ef504ab90dcf6166 /flake.nix | |
| parent | 09aecc094038804413b4df1aa1f116de6bd115b7 (diff) | |
add loud
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |
