refactor(homes/rafiq): replace inspect script with external nixspect

This commit is contained in:
Mohammad Rafiq 2025-05-20 15:22:27 +08:00
parent 6e3b835f8c
commit ca683d74d1
No known key found for this signature in database
4 changed files with 41 additions and 9 deletions

View file

@ -1,5 +0,0 @@
{ pkgs, ... }:
pkgs.writeShellScriptBin "inspect" # sh
''
${pkgs.tree}/bin/tree $(nix eval --raw nixpkgs#$*.outPath)
''