From 8b93ce2b1bddd873ebda5c58db1cae9c444307f3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 16:29:26 +0200 Subject: bootstrap: Remove These scripts can be useful for the future, but currently they are just tech-dept. --- flake/packages/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'flake/packages/default.nix') 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 -- cgit 1.4.1