pkgs/test/nixos-functions: Add inline doc

This commit is contained in:
Robert Hensing 2018-10-25 15:58:11 +02:00
parent d82e1528f8
commit 3783f2d510

View file

@ -1,3 +1,14 @@
/*
This file is a test that makes sure that the `pkgs.nixos` and
`pkgs.nixosTest` functions work. It's far from a perfect test suite,
but better than not checking them at all on hydra.
To run this test:
nixpkgs$ nix-build -A tests.nixos-functions
*/
{ pkgs, lib, stdenv, ... }:
lib.optionalAttrs stdenv.hostPlatform.isLinux (