summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-27 18:50:46 +0200
committerGrigory Shipunov2022-06-27 18:52:16 +0200
commit43a3421e42caa38c13bdb99edcd49b6c23b04819 (patch)
tree729cbe283924a153e1e3be4b9ebea37f36132f8c /flake.nix
parent5a0b2a82be5d6c79278c370a4caa7e2c4829d0af (diff)
nix flake update
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 ca2f64f..e18a807 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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