Skip to content

Commit

Permalink
Merge pull request #455 from smartcontractkit/nixify-devnet-hardhat-s…
Browse files Browse the repository at this point in the history
…cripts-2

Wraps Starknet Devnet Hardhat Scripts with Nix (again)
  • Loading branch information
chris-de-leon-cll authored Jun 5, 2024
2 parents 16dc7ce + 5518106 commit 2a874f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
inherit pkgs;
scriptDir = toString ./.; # This converts the flake's root directory to a string
};

apps.starknet-devnet = {
type = "app";
program = "${devnet-hardhat}/ops/scripts/devnet-hardhat.sh";
};

formatter = pkgs.nixpkgs-fmt;
});
}

0 comments on commit 2a874f6

Please sign in to comment.