lib: trying to extend the default NixOS library, NOT WORKING ATM

This commit is contained in:
Charlie Root 2024-08-30 20:11:05 +02:00
commit 2e213f80b2
3 changed files with 44 additions and 40 deletions

View file

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