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
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