aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ab53de9..3a42cd9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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