diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-16 00:32:50 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-16 00:32:50 +0100 |
| commit | 8f829f172b670702cebcbc8dac62271ba98a94c6 (patch) | |
| tree | b01fddeaed96f23a97b24ded91cd204b822c02b7 /pkgs/default.nix | |
| parent | 8d45a910b271cf6bfa26c0ed4007392635866dc8 (diff) | |
clean css with uncss at build time
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index af2ab5e..5f8048d 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,5 +1,6 @@ -{ pkgs }: +{ pkgs, system ? builtins.currentSystem }: { - line-awesome-css = pkgs.callPackage ./line-awesome-css.nix {}; + line-awesome-css = pkgs.callPackage ./line-awesome-css.nix { }; + # uncss = (import ./uncss { inherit pkgs system; }).package; } |
