mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
nixos/tests/atuin.nix: get rid of with lib
This commit is contained in:
parent
5252e85595
commit
a4af083f62
1 changed files with 1 additions and 2 deletions
|
@ -6,10 +6,9 @@ let
|
||||||
testPass = "password";
|
testPass = "password";
|
||||||
testEmail = "test.testerman@test.com";
|
testEmail = "test.testerman@test.com";
|
||||||
in
|
in
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
name = "atuin";
|
name = "atuin";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ devusb ];
|
meta.maintainers = with lib.maintainers; [ devusb ];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
server =
|
server =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue