summaryrefslogtreecommitdiff
path: root/default.nix
blob: 1eada571387a48c17827138b048fa0656f1c290a (plain)
1
2
3
4
5
6
7
8
9
10
{ pkgs ? import <nixpkgs> {}
}:

{
  forstio = {
    core = pkgs.callPackage ./forstio/core/.nix/derivation.nix {
      version = "0.0.0";
    };
  };
}