We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21a28c commit 8a8a36aCopy full SHA for 8a8a36a
Taskfile.yml
@@ -19,7 +19,7 @@ tasks:
19
- 'overlays/**/*'
20
- 'config/keyboards/kanata.kbd'
21
cmds:
22
- - sudo nixos-rebuild switch --flake ".#$(hostname)" --show-trace
+ - if [ -f '/etc/NIXOS' ]; then sudo nixos-rebuild switch --flake ".#$(hostname)" --show-trace; fi
23
24
home-manager:
25
aliases:
0 commit comments