rust 1.86

This commit is contained in:
Jonas Rabenstein 2026-03-13 00:27:00 +01:00
commit 3beb94721b
3 changed files with 128 additions and 180 deletions

View file

@ -26,7 +26,7 @@
devShells = system: pkgs': let
pkgs = allpkgs pkgs';
in builtins.mapAttrs (devShell pkgs) (packages pkgs');
in builtins.mapAttrs (devShell pkgs) (packages' pkgs');
devShell = pkgs: name: pkg: pkgs.mkShell {
buildInputs = with pkgs; [