summaryrefslogtreecommitdiff
path: root/release.nix
blob: b43d03a95f659711b8a028b61a5c3736193727a2 (plain)
1
2
3
4
5
6
7
{  supportedSystems ? ["x86_64-linux"]
,  pkgs ? <nixpkgs>
}:

{
  rafs = import ./default.nix;
}