Skip to content

Commit

Permalink
feat(nix-droid): update nix (cli) options
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Nov 3, 2024
1 parent 611384c commit a838e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ let
(
{ pkgs, config, ... }:
{
inherit (ctx) nix;
nix = ctx.nix // {
configureBuildUsers = true;
};
mouseless.enable = true;
homebrew.enable = true;
_module.args = ctx.extraModuleArgs;
Expand Down

0 comments on commit a838e84

Please sign in to comment.