flake: fix systems

This commit is contained in:
Anthony Rodriguez 2024-10-01 22:14:38 +02:00
parent 6cfdb5ec0b
commit 7b7149c554
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,7 +3,7 @@
outputs = inputs:
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86-64_linux"];
systems = ["x86_64-linux"];
imports = [
./hosts