chore(flake): remove defaultPackage output

Follow-up to #240.
This commit is contained in:
Matt Schreiber 2024-04-28 20:35:20 -04:00
parent efa008e12f
commit 7e7aa3dfc6
No known key found for this signature in database

View file

@ -86,12 +86,6 @@
flake = {
debug = { inherit inputs config lib; };
defaultPackage =
lib.mapAttrs
(_system: ps: lib.warn "arion.defaultPackage has been removed in favor of arion.packages.\${system}.default"
ps.default)
config.flake.packages;
lib = {
eval = import ./src/nix/eval-composition.nix;
build = args@{ ... }: