Fix: flake template start

This is the only way I found to make the project run using flakes
This commit is contained in:
Luca Di Carlo 2023-09-24 20:24:00 +02:00 committed by GitHub
parent f95720e89a
commit 83742a8bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
})
);