Skip to content

Commit

Permalink
Merge pull request #126 from DeterminateSystems/fix-flake-compat-url
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins authored Jul 22, 2024
2 parents 0da4df0 + a0ab374 commit ff7b558
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 ff7b558

Please sign in to comment.