Skip to content

Commit

Permalink
fix: fix unstripped overlay config
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
  • Loading branch information
Scrumplex committed Jan 10, 2024
1 parent a6800c1 commit aca5a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
config = mkIf cfg.enable {
nixpkgs.overlays =
[self.overlays.default]
++ optional cfg.enableDebug [self.overlays.unstripped];
++ optional cfg.enableUnstripped self.overlays.unstripped;

nix.settings = {
substituters = ["https://nixpkgs-xr.cachix.org"];
Expand Down

0 comments on commit aca5a9c

Please sign in to comment.