all repos — nixfiles @ 6f3d29be538d7961cd60e9f45cf44a75bcd621c9

System and user configuration, managed by nix and home-manager

darwin: make `stat` output like on Linux
Alan Pearce alan@alanpearce.eu
Sun, 06 Aug 2023 20:09:27 +0200
commit

6f3d29be538d7961cd60e9f45cf44a75bcd621c9

parent

10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -142,6 +142,8 @@ rb = "darwin-rebuild";     rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)";
 
     dig = "dig +noall +answer";
+
+    stat = "stat -x";
   };
 
   programs.zsh.sessionVariables = {