fix: correct utils attrpath in unit tests, fix utils attrpath in lib.nix

This commit is contained in:
Yusuf Bera Ertan 2022-11-16 03:58:20 +03:00
parent b22b97fc37
commit afb6f17eff
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 3 additions and 3 deletions

View File

@ -189,7 +189,7 @@
l.mapAttrs
(system: pkgs: let
dream2nix = dream2nixFor."${system}";
allOutputs = dream2nix.utils.makeOutputsForIndexes {
allOutputs = dream2nix.framework.utils.makeOutputsForIndexes {
inherit
source
indexes

View File

@ -26,7 +26,7 @@ exampleDreamLock = dict(
def test_dream_lock_inject():
result = nix_ffi.callNixFunction(
'utils.dreamLock.injectDependencies',
'framework.utils.dreamLock.injectDependencies',
dreamLock=exampleDreamLock,
inject=dict(
example={
@ -43,7 +43,7 @@ def test_dream_lock_inject():
def test_dream_lock_replace_root_sources():
result = nix_ffi.callNixFunction(
'utils.dreamLock.replaceRootSources',
'framework.utils.dreamLock.replaceRootSources',
dreamLock=exampleDreamLock,
newSourceRoot=dict(
type = "http",