summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e5f2204..f495553 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,7 @@
   };
 
   outputs = { self, nixpkgs, ... }@attrs:
-  let supportedSystems = [ "aarch64-linux" "x86-64-linux" ];
+  let supportedSystems = [ "aarch64-linux" "x86_64-linux" ];
       forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
       nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
   in {