fmt
This commit is contained in:
parent
6e7fd2e897
commit
2a98e3ca87
4 changed files with 21 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue