Skip to content

Commit

Permalink
fix: disable lazy's builtin packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Jul 8, 2024
1 parent 4f1193e commit 7c159a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"zipPlugin"
];
};
pkg.enabled = false;
};
plugins = import ../plugins/spec.nix {
inherit config inputs' pkgs;
Expand Down

0 comments on commit 7c159a0

Please sign in to comment.