diff options
| author | Grigory Shipunov | 2022-06-30 13:48:17 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-30 13:49:32 +0200 |
| commit | 4cfbc1f14e7520bb5c17ecef95e981d42bba14f6 (patch) | |
| tree | 9153c5efd8b64698c0e4739f49b19249c958aa9e /flake.nix | |
| parent | a2dd4920b743bfeb41d240b5b6eadca8dcd32afd (diff) | |
fix deprecated output
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
