Fixed a path
This commit is contained in:
parent
cc588a1947
commit
16a67b23b7
@ -1,8 +1,8 @@
|
||||
{ pkgs ,... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enpty file for future imports
|
||||
imports = [
|
||||
(import ../../common/ai.nix { inherit pkgs; })
|
||||
(import ../../modules/common/ai.nix { inherit pkgs; })
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user