Skip to content

Commit

Permalink
fix(cachix): Do not build mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTNE committed Dec 10, 2024
1 parent e7a243b commit 164a68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/hosts/cachix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
boot.loader.grub.device = "nodev";
cachix = pkgs.buildEnv {
name = "cachix";
paths = [ config.services.nginx.package config.services.cloudflared.package config.services.netdata.package config.services.mongodb.package ];
paths = [ config.services.nginx.package config.services.cloudflared.package config.services.netdata.package ];
};
};
}

0 comments on commit 164a68b

Please sign in to comment.