Update flake.nix
This commit is contained in:
parent
dcc5cac9e3
commit
671a28d9f5
|
@ -30,7 +30,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
nixosModules = forAllSystems (system: let
|
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;
|
lib = pkgs.${system}.lib;
|
||||||
types = pkgs.${system}.lib.types;
|
types = pkgs.${system}.lib.types;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue