asterinas/test/nixos/tests/go/extra_config.nix

6 lines
83 B
Nix

{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ go ];
}