Skip to content

Commit

Permalink
flake: build sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 25, 2024
1 parent f683901 commit 6afe1f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Expand Down

0 comments on commit 6afe1f0

Please sign in to comment.