diff options
Diffstat (limited to 'ops/ci/default.nix')
-rw-r--r-- | ops/ci/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ops/ci/default.nix b/ops/ci/default.nix index be0c607..1638b53 100644 --- a/ops/ci/default.nix +++ b/ops/ci/default.nix @@ -1,6 +1,3 @@ { pkgs }: -{ - fmt = import ./fmt.nix pkgs; - shell = import ./shellcheck.nix pkgs; -} +{ } |