use xess directly i guess

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-26 11:55:40 -05:00
parent 9d7a07d1d2
commit 74ee429392
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@
pname = "printerfacts";
root = srcNoTarget ./.;
};
css = pkgs.callPackage xess { };
printerfacts = pkgs.stdenv.mkDerivation {
inherit (printerfacts-bin) name;
inherit src;
@ -35,7 +34,7 @@
cp -rf $src/templates $out/templates
cp -rf ${printerfacts-bin}/bin $out/bin
cp -rf ${css}/static/css/xess.css $out/static/gruvbox.css
cp -rf ${xess}/xess.css $out/static/gruvbox.css
'';
};
};