From dbc6acc8fb6b98ad3ce3b9a415f6a5566471eb66 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 5 Jul 2024 22:33:05 +1000 Subject: [PATCH] Nix expr: Document nix-shell for dev and Kate --- Dist/nix_expr_usage_docs.md | 27 ++++++++++++++++++++++++++- README.md | 2 ++ contributing.md | 1 + shell.nix | 1 - 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Dist/nix_expr_usage_docs.md b/Dist/nix_expr_usage_docs.md index c4d5ebe03d..f7577a7894 100644 --- a/Dist/nix_expr_usage_docs.md +++ b/Dist/nix_expr_usage_docs.md @@ -49,7 +49,7 @@ There are a few parameters you can tweak without writing a full Nix expression: - `--argstr buildConfig Debug` builds the BizHawk solution in Debug configuration. - `--argstr extraDefines "CoolFeatureFlag"` adds to ``. - `--arg initConfig {}` can be used to set up keybinds and such, though you probably won't want to use `--arg` for that. -- Check the source for the full list. +- Check [the source](default.nix) for the full list. Every installable can also be used with `nix-shell`. Omitting `-A` is the same as `nix-shell -A emuhawk-latest`.