From 1dcc6031761107c464353bcef758ecaf34c52538 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Jun 2026 11:22:09 +0900 Subject: [PATCH] README: more correct `why-depends` command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74b034..d74c43c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ nix build .#nixosConfigurations.tsuki.config.system.build.toplevel -L Check why configuration depends on package: ``` -NIXPKGS_ALLOW_INSECURE=1 nix why-depends .#nixosConfigurations.tsuki.config.system.build.toplevel .#pkgs.suspiciousPackage +NIXPKGS_ALLOW_INSECURE=1 nix why-depends .#nixosConfigurations.tsuki.config.system.build.toplevel .#nixosConfigurations.tsuki.pkgs.suspiciousPackage ``` Re-encrypt sops secrets with new key: