summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-11 07:41:42 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-11 07:41:42 +0530
commit9dfb301b243c0ce4e97b74434debfd73590dbf47 (patch)
treef8d2b48d8f65e34c82a6a01a50a694dcd644a734
parent97a78ba6b20cbd60c63b69fcaa4f60e12e46bedb (diff)
nixosTests: drop unused args
-rw-r--r--nixos/tests/all-tests.nix1
-rw-r--r--nixos/tests/dsl.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 17a4332..701994b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -1,5 +1,4 @@
{
- callPackage,
nixos-lib,
pkgs,
}:
diff --git a/nixos/tests/dsl.nix b/nixos/tests/dsl.nix
index d11a231..41f0a4c 100644
--- a/nixos/tests/dsl.nix
+++ b/nixos/tests/dsl.nix
@@ -1,7 +1,6 @@
{
lib,
config,
- pkgs,
...
}: