about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-08-03 14:04:03 -0700
committerFranck Cuny <franck@fcuny.net>2024-08-03 14:04:03 -0700
commit30558b5b98c362e4daabb9223286a2595191be4e (patch)
tree27ac618628521e2abd4c385b490e1b41ab0ab0a2 /flake.nix
parentadd lint as a target and reformat (diff)
downloadworld-30558b5b98c362e4daabb9223286a2595191be4e.tar.gz
add a linux VM as a new host
The linux VM runs with UTM, and it has a very basic configuration for
now.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b37000b..0ceed11 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,6 +45,8 @@
       systems = [
         "aarch64-darwin"
         "x86_64-darwin"
+
+        "aarch64-linux"
         "x86_64-linux"
       ];