summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-12 01:16:50 +0000
committervolth <volth@volth.com>2018-10-12 01:16:50 +0000
commitdbb445736f74482780490c7ce4be07dbf2ac8e9c (patch)
treeb2339ba568eb2af95c25d6938609be07ec180324 /nixos/modules/config/system-path.nix
parent60ae563293ec956d683e3b9a62dbdef46f71437e (diff)
use buildPackages in environment.extraSetup
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 3c24dab85e4d..c07e19bd03c4 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -140,7 +140,7 @@ in
if [ -x $out/bin/glib-compile-schemas -a -w $out/share/glib-2.0/schemas ]; then
$out/bin/glib-compile-schemas $out/share/glib-2.0/schemas
fi
-
+
${config.environment.extraSetup}
'';
};