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 f425c9b..e6db1d0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,7 +9,7 @@
 
   outputs = { self, nixpkgs, fenix }:
     let
-      system = "aarch64-darwin";
+      system = "x86_64-linux";
       pkgs = nixpkgs.legacyPackages.${system};
       fpkgs = fenix.packages.${system};
       rust = with fpkgs; combine (with stable; [