refactor(plugins/astroui): move package to single file
This commit is contained in:
parent
43e19eb6ad
commit
ea090d8ba6
2 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ in
|
||||||
{
|
{
|
||||||
extra = {
|
extra = {
|
||||||
packages = [
|
packages = [
|
||||||
(import ./package { inherit lib pkgs; })
|
(import ./package.nix { inherit lib pkgs; })
|
||||||
];
|
];
|
||||||
|
|
||||||
config = ''
|
config = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue