diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 16:53:20 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 16:53:20 +0200 |
commit | cee7b55f5969842311ef7b034188a4e46543d822 (patch) | |
tree | 852c4a91139c48e5998d05606a5721af181c878a /modules | |
parent | refactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` key (diff) | |
download | nixos-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.nix | 1 |
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, |