aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 4526047..bc0a0e8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,6 +32,7 @@
32 in rec { 32 in rec {
33 packages.my-project = naersk-lib.buildPackage { 33 packages.my-project = naersk-lib.buildPackage {
34 pname = "dijo"; 34 pname = "dijo";
35 version = "0.2.5";
35 root = ./.; 36 root = ./.;
36 }; 37 };
37 defaultPackage = packages.my-project; 38 defaultPackage = packages.my-project;