git.delta.rocks / jrsonnet / refs/commits / 84715b5c8a63

difftreelog

ci update flake

Yaroslav Bolyukin2023-05-09parent: #96690c7.patch.diff
in: master

2 files changed

modifiedflake.lockdiffbeforeafterboth
before · flake.lock
4 packageslockfile v7
after · flake.lock
5 packageslockfile v7
modifiedflake.nixdiffbeforeafterboth
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,7 @@
           inherit system;
           overlays = [ rust-overlay.overlays.default ];
         };
-        rust = ((pkgs.rustChannelOf { date = "2023-04-03"; channel = "nightly"; }).default.override {
+        rust = ((pkgs.rustChannelOf { date = "2023-05-07"; channel = "nightly"; }).default.override {
           extensions = [ "rust-src" "miri" "rust-analyzer" ];
         });
       in