diff --git a/flake.nix b/flake.nix index 66f9d20..73188eb 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - packages.system.kon = with pkgs; [ + packages.kon = with pkgs; [ (buildGoModule rec { pname = "kon"; version = "0.0.1"; @@ -62,7 +62,7 @@ ''; }) ]; - packages.system.adam-gui = with pkgs; [ + packages.adam-gui = with pkgs; [ (buildGoModule rec { pname = "adam-gui"; version = "0.0.1";