Cleanup up overlays

This commit is contained in:
Tim Schubert 2021-01-02 10:59:48 +01:00
parent bb066a3cd0
commit 5ac78aa3ce
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
4 changed files with 14 additions and 13 deletions

View file

@ -1,14 +1,16 @@
{ stdenv }:
stdenv.mkDerivation rec {
pname = "infra-keys";
name = "dadadaKeys";
version = "1";
src = ./keys;
buildPhase = "";
installPhase = ''
mkdir $out
mv * $out
cp * $out
'';
meta = with stdenv.lib; {