mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
update-scripts: move update logic from CI to dedicated script
(cherry picked from commit 132c1611f6
)
This commit is contained in:
parent
379d8bb5ca
commit
47699135a5
3 changed files with 76 additions and 35 deletions
|
@ -9,6 +9,8 @@ lib.fix (self: {
|
|||
default = self.generate;
|
||||
generate = lib.callPackageWith (pkgs // self) ./generate.nix { };
|
||||
|
||||
update = lib.callPackageWith (pkgs // self) ./update.nix { };
|
||||
|
||||
# A shell that has the generate script
|
||||
shell = pkgs.mkShell { nativeBuildInputs = [ self.generate ]; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue