dolt-nix-flake

command module
v1.30.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

dolt-nix-flake

A nix flake with a derivation for a build of github.com/dolthub/dolt.

This repository includes a small go program which is intended to update the flake. By default, it updates the flake lockfile and the vendorHash for the tip of dolt/main. To do so, just run:

nix develop -i -c 'dolt-nix-flake'

and checkin the result.

You can also update the flake to be for a given dolt release. To do so, run something like:

nix develop -i -c dolt-nix-flake --revision '?ref=tags/v1.20.0'

The result should be pushed to release tag corresponding to the given dolt release:

git add .
git commit -m 'Release v1.20.0'
git tag v1.20.0
git push origin v1.20.0

We hope to soon add CI machinery to update dolt-nix-flake with the new flake.nix contents when dolt/main changes and when dolt publishes releases.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL