summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-30 13:48:17 +0200
committerGrigory Shipunov2022-06-30 13:49:32 +0200
commit4cfbc1f14e7520bb5c17ecef95e981d42bba14f6 (patch)
tree9153c5efd8b64698c0e4739f49b19249c958aa9e /flake.nix
parenta2dd4920b743bfeb41d240b5b6eadca8dcd32afd (diff)
fix deprecated output
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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