mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
Fix CI
This commit is contained in:
parent
85ebdb39bf
commit
1d223b505d
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue