Fixed import-from-derivation when using keys from package
This commit is contained in:
parent
ddc4fb3086
commit
c1fe091ec5
6 changed files with 6 additions and 29 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyTgdVPPxQeL5KZo9frZQlDIv2QkelJw3gNGoGtUMfw tim@metis
|
Loading…
Add table
Add a link
Reference in a new issue