Skip to content

Commit

Permalink
Fixed missing semicolon. 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Feb 8, 2024
1 parent f30f283 commit 312fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cabalProject:
pkgs.graphviz
];

env.AGDA_STDLIB = "${repoRoot.nix.agda-stdlib}/standard-library.agda-lib"
env.AGDA_STDLIB = "${repoRoot.nix.agda-stdlib}/standard-library.agda-lib";

shellHook = ''
echo "${repoRoot.nix.agda-stdlib}/standard-library.agda-lib" > .libraries
Expand Down

0 comments on commit 312fb9f

Please sign in to comment.