fix shell.nix

This commit is contained in:
nek0 2019-12-10 16:07:14 +01:00
parent 62c6cdfb85
commit 35b4b2eb52
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
let
hsPkgs = import ./default.nix {};
hsPkgs = import ./default.nix;
in
hsPkgs.matebeamter.components.all