Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 23, 2024
1 parent 2d79aba commit 809f5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started/import-from-nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ With Flakes, you'd add your project as an input. For example:
# or as a parameter to a builder, or anything else, really.
outputName.x86_64-linux.default = somethingElse (funcResult "x86_64-linux");
outputName.x86_64-darwin.default = somethingElse (funcResult "x86_64-darwin");
}
};
}
```

Expand Down

0 comments on commit 809f5df

Please sign in to comment.