diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-14T11·52+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-14T11·52+0000 |
commit | 85be7964071b6c8b27c180842f28a003baee0a8b (patch) | |
tree | a8d2bcb2fd4d8a2dae858cc146103fe93b04d6a4 | |
parent | 74b5054a43132580fba7e834efc4a39e013a5957 (diff) |
fix(build): Import package set correctly for CI builds r/133
-rw-r--r-- | ci-builds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 916317ea56f0..765070618580 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -7,7 +7,7 @@ # TODO(tazjin): Actually implement the above. let - pkgs = import ./default.nix; + pkgs = import ./default.nix {}; in with pkgs; [ services.tazblog services.nixcon-demo |