diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2020-05-26 23:15:07 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2020-05-29 21:29:20 +0200 |
| commit | 77121650d42cbc11d5a62a9e466b0433324659fb (patch) | |
| tree | 2d2dd9e1c93b710f15a390fca77f33a62f45dcbc /modules/system/default.nix | |
| parent | f0552188ba714520b7f182b5ab0fac5de05f5b54 (diff) | |
system: add patches module
Diffstat (limited to 'modules/system/default.nix')
| -rw-r--r-- | modules/system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index d272a18..629760c 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -86,6 +86,7 @@ in mkdir -p $out/darwin cp -f ${../../CHANGELOG} $out/darwin-changes + ln -s ${cfg.build.patches}/patches $out/patches ln -s ${cfg.build.etc}/etc $out/etc ln -s ${cfg.path} $out/sw |
