summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index f8ecc6c..1eada57 100644
--- a/default.nix
+++ b/default.nix
@@ -3,6 +3,8 @@
{
forstio = {
- core = pkgs.callPackage ./forstio/core/.nix/derivation.nix {};
+ core = pkgs.callPackage ./forstio/core/.nix/derivation.nix {
+ version = "0.0.0";
+ };
};
}