mirror of
https://github.com/vale981/phoebe
synced 2025-03-05 09:51:37 -05:00
9 lines
112 B
Nix
9 lines
112 B
Nix
![]() |
{ pkgs ? import <nixpkgs> {}
|
||
|
}:
|
||
|
|
||
|
with pkgs;
|
||
|
|
||
|
{
|
||
|
rails = (callPackage ./services/web/rails/test.nix {}).test;
|
||
|
}
|