This commit is contained in:
Daan Vanoverloop 2023-07-01 13:47:22 +02:00
parent a2004a19ff
commit 709911818d
1 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,8 @@
inputs = {
rust = {
url = "./dev/rust";
inputs.nixpkgs.follows = "nixpkgs";
{
inputs = {
rust = {
url = "./dev/rust";
inputs.nixpkgs.follows = "nixpkgs";
};
};
};
}