Skip to content

Commit

Permalink
Materialize Nix expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 28, 2022
1 parent 7b8c751 commit 1fd7fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/kore.nix.d/kore.nix
Expand Up @@ -64,6 +64,7 @@
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."haskeline" or (errorHandler.buildDepError "haskeline"))
(hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp"))
(hsPkgs."intern" or (errorHandler.buildDepError "intern"))
(hsPkgs."json-rpc" or (errorHandler.buildDepError "json-rpc"))
(hsPkgs."lens" or (errorHandler.buildDepError "lens"))
(hsPkgs."logict" or (errorHandler.buildDepError "logict"))
Expand Down Expand Up @@ -765,6 +766,7 @@
(hsPkgs."hashable" or (errorHandler.buildDepError "hashable"))
(hsPkgs."haskeline" or (errorHandler.buildDepError "haskeline"))
(hsPkgs."integer-gmp" or (errorHandler.buildDepError "integer-gmp"))
(hsPkgs."intern" or (errorHandler.buildDepError "intern"))
(hsPkgs."json-rpc" or (errorHandler.buildDepError "json-rpc"))
(hsPkgs."lens" or (errorHandler.buildDepError "lens"))
(hsPkgs."logict" or (errorHandler.buildDepError "logict"))
Expand Down

0 comments on commit 1fd7fa8

Please sign in to comment.