aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-08-23 00:16:57 +0300
committerMihai Fufezan <[email protected]>2022-08-23 00:17:00 +0300
commit8feb6f7da154837494e914e53ced62b63138c0b2 (patch)
tree7a8c20c3fcf08184173dfc8b46522d47f2c2c98f /flake.nix
parentfb0e81c18ee58a92dc109d6023677463d859523e (diff)
downloadHyprland-8feb6f7da154837494e914e53ced62b63138c0b2.tar.gz
Hyprland-8feb6f7da154837494e914e53ced62b63138c0b2.zip
Nix: add shortRev to version
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 db1b16cf..597e9764 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,7 +34,7 @@
});
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
- version = "0.10.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
+ version = "0.11.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};