summaryrefslogtreecommitdiff
path: root/forstio
diff options
context:
space:
mode:
Diffstat (limited to 'forstio')
-rw-r--r--forstio/core/.nix/derivation.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/forstio/core/.nix/derivation.nix b/forstio/core/.nix/derivation.nix
index a3b7ef1..adf0cb4 100644
--- a/forstio/core/.nix/derivation.nix
+++ b/forstio/core/.nix/derivation.nix
@@ -3,13 +3,14 @@
, scons
, clang
, clang-tools
+, version
}:
let
in stdenvNoCC.mkDerivation {
pname = "forstio-core";
- version = "0.0.0";
+ inherit version;
src = ./..;