Skip to main content

Built and signed on GitHub Actions

Build an OCI image of your project using nixpacks

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
76%
Published
a year ago (0.1.1)

Module: Nixpacks

dagger-min-version deno compatibility ci

This is a Dagger module for building an OCI image of your project using nixpacks.

🚀 Usage

dagger -m github.com/tsirysndr/daggerverse/nixpacks call \
  dev --src <source> terminal

🧑‍🔬 Example

dagger -m github.com/tsirysndr/daggerverse/nixpacks call \
  dev --src . terminal

dagger -m github.com/tsirysndr/daggerverse/nixpacks call \
  plan --src .

dagger -m github.com/tsirysndr/daggerverse/nixpacks call \
  build --src . --name my-app

✨ Jobs

Name Description
dev Start a development environment
plan Generate build plan for the project
build Build an OCI image of the project
publish Publish the OCI image to a registry

🧑‍💻 Programmatic usage

import { plan, build } from 'jsr:@fx/nixpacks';

await plan(".");
await build(".", "my-app");
Built and signed on
GitHub Actions
View transparency log

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fx/nixpacks

Import symbol

import * as nixpacks from "@fx/nixpacks";
or

Import directly with a jsr specifier

import * as nixpacks from "jsr:@fx/nixpacks";

Add Package

pnpm i jsr:@fx/nixpacks
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fx/nixpacks

Import symbol

import * as nixpacks from "@fx/nixpacks";

Add Package

yarn add jsr:@fx/nixpacks
or (using Yarn 4.8 or older)
yarn dlx jsr add @fx/nixpacks

Import symbol

import * as nixpacks from "@fx/nixpacks";

Add Package

npx jsr add @fx/nixpacks

Import symbol

import * as nixpacks from "@fx/nixpacks";

Add Package

bunx jsr add @fx/nixpacks

Import symbol

import * as nixpacks from "@fx/nixpacks";