1alias b := build
2alias s := switch
3
4build:
5 nixos-rebuild-ng build --accept-flake-config --verbose --show-trace --log-format internal-json | nom --json \
6 && nvd diff /run/current-system result
7
8switch:
9 nixos-rebuild-ng switch --accept-flake-config --verbose --show-trace --log-format internal-json | nom --json