diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-07-23 18:56:37 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-07-23 18:56:37 +0200 |
| commit | b5e0b273c4cf12842a7cfee0fc4b0bdabf74ce7c (patch) | |
| tree | cfa0a742e16f9aab81b408a5536661b9c71d2f44 /modules/system/default.nix | |
| parent | 7845fd042311f3bc8203f0e97cd77a07ff05f656 (diff) | |
darwin: show CHANGELOG during activation
Diffstat (limited to 'modules/system/default.nix')
| -rw-r--r-- | modules/system/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index 2710777..1cc0290 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -87,6 +87,9 @@ in systemConfig=$out + mkdir -p $out/darwin + cp -f ${<darwin/CHANGELOG>} $out/darwin-changes + ln -s ${cfg.build.etc}/etc $out/etc ln -s ${cfg.path} $out/sw |
