diff --git a/modules/user.nix b/modules/user.nix index bee58aa..8e6c480 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -7,7 +7,7 @@ with lib; let cfg = config.user; - idsDerivation = pkgs.runCommand "ids.nix" {} '' + idsDerivation = pkgs.runCommandLocal "ids.nix" {} '' cat > $out <