init
This commit is contained in:
commit
4d1663e588
12 changed files with 341 additions and 0 deletions
7
pkgs/mkMarkdollPlugin.nix
Normal file
7
pkgs/mkMarkdollPlugin.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs }: binPath: pkgs.stdenvNoCC.mkDerivation {
|
||||
src = binPath;
|
||||
buildPhase = ''
|
||||
mkdir -p $out
|
||||
cp $src $out/plugin
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue