Replace system openclaw with portable flake

This commit is contained in:
2026-02-07 20:46:38 +00:00
parent 5cb9b1f992
commit 55ba34e517
8 changed files with 122 additions and 121 deletions

View File

@@ -98,7 +98,6 @@
# Packages
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ inputs.nix-openclaw.overlays.default ];
environment.systemPackages = with pkgs; [
git
];