7 lines
75 B
Nix
7 lines
75 B
Nix
|
with import <stockholm/lib>;
|
||
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
deploy = import ./deploy.nix;
|
||
|
}
|