mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
pkgs.unstable.writers -> pkgs.writers
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
||||
"pyro2"
|
||||
"space"
|
||||
];
|
||||
my-xlock = pkgs.unstable.writers.writeDashBin "xlock" ''
|
||||
my-xlock = pkgs.writers.writeDashBin "xlock" ''
|
||||
MODE=$(printf "${xlockModes}" | shuf -n 1)
|
||||
|
||||
${pkgs.xlockmore}/bin/xlock \
|
||||
|
||||
Reference in New Issue
Block a user