From 21e9e89de2af212ca9dec914011cfde7e48f8de6 Mon Sep 17 00:00:00 2001 From: janabhumi Date: Sun, 18 Sep 2022 17:35:14 +0300 Subject: [PATCH] nix: add overlays to flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }); }