mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests: re-add module argument
These were removed as part of dead code removal, but they are actually needed in the integration tests for comparing with the configuration generated by the installation.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
||||
@@ -9,6 +9,10 @@ includes = [ "*.nix" ]
|
||||
command = "deadnix"
|
||||
options = [ "--edit", "--no-lambda-arg" ]
|
||||
includes = [ "*.nix" ]
|
||||
excludes = [
|
||||
"tests/integration/standalone/alice-home-init.nix",
|
||||
"tests/integration/standalone/home-with-symbols-init.nix"
|
||||
]
|
||||
|
||||
[formatter.keep-sorted]
|
||||
command = "keep-sorted"
|
||||
|
||||
Reference in New Issue
Block a user