1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03:00

krb5: Fixes test again

This commit is contained in:
James Betti 2023-12-09 11:13:35 -05:00
parent 337a57e9d2
commit b0ad66058f

View File

@ -81,6 +81,6 @@
'';
in ''
echo "checking correctness of krb5.conf" >&2
diff /etc/krb5.conf ${snapshot}
diff ${config.out}/etc/krb5.conf ${snapshot}
'';
}