aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bc0a0e8..df2d5e7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +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 version = "0.2.6";
36 root = ./.; 36 root = ./.;
37 }; 37 };
38 defaultPackage = packages.my-project; 38 defaultPackage = packages.my-project;