mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
init wrapper-module config
This commit is contained in:
commit
91755583fd
46 changed files with 4277 additions and 0 deletions
14
scripts/updater.nix
Normal file
14
scripts/updater.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{pkgs}:
|
||||
pkgs.writeShellApplication {
|
||||
name = "updateR";
|
||||
|
||||
# Tools your script needs at runtime
|
||||
runtimeInputs = [
|
||||
pkgs.wget
|
||||
pkgs.gnused
|
||||
pkgs.coreutils
|
||||
];
|
||||
|
||||
# Keep script in separate file, but embed contents
|
||||
text = builtins.readFile ./updater.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue