Fixed import-from-derivation when using keys from package

This commit is contained in:
Tim Schubert 2021-12-11 23:20:41 +01:00
parent ddc4fb3086
commit c1fe091ec5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 6 additions and 29 deletions

View file

@ -1,22 +0,0 @@
{ stdenv, lib }:
stdenv.mkDerivation rec {
name = "dadadaKeys";
version = "1";
src = ./keys;
buildPhase = "";
installPhase = ''
mkdir $out
cp * $out
'';
meta = with lib; {
description = "Public keys for my infrastructure";
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = [ "dadada" ];
};
}

View file

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyTgdVPPxQeL5KZo9frZQlDIv2QkelJw3gNGoGtUMfw tim@metis