mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-01 00:25:55 +00:00
modules/default: fix buildPlug
This commit is contained in:
parent
0a7f6eb104
commit
c268ca8450
1 changed files with 5 additions and 5 deletions
|
|
@ -36,11 +36,11 @@ inputs: {
|
|||
buildPlug = {pname, ...} @ attrs: let
|
||||
src = getAttr ("plugin-" + pname) inputs;
|
||||
in
|
||||
pkgs.runCommand pname {
|
||||
inherit src;
|
||||
version = src.shortRev or src.shortDirtyRev or "dirty";
|
||||
}
|
||||
// attrs
|
||||
pkgs.runCommand pname ({
|
||||
inherit src;
|
||||
version = src.shortRev or src.shortDirtyRev or "dirty";
|
||||
}
|
||||
// attrs)
|
||||
''
|
||||
mkdir -p $out
|
||||
cp -r . $out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue