summaryrefslogtreecommitdiff
path: root/modules/system/etc.nix
diff options
context:
space:
mode:
authorJames Walker <walkah@walkah.net>2022-09-25 14:12:08 -0400
committerJames Walker <walkah@walkah.net>2022-09-25 14:12:08 -0400
commita2a9f30fee9d74c7129aa50d638245b62f80d8c6 (patch)
treefaa5b1c3de6f4976bd0e633c5ee9d46cae839a90 /modules/system/etc.nix
parent088c98a584a38b5f844bb9e9cd32eb28479ca6d7 (diff)
rename runCommandNoCC
Diffstat (limited to 'modules/system/etc.nix')
-rw-r--r--modules/system/etc.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/etc.nix b/modules/system/etc.nix
index 527cda7..cccb2b0 100644
--- a/modules/system/etc.nix
+++ b/modules/system/etc.nix
@@ -21,7 +21,7 @@ in
environment.etc = mkOption {
type = types.attrsOf (types.submodule text);
- default = {};
+ default = { };
description = ''
Set of files that have to be linked in <filename>/etc</filename>.
'';
@@ -31,7 +31,7 @@ in
config = {
- system.build.etc = pkgs.runCommandNoCC "etc"
+ system.build.etc = pkgs.runCommand "etc"
{ preferLocalBuild = true; }
''
mkdir -p $out/etc