Skip to content

Commit 3aa0550

Browse files
committed
fix: add i686-linux system for now for update.sh
1 parent c9d46cf commit 3aa0550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
./modules
9696
./pkgs
9797
];
98-
systems = import systems;
98+
systems = (import systems) ++ ["i686-linux"];
9999
perSystem = {
100100
config,
101101
pkgs,

0 commit comments

Comments
 (0)