Skip to content

Commit c8a7c9a

Browse files
committed
fix flake
1 parent ed009f7 commit c8a7c9a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,7 @@
117117
name = "coder-${osArch}";
118118
# Updated with ./scripts/update-flake.sh`.
119119
# This should be updated whenever go.mod changes!
120-
<<<<<<< HEAD
121120
vendorHash = "sha256-fQsVoD/aRjVXmvQ/Pg4O9tpJCPlf3eC2uo0z0TU7AX8=";
122-
=======
123-
vendorHash = "sha256-fQsVoD/aRjVXmvQ/Pg4O9tpJCPlf3eC2uo0z0TU7AX8=";
124-
>>>>>>> main
125121
proxyVendor = true;
126122
src = ./.;
127123
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];

0 commit comments

Comments
 (0)