diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-17 09:38:54 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-18 09:05:35 -0800 |
| commit | 8c6671c18392eb13d0fbd57a90bcb1a7f3c63889 (patch) | |
| tree | ef1b91791cf2e553fe1b251a8f8244467a0d136b /nix/lib | |
| parent | add support for overlays and add one for `sapi' (diff) | |
| download | infra-8c6671c18392eb13d0fbd57a90bcb1a7f3c63889.tar.gz | |
install some tools only on work machine
Diffstat (limited to 'nix/lib')
| -rw-r--r-- | nix/lib/mkSystem.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix index 2375adf..cb581c7 100644 --- a/nix/lib/mkSystem.nix +++ b/nix/lib/mkSystem.nix @@ -36,6 +36,7 @@ systemFunc rec { home-manager.users.${user} = import userHMConfig { inputs = inputs; darwin = darwin; + systemName = name; }; } |
