diff options
Diffstat (limited to 'ci-builds.nix')
-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 |