fix nix flake evaluation

This commit is contained in:
Markus Schmidl 2023-03-10 15:03:27 +01:00
parent df8117b441
commit 6244fb0041
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@
lib = { inherit hostRegistry; };
packages = import ./packages.nix { inherit hostRegistry inputs lib microvm secrets self; };
packages = import ./packages.nix { inherit hostRegistry inputs lib microvm self; };
nixosConfigurations = {
auth = nixosSystem' {

View File

@ -1,4 +1,4 @@
{ hostRegistry, inputs, lib, microvm, self }:
{ hostRegistry, inputs, lib, microvm, self, ... }:
let
getHostAddr = name: