From 810721ceac0249e747cdf36f3edec22d829d4371 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 31 Dec 2021 23:53:52 +0100 Subject: ebus-rust nixos package --- ebus-rust/flake.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ebus-rust/flake.nix (limited to 'ebus-rust/flake.nix') diff --git a/ebus-rust/flake.nix b/ebus-rust/flake.nix deleted file mode 100644 index b39b841..0000000 --- a/ebus-rust/flake.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ - inputs.nixpkgs.url = "nixpkgs/nixos-21.05"; - inputs.flake-utils.url = "github:numtide/flake-utils"; - - outputs = { self, nixpkgs, flake-utils }: - flake-utils.lib.eachDefaultSystem (system: - let - pkgs = nixpkgs.legacyPackages.${system}; - in - { - devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - cargo - rustc - pkg-config - rustfmt - rls - clippy - bashInteractive - nixpkgs-fmt - gitFull - xxd - influxdb - ]; - buildInputs = with pkgs; [ - openssl - ]; - RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; - }; - }); -} -- cgit v1.2.1