tests: remove with lib (#6511)

This commit is contained in:
Austin Horstman 2025-02-21 21:20:07 -08:00 committed by GitHub
parent e495cd8c80
commit 439a125afe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 77 additions and 398 deletions

View file

@ -1,7 +1,4 @@
{ config, lib, pkgs, ... }:
with lib;
{ pkgs, ... }:
let
substituteExpected = path:

View file

@ -1,7 +1,3 @@
{ config, lib, pkgs, ... }:
with lib;
{
config = {
programs.tmux = {

View file

@ -1,8 +1,4 @@
{ config, lib, pkgs, ... }:
with lib;
{
{ pkgs, ... }: {
config = {
programs.tmux = {
aggressiveResize = true;

View file

@ -1,7 +1,3 @@
{ config, lib, pkgs, ... }:
with lib;
{
config = {
programs.tmux = {

View file

@ -1,7 +1,3 @@
{ config, lib, ... }:
with lib;
{
config = {
programs.tmux = { enable = false; };

View file

@ -1,7 +1,3 @@
{ config, lib, pkgs, ... }:
with lib;
{
config = {
programs.tmux = {

View file

@ -1,7 +1,3 @@
{ config, lib, pkgs, ... }:
with lib;
{
config = {
programs.tmux = {

View file

@ -1,7 +1,3 @@
{ config, lib, pkgs, ... }:
with lib;
{
config = {
programs.tmux = {

View file

@ -1,7 +1,3 @@
{ config, lib, pkgs, ... }:
with lib;
{
config = {
programs.tmux = {