From 07508a91f293489eff80f87544f9b9022aa3a801 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 17 Aug 2024 18:10:54 +1000 Subject: [PATCH] Nix expr: Remove TODO which has been resolved --- Dist/nix_expr_usage_docs.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dist/nix_expr_usage_docs.md b/Dist/nix_expr_usage_docs.md index a2045f74c9..bcbc2de168 100644 --- a/Dist/nix_expr_usage_docs.md +++ b/Dist/nix_expr_usage_docs.md @@ -54,9 +54,6 @@ There are a few parameters you can tweak without writing a full Nix expression: - 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`. - The `emuhawk-*` (and `discohawk-*`) attrs are wrappers, so `nix-build --check` won't rebuild the assemblies. You can use e.g. `-A emuhawk-latest.assemblies --check`.