Skip to content

Commit

Permalink
Merge pull request #20 from noamraph/bump-version-0.2.0
Browse files Browse the repository at this point in the history
Bump nixsa version to 0.2.0
  • Loading branch information
noamraph authored Nov 17, 2024
2 parents 077d2e2 + f57e12c commit 0b245a9
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 0b245a9

Please sign in to comment.