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

with import ./default.nix {};
{
  inherit rafs;
}