From b73965bd8637fdaedbf19c7b7f92feac9f59e99e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 17 Sep 2019 16:59:46 +0200 Subject: [PATCH] Update nix/ci.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Domen Kožar --- nix/ci.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/ci.nix b/nix/ci.nix index 9b72b61..70de687 100644 --- a/nix/ci.nix +++ b/nix/ci.nix @@ -11,4 +11,3 @@ let import ../tests/default.nix { pkgs = import ./default.nix { inherit nixpkgs; }; } ) -#import ./tests/default.nix { pkgs = import ./nix {}; }