Skip to content

Commit f58c358

Browse files
committed
Make use of local binding
1 parent ce80e2c commit f58c358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
#
9999
# $ nix develop .#minimum --command cargo test
100100
#
101-
pkgs.lib.mapAttrs
101+
lib.mapAttrs
102102
(name: rustToolchain:
103103
let
104104
rustWithExtensions = rustToolchain.override {

0 commit comments

Comments
 (0)