about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/flake_test.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/flake_test.nix b/tests/flake_test.nix
index 65f57eb..6579c22 100644
--- a/tests/flake_test.nix
+++ b/tests/flake_test.nix
@@ -1,6 +1,7 @@
 let
   flake = import ../flake.nix;
-in [
+in
+[
   {
     name = "home-manger should follow nixpkgs";
     actual = flake.inputs.home-manager.inputs.nixpkgs.follows;