mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-11 08:36:04 +03:00
rname: builtins.path -> l.path
This commit is contained in:
parent
4e75e665ec
commit
1a30e4062a
@ -215,7 +215,7 @@
|
||||
(oDir: l.match ''.*/${oDir}'' path == null)
|
||||
sanitizedOverridesDirs);
|
||||
|
||||
ca-source = builtins.path {
|
||||
ca-source = l.path {
|
||||
path = source;
|
||||
name = "dream2nix-package-source";
|
||||
inherit filter;
|
||||
|
Loading…
Reference in New Issue
Block a user