From fb16082ad63bbbe8d5b5dee598c2ed96731f42c7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 7 Aug 2019 14:44:00 -0400 Subject: [PATCH] These are unit tests --- nixos/unit-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/unit-tests.nix b/nixos/unit-tests.nix index 593f7219..75016a17 100644 --- a/nixos/unit-tests.nix +++ b/nixos/unit-tests.nix @@ -1,4 +1,4 @@ -# The overall test suite for PrivateStorageio NixOS configuration. +# The overall unit test suite for PrivateStorageio NixOS configuration. let pkgs = import <nixpkgs> { }; -- GitLab