diff --git a/.direnv/flake-profile b/.direnv/flake-profile
index dfb4899f287eab406c839fab7647cded437121e0..e6d65cacd772cb922c88eb3a376fc00af0b71642 120000
--- a/.direnv/flake-profile
+++ b/.direnv/flake-profile
@@ -1 +1 @@
-flake-profile-19-link
\ No newline at end of file
+flake-profile-24-link
\ No newline at end of file
diff --git a/.direnv/flake-profile-20-link b/.direnv/flake-profile-20-link
new file mode 120000
index 0000000000000000000000000000000000000000..ce90fc3892ba0cec77c569aa032d8f9fe4d0f25f
--- /dev/null
+++ b/.direnv/flake-profile-20-link
@@ -0,0 +1 @@
+/nix/store/sdvqw67a6wn9v1w3w37v2hcf2gv91wgx-bob-env
\ No newline at end of file
diff --git a/.direnv/flake-profile-21-link b/.direnv/flake-profile-21-link
new file mode 120000
index 0000000000000000000000000000000000000000..c8d25b68228cec1874ba8433a4b33fb73abc0b65
--- /dev/null
+++ b/.direnv/flake-profile-21-link
@@ -0,0 +1 @@
+/nix/store/h8z0f14vp67897mfq4xhsddigkbqk494-bob-env
\ No newline at end of file
diff --git a/.direnv/flake-profile-22-link b/.direnv/flake-profile-22-link
new file mode 120000
index 0000000000000000000000000000000000000000..36f1161b588a7a521673005024996070c9398039
--- /dev/null
+++ b/.direnv/flake-profile-22-link
@@ -0,0 +1 @@
+/nix/store/797jp78ajz3rc9n51g3clj52568acd17-bob-env
\ No newline at end of file
diff --git a/.direnv/flake-profile-23-link b/.direnv/flake-profile-23-link
new file mode 120000
index 0000000000000000000000000000000000000000..d67d872bf4e89621263928d1c88dc3a83d402363
--- /dev/null
+++ b/.direnv/flake-profile-23-link
@@ -0,0 +1 @@
+/nix/store/z7z8b81xf3chndfcf6ffc82pgg3hi0cw-bob-env
\ No newline at end of file
diff --git a/.direnv/flake-profile-24-link b/.direnv/flake-profile-24-link
new file mode 120000
index 0000000000000000000000000000000000000000..d01929e26b3727faed1e7f31d0bae1f3ee130abf
--- /dev/null
+++ b/.direnv/flake-profile-24-link
@@ -0,0 +1 @@
+/nix/store/4agnhmqldxx9nw09qi3rp9q24ha4vz4z-bob-env
\ No newline at end of file
diff --git a/flake.nix b/flake.nix
index 67189437229dd630d12660ffce812417b712a7f4..54366cacd7b15564bc534d703ba815d2a6a1a148 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,13 +21,13 @@
         bob =  final.buildGoModule rec {
           name = "bob";
           src = ././application/source; 
-          vendorSha256 = "sha256-qiObIbA75kfkGzZoTtZbkm4zQqXokL+hiWrJdmL8oxU="; # Use "nix to-sri --type sha256" on the actual hash
           doCheck = true;
+          vendorHash = null;
           nativeBuildInputs = [ final.jq ];
           ldflags=''-X main.version=${currentVersion} -X main.build=${self.lastModifiedDate}'';
           installPhase = ''
-              mkdir -p $out/bin
-              cp -a ./bob $out/bin
+               mkdir -p $out/bin
+               
           '';
 
         };
diff --git a/result b/result
index 2fc31eb9bf690ead1c87fc4b1abdb8f9547c05dc..2f3865c3b00edb4a32fc7d91d1a68f41adb7e931 120000
--- a/result
+++ b/result
@@ -1 +1 @@
-/nix/store/4vc960vygjmmb5af9zz5md9mlm2fajf5-bob
\ No newline at end of file
+/nix/store/249v9i92xn42lyv68j4pjjbq0gjll62r-bob
\ No newline at end of file