Revert "remove references to stdenv and replace with lib"
This reverts commit 0dd9ecdafe
.
This commit is contained in:
parent
0dd9ecdafe
commit
d62566250f
6 changed files with 13 additions and 16 deletions
|
@ -1,10 +1,9 @@
|
|||
{ lib
|
||||
{ stdenv
|
||||
, git
|
||||
, openssh
|
||||
, bash
|
||||
}:
|
||||
with lib;
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dadada-deploy";
|
||||
version = "0.1";
|
||||
|
||||
|
@ -25,7 +24,7 @@ mkDerivation rec {
|
|||
install $script $out/bin/
|
||||
done
|
||||
'';
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "deploy scripts";
|
||||
license = licenses.publicDomain;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue