Skip to content

Commit

Permalink
morph: Switch to refactored setup
Browse files Browse the repository at this point in the history
- switch to the new config in `network.nix`
- change morph call in `shell.nix` to use `network.nix`
- Drop all deprecated nix configuration files
  • Loading branch information
gilligan committed Apr 6, 2021
1 parent 7611aaf commit d31eea1
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 581 deletions.
42 changes: 0 additions & 42 deletions deployment/morph/configurations.nix

This file was deleted.

52 changes: 0 additions & 52 deletions deployment/morph/default-machine.nix

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion deployment/morph/network.nix
Expand Up @@ -15,7 +15,7 @@ let
# - adds plutus specific packages through an overlay
mkMachine = { config, name }: {
imports = [
./profiles/std.nix
./machines/std.nix
config
({ lib, config, ... }:
{
Expand Down
112 changes: 0 additions & 112 deletions deployment/morph/pab.nix

This file was deleted.

175 changes: 0 additions & 175 deletions deployment/morph/playgrounds.nix

This file was deleted.

0 comments on commit d31eea1

Please sign in to comment.