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,7 +1,6 @@
|
|||
{ lib }:
|
||||
{ stdenv }:
|
||||
|
||||
with lib;
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dadadaKeys";
|
||||
version = "1";
|
||||
|
||||
|
@ -14,7 +13,7 @@ mkDerivation rec {
|
|||
cp * $out
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Public keys for my infrastructure";
|
||||
license = licenses.publicDomain;
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue