Skip to content

Commit

Permalink
nix flake update (#1053)
Browse files Browse the repository at this point in the history
* nix flake update

* XI
  • Loading branch information
danieljharvey authored Jan 7, 2024
1 parent 8958987 commit ddd13b4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/nix-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: nix check

on:
push:

jobs:
nix-develop:
name: nix develop
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@main

- uses: DeterminateSystems/magic-nix-cache-action@main

- name: nix develop --command true
run: |
nix develop --print-build-logs --command true
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit ddd13b4

Please sign in to comment.