Skip to content

Commit

Permalink
More purging
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Oct 11, 2021
1 parent 19b6f2e commit 73e3b59
Show file tree
Hide file tree
Showing 56 changed files with 6 additions and 3,531 deletions.
83 changes: 1 addition & 82 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,93 +34,12 @@ in
rec {
inherit pkgs plutus;

inherit (plutus) web-ghc;

inherit (haskell.packages.plutus-pab.components.exes)
plutus-pab-examples
plutus-uniswap;

inherit (haskell.packages.marlowe.components.exes) marlowe-pab;

webCommon = pkgs.callPackage ./web-common { inherit (plutus.lib) gitignore-nix; };
webCommonPlutus = pkgs.callPackage ./web-common-plutus { inherit (plutus.lib) gitignore-nix; };
webCommonMarlowe = pkgs.callPackage ./web-common-marlowe { inherit (plutus.lib) gitignore-nix; };
webCommonPlayground = pkgs.callPackage ./web-common-playground { inherit (plutus.lib) gitignore-nix; };

plutus-playground = pkgs.recurseIntoAttrs rec {
haddock = plutus.plutus-haddock-combined;

inherit (pkgs.callPackage ./plutus-playground-client {
inherit (plutus.lib) buildPursPackage buildNodeModules filterNpm gitignore-nix;
inherit haskell webCommon webCommonPlutus webCommonPlayground;
}) client server generate-purescript start-backend;
};

marlowe-playground = pkgs.recurseIntoAttrs rec {
inherit (pkgs.callPackage ./marlowe-playground-client {
inherit (plutus.lib) buildPursPackage buildNodeModules filterNpm gitignore-nix;
inherit haskell webCommon webCommonMarlowe webCommonPlayground;
}) client server generate-purescript start-backend;
};

marlowe-dashboard = pkgs.recurseIntoAttrs rec {
inherit (pkgs.callPackage ./marlowe-dashboard-client {
inherit haskell plutus-pab;
inherit (plutus.lib) buildPursPackage buildNodeModules filterNpm gitignore-nix;
inherit webCommon webCommonMarlowe;
}) client server-setup-invoker marlowe-invoker generated-purescript generate-purescript start-backend;
};

marlowe-dashboard-fake-pab = pkgs.recurseIntoAttrs rec {
inherit (pkgs.callPackage ./fake-pab {
inherit marlowe-dashboard;
inherit (plutus.lib) buildPursPackage buildNodeModules filterNpm gitignore-nix;
inherit haskell webCommon webCommonMarlowe;
}) client fake-pab-exe fake-pab-generated-purescript;
};

marlowe-marketplace = pkgs.recurseIntoAttrs rec {
inherit (pkgs.callPackage ./marlowe-marketplace-client {
inherit (plutus.lib) buildPursPackage buildNodeModules filterNpm gitignore-nix;
inherit webCommon webCommonMarlowe;
}) client;
};

marlowe-web = pkgs.callPackage ./marlowe-website { inherit (plutus.lib) npmlock2nix gitignore-nix; };

plutus-pab = pkgs.recurseIntoAttrs (pkgs.callPackage ./plutus-pab-client {
inherit (plutus.lib) buildPursPackage buildNodeModules gitignore-nix filterNpm;
inherit haskell webCommon webCommonPlutus;
});

plutus-use-cases = pkgs.recurseIntoAttrs (pkgs.callPackage ./plutus-use-cases {
inherit haskell;
});

tests = import ./nix/tests/default.nix {
inherit pkgs docs;
inherit (plutus.lib) gitignore-nix;
inherit (plutus) fixStylishHaskell fixPurty fixPngOptimization;
inherit plutus-playground marlowe-playground marlowe-dashboard web-ghc plutus-pab marlowe-pab;
inherit (plutus) fixStylishHaskell fixPngOptimization;
src = ./.;
};

docs = import ./nix/docs.nix { inherit pkgs plutus; };

deployment = pkgs.recurseIntoAttrs (pkgs.callPackage ./deployment/morph {
plutus = {
inherit plutus-pab marlowe-dashboard marlowe-playground plutus-playground web-ghc docs marlowe-web marlowe-pab;
};
});

# This builds a vscode devcontainer that can be used with the plutus-starter project (or probably the plutus project itself).
devcontainer = import ./nix/devcontainer/plutus-devcontainer.nix { inherit pkgs plutus; };

# Test data needed by marlowe-actus provided via niv
inherit (sources) actus-tests;

build-and-push-devcontainer-script = import ./nix/devcontainer/deploy/default.nix { inherit pkgs plutus; };

# Packages needed for the bitte deployment
bitte-packages = import ./bitte { inherit marlowe-playground plutus-playground web-ghc marlowe-pab marlowe-dashboard marlowe-web docs pkgs; };
}
31 changes: 0 additions & 31 deletions deployment/ARCHITECTURE.md

This file was deleted.

269 changes: 0 additions & 269 deletions deployment/README.md

This file was deleted.

Loading

0 comments on commit 73e3b59

Please sign in to comment.