From 03654061ff40b4a7674064573b62c92f9ca7c182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Sun, 26 May 2024 10:56:03 +0200 Subject: [PATCH] flake: fixup --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0f56feb..7cab443 100644 --- a/flake.nix +++ b/flake.nix @@ -133,7 +133,6 @@ ]; }; packages = { - hardhat = pkgs.callPackage ./hardhat { }; acropolis-deps = craneLib.buildDepsOnly (acropolisAttrs // { pname = "acropolis"; });