From 0893cc53fdde3482524348d9fe14751da04c4c7a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 30 Sep 2024 15:09:12 -0700 Subject: format(flake): move overlays into nixpkgs --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 55f0e67..524f3c8 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,11 @@ flake-utils.lib.eachDefaultSystem ( system: let - overlays = [ (import rust-overlay) ]; - pkgs = import nixpkgs { inherit system overlays; }; + pkgs = import nixpkgs { + inherit system; + + overlays = [ (import rust-overlay) ]; + }; in { devShell = -- cgit v1.2.3