schema improvements

This commit is contained in:
Johannes Kirschbauer
2024-06-20 18:36:26 +02:00
committed by hsjobeki
parent feace3a8e9
commit eab22fefb0
10 changed files with 244 additions and 135 deletions

View File

@@ -1,6 +1,11 @@
{ inputs, self, ... }:
{
flake.inventory = import ./default.nix { inherit inputs self; };
inputs,
self,
lib,
...
}:
{
flake.inventory = import ./default.nix { inherit inputs self lib; };
perSystem =
{ pkgs, config, ... }:
{