mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-12-17 14:31:17 +01:00
comment
This commit is contained in:
parent
d11c373450
commit
d15be92800
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
|
# although i can only make x86_64-linux work right now
|
||||||
|
# but it should be possible to make others work in the future
|
||||||
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);
|
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue