Skip to content

Commit 641b4fa

Browse files
committed
modules/btop: fix unnecessary rebuilds when flake source changes
1 parent 3c61eca commit 641b4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/btop/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
};
1818

1919
config.flags = {
20-
"--config" = toString config."btop.conf".path;
20+
"--config" = "${config."btop.conf".path}";
2121
};
2222

2323
config.package = config.pkgs.btop;

0 commit comments

Comments
 (0)