Skip to content

Commit

Permalink
Merge pull request #132 from zuqq/fix-nix-develop
Browse files Browse the repository at this point in the history
Call `templates/app/shell.nix` without `buildGoApplication`
  • Loading branch information
Mic92 authored Nov 14, 2023
2 parents f95720e + 23c5e85 commit b7d333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
};
devShells.default = callPackage ./shell.nix {
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication mkGoEnv gomod2nix;
inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix;
};
})
);
Expand Down

0 comments on commit b7d333c

Please sign in to comment.