mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-27 14:51:15 +03:00
fix: correct utils attrpath in unit tests, fix utils attrpath in lib.nix
This commit is contained in:
parent
b22b97fc37
commit
afb6f17eff
@ -189,7 +189,7 @@
|
||||
l.mapAttrs
|
||||
(system: pkgs: let
|
||||
dream2nix = dream2nixFor."${system}";
|
||||
allOutputs = dream2nix.utils.makeOutputsForIndexes {
|
||||
allOutputs = dream2nix.framework.utils.makeOutputsForIndexes {
|
||||
inherit
|
||||
source
|
||||
indexes
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user