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}; pkgs = nixpkgs.legacyPackages.${system};
in in
{ {
packages.kon = with pkgs; packages.kon = with pkgs; (buildGoModule rec {
(buildGoModule rec {
pname = "kon"; pname = "kon";
version = "0.0.1"; version = "0.0.1";