Cleanup up overlays
This commit is contained in:
parent
bb066a3cd0
commit
5ac78aa3ce
4 changed files with 14 additions and 13 deletions
|
@ -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; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue