overlays
This commit is contained in:
parent
d8d1a12c6f
commit
cde9442e64
4 changed files with 20 additions and 12 deletions
|
@ -3,8 +3,8 @@
|
|||
inputs ? {},
|
||||
}: rec {
|
||||
default = brewTea;
|
||||
brewTea = import ./pkgs/brewTea.nix { inherit pkgs inputs; };
|
||||
brewTea = import ./pkgs/brewTea.nix { inherit pkgs; };
|
||||
mkMarkdollPlugin = import ./pkgs/mkMarkdollPlugin.nix { inherit pkgs; };
|
||||
|
||||
example_quickstart = import ./examples/quickstart { inherit pkgs brewTea mkMarkdollPlugin; };
|
||||
example_quickstart = import ./examples/quickstart { inherit pkgs; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue