mirror of
https://github.com/urbit/ares.git
synced 2024-11-21 21:39:51 +03:00
fix up
This commit is contained in:
parent
d8e879636d
commit
368f8584b3
@ -37,7 +37,7 @@
|
||||
] ++
|
||||
(nixpkgs.lib.lists.optional (parsedSystem.kernel.name != "darwin") pkgs.gdb) # nixpkgs won't build gdb for darwin
|
||||
++
|
||||
(nixpkgs.lib.lists.optional (parsedSystem.kernel.name != "darwin") pkgs.cargo-watch); # nixpkgs won't build gdb for darwin
|
||||
(nixpkgs.lib.lists.optional (parsedSystem.kernel.name != "darwin" || parsedSystem.cpu.name != "x86_64") pkgs.cargo-watch); # nixpkgs won't build cargo-watch for darwin-x86
|
||||
};
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user