diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
| commit | d048a7b6a225f9e30b2a95e9461f4c267eb29af0 (patch) | |
| tree | e7da6bcb7901d4c0daae50b59fa5c2b02e89b51d /flake.nix | |
| parent | don't sign git commits (diff) | |
| download | infra-d048a7b6a225f9e30b2a95e9461f4c267eb29af0.tar.gz | |
add configuration for my work machine
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -42,7 +42,11 @@ outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } { - systems = [ "aarch64-darwin" "x86_64-linux" ]; + systems = [ + "aarch64-darwin" + "x86_64-darwin" + "x86_64-linux" + ]; imports = [ ./nix/flake/devshell.nix |
