[bot] nixos/*: remove unused arguments in lambdas
This commit is contained in:
@@ -4,7 +4,7 @@ import ./make-test.nix ({ pkgs, ... }:
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ lnl7 ];
|
||||
};
|
||||
machine = { config, pkgs, ... }: {
|
||||
machine = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.vault ];
|
||||
environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
|
||||
services.vault.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user