Skip to content

Commit

Permalink
disable shell for now
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jan 17, 2022
1 parent 0fa6e1e commit 2bf4fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.nix
Expand Up @@ -106,9 +106,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-apps.haskell.packages.plutus-ledger.components.library ];
});
# shell = (import ./shell.nix { inherit packages; }).overrideAttrs (attrs: attrs // {
# disallowedRequisites = [ plutus-apps.haskell.packages.plutus-ledger.components.library ];
# });

# build all haskell packages and tests
haskell = pkgs.recurseIntoAttrs (mkHaskellDimension pkgs plutus-apps.haskell.projectPackages);
Expand Down

0 comments on commit 2bf4fb9

Please sign in to comment.