From 7ee373e28bd73b3f5c12c2194dca56c566c57542 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 26 Feb 2026 19:50:35 +0100 Subject: [PATCH] fix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bb64cc7..d15b5b1 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ let pkgs = import nixpkgs { inherit system; }; in { - devShells.x86_64-linux.default = pkgs.mkShell { + devShells.default = pkgs.mkShell { packages = [ pkgs.rustup pkgs.cargo pkgs.rustc-unwrapped pkgs.rust-analyzer-unwrapped