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