pkgs/test/nixos-functions: Add inline doc
This commit is contained in:
parent
d82e1528f8
commit
3783f2d510
@ -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, ... }:
|
{ pkgs, lib, stdenv, ... }:
|
||||||
|
|
||||||
lib.optionalAttrs stdenv.hostPlatform.isLinux (
|
lib.optionalAttrs stdenv.hostPlatform.isLinux (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user