forked from extern/flakelight
Remove extra binding in example
This commit is contained in:
parent
39aa44f41e
commit
84162f4098
@ -68,7 +68,7 @@ Package metadata is taken from the project's `Cargo.toml`.
|
||||
flakelight.url = "github:accelbread/flakelight";
|
||||
flakelight-rust.url = "github:accelbread/flakelight-rust";
|
||||
};
|
||||
outputs = { flakelight, flakelight-rust, ... }@inputs: flakelight ./. {
|
||||
outputs = { flakelight, flakelight-rust, ... }: flakelight ./. {
|
||||
imports = [ flakelight-rust.flakelightModules.default ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user