diff --git a/flake.nix b/flake.nix index e4f2ccb..66c8e27 100644 --- a/flake.nix +++ b/flake.nix @@ -37,5 +37,7 @@ packages = with pkgs; [ cargo rustc rustfmt clippy rust-analyzer ]; RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; }; + + overlays = f: p: { inherit vnetod; }; }); }