summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-18 11:31:39 +0100
committersils <sils@sils.li>2023-11-18 11:31:39 +0100
commite78c22aa89b45454950f5130f9b54edc12db95c1 (patch)
tree85c6edcdf6986e2516b968cec373f73876d1b0fe /flake
parentrefactor(flake): pass attrs to home-manager (diff)
downloadnix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.tar.gz
nix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.zip
fix(flake): add i686-linux system
Diffstat (limited to 'flake')
-rw-r--r--flake/systems.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake/systems.nix b/flake/systems.nix
new file mode 100644
index 0000000..93e8e00
--- /dev/null
+++ b/flake/systems.nix
@@ -0,0 +1,5 @@
+[
+  #"aarch64-linux" I'll uncomment that when needed
+  "i686-linux"
+  "x86_64-linux"
+]