mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-28 08:59:04 +03:00
Merge pull request #428 from nix-community/improvements
fix: functions.translators: dream2nixConfig not loaded
This commit is contained in:
commit
6a0ab9411b
@ -41,7 +41,11 @@
|
|||||||
--show-trace --impure --raw --expr "
|
--show-trace --impure --raw --expr "
|
||||||
let
|
let
|
||||||
dream2nix = import ${dream2nixWithExternals} {
|
dream2nix = import ${dream2nixWithExternals} {
|
||||||
dream2nixConfig = ${dream2nixConfigFile};
|
dream2nixConfig = builtins.fromJSON (
|
||||||
|
builtins.unsafeDiscardStringContext (
|
||||||
|
builtins.readFile ${dream2nixConfigFile}
|
||||||
|
)
|
||||||
|
);
|
||||||
};
|
};
|
||||||
translatorArgs =
|
translatorArgs =
|
||||||
(builtins.fromJSON
|
(builtins.fromJSON
|
||||||
|
Loading…
Reference in New Issue
Block a user