From 151aed52ccb48227ab23aaeb85f13bddf9eb95aa Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Wed, 10 Jul 2024 13:53:15 +0200 Subject: [PATCH] feat: add flake support --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 73188eb..9432131 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - packages.kon = with pkgs; [ + packages.kon = with pkgs; (buildGoModule rec { pname = "kon"; version = "0.0.1"; @@ -60,8 +60,7 @@ wrapProgram "$out/bin/kon" \ --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath libs} ''; - }) - ]; + }); packages.adam-gui = with pkgs; [ (buildGoModule rec { pname = "adam-gui";