fix(nix-on-droid): add inputs to dracula-theme to fix build
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-01 02:16:42 -05:00
parent 3318e7bfd1
commit 19e87de889
3 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{ {
bat-theme-src, bat-theme-src,
gtk-theme-src,
xresources-theme-src, xresources-theme-src,
... ...
} @ inputs: (final: prev: { } @ inputs: (final: prev: {
@ -8,7 +9,7 @@
plymouth = prev.callPackage ./plymouth.nix inputs; plymouth = prev.callPackage ./plymouth.nix inputs;
wallpaper = prev.fetchurl (import ./wallpaper.nix); wallpaper = prev.fetchurl (import ./wallpaper.nix);
in { in {
src = inputs.gtk-theme-src; src = gtk-theme-src;
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall

Binary file not shown.

BIN
flake.nix

Binary file not shown.