diff options
author | Silvan Mosberger <contact@infinisil.com> | 2021-08-26 01:57:43 +0200 |
---|---|---|
committer | Silvan Mosberger <contact@infinisil.com> | 2021-08-26 01:57:43 +0200 |
commit | c511b4e1f9611b7716d66260554489e717722f13 (patch) | |
tree | fa0d0e67a0a672dd71f55b35a36bdfbd194326f5 /pkgs/pkgs-lib | |
parent | d1f93e7bc68d9c059bcde6faa1e9928305d0c33f (diff) |
formats: Fix yaml test
Faulty test result was introduced in https://github.com/NixOS/nixpkgs/pull/133807
Diffstat (limited to 'pkgs/pkgs-lib')
-rw-r--r-- | pkgs/pkgs-lib/tests/formats.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/pkgs-lib/tests/formats.nix b/pkgs/pkgs-lib/tests/formats.nix index 14cc85eff31dd..2bc4e407fe752 100644 --- a/pkgs/pkgs-lib/tests/formats.nix +++ b/pkgs/pkgs-lib/tests/formats.nix @@ -77,8 +77,8 @@ in runBuildTests { 'false': false float: 3.141 list: - - null - - null + - null + - null 'null': null path: ${./formats.nix} str: foo |