Skip to content

nix: use the correct self attribute in the module import #46

nix: use the correct self attribute in the module import

nix: use the correct self attribute in the module import #46

Workflow file for this run

name: Flake Check
on: [push, pull_request, workflow_dispatch]
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty
- name: Check Flake
run: nix flake check --accept-flake-config