Skip to content

Add readme

Add readme #7

Workflow file for this run

name: "Releases"
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#nixlet
- uses: ncipollo/[email protected]
with:
artifacts: "result/*"