nix: add overlays to flake
This commit is contained in:
parent
38be5079ff
commit
21e9e89de2
1 changed files with 2 additions and 0 deletions
|
@ -37,5 +37,7 @@
|
||||||
packages = with pkgs; [ cargo rustc rustfmt clippy rust-analyzer ];
|
packages = with pkgs; [ cargo rustc rustfmt clippy rust-analyzer ];
|
||||||
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
|
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
overlays = f: p: { inherit vnetod; };
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue