diff options
author | Franck Cuny <franck@fcuny.net> | 2024-03-04 13:49:09 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-03-04 13:49:09 -0800 |
commit | cb60d123ec417712bbe33d1bfd3b49464cbad7ec (patch) | |
tree | feffe728f41b16d3e8851010d9b6eee9a16fd6e8 /nix/flake | |
parent | expand configuration for vscode (diff) | |
download | world-cb60d123ec417712bbe33d1bfd3b49464cbad7ec.tar.gz |
extract shared code for darwin to a new module
Diffstat (limited to 'nix/flake')
-rw-r--r-- | nix/flake/hosts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake/hosts.nix b/nix/flake/hosts.nix index e3d1fff..e84a389 100644 --- a/nix/flake/hosts.nix +++ b/nix/flake/hosts.nix @@ -8,6 +8,7 @@ let inherit system; modules = [ home-manager.darwinModule + ../../hosts/common/darwin/homebrew.nix path { nixpkgs.overlays = [ |