diff options
author | Ben Sima <ben@bsima.me> | 2019-03-23 23:58:26 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-23 23:58:26 -0700 |
commit | f50cecf2cb77cc073cb86a6016468a09d1c49fb0 (patch) | |
tree | 1ca9eda0a93a2e04e2dc44df8fc5113375a72c3d /pack/default.nix | |
parent | 5d4e34f146a358041099299d2f86a546eed25dea (diff) |
Add semi-working bs
Diffstat (limited to 'pack/default.nix')
-rw-r--r-- | pack/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pack/default.nix b/pack/default.nix index ee92fde..3c48884 100644 --- a/pack/default.nix +++ b/pack/default.nix @@ -4,4 +4,5 @@ { fathom = import ./fathom.nix { inherit nixpkgs; }; ibb = import ./ibb.nix { inherit nixpkgs; }; + bs = import ./bs.nix { inherit nixpkgs; }; } |