From a45df126999e4c081c0f2b26e20f2a7fedcd7b87 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 22 Nov 2021 10:32:35 +0900 Subject: nix: Update to lld 13, drop flake-compat (was unused) --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 296a68d5..cbf10c97 100644 --- a/flake.nix +++ b/flake.nix @@ -9,10 +9,6 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.rustOverlay.follows = "rust-overlay"; }; - flakeCompat = { - url = "github:edolstra/flake-compat"; - flake = false; - }; }; outputs = inputs@{ self, nixCargoIntegration, ... }: @@ -63,7 +59,7 @@ ''; }; shell = common: prev: { - packages = prev.packages ++ (with common.pkgs; [ lld_12 lldb cargo-tarpaulin ]); + packages = prev.packages ++ (with common.pkgs; [ lld_13 lldb cargo-tarpaulin ]); env = prev.env ++ [ { name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; } { name = "RUST_BACKTRACE"; value = "1"; } -- cgit v1.2.3-70-g09d2