use unstable for version
This commit is contained in:
parent
d55e8834fd
commit
a41acd54a3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
default = self.packages.${pkgs.system}.hyprman;
|
default = self.packages.${pkgs.system}.hyprman;
|
||||||
hyprman = pkgs.buildNimblePackage {
|
hyprman = pkgs.buildNimblePackage {
|
||||||
pname = "hyprman";
|
pname = "hyprman";
|
||||||
version = "${self.shortRev or "dirty"}";
|
version = "unstable";
|
||||||
src = cleanSource ./.;
|
src = cleanSource ./.;
|
||||||
nimbleDepsHash = "sha256-hZ7aDy8mqfWxZqdCxB+z7OTc38u14fQaEwMqERSYqV0=";
|
nimbleDepsHash = "sha256-hZ7aDy8mqfWxZqdCxB+z7OTc38u14fQaEwMqERSYqV0=";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue