default package

This commit is contained in:
2025-05-04 18:41:50 +02:00
parent 133dc74fb9
commit ce030a8734
2 changed files with 22 additions and 1 deletions

View File

@@ -53,7 +53,7 @@
package = lib.mkOption {
type = lib.types.package;
default = pkgs.callPackage ./derivation.nix { inherit (pkgs) lib python3Packages; };
default = self.packages.${pkgs.system}.default;
description = "The makku-bar package to use.";
};
};