summaryrefslogtreecommitdiff
path: root/dged.nix
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2023-01-23 21:56:39 +0100
committerAlbert Cervin <albert@acervin.com>2023-01-23 21:56:39 +0100
commit9eda570311ffd292d333f7687074403ff46cc838 (patch)
tree40265e3d2c23831afaf352bb64b8d6634bae9730 /dged.nix
parent385c9d62a5507d901ff7e54d7a4c0342cf3aff43 (diff)
downloaddged-9eda570311ffd292d333f7687074403ff46cc838.tar.gz
dged-9eda570311ffd292d333f7687074403ff46cc838.tar.xz
dged-9eda570311ffd292d333f7687074403ff46cc838.zip
Implement some more commands
- More bug fixes for keys: You can now have mod-less keys in keymaps as binds. - Fix calculation bug with space fillouts.
Diffstat (limited to 'dged.nix')
-rw-r--r--dged.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/dged.nix b/dged.nix
index 1b05425..5e2abbb 100644
--- a/dged.nix
+++ b/dged.nix
@@ -19,6 +19,14 @@ stdenv.mkDerivation {
bear
];
+ buildPhase = ''
+ bmake dged
+ '';
+
+ installPhase = ''
+ bmake install
+ '';
+
buildInputs = [
tree-sitter
];