Skip to content

ners/simply-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simply-nix

simply-nix is a GitHub Action that does two things:

  • installs Nix in your GitHub CI runner
  • (optional) cleans up unnecessary files in the GitHub CI environment to give more space to the Nix store

Why use it instead of other popular Nix actions? Because it is very fast, and frees up a lot of space for your builds.

It's also dead simple to use. Check it out:

Usage

steps:
  - uses: ners/simply-nix@main
    with:
      reclaim_space: true

That's it! You can now use Nix in your workflow. ✨

Real-world examples

Here are some projects that use simply-nix in their CI:

About

Simply Nix in your GitHub CI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published