diff options
| author | Grigory Shipunov | 2022-06-27 18:50:46 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-27 18:52:16 +0200 |
| commit | 43a3421e42caa38c13bdb99edcd49b6c23b04819 (patch) | |
| tree | 729cbe283924a153e1e3be4b9ebea37f36132f8c /flake.nix | |
| parent | 5a0b2a82be5d6c79278c370a4caa7e2c4829d0af (diff) | |
nix flake update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ ./modules/binary-caches.nix ./modules/science.nix ./modules/mail.nix - ({ pkgs, ... }: { + ({ pkgs, ... }: { nixpkgs.overlays = [ rust-overlay.overlay ]; environment.systemPackages = with pkgs; [ rust-bin.stable.latest.default |
