nix: refactored extrapackages into overlay

This commit is contained in:
Léana 江 2024-04-14 20:19:41 +02:00 committed by Léana 江
parent 683b848b7a
commit e0be84a2db
9 changed files with 48 additions and 39 deletions

View file

@ -1,6 +1,6 @@
{
outputs =
{ ... }@inputs:
inputs:
let
inherit (import ./lib.nix inputs)
mkNixOSes