mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
treewide: stdenv.lib -> lib
This commit is contained in:
parent
02ee14b9d5
commit
36c91cea1d
13 changed files with 35 additions and 35 deletions
|
@ -8,7 +8,7 @@
|
|||
import ./make-test-python.nix ({ pkgs, ... }:
|
||||
{
|
||||
name = "vault-postgresql";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ lnl7 roberth ];
|
||||
};
|
||||
machine = { lib, pkgs, ... }: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue