fix flake

This commit is contained in:
Jasper Ras 2026-02-26 19:50:35 +01:00
parent 57cefc7165
commit 7ee373e28b

View file

@ -11,7 +11,7 @@
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
in { in {
devShells.x86_64-linux.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = [ packages = [
pkgs.rustup pkgs.cargo pkgs.rustc-unwrapped pkgs.rustup pkgs.cargo pkgs.rustc-unwrapped
pkgs.rust-analyzer-unwrapped pkgs.rust-analyzer-unwrapped