mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
loadwatch: expand platforms to all
This commit is contained in:
parent
48c42ec3a0
commit
dcf51a859f
@ -15,6 +15,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Run a program using only idle cycles";
|
description = "Run a program using only idle cycles";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ woffs ];
|
maintainers = with maintainers; [ woffs ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user