Skip to content

Commit

Permalink
Update bundix version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inscapist committed Mar 10, 2023
1 parent e156ea0 commit 8a9a6c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ My bundix [fork](https://github.com/sagittaros/bundix) is needed to generate the

``` sh
# installation
nix profile install github:sagittaros/bundix
nix profile install github:sagittaros/bundix/main

# upgrade
nix profile upgrade '.*'
Expand All @@ -61,7 +61,7 @@ With nix [installed](/docs/nix-installation.md) and optionally [direnv](/docs/di

``` sh
cd myapp
nix flake init -t github:sagittaros/ruby-nix
nix flake init -t github:sagittaros/ruby-nix/main
```

#### 2. Enter nix shell
Expand Down
35 changes: 11 additions & 24 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
nixpkgs.url = "nixpkgs";

# a fork that supports platform dependant gem
bundix.url = "github:sagittaros/bundix";
bundix = {
url = "github:sagittaros/bundix/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = { self, nixpkgs, bundix }: {
Expand Down

0 comments on commit 8a9a6c5

Please sign in to comment.