phoebe/test/default.nix

9 lines
112 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> {}
}:
with pkgs;
{
rails = (callPackage ./services/web/rails/test.nix {}).test;
}