This commit is contained in:
do butterflies cry? 2026-02-22 13:01:32 +10:00
parent 8efd7c34ce
commit e4f2f7b6a7
7 changed files with 153 additions and 39 deletions

View file

@ -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;
}
)