Skip to content

Commit

Permalink
Synchronize Nix configuration with other Witchcraft projects
Browse files Browse the repository at this point in the history
These changes had already been applied to the other
projects within the Witchcraft suite, and add support
for working with the project on apple silicon.
  • Loading branch information
QuinnWilton authored Jan 29, 2022
2 parents 7ef186f + a1b296a commit 20e7199
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 315 deletions.
87 changes: 0 additions & 87 deletions nix/commands.nix

This file was deleted.

50 changes: 0 additions & 50 deletions nix/sources.json

This file was deleted.

174 changes: 0 additions & 174 deletions nix/sources.nix

This file was deleted.

7 changes: 3 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
let
nixpkgs = import (fetchTarball {
# For compiled binary, run
# `cachix use jechol`
url = "https://github.com/jechol/nixpkgs/archive/otp24-no-jit.tar.gz";
sha256 = "sha256:01n9hn9v7w9kgcd4zipf08bg9kskmpm7sp7f8z3yawk2c0w7q2kl";
# Run `cachix use jechol` to use compiled binary cache.
url = "https://github.com/jechol/nixpkgs/archive/21.11-otp24-no-jit.tar.gz";
sha256 = "sha256:1lka707hrnkp70vny99m9fmp4a8136vl7addmpfsdvkwb81d1jk9";
}) { };
platform = if nixpkgs.stdenv.isDarwin then [
nixpkgs.darwin.apple_sdk.frameworks.CoreServices
Expand Down

0 comments on commit 20e7199

Please sign in to comment.