Skip to content

Commit

Permalink
No shell, makes eval go brrr?
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jun 11, 2021
1 parent 4db7bf5 commit 723586f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ let
# FIXME: this should simply be set on the main shell derivation, but this breaks
# lorri: https://github.com/target/lorri/issues/489. In the mean time, we set it
# only on the CI version, so that we still catch it, but lorri doesn't see it.
shell = (import ./shell.nix { inherit packages; }).overrideAttrs (attrs: attrs // {
disallowedRequisites = [ plutus.haskell.packages.plutus-core.components.library ];
});
# shell = (import ./shell.nix { inherit packages; }).overrideAttrs (attrs: attrs // {
# disallowedRequisites = [ plutus.haskell.packages.plutus-core.components.library ];
# });
});
in
dimension "System" systems (name: sys: _select name sys null)
Expand Down

0 comments on commit 723586f

Please sign in to comment.