refactor: make nixd happy

This commit is contained in:
matt1432 2024-05-05 23:07:06 -04:00
parent 551880cc24
commit ac9aa96522
16 changed files with 60 additions and 72 deletions
common/modules

View file

@ -3,8 +3,8 @@
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
(writeShellApplication {
environment.systemPackages = [
(pkgs.writeShellApplication {
name = "rebuild-no-cache";
runtimeInputs = [config.programs.nh.package];
text = ''