feat(builds): put result symlinks in folder

This commit is contained in:
matt1432 2024-11-21 21:58:27 -05:00
parent 6760ddade6
commit c7e4d1d3e9
2 changed files with 4 additions and 1 deletions
devices/servivi/modules

View file

@ -24,6 +24,9 @@
cd "$FLAKE" || return
nix-fast-build -f .#nixFastChecks "$@"
mkdir -p results
mv -f result-* results
'';
};
in {