diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 11:35:14 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-30 11:35:14 +0100 |
commit | dce2c3c26a2ff9770bbba2a00471c03ab321c472 (patch) | |
tree | 91ce56182bab4dee87fd663ea70880446a15f7e7 /tests | |
parent | Font: Change font style pt 1000 (diff) | |
download | nixos-config-dce2c3c26a2ff9770bbba2a00471c03ab321c472.tar.gz nixos-config-dce2c3c26a2ff9770bbba2a00471c03ab321c472.tar.bz2 nixos-config-dce2c3c26a2ff9770bbba2a00471c03ab321c472.zip |
fmt
Diffstat (limited to 'tests')
-rw-r--r-- | tests/flake_test.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/flake_test.nix b/tests/flake_test.nix index 6579c22..65f57eb 100644 --- a/tests/flake_test.nix +++ b/tests/flake_test.nix @@ -1,7 +1,6 @@ let flake = import ../flake.nix; -in -[ +in [ { name = "home-manger should follow nixpkgs"; actual = flake.inputs.home-manager.inputs.nixpkgs.follows; |