Update flake.nix

This commit is contained in:
Adrian Gunnar Lauterer 2024-05-29 17:31:59 +02:00
parent dcc5cac9e3
commit 671a28d9f5
1 changed files with 37 additions and 37 deletions

View File

@ -30,7 +30,7 @@
});
nixosModules = forAllSystems (system: let
ozaiWebui = import ./default.nix { inherit (pkgs.${system}) pkgs; };
ozai-webui = import ./default.nix { inherit (pkgs.${system}) pkgs; };
lib = pkgs.${system}.lib;
types = pkgs.${system}.lib.types;
in {