From 0c805575f3db2a4fde0ddbf294e006fda7692000 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 7 Aug 2018 16:23:27 -0400 Subject: [PATCH] Run carnix! --- nix/ofborg-carnix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index 5875ff2..d86dfeb 100644 --- a/nix/ofborg-carnix.nix +++ b/nix/ofborg-carnix.nix @@ -45,7 +45,7 @@ let kernel = buildPlatform.parsed.kernel.name; ) [] (builtins.attrNames feat); in rec { - ofborg = f: ofborg_0_1_6 { features = ofborg_0_1_6_features { ofborg_0_1_6 = f; }; }; + ofborg = f: ofborg_0_1_7 { features = ofborg_0_1_7_features { ofborg_0_1_7 = f; }; }; aho_corasick_0_5_3_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate { crateName = "aho-corasick"; version = "0.5.3";