wip
This commit is contained in:
parent
2dcf9e12a7
commit
9b8bb5e88d
10 changed files with 41 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv }:
|
||||
{ stdenv, lib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dadadaKeys";
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
cp * $out
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Public keys for my infrastructure";
|
||||
license = licenses.publicDomain;
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue