fix deprecated output
This commit is contained in:
parent
a2dd4920b7
commit
4cfbc1f14e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
./modules/emacs.nix
|
./modules/emacs.nix
|
||||||
./modules/virtualization.nix
|
./modules/virtualization.nix
|
||||||
({ pkgs, ... }: {
|
({ pkgs, ... }: {
|
||||||
nixpkgs.overlays = [ rust-overlay.overlay ];
|
nixpkgs.overlays = [ rust-overlay.overlays.default ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
rust-bin.stable.latest.default
|
rust-bin.stable.latest.default
|
||||||
gcc
|
gcc
|
||||||
|
|
Loading…
Add table
Reference in a new issue