Skip to content

Commit

Permalink
Merge pull request #162 from srid/m1
Browse files Browse the repository at this point in the history
Allow macOS M1
  • Loading branch information
zimbatm authored May 8, 2022
2 parents e7918e9 + e4c88ab commit 0236d1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion examples/python/virtualenv_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def execfile(path, global_dict):
code = code.replace("\r\n", "\n") + "\n"
exec(code, global_dict)


else:

def to_str(value):
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }@inputs:
flake-utils.lib.eachSystem [ "x86_64-linux" "x86_64-darwin" ] (system:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import self {
inherit system;
Expand Down

0 comments on commit 0236d1f

Please sign in to comment.