From e3d07645fc4bda0352ec2ac627efd07732b4b044 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 25 Mar 2024 22:51:03 +0000 Subject: [PATCH] hotfix(flake): syntax --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5587bed..37520c6 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ in rec { packages.default = - (pkgs.makeRustPlatform.buildRustPackage { + pkgs.makeRustPlatform.buildRustPackage { pname = "bunbun"; version = "1.3.0"; src = ./.;