5 lines
89 B
Nix
5 lines
89 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
{
|
|
dashboard = pkgs.callPackage ./dashboard.nix { };
|
|
}
|