removed legacy .nix/ setup

i18n
Michal 2 years ago
parent 1f5e963891
commit 3d7209561d
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -1,20 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
let
rustPkgs = with pkgs; [
rustc
cargo
rustfmt
rust-analyzer
clippy
];
pkgDeps = with pkgs; [
openssl
pkgconfig
sqlite
];
in
pkgs.mkShell {
nativeBuildInputs = rustPkgs ++ pkgDeps;
RUST_BACKTRACE = 1;
}
Loading…
Cancel
Save