tests: migrate eval-store.sh
Change-Id: Id4a721871218160b441e848f6f252c06187320bf
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
with import ./config.nix;
|
||||
import (
|
||||
mkDerivation {
|
||||
name = "foo";
|
||||
bla = import ./dependencies.nix {};
|
||||
buildCommand = "
|
||||
echo \\\"hi\\\" > $out
|
||||
";
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user