Skip to content

Commit

Permalink
feat: add starknet-devnet-down script as a nix app
Browse files Browse the repository at this point in the history
  • Loading branch information
willyrgf committed Jul 4, 2024
1 parent 4a34005 commit 6da1e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
program = "${devnet-hardhat}/ops/scripts/devnet-hardhat.sh";
};

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

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

0 comments on commit 6da1e3f

Please sign in to comment.