dxvk_1: fix build compatibility with GCC 14 (#360918)
[NixPkgs.git] / nixos / modules / virtualisation / oci-config-user.nix
blob70c0b34efe7a1e6ac59fea75ca23478433f76e1b
1 { modulesPath, ... }:
4   # To build the configuration or use nix-env, you need to run
5   # either nixos-rebuild --upgrade or nix-channel --update
6   # to fetch the nixos channel.
8   # This configures everything but bootstrap services,
9   # which only need to be run once and have already finished
10   # if you are able to see this comment.
11   imports = [ "${modulesPath}/virtualisation/oci-common.nix" ];