From 698d8fb1ddcf2aefd780c672b6f681ee0c5fa1f2 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Tue, 8 Apr 2025 17:32:23 -0500 Subject: Format and such --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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; [ -- cgit 1.4.1