nix: add overlays to flake

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-18 17:35:14 +03:00
parent 38be5079ff
commit 21e9e89de2
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 2 additions and 0 deletions

View File

@ -37,5 +37,7 @@
packages = with pkgs; [ cargo rustc rustfmt clippy rust-analyzer ];
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
};
overlays = f: p: { inherit vnetod; };
});
}