summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2018-12-16 18:41:00 +0100
committertilpner2018-12-16 18:41:00 +0100
commit8112daf6e0fe68d09727e04941f1ac7466c746fc (patch)
tree3f4367e74155a3cfff66ac24d874cde44adef497
parent4602dd8a4d400d0cd3817e77fb49e319371b352a (diff)
downloadjobsets-master.tar.gz
jobsets-master.tar.xz
jobsets-master.zip
Add more jobsHEADmaster
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 8253685..c3a1a99 100644
--- a/default.nix
+++ b/default.nix
@@ -1,5 +1,5 @@
let
nixpkgs = import <nixpkgs> {};
in {
- inherit (nixpkgs) hello;
+ inherit (nixpkgs) hello blender godot;
}