makeDBusConfig: don't allow substitutions

This is rebuilt virtually every time a NixOS module is enabled or
disabled, so I don't think it makes sense to have it substituted.
It gets in the way of trivial config changes when I would otherwise be
able to rebuild my system entirely offline.
This commit is contained in:
Alyssa Ross 2019-03-17 01:08:44 +00:00
parent 36cbb7c45e
commit ad0d1ff6fd
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -12,6 +12,7 @@ runCommand "dbus-1"
{
inherit serviceDirectories suidHelper;
preferLocalBuild = true;
allowSubstitutes = false;
XML_CATALOG_FILES = writeText "dbus-catalog.xml" ''
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC