Skip to content

Commit a870eed

Browse files
committed
prepare for release
1 parent eb71ec3 commit a870eed

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Changelog
2+
3+
## v0.1.0 - 2023-01-28
4+
5+
First release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "nix-init"
33
version = "0.1.0"
44
authors = ["figsoda <[email protected]>"]
55
edition = "2021"
6-
description = "Generate Nix packages with hash prefetching, license detection, and more"
6+
description = "Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more"
77
readme = "README.md"
88
homepage = "https://github.com/nix-community/nix-init"
99
repository = "https://github.com/nix-community/nix-init"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![license](https://img.shields.io/badge/license-MPL--2.0-blue?style=flat-square)](https://www.mozilla.org/en-US/MPL/2.0)
77
[![ci](https://img.shields.io/github/actions/workflow/status/nix-community/nix-init/ci.yml?label=ci&logo=github-actions&style=flat-square)](https://github.com/nix-community/nix-init/actions?query=workflow:ci)
88

9-
Generate Nix packages from URLs (WIP)
9+
Generate Nix packages from URLs
1010

1111
- Hash prefetching powered by [nurl]
1212
- Dependency inference for Rust packages using the [Riff](https://github.com/DeterminateSystems/riff) registry and python projects
@@ -25,6 +25,8 @@ Generate Nix packages from URLs (WIP)
2525
- `fetchPypi`
2626
- All other fetchers supported by [nurl] are also supported, you just have to specify the tags manually
2727

28+
[![](https://asciinema.org/a/555367.svg)](https://asciinema.org/a/555367)
29+
2830
## Usage
2931

3032
```

0 commit comments

Comments
 (0)