This commit is contained in:
@ -1,9 +1,10 @@
|
||||
with import ./config.nix;
|
||||
{ src }:
|
||||
{
|
||||
copy =
|
||||
derivation {
|
||||
mkDerivation {
|
||||
name = "svn-input";
|
||||
system = builtins.currentSystem;
|
||||
builder = ./scm-builder.sh;
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user