Skip to content
Snippets Groups Projects
Verified Commit 310cb0d6 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: build

parent 1ee0e0f0
No related branches found
No related tags found
No related merge requests found
flake-profile-19-link flake-profile-24-link
\ No newline at end of file \ No newline at end of file
/nix/store/sdvqw67a6wn9v1w3w37v2hcf2gv91wgx-bob-env
\ No newline at end of file
/nix/store/h8z0f14vp67897mfq4xhsddigkbqk494-bob-env
\ No newline at end of file
/nix/store/797jp78ajz3rc9n51g3clj52568acd17-bob-env
\ No newline at end of file
/nix/store/z7z8b81xf3chndfcf6ffc82pgg3hi0cw-bob-env
\ No newline at end of file
/nix/store/4agnhmqldxx9nw09qi3rp9q24ha4vz4z-bob-env
\ No newline at end of file
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
bob = final.buildGoModule rec { bob = final.buildGoModule rec {
name = "bob"; name = "bob";
src = ././application/source; src = ././application/source;
vendorSha256 = "sha256-qiObIbA75kfkGzZoTtZbkm4zQqXokL+hiWrJdmL8oxU="; # Use "nix to-sri --type sha256" on the actual hash
doCheck = true; doCheck = true;
vendorHash = null;
nativeBuildInputs = [ final.jq ]; nativeBuildInputs = [ final.jq ];
ldflags=''-X main.version=${currentVersion} -X main.build=${self.lastModifiedDate}''; ldflags=''-X main.version=${currentVersion} -X main.build=${self.lastModifiedDate}'';
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp -a ./bob $out/bin
''; '';
}; };
......
/nix/store/4vc960vygjmmb5af9zz5md9mlm2fajf5-bob /nix/store/249v9i92xn42lyv68j4pjjbq0gjll62r-bob
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment