Skip to content

Commit

Permalink
ihp-troubleshoot should look for flake.nix instead of start script (
Browse files Browse the repository at this point in the history
#1973)

* ihp-troubleshoot should look for start script

As it's no longer required, since we're using `devenv up`

* Check for flake.nix
  • Loading branch information
amitaibu authored Jun 23, 2024
1 parent 0c75825 commit b3c9a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Troubleshoot/ihp-troubleshoot
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ path_exists(
)

path_exists(
"start",
"Found start script",
"start script missing. Is this an IHP project?"
"flake.nix",
"Found flake.nix",
"flake.nix missing. Is this an IHP project?"
)

nix_output = run_command(["nix", "--version"])
Expand Down

0 comments on commit b3c9a4b

Please sign in to comment.