Skip to content

Commit

Permalink
Merge pull request #65 from phiwan-dev/flake-buildinputs
Browse files Browse the repository at this point in the history
fixed flake buildInputs
  • Loading branch information
Lxtharia authored Jul 29, 2024
2 parents 826df9c + 4b38060 commit 1a6ed46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
name = "minegrub-theme";
src = "${self}";

buildInputs = optional customSplash
buildInputs = with pkgs; optional customSplash
[
fastfetch
(pkgs.python3.withPackages
(python3.withPackages
(p: [ p.pillow ]))
];

Expand Down

0 comments on commit 1a6ed46

Please sign in to comment.