Skip to content

Commit

Permalink
Update dependencies after breaking change (#220)
Browse files Browse the repository at this point in the history
* update flake inputs

* update submodules
  • Loading branch information
mattpolzin authored Jun 25, 2024
1 parent 07e751b commit fb38877
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Idris2
Submodule Idris2 updated 335 files
2 changes: 1 addition & 1 deletion LSP-lib
219 changes: 213 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
};

outputs = {
self,
nixpkgs,
alejandra,
idris,
lsp-lib,
...
}: let
lib = nixpkgs.lib;
# support the same systems as Idris2
Expand Down Expand Up @@ -71,7 +71,7 @@
--suffix IDRIS2_PACKAGE_PATH ':' "${globalLibrariesPath}"
'';
};
in rec {
in {
packages =
idrisPkgs
// rec {
Expand Down

0 comments on commit fb38877

Please sign in to comment.