about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 16:53:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 16:53:20 +0200
commitcee7b55f5969842311ef7b034188a4e46543d822 (patch)
tree852c4a91139c48e5998d05606a5721af181c878a /modules
parentrefactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` key (diff)
downloadnixos-config-cee7b55f5969842311ef7b034188a4e46543d822.tar.gz
nixos-config-cee7b55f5969842311ef7b034188a4e46543d822.zip
fix(pkgs/iamb): Temporarily include as pkg
This allows me to rebuild the system *before* the pr, updating imab in
nixpkgs, is merged. Otherwise, iamb would cause the systemb build to
fail, as it's affected by the `time` problem.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/home-manager/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/home-manager/default.nix b/modules/system/home-manager/default.nix
index c3d65c0e..096aaceb 100644
--- a/modules/system/home-manager/default.nix
+++ b/modules/system/home-manager/default.nix
@@ -1,7 +1,6 @@
 {
   config,
   lib,
-  pkgs,
   pkgsStable,
   nixpkgs_open_prs,
   sysLib,