aboutsummaryrefslogtreecommitdiff
path: root/tools/xenomapper.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-08-16 09:34:30 +1000
committerJustin Bedo <cu@cua0.org>2019-09-06 10:15:13 +1000
commit6d22c07e9b0e8254da360b73bfab58b110118c58 (patch)
treecd97ba4d48ca53210dd057d8e0a637fbaa19e7e3 /tools/xenomapper.nix
parentf361afeab23a4e7b74e0f58bb64b142f6bc3652b (diff)
xenomapper: init
Diffstat (limited to 'tools/xenomapper.nix')
-rw-r--r--tools/xenomapper.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/xenomapper.nix b/tools/xenomapper.nix
new file mode 100644
index 0000000..8247e25
--- /dev/null
+++ b/tools/xenomapper.nix
@@ -0,0 +1,7 @@
+{bionix}:
+
+with bionix;
+
+{
+ allocate = callBionixE ./xenomapper-allocate.nix;
+} \ No newline at end of file