diff options
author | sils <sils@sils.li> | 2023-11-18 11:31:39 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-18 11:31:39 +0100 |
commit | e78c22aa89b45454950f5130f9b54edc12db95c1 (patch) | |
tree | 85c6edcdf6986e2516b968cec373f73876d1b0fe /flake | |
parent | refactor(flake): pass attrs to home-manager (diff) | |
download | nix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.tar.gz nix-config-e78c22aa89b45454950f5130f9b54edc12db95c1.zip |
fix(flake): add i686-linux system
Diffstat (limited to 'flake')
-rw-r--r-- | flake/systems.nix | 5 |
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" +] |