chore: update flake.lock

This commit is contained in:
matt1432 2024-08-08 23:27:42 -04:00
parent f06b0d9c5b
commit 6bcbadfdb1
16 changed files with 57 additions and 134 deletions

View file

@ -3,13 +3,14 @@ lib: lock: let
recursiveUpdateList = list: foldl' recursiveUpdate {} list;
in rec {
/**
From an attrset, returns a flake input that has its type defaulted
to `github` and has some of its inputs following this flake's input
of the same name.
/*
*
From an attrset, returns a flake input that has its type defaulted
to `github` and has some of its inputs following this flake's input
of the same name.
It gets information from the `flake.lock` file and can be used thanks
to flakegen
It gets information from the `flake.lock` file and can be used thanks
to flakegen
*/
mkInput = {type ? "github", ...} @ info: let
input =