From a41acd54a3f887f4050c518de25963d5e7d6208f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 7 Nov 2024 16:47:04 -0600 Subject: [PATCH] use unstable for version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 98e97dd..cdf9be3 100644 --- a/flake.nix +++ b/flake.nix @@ -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="; };