all repos — nixfiles @ 6f3d29be538d7961cd60e9f45cf44a75bcd621c9

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

darwin: make `stat` output like on Linux

Alan Pearce
commit

6f3d29be538d7961cd60e9f45cf44a75bcd621c9

parent

10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8

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

changed files
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 = {