canvas/shell.nix

7 lines
104 B
Nix

{ pkgs ? import <nixpkgs> {} }:
let
hsPkgs = import ./default.nix;
in
hsPkgs.canvas.components.all