aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-06 10:10:39 +0000
committerAkshay <[email protected]>2021-03-06 10:10:39 +0000
commit44c6faa0d1ed96ecc71865adf02db72fb96f28b1 (patch)
tree9eb4a661ddfce1eafa0c23a4108010e8842acd7a /flake.nix
parent0fd22fbd7be9efd03c82570a778dbb5cde20cad4 (diff)
bump to v0.2.7v0.2.7
- add GoalKinds - add Floating habits
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 df2d5e7..d910720 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.6"; 35 version = "0.2.7";
36 root = ./.; 36 root = ./.;
37 }; 37 };
38 defaultPackage = packages.my-project; 38 defaultPackage = packages.my-project;