add default package

This commit is contained in:
2025-04-13 14:20:35 +02:00
parent fc85113cd6
commit d2d0f39e33

View File

@@ -13,7 +13,7 @@
(utils.lib.eachSystem (utils.lib.defaultSystems) ( system: (utils.lib.eachSystem (utils.lib.defaultSystems) ( system:
let let
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in in rec
{ {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
@@ -35,6 +35,9 @@
cp -r static $out/ cp -r static $out/
''; '';
}; };
packages.default = packages.zineshop;
checks = let checks = let
checkArgs = { checkArgs = {
pkgs = pkgs; pkgs = pkgs;