lib: working extended lib

This commit is contained in:
Charlie Root 2024-08-30 23:15:56 +02:00
commit 7063ef40d9
3 changed files with 8 additions and 36 deletions

View file

@ -1,9 +1,6 @@
{
inputs,
lib,
...
}: let
inherit (inputs) self;
{inputs, ...}: let
inherit (inputs) self nixpkgs;
inherit (nixpkgs) lib;
in {
mkSystem = {
withSystem,