Skip to content

Commit

Permalink
Fix FlakeHub URL for flake-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 20, 2024
1 parent 0da4df0 commit a0ab374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmd/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl CommandExecute for InitSubcommand {
flake.inputs.insert(
String::from("flake-compat"),
Input::new(
flakehub_url!(FLAKEHUB_WEB_ROOT, "flake", "edolstra", "flake-compat", "*")
flakehub_url!(FLAKEHUB_WEB_ROOT, "f", "edolstra", "flake-compat", "*")
.as_str(),
None,
),
Expand Down

0 comments on commit a0ab374

Please sign in to comment.