1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-23 17:56:53 +03:00
nixpkgs/nixos/tests/krb5/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
109 B
Nix
Raw Normal View History

{ system ? builtins.currentSystem }:
{
example-config = import ./example-config.nix { inherit system; };
}