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
|
||||
pkgs = pkgsFor.${system};
|
||||
in {
|
||||
default = import ./package.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
default = pkgs.callPackage ./package.nix {};
|
||||
with-lsps = self.packages.${system}.default.override {
|
||||
withLsps = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue