Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
24 changes: 24 additions & 0 deletions .github/workflows/evaluate-nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: evaluate-nix

on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Nix
uses: DeterminateSystems/determinate-nix-action@v3
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v14
with:
use-flakehub: false
- name: Check evaluation, also builds the package
run: nix flake check
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Session.vim
.cargo
# Included because it is part of the test case
!/tests/run-make/thumb-none-qemu/example/.cargo
.direnv
.pre-commit-config.yaml

## Configuration
/config.toml
Expand All @@ -54,6 +56,7 @@ build/
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
/obj/
/result

## Temporary files
*~
Expand Down Expand Up @@ -81,4 +84,4 @@ package.json
## Rustdoc GUI tests
tests/rustdoc-gui/src/**.lock

# Before adding new lines, see the comment at the top.
# Before adding new lines, see the comment at the top.
193 changes: 193 additions & 0 deletions flake.lock

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

Loading
Loading