2011-10-10 21:11:08 +00:00
|
|
|
{ system, storePath, hashAlgo }:
|
2006-08-07 18:22:57 +00:00
|
|
|
|
|
|
|
derivation {
|
2003-11-22 20:39:51 +00:00
|
|
|
name = "nar";
|
|
|
|
builder = ./nar.sh;
|
2006-08-07 18:22:57 +00:00
|
|
|
inherit system storePath hashAlgo;
|
2003-11-22 20:39:51 +00:00
|
|
|
}
|