diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 19:47:01 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 19:47:01 -0700 |
| commit | e994229cea4be90548ff305495c63b0b8a5ebed3 (patch) | |
| tree | 9b0ccc4f09ebe6a02228c22cdc9a23a8a7737e3d /flake.nix | |
| parent | 5e25b0693432abe23ffca8fcb230f6035141ba87 (diff) | |
| parent | 7c182736c15a1a22adaec31a66d92576cf54cf9c (diff) | |
Merge branch 'xml-integration'
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 = [ |
