about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-02 12:29:11 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-02 13:05:15 +0100
commitddd0dfab87c7296c1fe9233562f91730d3c8c674 (patch)
treedfe0c342136ac7e116007210e19455e76f9bd18e /tests
parentHome: Install emacs packages (diff)
downloadnixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.tar.gz
nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.tar.bz2
nixos-config-ddd0dfab87c7296c1fe9233562f91730d3c8c674.zip
fmt
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;