diff options
Diffstat (limited to '')
-rw-r--r-- | flake/packages/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/flake/packages/default.nix b/flake/packages/default.nix index 7ea1b6cc..89c7c4f6 100644 --- a/flake/packages/default.nix +++ b/flake/packages/default.nix @@ -19,7 +19,6 @@ ... }: let inherit (pkgs) lib; - output = import ../../bootstrap {inherit pkgs sysLib;}; run_test_description = pkgs.callPackage ../../tests/infrastructure/run.nix {}; @@ -101,6 +100,5 @@ in nvim = nvim.tiamat; inherit run_test_description; } - // output // output_neovim // myPkgsFlat |