This commit is contained in:
müde 2026-05-14 22:27:03 +02:00
parent 6e7fd2e897
commit 2a98e3ca87
4 changed files with 21 additions and 6 deletions

View file

@ -2,8 +2,7 @@
{
boot.isNspawnContainer = true;
nixpkgs.config.allowUnfreePredicate =
pkg: builtins.elem (pkgs.lib.getName pkg) [ "claude-code" ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (pkgs.lib.getName pkg) [ "claude-code" ];
environment.systemPackages = with pkgs; [
hyperhive