summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2025-04-08 17:32:23 -0500
committerMaxwell Beck <max@rastertail.net>2025-04-08 17:32:23 -0500
commit698d8fb1ddcf2aefd780c672b6f681ee0c5fa1f2 (patch)
treee646054f848f3c1896fbb495757e5e61f9cebbe4 /flake.nix
parent1d888631c3e4c423c2b782b01ca29fc1057c51a2 (diff)
Format and such
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; [