mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add update-checker [WIP]
This commit is contained in:
parent
bbaee7acd8
commit
2da6d3182d
8 changed files with 141 additions and 24 deletions
6
pkgs/update-checker/default.nix
Normal file
6
pkgs/update-checker/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ writeShellApplication, sway }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "update-checker";
|
||||
text = builtins.readFile ../../scripts/update-checker.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue