chore(buildClan): rename eval.nix to function-adapter.nix to make its shallows purpose more clear
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
...
|
||||
}@attrs:
|
||||
let
|
||||
eval = import ./eval.nix {
|
||||
eval = import ./function-adapter.nix {
|
||||
inherit
|
||||
lib
|
||||
nixpkgs
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
evalClan = import ./eval.nix {
|
||||
evalClan = import ./function-adapter.nix {
|
||||
inherit lib nixpkgs clan-core;
|
||||
self = ./.;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user