mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
update-scripts: move update logic from CI to dedicated script
This commit is contained in:
parent
7a4c70c55f
commit
132c1611f6
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