feat: add flake support

This commit is contained in:
Louis Dalibard 2024-07-10 13:53:55 +02:00
parent 151aed52cc
commit faf73efac0

View File

@ -21,8 +21,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in
{
packages.kon = with pkgs;
(buildGoModule rec {
packages.kon = with pkgs; (buildGoModule rec {
pname = "kon";
version = "0.0.1";