Skip to content

Commit

Permalink
macOS support is officially ready! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Thesola10 committed Mar 25, 2023
1 parent dd5c9ea commit e90b313
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
paths:
- flake.nix
- flake.lock
- nix-static-bins.nix
- nixpkgs-darwin-static.nix
- 'static-bins/**'

jobs:
precompile-bitrise:
Expand Down
3 changes: 2 additions & 1 deletion builder/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, python3Packages, fetchPypi, nix-index, ... }:
{ lib, python3Packages, fetchPypi, nix-index, nix, ... }:

let
nixie_ver = "2023.03-a14";
Expand Down Expand Up @@ -38,5 +38,6 @@ in python3Packages.buildPythonApplication {
pzp
gitpython
nix-index
nix
];
}
2 changes: 1 addition & 1 deletion builder/nixie/output/nix-wrapped.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ then
if (( $(stat -c %W "$REPO_ROOT/.nixie/channels" 2>/dev/null || echo 0) < $(stat -c %W "$THIS_SCRIPT" ) ))
then
(cd $REPO_ROOT/.nixie; _untar "channels" 2>/dev/null)
export NIX_PATH="$REPO_ROOT/.nixie/channels:$NIX_PATH"
fi
export NIX_PATH="$REPO_ROOT/.nixie/channels:$NIX_PATH"
fi


Expand Down
6 changes: 2 additions & 4 deletions nix

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

0 comments on commit e90b313

Please sign in to comment.