Skip to content

Commit 93010fe

Browse files
authored
Fix typo in NIX_AGDA_STDLIB environment variable (#7352)
1 parent 3689b21 commit 93010fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/agda-tools.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ let
142142
};
143143

144144
# Path to the stdlib .agda-lib file for shell export.
145-
NIX_AGDA_STDLIB = "${agda-stdlib}/stadard-library.agda-lib";
145+
NIX_AGDA_STDLIB = "${agda-stdlib}/standard-library.agda-lib";
146146

147147
in
148148

0 commit comments

Comments
 (0)