use unstable for version

This commit is contained in:
Daylin Morgan 2024-11-07 16:47:04 -06:00
parent d55e8834fd
commit a41acd54a3
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -46,7 +46,7 @@
default = self.packages.${pkgs.system}.hyprman;
hyprman = pkgs.buildNimblePackage {
pname = "hyprman";
version = "${self.shortRev or "dirty"}";
version = "unstable";
src = cleanSource ./.;
nimbleDepsHash = "sha256-hZ7aDy8mqfWxZqdCxB+z7OTc38u14fQaEwMqERSYqV0=";
};