Call package
This commit is contained in:
parent
1b0367dca5
commit
c256cbb11a
1 changed files with 1 additions and 3 deletions
|
|
@ -39,9 +39,7 @@
|
||||||
packages = eachSystem (system: let
|
packages = eachSystem (system: let
|
||||||
pkgs = pkgsFor.${system};
|
pkgs = pkgsFor.${system};
|
||||||
in {
|
in {
|
||||||
default = import ./package.nix {
|
default = pkgs.callPackage ./package.nix {};
|
||||||
inherit pkgs;
|
|
||||||
};
|
|
||||||
with-lsps = self.packages.${system}.default.override {
|
with-lsps = self.packages.${system}.default.override {
|
||||||
withLsps = true;
|
withLsps = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue