From faf73efac046aab9b4eb72e4ad61fd61078a4f6f Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Wed, 10 Jul 2024 13:53:55 +0200 Subject: [PATCH] feat: add flake support --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9432131..22d9088 100644 --- a/flake.nix +++ b/flake.nix @@ -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";