diff options
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index c7a2702..649c9c1 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -14,6 +14,8 @@ super: let inherit (super.nur.repos.rycee.firefox-addons) buildFirefoxXpiAddon; }; + rftg = super.callPackage ./rftg {}; + static = { css = {lineAwesome = super.callPackage ./static/css/lineAwesome {};}; fontMetadata = { |
