fix deprecated output

This commit is contained in:
Grigory Shipunov 2022-06-30 13:48:17 +02:00
parent a2dd4920b7
commit 4cfbc1f14e
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -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