Skip to content

Commit

Permalink
Try and fix the nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
marcesquerra committed Jun 20, 2024
1 parent ec0d298 commit b255b0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
pname = "gohip";

src = ./.;
vendorHash = "sha256-kikKkz2XnAo6MVVbu4VOMyW9xUqlxjTrjhzAaGph1CY=";
vendorHash = "sha256-jZcR+OMiGplA5yVMpQT4qNKH+tyFp7PXQVoG+oghBLs=";
proxyVendor = true;
excludedPackages = ["osdata" "others" "systemd" "types"];
});

Expand All @@ -28,7 +29,7 @@
gohip = flake-utils.lib.mkApp {
drv = pkgs.writeShellScriptBin "gohip" ''
cd `mktemp -d`
"${gohip-package}"/bin/hip
"${gohip-package}"/bin/gohip
'';
};
default = gohip;
Expand Down

0 comments on commit b255b0e

Please sign in to comment.