From b51b1951545284bf2d6457f09511a43fedffb27f Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 24 Nov 2022 10:35:11 -0600 Subject: [PATCH] fix --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; }; - }; }; - } - ); + }; } + ); +}