replace stdenv.lib with lib
This commit is contained in:
parent
69ced53a26
commit
e1a887a658
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv }:
|
||||
{ stdenv, lib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dadadaScripts";
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
cp -r bin $out/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Assorted scripts";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue