schema improvements
This commit is contained in:
committed by
hsjobeki
parent
feace3a8e9
commit
eab22fefb0
@@ -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, ... }:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user