mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-24 09:32:34 +03:00
tests: fix _d2n-extended test again
This commit is contained in:
parent
80ec66e77a
commit
0d56a0f089
@ -42,8 +42,8 @@
|
||||
}
|
||||
'')
|
||||
(builtins.toFile "crates-io-new.nix" ''
|
||||
{
|
||||
fetchers.crates-io-new = {
|
||||
{lib, ...}: {
|
||||
fetchers.crates-io = lib.mkForce {
|
||||
imports = ["${inp.dream2nix}/src/fetchers/crates-io"];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user