1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: add default packages for new nix version

This commit is contained in:
Kevin Amado 2022-04-05 15:19:13 -05:00
parent 7db5e17760
commit 727379f09c

View file

@ -78,6 +78,7 @@
})
binaries
);
"default" = builtins.elemAt pkgs 0;
};
in rec {
checks."aarch64-darwin" = packages."aarch64-darwin";