Call package

This commit is contained in:
Aleksandr Lebedev 2025-07-25 23:35:56 +02:00
parent 1b0367dca5
commit c256cbb11a

View file

@ -39,9 +39,7 @@
packages = eachSystem (system: let
pkgs = pkgsFor.${system};
in {
default = import ./package.nix {
inherit pkgs;
};
default = pkgs.callPackage ./package.nix {};
with-lsps = self.packages.${system}.default.override {
withLsps = true;
};