From d02aef570056fdc4efbe757e898328b46e0890e6 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Fri, 21 Mar 2025 11:13:57 +0200 Subject: chore(flake.nix): Replace rust-overlay with fenix This follows the same change which was made in mcl-blockchain --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 21e9694..675017c 100644 --- a/flake.nix +++ b/flake.nix @@ -13,19 +13,19 @@ "github:metacraft-labs/nix-blockchain-development?rev=f717747a4ce11d5764578d8ee1c505d00bf8a81e"; nixpkgs.follows = "mcl-blockchain/nixpkgs"; crane.follows = "mcl-blockchain/crane"; - rust-overlay.follows = "mcl-blockchain/rust-overlay"; + fenix.follows = "mcl-blockchain/fenix"; # flake-utils.follows = "mcl-blockchain/flake-utils"; }; outputs = { self, nixpkgs, mcl-blockchain, mcl-blockchain-old, crane - , rust-overlay, ... }: + , fenix, ... }: let system = "x86_64-linux"; pkgs = import nixpkgs { system = system; overlays = [ mcl-blockchain.overlays.default - rust-overlay.overlays.default + fenix.overlays.default (_: _: { metacraft-labs-old = mcl-blockchain-old.legacyPackages.${system}.metacraft-labs; -- cgit v1.2.3