fix: Correct url and add npins sources to vm
This commit is contained in:
@@ -25,7 +25,7 @@ To add `claude-vm` as a package in your home-manager configuration using npins:
|
||||
|
||||
```bash
|
||||
# In your home-manager config directory
|
||||
npins add github jpds claude-vm
|
||||
npins add git https://git.oceanbox.io/oceanbox/claude-vm -b main
|
||||
```
|
||||
|
||||
Then reference it in your `home.nix`:
|
||||
|
||||
+3
-3
@@ -11,9 +11,9 @@ let
|
||||
nixosCfg = import "${sources.nixpkgs}/nixos/lib/eval-config.nix" {
|
||||
inherit system;
|
||||
|
||||
# specialArgs = {
|
||||
# inherit sources;
|
||||
# };
|
||||
specialArgs = {
|
||||
inherit sources;
|
||||
};
|
||||
|
||||
modules = [
|
||||
{ nixpkgs.pkgs = pkgs; }
|
||||
|
||||
Reference in New Issue
Block a user