From 940f1d5bedf38530eb4f7d72e4b629b27117301f Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 24 Oct 2025 12:16:42 +1000 Subject: [PATCH] add a couple more command ideas --- COMMANDS.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/COMMANDS.md b/COMMANDS.md index 5000bd0..93543a3 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -5,10 +5,23 @@ nix repl --expr "import {}" pkgs nix repl # fenix src FUNC (maybe a different name then src?) -fenix repl <<< ":e $FUNC" +nix repl <<< ":e $FUNC" # fenix clean nix-store --gc # aka nixos-collect-garbage + +# Combine all prefetch utilities +# fenix prefetch URI +nix-prefetch-git +nix-prefetch-url +# etc + + +# This command is EXTREMELY powerful +nix derivation show --recursive /run/current-system +# The goal would be to have something like: +# fenix sys why-depends +# To show which package caused another to be installed ```