aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-01-26 15:40:16 +0000
committerAkshay <[email protected]>2021-01-26 15:40:16 +0000
commit3570b4bb5de61abff6bdc8ba6bbfd806a1ebce0d (patch)
treea14b0978b77197b144a40a50a275db80dc23457f /flake.nix
parent2cb819bdcbb98a64ef7cbededc0de8168312c7ea (diff)
bump to v0.2.4v0.2.4
- new alias 'wq' for write and quit - prevent ctrl-c from losing data - add man page
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 a046490..0232c1c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,7 @@
27 in rec { 27 in rec {
28 packages.my-project = naersk-lib.buildPackage { 28 packages.my-project = naersk-lib.buildPackage {
29 pname = "dijo"; 29 pname = "dijo";
30 version = "0.2.4";
30 root = ./.; 31 root = ./.;
31 }; 32 };
32 defaultPackage = packages.my-project; 33 defaultPackage = packages.my-project;