mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-16 22:11:10 +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
|
let
|
||||||
cfg = config.user;
|
cfg = config.user;
|
||||||
|
|
||||||
idsDerivation = pkgs.runCommand "ids.nix" {} ''
|
idsDerivation = pkgs.runCommandLocal "ids.nix" {} ''
|
||||||
cat > $out <<EOF
|
cat > $out <<EOF
|
||||||
{
|
{
|
||||||
gid = "$(${pkgs.coreutils}/bin/id -g)";
|
gid = "$(${pkgs.coreutils}/bin/id -g)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue