diff --git a/tidepool/default.nix b/tidepool/default.nix index 39c00f6..3e99cf8 100644 --- a/tidepool/default.nix +++ b/tidepool/default.nix @@ -50,4 +50,5 @@ let in new [ ./src/packages + ./src/builders/basic.nix ] diff --git a/tidepool/src/builders/default.nix b/tidepool/src/builders/default.nix index 43cad41..3cee94a 100644 --- a/tidepool/src/builders/default.nix +++ b/tidepool/src/builders/default.nix @@ -4,7 +4,6 @@ let in { includes = [ - ./basic.nix ./passthrough.nix ];