|
49 | 49 | "themes:update": "gulp build:themes && ts-node -r esm ./dist/scripts/update.js && yarn prettier --loglevel warn --write source/renderer/app/themes/daedalus/*.ts", |
50 | 50 | "themes:copy": "ts-node -r @babel/register -r @babel/polyfill source/renderer/app/themes/utils/copyTheme.ts && yarn prettier --loglevel warn --write source/renderer/app/themes/daedalus/*.ts", |
51 | 51 | "clear:cache": "gulp clear:cache", |
52 | | - "nix:alonzo_purple": "NETWORK=alonzo_purple nix-shell --argstr nodeImplementation cardano --argstr cluster alonzo_purple", |
53 | | - "nix:mainnet": "NETWORK=mainnet nix-shell --argstr nodeImplementation cardano --argstr cluster mainnet", |
54 | | - "nix:flight": "NETWORK=mainnet nix-shell --argstr nodeImplementation cardano --argstr cluster mainnet_flight", |
55 | | - "nix:selfnode": "NETWORK=selfnode nix-shell --argstr nodeImplementation cardano --argstr cluster selfnode", |
56 | | - "nix:shelley_qa": "NETWORK=shelley_qa nix-shell --argstr nodeImplementation cardano --argstr cluster shelley_qa", |
57 | | - "nix:staging": "NETWORK=staging nix-shell --argstr nodeImplementation cardano --argstr cluster staging", |
58 | | - "nix:testnet": "NETWORK=testnet nix-shell --argstr nodeImplementation cardano --argstr cluster testnet", |
| 52 | + "nix:alonzo_purple": "./nix/yarn-nix-shell.sh alonzo_purple alonzo_purple", |
| 53 | + "nix:mainnet": "./nix/yarn-nix-shell.sh mainnet mainnet", |
| 54 | + "nix:flight": "./nix/yarn-nix-shell.sh mainnet mainnet_flight", |
| 55 | + "nix:selfnode": "./nix/yarn-nix-shell.sh selfnode selfnode", |
| 56 | + "nix:shelley_qa": "./nix/yarn-nix-shell.sh shelley_qa shelley_qa", |
| 57 | + "nix:staging": "./nix/yarn-nix-shell.sh staging staging", |
| 58 | + "nix:testnet": "./nix/yarn-nix-shell.sh testnet testnet", |
59 | 59 | "byron:wallet:importer": "ts-node utils/api-importer/byron-wallet-importer.ts", |
60 | 60 | "shelley:wallet:importer": "ts-node utils/api-importer/shelley-wallet-importer.ts", |
61 | 61 | "mary:wallet:importer": "ts-node utils/api-importer/mary-wallet-importer.ts", |
|
0 commit comments