parent
4cd0058a01
commit
e47f6ea0d7
10 changed files with 183 additions and 18 deletions
legacyPackages/dracula
|
@ -1,5 +1,9 @@
|
|||
{pkgs, ...} @ inputs:
|
||||
pkgs.lib.makeScope pkgs.newScope (drac: {
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
} @ inputs:
|
||||
lib.makeScope pkgs.newScope (drac: {
|
||||
bat = drac.callPackage ./bat.nix {
|
||||
inherit (inputs) bat-theme-src mkVersion;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue