mirror of
https://github.com/vale981/phoebe
synced 2025-03-04 17:31:41 -05:00
8 lines
112 B
Nix
8 lines
112 B
Nix
{ pkgs ? import <nixpkgs> {}
|
|
}:
|
|
|
|
with pkgs;
|
|
|
|
{
|
|
rails = (callPackage ./services/web/rails/test.nix {}).test;
|
|
}
|