From 4cfbc1f14e7520bb5c17ecef95e981d42bba14f6 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 30 Jun 2022 13:48:17 +0200 Subject: [PATCH] fix deprecated output --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9ffda79..322c5fe 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ ./modules/emacs.nix ./modules/virtualization.nix ({ pkgs, ... }: { - nixpkgs.overlays = [ rust-overlay.overlay ]; + nixpkgs.overlays = [ rust-overlay.overlays.default ]; environment.systemPackages = with pkgs; [ rust-bin.stable.latest.default gcc