mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
snapshot pre-cleanup-2026-05-23T19-39-41Z
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
flake.packages.custom-autoupdate-laptop = {pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.custom-autoupdate-laptop = pkgs.writeShellApplication {
|
||||
name = "custom-autoupdate";
|
||||
|
||||
runtimeInputs = with pkgs; [
|
||||
@@ -106,4 +106,4 @@
|
||||
rm -f "$ERROR_FILE"
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
Reference in New Issue
Block a user