Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Continuous Cachix Pushing

オープン
#222 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
github-actions
領域
ci-cd

調査の方向性

Start with the example GitHub Actions workflow in the issue and verify the repository's current workflow configuration. Add the Cachix-pushing workflow using the shown actions and signing-key secret; done means cache pushes run on the master branch without exposing the secret.

索引モデルが issue の本文から書いたものです。

説明

Preamble

For now (at 19edac45690a31c6255481ab08ebf16799a46513), there is no GitHub Actions to push cache to cachix. I suggest that adding a workflow to push cache to cachix.

The example workflow

name: "cachix-pusher"

on:
  branches:
    - master

jobs:
  push:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: cachix/install-nix-action@v25
      with:
        nix_path: nixpkgs=channel:nixos-unstable
    - uses: cachix/cachix-action@v14
      with:
        name: simula
        signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
主要言語
Haskell
スター
3.2k
フォーク
111
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

SimulaVR/Simula のほかの issue

SimulaVR/Simula の issue をすべて見る

似ている issue

Haskell の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。