diff --git a/flake.nix b/flake.nix index ba9ad3a..c0078e7 100644 --- a/flake.nix +++ b/flake.nix @@ -58,11 +58,11 @@ * Control OBS Studio using Stream Deck (requires the obs-websocket extension) ''; homepage = "https://gitlab.gnome.org/World/boatswain"; - license = licenses.gpl3Plus; - platforms = platforms.all; + license = pkgs.lib.licenses.gpl3Plus; + platforms = pkgs.lib.platforms.all; }; - }; }; - } - ); + }; } + ); +}