Adding project-local nix files to use with lorri

develop
Katharina Fey 5 years ago
parent 9d7af13334
commit 54e644306c
Signed by: kookie
GPG Key ID: F972AEEA2887D547
  1. 1
      .envrc
  2. 8
      shell.nix

@ -0,0 +1 @@
eval "$(lorri direnv)"

@ -0,0 +1,8 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "qaul";
buildInputs = with pkgs; [
rustracer rustup clangStdenv
];
}
Loading…
Cancel
Save