diff --git a/flake.nix b/flake.nix index 4a0a29e..e42760d 100644 --- a/flake.nix +++ b/flake.nix @@ -154,10 +154,15 @@ default = hyprland-go; hyprland-go = pkgs.buildGoModule { pname = "hyprland-go"; - version = "0.0.0"; + version = "0.0.1"; src = ./.; + subPackages = [ + "examples/hyprctl" + "examples/hyprtabs" + ]; + vendorHash = null; }; }