fix: add missing imports
This commit is contained in:
parent
fc8534dc04
commit
1483f1f045
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
../base
|
||||
|
||||
./base
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./my.nix
|
||||
./profiles.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue