Remove local direnv/nix setup
This commit is contained in:
parent
344ca0b713
commit
7d9ed41d8e
19
default.nix
19
default.nix
@ -1,19 +0,0 @@
|
||||
let
|
||||
unstableTarball = fetchTarball
|
||||
"https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
|
||||
pkgs = import <nixpkgs> { };
|
||||
unstable = import unstableTarball { };
|
||||
|
||||
in with pkgs;
|
||||
pkgs.mkShell {
|
||||
name = "rust";
|
||||
buildInputs = [
|
||||
openssl
|
||||
pkg-config
|
||||
unstable.cargo
|
||||
unstable.rustc
|
||||
unstable.rustfmt
|
||||
unstable.rust-analyzer
|
||||
postgresql
|
||||
];
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user