canvas/shell.nix

7 lines
104 B
Nix
Raw Normal View History

2020-02-05 06:21:39 +00:00
{ pkgs ? import <nixpkgs> {} }:
2020-02-01 15:09:09 +00:00
let
2020-02-05 06:21:39 +00:00
hsPkgs = import ./default.nix;
2020-02-01 15:09:09 +00:00
in
hsPkgs.canvas.components.all