Skip to content

Commit

Permalink
Bump nixsa version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noamraph committed Nov 17, 2024
1 parent 077d2e2 commit f57e12c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Nixsa lets you use Nix without any installation. Just extract the tarball and yo

```bash
# Download the Nixsa tarball
wget https://github.com/noamraph/nixsa/releases/download/v0.1.3/nixsa-0.1.3-x86_64-linux.tar.xz
wget https://github.com/noamraph/nixsa/releases/download/v0.2.0/nixsa-0.2.0-x86_64-linux.tar.xz

# Extract
tar -xf nixsa-0.1.3-x86_64-linux.tar.xz
tar -xf nixsa-0.2.0-x86_64-linux.tar.xz

# Install a package
nixsa/bin/nix profile install nixpkgs#ponysay
Expand Down
2 changes: 1 addition & 1 deletion nixsa-bin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nixsa-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nixsa"
version = "0.1.3"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit f57e12c

Please sign in to comment.