Skip to content

Commit

Permalink
fix: bump neovim.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Nov 27, 2024
1 parent 93a21ba commit 6c209c2
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 87 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
with:
name: willruggiano
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: nix run .#update
run: |
- run: nix run .#update
- run: |
git config --global user.name 'github-actions[bot]' &&
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' &&
nix run .#update
git commit -am 'chore: 🌶️🌶️🌶️' &&
git push
84 changes: 42 additions & 42 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
neovim-nix = {
# url = "path:///home/bombadil/dev/neovim.nix";
url = "github:willruggiano/neovim.nix";
inputs.example.follows = "";
inputs.flake-parts.follows = "flake-parts";
Expand Down Expand Up @@ -109,9 +110,7 @@
nix flake update &&
niv update &&
nix run .#nvim-treesitter.update-grammars &&
nix flake check --impure &&
git commit -am 'chore: 🌶️🌶️🌶️' &&
git push
nix flake check --impure
'';
};
};
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install:
nix profile upgrade 0
nix profile upgrade git+file://$(pwd)#packages.x86_64-linux.default
notify-send --transient 'neovim be ready'

build:
Expand Down
Loading

0 comments on commit 6c209c2

Please sign in to comment.