This commit is contained in:
Sridhar Ratnakumar 2023-07-22 11:21:31 -04:00
parent 66dcd9d9b6
commit 070379b97a

View file

@ -22,6 +22,7 @@
nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc
registry.nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs
settings = {
max-jobs = "auto";
experimental-features = "nix-command flakes repl-flake";
# I don't have an Intel mac.
extra-platforms = lib.mkIf pkgs.stdenv.isDarwin "aarch64-darwin x86_64-darwin";