mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
modules/user: use runCommandLocal for idDerivation
This commit is contained in:
parent
be8d5b75b3
commit
0dec5d4c97
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ with lib;
|
|||
let
|
||||
cfg = config.user;
|
||||
|
||||
idsDerivation = pkgs.runCommand "ids.nix" {} ''
|
||||
idsDerivation = pkgs.runCommandLocal "ids.nix" {} ''
|
||||
cat > $out <<EOF
|
||||
{
|
||||
gid = "$(${pkgs.coreutils}/bin/id -g)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue