add awww
This commit is contained in:
parent
8efd7c34ce
commit
e4f2f7b6a7
7 changed files with 153 additions and 39 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{...}: (
|
||||
{
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: (
|
||||
self: super: {
|
||||
angry-oxide = import ../packages/angryoxide {
|
||||
pkgs = super;
|
||||
|
|
@ -29,5 +33,7 @@
|
|||
})
|
||||
];
|
||||
});
|
||||
|
||||
awww = inputs.awww.packages.${system}.awww;
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue