mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
nixos/tests/odoo.nix: get rid of with lib
This commit is contained in:
parent
56934ebec4
commit
196debcf29
@ -1,8 +1,6 @@
|
||||
import ./make-test-python.nix ({ pkgs, lib, ...} : with lib; {
|
||||
import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
||||
name = "odoo";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ mkg20001 ];
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ mkg20001 ];
|
||||
|
||||
nodes = {
|
||||
server = { ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user