We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff9fa4 commit d254d12Copy full SHA for d254d12
README.md
@@ -20,7 +20,7 @@ This approach avoids fixed-output derivations (FODs) and provides fully reproduc
20
inputs = {
21
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
22
flake-utils.url = "github:numtide/flake-utils";
23
- sbt-nix.url = "github:YOUR-USERNAME/sbt-nix";
+ sbt-nix.url = "github:7mind/sbt-nix";
24
};
25
26
outputs = { self, nixpkgs, flake-utils, sbt-nix }:
@@ -77,7 +77,7 @@ Create `lockfile-config.json`:
77
### 3. Generate lockfile
78
79
```bash
80
-nix run github:YOUR-USERNAME/sbt-nix -- lockfile-config.json > deps.lock.json
+nix run github:7mind/sbt-nix -- lockfile-config.json > deps.lock.json
81
```
82
83
### 4. Build
0 commit comments