Skip to content

Commit d254d12

Browse files
authored
Update README.md
1 parent 1ff9fa4 commit d254d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This approach avoids fixed-output derivations (FODs) and provides fully reproduc
2020
inputs = {
2121
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
2222
flake-utils.url = "github:numtide/flake-utils";
23-
sbt-nix.url = "github:YOUR-USERNAME/sbt-nix";
23+
sbt-nix.url = "github:7mind/sbt-nix";
2424
};
2525
2626
outputs = { self, nixpkgs, flake-utils, sbt-nix }:
@@ -77,7 +77,7 @@ Create `lockfile-config.json`:
7777
### 3. Generate lockfile
7878

7979
```bash
80-
nix run github:YOUR-USERNAME/sbt-nix -- lockfile-config.json > deps.lock.json
80+
nix run github:7mind/sbt-nix -- lockfile-config.json > deps.lock.json
8181
```
8282

8383
### 4. Build

0 commit comments

Comments
 (0)