Skip to content

Commit

Permalink
[feat] nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlor committed Sep 5, 2023
1 parent 532caa9 commit 86add5a
Show file tree
Hide file tree
Showing 10 changed files with 467 additions and 69 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/deps-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Update deps-lock.json"
on:
push:
paths:
- "**/deps.edn"

jobs:
update-lock:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: cachix/install-nix-action@v17

- name: Update deps-lock
run: "nix run github:jlesquembre/clj-nix#deps-lock"

- name: Create Pull Request
uses: peter-evans/[email protected]
with:
commit-message: Update deps-lock.json
title: Update deps-lock.json
branch: update-deps-lock
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ db.edn
/.lsp/
/.clj-kondo/
/*.sqlite
/result
/.direnv/
215 changes: 215 additions & 0 deletions flake.lock

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

Loading

0 comments on commit 86add5a

Please sign in to comment.