mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: book reading script cannot be named "read"
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.writers.writeDashBin "read" ''
|
||||
(pkgs.writers.writeDashBin "book" ''
|
||||
set -efu
|
||||
book="$({
|
||||
${pkgs.findutils}/bin/find ${config.users.users.me.home}/cloud/syncthing/library -type f
|
||||
|
||||
Reference in New Issue
Block a user