mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 21:37:55 +08:00
put back own fork
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
# - system: i686-windows
|
||||
# target: i686-w64-mingw32
|
||||
# os: ubuntu-latest
|
||||
- system: x86_64-macos
|
||||
- system: x86_64-macos-13
|
||||
target: x86_64-apple-darwin
|
||||
os: macos-13
|
||||
# - system: x86_64-linux
|
||||
|
||||
+2
-2
@@ -7,10 +7,10 @@ let
|
||||
systems = import ./systems.nix;
|
||||
system = systems.${target};
|
||||
|
||||
buildPackages = import (fetchTarball "https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz") { };
|
||||
buildPackages = import (fetchTarball "https://github.com/soywod/nixpkgs/archive/master.tar.gz") { };
|
||||
inherit (buildPackages) stdenv binutils mktemp gnutar zip;
|
||||
|
||||
pkgs = import (fetchTarball "https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz") {
|
||||
pkgs = import (fetchTarball "https://github.com/soywod/nixpkgs/archive/master.tar.gz") {
|
||||
crossSystem = {
|
||||
isStatic = true;
|
||||
config = target;
|
||||
|
||||
Reference in New Issue
Block a user