1
1
mirror of https://github.com/oxalica/nil.git synced 2024-08-17 06:30:38 +03:00
This commit is contained in:
oxalica 2023-02-26 08:28:32 +08:00
parent 85ebdb39bf
commit 1d223b505d
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ jobs:
uses: cachix/install-nix-action@v17
- name: Prepare devShell
run: nix develop --command true
- name: Install NPM packages
run: nix develop --command npm ci
- name: Run pre-commit
run: nix develop --command pre-commit

View File

@ -143,7 +143,7 @@
})
// {
overlays = {
default = lib.composeExtension self.overlays.nil self.overlays.coc-nil;
default = lib.composeExtensions self.overlays.nil self.overlays.coc-nil;
nil = final: prev: {
nil = final.callPackage mkNil { };
};