mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-27 16:33:05 +03:00
tests: fix _d2n-extended test
This commit is contained in:
parent
3a6ebd75ef
commit
15b8621648
@ -23,10 +23,18 @@
|
||||
};
|
||||
}
|
||||
'')
|
||||
(builtins.toFile "brp-new.nix" ''
|
||||
{
|
||||
builders.brp-new = {
|
||||
imports = ["${inp.dream2nix}/src/subsystems/rust/builders/build-rust-package"];
|
||||
name = "brp-new";
|
||||
subsystem = "rust";
|
||||
};
|
||||
}
|
||||
'')
|
||||
];
|
||||
config.extra = {
|
||||
subsystems.rust = {
|
||||
builders.brp-new = "${inp.dream2nix}/src/subsystems/rust/builders/build-rust-package";
|
||||
discoverers.default = "${inp.dream2nix}/src/subsystems/rust/discoverers/default";
|
||||
};
|
||||
fetchers.crates-io = "${inp.dream2nix}/src/fetchers/crates-io";
|
||||
|
Loading…
Reference in New Issue
Block a user