Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add CI to check the nix development environment builds successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 14, 2023
1 parent 20ae617 commit 68b7e8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/development-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Build the nix development environment"
on:
pull_request:
push:
jobs:
build_dev_env:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop --impure

0 comments on commit 68b7e8c

Please sign in to comment.