From 6bbf93f76dbc2e73b705695318b3f9f9a6a4c19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 10 Mar 2026 17:30:21 +0000 Subject: [PATCH] fix: Correct url and add npins sources to vm --- README.md | 2 +- default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adc46ed..7af9679 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/default.nix b/default.nix index 96525c2..4163e97 100644 --- a/default.nix +++ b/default.nix @@ -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; }