diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 16:31:23 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 16:31:23 +0100 |
| commit | 227900a95f3f3d263d6f98e722d9f6ff4ad43cec (patch) | |
| tree | 64b1b3ba2a3b194dac60694306e959b9f4988492 | |
| parent | 2e2052574de88e9f6e2c932773bc66aa593a6ff3 (diff) | |
fix typo in pkgs
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 4eb110d..83c485e 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -12,7 +12,7 @@ let # css { line-awesome-css = pkgs.callPackage ./css/lineAwesome { }; - } + } // # firefox packages firefoxAddons // { arkenfoxUserJs = pkgs.callPackage ./firefox/user-js/arkenfox.nix { }; |
