rust 1.86
This commit is contained in:
parent
77bea18eb3
commit
3beb94721b
3 changed files with 128 additions and 180 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue