generated from stubbfel/nix-project-template
7 lines
150 B
Nix
7 lines
150 B
Nix
{ nixpkgs ? import <nixpkgs> { } }:
|
|
|
|
{
|
|
nixpkgs = nixpkgs;
|
|
playground = { port = "8083"; server = import ../playground/example/services/rust; };
|
|
}
|