Merge pull request #241 from tomeon/remove-defaultPackage

chore(flake): remove `defaultPackage` output
This commit is contained in:
Robert Hensing 2024-06-26 13:17:50 +02:00 committed by GitHub
commit 555e7ba634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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@{ ... }: