diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-16 16:29:26 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-16 16:29:26 +0200 |
commit | 8b93ce2b1bddd873ebda5c58db1cae9c444307f3 (patch) | |
tree | b18ec42effabef119bfa3f4ef2c1ef740ecf610a /flake/packages/default.nix | |
parent | modules/nvim/plgs/neorg: Remove the predefined workspaces (diff) | |
download | nixos-config-8b93ce2b1bddd873ebda5c58db1cae9c444307f3.zip |
bootstrap: Remove
These scripts can be useful for the future, but currently they are just tech-dept.
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 |