Skip to content

Commit

Permalink
nix: fix package
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Dec 19, 2024
1 parent 916f7f9 commit 96e8c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
(flake-utils.lib.eachDefaultSystem (system:
let pkgs = import nixpkgs { inherit system; };
in rec {
packages.mineshspc = pkgs.buildGo122Module {
packages.mineshspc = pkgs.buildGoModule {
pname = "mineshspc.com";
version = "unstable-2024-12-19";
src = self;
subPackages = [ "cmd/mineshspc" ];
vendorHash = "sha256-Uoj6gN2w5eI6YVhNwlOHZ8Kr4ljC18+DCplCtt+OUNM=";
vendorHash = "sha256-IjEtu9V+TEE3nPJmYcka0MEJmccJAqXod6kII+Ac0hY=";
};
packages.default = packages.mineshspc;

Expand Down

0 comments on commit 96e8c65

Please sign in to comment.