diff options
author | Maxwell Beck <max@rastertail.net> | 2025-04-08 17:32:23 -0500 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2025-04-08 17:32:23 -0500 |
commit | 698d8fb1ddcf2aefd780c672b6f681ee0c5fa1f2 (patch) | |
tree | e646054f848f3c1896fbb495757e5e61f9cebbe4 /flake.nix | |
parent | 1d888631c3e4c423c2b782b01ca29fc1057c51a2 (diff) |
Format and such
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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; [ |